1
0
opencart-languagepack-finnish/admin/user/api.php

33 lines
1.2 KiB
PHP
Raw Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
$_['heading_title'] = 'APIs';
// Text
$_['text_success'] = 'Success: You have modified APIs!';
2020-02-16 12:18:44 +00:00
$_['text_list'] = 'API-lista';
$_['text_add'] = 'Lisää API';
2020-02-12 21:25:39 +00:00
$_['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
2020-02-16 12:18:44 +00:00
$_['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ä';
2020-02-12 21:25:39 +00:00
2020-02-16 12:18:44 +00:00
$_['column_action'] = 'Toiminto';
2020-02-12 21:25:39 +00:00
// Entry
2020-02-16 12:18:44 +00:00
$_['entry_username'] = 'API-käyttäjätunnus';
$_['entry_key'] = 'API-avain';
$_['entry_status'] = 'Tila';
$_['entry_ip'] = 'IP-osoite';
2020-02-12 21:25:39 +00:00
// Error
2020-02-16 11:32:04 +00:00
$_['error_permission'] = 'Varoitus: You do not have permission to modified APIs!';
2020-02-12 21:25:39 +00:00
$_['error_username'] = 'API USername must be between 3 and 20 characters!';
$_['error_key'] = 'API Key must be between 64 and 256 characters!';
2021-10-08 15:17:57 +00:00
$_['error_ip'] = 'You must have at least one IP added to the allowed list!';