1
0

New Translations – 16.2.2020

This commit is contained in:
Christer Waren
2020-02-16 14:18:44 +02:00
parent 4126bbe023
commit b197fd35c3
46 changed files with 286 additions and 286 deletions

View File

@ -4,26 +4,26 @@ $_['heading_title'] = 'APIs';
// Text
$_['text_success'] = 'Success: You have modified APIs!';
$_['text_list'] = 'API List';
$_['text_add'] = 'Add API';
$_['text_list'] = 'API-lista';
$_['text_add'] = 'Lisää API';
$_['text_edit'] = 'Edit API';
$_['text_ip'] = 'Below you can create a list of IP\'s allowed to access the API. Your current IP is %s';
// Column
$_['column_username'] = 'API Username';
$_['column_status'] = 'Status';
$_['column_token'] = 'Token';
$_['column_ip'] = 'IP';
$_['column_date_added'] = 'Date Added';
$_['column_date_modified'] = 'Date Modified';
$_['column_username'] = 'API-käyttäjätunnus';
$_['column_status'] = 'Tila';
$_['column_token'] = 'Avain';
$_['column_ip'] = 'IP-osoite';
$_['column_date_added'] = 'Lisäyspäivä';
$_['column_date_modified'] = 'Muokkauspäivä';
$_['column_action'] = 'Action';
$_['column_action'] = 'Toiminto';
// Entry
$_['entry_username'] = 'API Username';
$_['entry_key'] = 'API Key';
$_['entry_status'] = 'Status';
$_['entry_ip'] = 'IP';
$_['entry_username'] = 'API-käyttäjätunnus';
$_['entry_key'] = 'API-avain';
$_['entry_status'] = 'Tila';
$_['entry_ip'] = 'IP-osoite';
// Error
$_['error_permission'] = 'Varoitus: You do not have permission to modified APIs!';