mirror of
https://github.com/shadoll/translate.git
synced 2026-02-04 02:53:25 +00:00
Адаптація структури перекладу під 2.3.0.2
This commit is contained in:
33
admin/language/uk-ua/design/banner.php
Normal file
33
admin/language/uk-ua/design/banner.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?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
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Банери';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Ви успішно змінили банери!';
|
||||
$_['text_list'] = 'Список банерів';
|
||||
$_['text_add'] = 'Додати банер';
|
||||
$_['text_edit'] = 'Змінити банер';
|
||||
$_['text_default'] = 'За замовчуванням';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Назва банера';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_action'] = 'Дія';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Назва банера';
|
||||
$_['entry_title'] = 'Назва';
|
||||
$_['entry_link'] = 'Посилання';
|
||||
$_['entry_image'] = 'Зображення';
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_sort_order'] = 'Порядок сортування';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У Вас немає доступу до зміни банерів!';
|
||||
$_['error_name'] = 'Назва банера повинна містити від 3 до 64 символів!';
|
||||
$_['error_title'] = 'Назва банера повинна містити від 2 до 64 символів!';
|
||||
20
admin/language/uk-ua/design/language.php
Normal file
20
admin/language/uk-ua/design/language.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Language Editor';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Success: You have modified language editor!';
|
||||
$_['text_edit'] = 'Edit Translation';
|
||||
$_['text_default'] = 'Default';
|
||||
$_['text_store'] = 'Store';
|
||||
$_['text_language'] = 'Language';
|
||||
$_['text_translation'] = 'Choose a translation';
|
||||
$_['text_translation'] = 'Translations';
|
||||
|
||||
// Entry
|
||||
$_['entry_key'] = 'Key';
|
||||
$_['entry_value'] = 'Value';
|
||||
$_['entry_default'] = 'Default';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify language editor!';
|
||||
41
admin/language/uk-ua/design/layout.php
Normal file
41
admin/language/uk-ua/design/layout.php
Normal file
@@ -0,0 +1,41 @@
|
||||
<?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
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Макети';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Ви успішно змінили макети!';
|
||||
$_['text_list'] = 'Список макетів';
|
||||
$_['text_add'] = 'Додати макет';
|
||||
$_['text_edit'] = 'Змінити макет';
|
||||
$_['text_remove'] = 'Remove';
|
||||
$_['text_route'] = 'Choose the store and routes to be used with this layout';
|
||||
$_['text_module'] = 'Choose the position of the modules';
|
||||
$_['text_default'] = 'За замовчуванням';
|
||||
$_['text_content_top'] = 'Верхній контейнер';
|
||||
$_['text_content_bottom'] = 'Нижній контейнер';
|
||||
$_['text_column_left'] = 'Лівий контейнер';
|
||||
$_['text_column_right'] = 'Правий контейнер';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Назва макету';
|
||||
$_['column_action'] = 'Дія';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Назва макету';
|
||||
$_['entry_store'] = 'Магазин';
|
||||
$_['entry_route'] = 'Шлях';
|
||||
$_['entry_module'] = 'Модуль';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У Вас немає доступу до зміни макетів!';
|
||||
$_['error_name'] = 'Назва макету повинна містити від 3 до 64 символів!';
|
||||
$_['error_default'] = 'Цей макет не можна видалити оскільки він використовується як макет магазину за замовчуванням!';
|
||||
$_['error_store'] = 'Цей макет не можна видалити оскільки він використовується в %s магазинах!';
|
||||
$_['error_product'] = 'Цей макет не можна видалити оскільки він використовується в %s товарах!';
|
||||
$_['error_category'] = 'Цей макет не можна видалити оскільки він використовується в %s категоріях!';
|
||||
$_['error_information'] = 'Цей макет не можна видалити оскільки він використовується в %s інформаційних сторінках!';
|
||||
34
admin/language/uk-ua/design/menu.php
Normal file
34
admin/language/uk-ua/design/menu.php
Normal file
@@ -0,0 +1,34 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Menu';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Success: You have modified layouts!';
|
||||
$_['text_list'] = 'Menu List';
|
||||
$_['text_add'] = 'Add Menu';
|
||||
$_['text_edit'] = 'Edit Menu';
|
||||
$_['text_default'] = 'Default';
|
||||
$_['text_link'] = 'Link';
|
||||
$_['text_module'] = 'Module';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Menu Name';
|
||||
$_['column_store'] = 'Store';
|
||||
$_['column_type'] = 'Type';
|
||||
$_['column_sort_order'] = 'Sort Order';
|
||||
$_['column_status'] = 'Status';
|
||||
$_['column_action'] = 'Action';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Menu Name';
|
||||
$_['entry_store'] = 'Store';
|
||||
$_['entry_type'] = 'Type';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
$_['entry_module'] = 'Module';
|
||||
$_['entry_status'] = 'Status';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify layouts!';
|
||||
$_['error_name'] = 'Layout Name must be between 3 and 64 characters!';
|
||||
$_['error_default'] = 'Warning: This layout cannot be deleted as it is currently assigned as the default store layout!';
|
||||
$_['error_store'] = 'Warning: This layout cannot be deleted as it is currently assigned to %s stores!';
|
||||
17
admin/language/uk-ua/design/theme.php
Normal file
17
admin/language/uk-ua/design/theme.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Theme Editor';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Success: You have modified themes!';
|
||||
$_['text_edit'] = 'Edit Theme';
|
||||
$_['text_store'] = 'Choose your store';
|
||||
$_['text_template'] = 'Choose a template';
|
||||
$_['text_default'] = 'Default';
|
||||
$_['text_warning'] = 'Warning: Security can be compromised using the theme editor!';
|
||||
$_['text_access'] = 'Make sure that only the correct admin users are allowed to access this page as you can directly access your stores souce code.';
|
||||
$_['text_permission'] = 'You can change the user permissions <a href="%s" class="alert-link">here</a>.';
|
||||
$_['text_begin'] = 'Select a theme file from the left side to begin editing.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify the theme editor!';
|
||||
23
admin/language/uk-ua/design/translation.php
Normal file
23
admin/language/uk-ua/design/translation.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Language Translation';
|
||||
|
||||
// Text
|
||||
$_['text_edit'] = 'Edit Translation';
|
||||
$_['text_list'] = 'Translation List';
|
||||
$_['text_translation'] = 'Choose a translation';
|
||||
$_['text_translation'] = 'Translations';
|
||||
|
||||
// Column
|
||||
$_['column_flag'] = 'Flag';
|
||||
$_['column_country'] = 'Country';
|
||||
$_['column_progress'] = 'Translation Progress';
|
||||
$_['column_action'] = 'Action';
|
||||
|
||||
// button
|
||||
$_['button_install'] = 'Install';
|
||||
$_['button_uninstall'] = 'Uninstall';
|
||||
$_['button_refresh'] = 'Refresh';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify language translation!';
|
||||
Reference in New Issue
Block a user