add latest translate by by Sirchyk

This commit is contained in:
Eugene Kuligin
2014-12-07 08:59:25 +02:00
parent a891d6291d
commit b3e811ae97
379 changed files with 11199 additions and 3362 deletions

View File

@@ -0,0 +1,23 @@
<?php
// Heading
$_['heading_title'] = 'Панель керування';
// Text
$_['text_order_total'] = 'Загальна кількість замовлень';
$_['text_customer_total'] = 'Загальна кількість покупців';
$_['text_sale_total'] = 'Загальна кількість продажів';
$_['text_online_total'] = 'Користувачів на сайті';
$_['text_map'] = 'Карта світу';
$_['text_sale'] = 'Аналіз продажів';
$_['text_activity'] = 'Остання активність';
$_['text_recent'] = 'Останні замовлення';
$_['text_order'] = 'Замовлення';
$_['text_customer'] = 'Покупці';
$_['text_day'] = 'Сьогодні';
$_['text_week'] = 'Цього тижня';
$_['text_month'] = 'Цього місяця';
$_['text_year'] = 'Цього року';
$_['text_view'] = 'Подивитися більше...';
// Error
$_['error_install'] = 'УВАГА: Тека "Install" все ще існує! Її необхідно видалити з міркувань безпеки!';

View File

@@ -0,0 +1,27 @@
<?php
//version 2.0.0.0
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
//info@marketplus.if.ua
// Heading
$_['heading_title'] = 'Менеджер зображень';
// Text
$_['text_uploaded'] = 'Ваш файл завантажено на сервер!';
$_['text_directory'] = 'Теку успішно створено!';
$_['text_delete'] = 'Файл чи теку видалено!';
// Entry
$_['entry_search'] = 'Пошук..';
$_['entry_folder'] = 'Назва теки';
// Error
$_['error_permission'] = 'Доступ заборонено!';
$_['error_filename'] = 'Назва файлу повинна містити від 3 до 255 символів!';
$_['error_folder'] = 'Назва теки повинна містити від 3 до 255 символів!';
$_['error_exists'] = 'Файл чи тека з такою назвою вже існує!';
$_['error_directory'] = 'Така тека не існує!';
$_['error_filetype'] = 'Неправильний тип файлу!';
$_['error_upload'] = 'Файл не може бути завантажений на сервер з невідомих причин!';
$_['error_delete'] = 'Ви не можете видалити цю теку!';

View File

@@ -0,0 +1,9 @@
<?php
//version 2.0.0.0
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
//info@marketplus.if.ua
// Text
$_['text_footer'] = '<a href="http://www.opencart.com">OpenCart</a> &copy; 2009-' . date('Y') . ' Всі права зарезервовано.';
$_['text_version'] = 'Версія %s';

View File

@@ -0,0 +1,24 @@
<?php
//version 2.0.0.0
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
//info@marketplus.if.ua
// header
$_['heading_title'] = 'Забули пароль?';
// Text
$_['text_forgotten'] = 'Забули пароль?';
$_['text_your_email'] = 'Ваша E-Mail адреса';
$_['text_email'] = 'Введіть e-mail адресу вашого профілю. Натисніть відправити і посилання для заміни паролю буде відправлено на Вашу пошту.';
$_['text_success'] = 'Повідомлення з посиланням для заміни паролю було відправлено на Вашу пошту.';
// Entry
$_['entry_email'] = 'E-Mail адреса';
$_['entry_password'] = 'Новий пароль';
$_['entry_confirm'] = 'Підтвердити';
// Error
$_['error_email'] = 'Увага! Невідома адреса! Спробуйте ще раз';
$_['error_password'] = 'Пароль повинен містити від 3 до 20 символів!';
$_['error_confirm'] = 'Пароль і підтвердження паролю не співпадають!';

View File

