mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 07:31:09 +00:00
38 lines
1.5 KiB
PHP
38 lines
1.5 KiB
PHP
<?php
|
||
|
||
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
|
||
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
|
||
//info@marketplus.if.ua
|
||
|
||
//version 2.1.0.x
|
||
//Changed by fradee (Oleksandr Fradynsky) with love to Ukraine and OpenCart at 21 October.2015
|
||
//fradee@gmail.com
|
||
|
||
// Heading
|
||
$_['heading_title'] = 'API\'s';
|
||
|
||
// Text
|
||
$_['text_success'] = 'Ви успішно змінили API\'s!';
|
||
$_['text_list'] = 'Список API';
|
||
$_['text_add'] = 'Додати API';
|
||
$_['text_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_name'] = 'Ім`я користувача';
|
||
$_['column_status'] = 'Статус';
|
||
$_['column_date_added'] = 'Дата додавання';
|
||
$_['column_date_modified'] = 'Дата зміни';
|
||
$_['column_action'] = 'Дія';
|
||
|
||
// Entry
|
||
$_['entry_name'] = 'Ім`я користувача';
|
||
$_['entry_key'] = 'Пароль';
|
||
$_['entry_status'] = 'Статус';
|
||
$_['entry_ip'] = 'IP';
|
||
|
||
// Error
|
||
$_['error_permission'] = 'У Вас немає доступу до зміни API\'s!';
|
||
$_['error_name'] = 'Ім`я користувача повинно містити від 3 до 20 символів!';
|
||
$_['error_key'] = 'API пароль повинен містити від 3 до 256 символів!';
|