Адаптація структури перекладу під 2.3.0.2

This commit is contained in:
dinox-pro
2017-03-01 14:59:27 +02:00
parent 7c0ae9fdd6
commit 315ad35284
434 changed files with 15247 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
<?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 символів!';