Files
translate/admin/language/uk-ua/localisation/language.php

42 lines
2.3 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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'] = 'Змінити мову';
// Column
$_['column_name'] = 'Назва мови';
$_['column_code'] = 'Код';
$_['column_sort_order'] = 'Порядок сортування';
$_['column_action'] = 'Дія';
// Entry
$_['entry_name'] = 'Назва мови';
$_['entry_code'] = 'Код';
$_['entry_locale'] = 'Локаль';
$_['entry_status'] = 'Статус';
$_['entry_sort_order'] = 'Порядок сортування';
// Help
$_['help_locale'] = 'Приклад: en_US.UTF-8,en_US,en-gb,en_gb,english';
$_['help_status'] = 'Показати/Сховати в випадаючому списку мов';
// Error
$_['error_permission'] = 'У вас немає доступу для зміни мов!';
$_['error_exists'] = 'Warning: You added before the language!';
$_['error_name'] = 'Назва мови повинна містити від 3 до 32 символів!';
$_['error_code'] = 'Код мови повинен містити як мінімум 2 символи!';
$_['error_locale'] = 'Локаль потрібна!';
$_['error_default'] = 'Ця мова не може бути видалена оскільки зараз вона використовується як мова за замовчуванням!';
$_['error_admin'] = 'Ця мова не може бути видалена оскільки зараз вона використовується як мова панелі керування!';
$_['error_store'] = 'Ця мова не може бути видалена оскільки зараз вона використовується в %s магазинах!';
$_['error_order'] = 'Ця мова не може бути видалена оскільки зараз вона використовується в %s замовленнях!';