@@ -0,0 +1,28 @@
<?php
//version 2.0.0.0
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
//info@marketplus.if.ua
// Heading
$_['heading_title'] = 'OpenCart';
// Text
$_['text_order'] = 'Замовлення';
$_['text_order_status'] = 'Обробляється';
$_['text_complete_status'] = 'Завершене';
$_['text_customer'] = 'Покупці';
$_['text_online'] = 'Користувачів на сайті';
$_['text_approval'] = 'Очікує підтвердження';
$_['text_product'] = 'Товарів';
$_['text_stock'] = 'Немає в наявності';
$_['text_review'] = 'Огляди';
$_['text_return'] = 'Повернення';
$_['text_affiliate'] = 'Партнери';
$_['text_store'] = 'Магазини';
$_['text_front'] = 'Вітрина';
$_['text_help'] = 'Допомога';
$_['text_homepage'] = 'Головна сторінка';
$_['text_support'] = 'Форум підтримки';
$_['text_documentation'] = 'Документація';
$_['text_logout'] = 'Вихід';

View File

@@ -0,0 +1,24 @@
<?php
//version 2.0.0.0
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
//info@marketplus.if.ua
// header
$_['heading_title'] = 'Адміністрація';
// Text
$_['text_heading'] = 'Адміністрація';
$_['text_login'] = 'Введіть Ваші дані для входу.';
$_['text_forgotten'] = 'Забули пароль?';
// Entry
$_['entry_username'] = 'Логін';
$_['entry_password'] = 'Пароль';
// Button
$_['button_login'] = 'Вхід';
// Error
$_['error_login'] = 'Логін і/чи пароль не співпадають.';
$_['error_token'] = 'Ваш сеанс роботи завершено. Зайдіть будь-ласка знову.';

View File

@@ -0,0 +1,102 @@
<?php
//version 2.0.0.0
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
//info@marketplus.if.ua
// Text
$_['text_affiliate'] = 'Партнери';
$_['text_affiliate_activity'] = 'Партнерська програма';
$_['text_api'] = 'API';
$_['text_attribute'] = 'Атрибути';
$_['text_attribute_group'] = 'Групи атрибутів';
$_['text_backup'] = 'Резервне копіювання / Відновлення';
$_['text_banner'] = 'Банери';
$_['text_catalog'] = 'Каталог';
$_['text_category'] = 'Категорії';
$_['text_country'] = 'Країни';
$_['text_coupon'] = 'Купони';
$_['text_currency'] = 'Валюти';
$_['text_customer'] = 'Покупці';
$_['text_customer_group'] = 'Групи покупців';
$_['text_customer_ban_ip'] = 'Заблоковані IP';
$_['text_custom_field'] = 'Настроювані поля';
$_['text_dashboard'] = 'Панель керування';
$_['text_design'] = 'Дизайн';
$_['text_download'] = 'Завантаження';
$_['text_error_log'] = 'Журнал помилок';
$_['text_extension'] = 'Розширення';
$_['text_feed'] = 'Канали товарів';
$_['text_filter'] = 'Фільтри';
$_['text_geo_zone'] = 'Гео зони';
$_['text_information'] = 'Інформація';
$_['text_installer'] = 'Встановлювач розширень';
$_['text_language'] = 'Мови';
$_['text_layout'] = 'Макети';
$_['text_localisation'] = 'Локалізація';
$_['text_location'] = 'Місцезнаходження магазину';
$_['text_contact'] = 'Пошта';
$_['text_marketing'] = 'Маркетинг';
$_['text_modification'] = 'Модифікації';
$_['text_manufacturer'] = 'Виробники';
$_['text_module'] = 'Модулі';
$_['text_option'] = 'Опції';
$_['text_order'] = 'Замовлення';
$_['text_order_status'] = 'Статус замовлень';
$_['text_payment'] = 'Платежі';
$_['text_paypal'] = 'PayPal';
$_['text_paypal_search'] = 'Пошук трансакцій';
$_['text_product'] = 'Товари';
$_['text_reports'] = 'Звіти';
$_['text_report_sale_order'] = 'Замовлення';
$_['text_report_sale_tax'] = 'Податок';
$_['text_report_sale_shipping'] = 'Доставка';
$_['text_report_sale_return'] = 'Повернення';
$_['text_report_sale_coupon'] = 'Купони';
$_['text_report_product_viewed'] = 'Переглянуті';
$_['text_report_product_purchased'] = 'Куплені';
$_['text_report_customer_activity'] = 'Активність покупця';
$_['text_report_customer_online'] = 'Користувачів на сайті';
$_['text_report_customer_order'] = 'Замовлення';
$_['text_report_customer_reward'] = 'Бонусні бали';
$_['text_report_customer_credit'] = 'Кредит';
$_['text_report_affiliate_commission'] = 'Комісія';
$_['text_review'] = 'Огляди';
$_['text_return'] = 'Повернення';
$_['text_return_action'] = 'Дії з поверненням';
$_['text_return_reason'] = 'Причини повернення';
$_['text_return_status'] = 'Статус повернення';
$_['text_sale'] = 'Продажі';
$_['text_shipping'] = 'Відправка';
$_['text_setting'] = 'Налаштування';
$_['text_stock_status'] = 'Статуси наявності товару';
$_['text_system'] = 'Система';
$_['text_tax'] = 'Податки';
$_['text_tax_class'] = 'Класи податків';
$_['text_tax_rate'] = 'Ставки податків';
$_['text_tools'] = 'Інструменти';
$_['text_total'] = 'Замовлення загалом';
$_['text_upload'] = 'Завантаження';
$_['text_user'] = 'Користувач';
$_['text_users'] = 'Користувачі';
$_['text_user_group'] = 'Групи користувачів';
$_['text_voucher'] = 'Подарункові ваучери';
$_['text_voucher_theme'] = 'Теми ваучерів';
$_['text_weight_class'] = 'Класи Ваги';
$_['text_length_class'] = 'Класи довжини';
$_['text_zone'] = 'Зони';
$_['text_recurring'] = 'Повторювані профілі';
$_['text_order_recurring'] = 'Повторювані замовлення';
$_['text_openbay_extension'] = 'OpenBay Pro';
$_['text_openbay_dashboard'] = 'Панель керування';
$_['text_openbay_orders'] = 'Коректування замовлення';
$_['text_openbay_items'] = 'Опрацювання деталей';
$_['text_openbay_ebay'] = 'eBay';
$_['text_openbay_amazon'] = 'Амазон (EU)';
$_['text_openbay_amazonus'] = 'Амазон (US)';
$_['text_openbay_settings'] = 'Налаштування';
$_['text_openbay_links'] = 'Посилання на товар';
$_['text_openbay_report_price'] = 'Поскаржитися на ціну';
$_['text_openbay_order_import'] = 'Імпорт замовлення';
$_['text_paypal_manage'] = 'PayPal';
$_['text_paypal_search'] = 'Пошук';

View File

@@ -0,0 +1,21 @@
<?php
//version 2.0.0.0
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
//info@marketplus.if.ua
// header
$_['heading_title'] = 'Скидання паролю';
// Text
$_['text_reset'] = 'Скинути пароль!';
$_['text_password'] = 'Введіть новий пароль.';
$_['text_success'] = 'Ваш пароль успішно змінено.';
// Entry
$_['entry_password'] = 'Пароль';
$_['entry_confirm'] = 'Підтвердити';
// Error
$_['error_password'] = 'Пароль повинен містити від 5 до 20 символів!';
$_['error_confirm'] = 'Пароль і підтвердження не співпадають!';

View File

@@ -0,0 +1,9 @@
<?php
//version 2.0.0.0
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
//info@marketplus.if.ua
$_['text_complete_status'] = 'Завершені замовлення';
$_['text_processing_status'] = 'Замовлення в обробці';
$_['text_other_status'] = 'Інші статуси';