mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 04:28:07 +00:00
Адаптація структури перекладу під 2.3.0.2
This commit is contained in:
26
catalog/language/uk-ua/account/account.php
Normal file
26
catalog/language/uk-ua/account/account.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?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_account'] = 'Обліковий запис';
|
||||
$_['text_my_account'] = 'Обліковий запис';
|
||||
$_['text_my_orders'] = 'Замовлення';
|
||||
$_['text_my_newsletter'] = 'Розсилання новин';
|
||||
$_['text_edit'] = 'Редагувати обліковий запис';
|
||||
$_['text_password'] = 'Змінити пароль';
|
||||
$_['text_address'] = 'Змінити адреси Вашої адресної книги';
|
||||
$_['text_wishlist'] = 'Змінити список бажаних товарів';
|
||||
$_['text_order'] = 'Переглянути історію замовлень';
|
||||
$_['text_download'] = 'Завантаження';
|
||||
$_['text_reward'] = 'Бонусні бали';
|
||||
$_['text_return'] = 'Переглянути запити на поверення';
|
||||
$_['text_transaction'] = 'Транзакції';
|
||||
$_['text_newsletter'] = 'Підписатися на/відмовитися від розсилання новин';
|
||||
$_['text_recurring'] = 'Регулярні платежі';
|
||||
$_['text_transactions'] = 'Транзакції';
|
||||
42
catalog/language/uk-ua/account/address.php
Normal file
42
catalog/language/uk-ua/account/address.php
Normal file
@@ -0,0 +1,42 @@
|
||||
<?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_account'] = 'Обліковий запис';
|
||||
$_['text_address_book'] = 'Записи адресної книги';
|
||||
$_['text_edit_address'] = 'Змінити адреси';
|
||||
$_['text_add'] = 'Вашу адресу успішно додано';
|
||||
$_['text_edit'] = 'Вашу адресу успішно оновлено';
|
||||
$_['text_delete'] = 'Вашу адресу успішно видалено';
|
||||
$_['text_empty'] = 'У вашому обліковому записі немає адрес.';
|
||||
|
||||
// Entry
|
||||
$_['entry_firstname'] = 'Ім`я';
|
||||
$_['entry_lastname'] = 'Прізвище';
|
||||
$_['entry_company'] = 'Компанія';
|
||||
$_['entry_address_1'] = 'Адреса 1';
|
||||
$_['entry_address_2'] = 'Адреса 2';
|
||||
$_['entry_postcode'] = 'Індекс';
|
||||
$_['entry_city'] = 'Місто';
|
||||
$_['entry_country'] = 'Країна';
|
||||
$_['entry_zone'] = 'Область/Район';
|
||||
$_['entry_default'] = 'Адреса за замовчуванням';
|
||||
|
||||
// Error
|
||||
$_['error_delete'] = 'Ви повинні вказати хоча б одну адресу!';
|
||||
$_['error_default'] = 'Ви не можете видалити адресу за замовчуванням!';
|
||||
$_['error_firstname'] = 'Ім`я повинно містити від 1 до 32 символів!';
|
||||
$_['error_lastname'] = 'Прізвище повинно містити від 1 до 32 символів!';
|
||||
$_['error_vat'] = 'Неправильний номер платника ПДВ!';
|
||||
$_['error_address_1'] = 'Адреса повинна містити від 3 до 128 символів!';
|
||||
$_['error_postcode'] = 'Поштовий індекс повинен містити від 2 до 10 символів!';
|
||||
$_['error_city'] = 'Назва міста повинна містити від 2 до 128 символів!';
|
||||
$_['error_country'] = 'Будь-ласка оберіть країну!';
|
||||
$_['error_zone'] = 'Будь-ласка оберіть район/область!';
|
||||
$_['error_custom_field'] = '%s необхідно!';
|
||||
19
catalog/language/uk-ua/account/download.php
Normal file
19
catalog/language/uk-ua/account/download.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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_account'] = 'Обліковий запис';
|
||||
$_['text_downloads'] = 'Завантаження';
|
||||
$_['text_empty'] = 'У вас немає замовлень, які можна завантажити!';
|
||||
|
||||
// Column
|
||||
$_['column_order_id'] = 'Номер замовлення';
|
||||
$_['column_name'] = 'Назва';
|
||||
$_['column_size'] = 'Розмір';
|
||||
$_['column_date_added'] = 'Дата додавання';
|
||||
29
catalog/language/uk-ua/account/edit.php
Normal file
29
catalog/language/uk-ua/account/edit.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?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_account'] = 'Обліковий запис';
|
||||
$_['text_edit'] = 'Змінити інформацію';
|
||||
$_['text_your_details'] = 'Ваші особисті дані';
|
||||
$_['text_success'] = 'Ви успішно змінили обліковий запис.';
|
||||
|
||||
// Entry
|
||||
$_['entry_firstname'] = 'Ім`я';
|
||||
$_['entry_lastname'] = 'Прізвище';
|
||||
$_['entry_email'] = 'E-Mail';
|
||||
$_['entry_telephone'] = 'Телефон';
|
||||
$_['entry_fax'] = 'Факс';
|
||||
|
||||
// Error
|
||||
$_['error_exists'] = 'Така E-Mail адреса вже зареєстрована!';
|
||||
$_['error_firstname'] = 'Ім`я повинно містити від 1 до 32 символів!';
|
||||
$_['error_lastname'] = 'Прізвище повинно містити від 1 до 32 символів!';
|
||||
$_['error_email'] = 'Неправильний E-Mail!';
|
||||
$_['error_telephone'] = 'Телефон повинен містити від 3 до 32 символів!';
|
||||
$_['error_custom_field'] = '%s необхідно!';
|
||||
21
catalog/language/uk-ua/account/forgotten.php
Normal file
21
catalog/language/uk-ua/account/forgotten.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?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_account'] = 'Обліковий запис';
|
||||
$_['text_forgotten'] = 'Забули пароль';
|
||||
$_['text_your_email'] = 'Ваш E-Mail';
|
||||
$_['text_email'] = 'Введіть e-mail який Ви використали при реєстрації на сайті. Натисніть "Продовжити" для відправки нового паролю на Ваш e-mail.';
|
||||
$_['text_success'] = 'На ваш e-mail відправлено новий пароль.';
|
||||
|
||||
// Entry
|
||||
$_['entry_email'] = 'E-Mail';
|
||||
|
||||
// Error
|
||||
$_['error_email'] = 'Цей E-Mail не зареєстровано на нашому сайті!';
|
||||
26
catalog/language/uk-ua/account/login.php
Normal file
26
catalog/language/uk-ua/account/login.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?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_account'] = 'Обліковий запис';
|
||||
$_['text_login'] = 'Вхід';
|
||||
$_['text_new_customer'] = 'Новий покупець';
|
||||
$_['text_register'] = 'Створити обліковий запис';
|
||||
$_['text_register_account'] = 'Після створення облікового запису Ви зможете купляти швидше, відстежувати статус Ваших замовлень і зберігати історію замовлень.';
|
||||
$_['text_returning_customer'] = 'Постійний клієнт';
|
||||
$_['text_i_am_returning_customer'] = 'Вхід для постійних клієнтів';
|
||||
$_['text_forgotten'] = 'Забули пароль?';
|
||||
|
||||
// Entry
|
||||
$_['entry_email'] = 'E-Mail';
|
||||
$_['entry_password'] = 'Пароль';
|
||||
|
||||
// Error
|
||||
$_['error_login'] = 'E-Mail і/чи пароль не співпадають.';
|
||||
$_['error_approved'] = 'Ви зможете зайти на сайт тільки після підтвердження облікового запису.';
|
||||
13
catalog/language/uk-ua/account/logout.php
Normal file
13
catalog/language/uk-ua/account/logout.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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_message'] = '<p>Ви вийшли з облікового запису. Тепер ніхто інший не зможе зайти у Ваш обліковий запис. .</p><p>Ваш кошик збережено, товари в ньому будуть відображатися після Вашого наступного входу.</p>';
|
||||
$_['text_account'] = 'Обліковий запис';
|
||||
$_['text_logout'] = 'Вихід';
|
||||
16
catalog/language/uk-ua/account/newsletter.php
Normal file
16
catalog/language/uk-ua/account/newsletter.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?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_account'] = 'Обліковий запис';
|
||||
$_['text_newsletter'] = 'Розсилання новин';
|
||||
$_['text_success'] = 'Вашу підписку успішно оновлено!';
|
||||
|
||||
// Entry
|
||||
$_['entry_newsletter'] = 'Підписатися:';
|
||||
42
catalog/language/uk-ua/account/order.php
Normal file
42
catalog/language/uk-ua/account/order.php
Normal file
@@ -0,0 +1,42 @@
|
||||
<?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_account'] = 'Обліковий запис';
|
||||
$_['text_order'] = 'Інформація про замовлення';
|
||||
$_['text_order_detail'] = 'Деталі замовлення';
|
||||
$_['text_invoice_no'] = 'Рахунок №:';
|
||||
$_['text_order_id'] = 'Номер замовлення:';
|
||||
$_['text_date_added'] = 'Дата створення:';
|
||||
$_['text_shipping_address'] = 'Адреса доставки';
|
||||
$_['text_shipping_method'] = 'Метод достави:';
|
||||
$_['text_payment_address'] = 'Адреса платника';
|
||||
$_['text_payment_method'] = 'Метод оплати:';
|
||||
$_['text_comment'] = 'Коментарі до замовлення';
|
||||
$_['text_history'] = 'Історія замовлень';
|
||||
$_['text_success'] = 'Ви успішно додали <a href="%s">%s</a> до Вашої <a href="%s">корзини</a>!';
|
||||
$_['text_empty'] = 'У Вас немає попередніх замовлень!';
|
||||
$_['text_error'] = 'Немає замовлнення, яке Ви шукаєте!';
|
||||
|
||||
// Column
|
||||
$_['column_order_id'] = 'Номер замовлення';
|
||||
$_['column_product'] = 'Кількість товарів';
|
||||
$_['column_customer'] = 'Покупець';
|
||||
$_['column_name'] = 'Назва товару';
|
||||
$_['column_model'] = 'Модель';
|
||||
$_['column_quantity'] = 'Кількість';
|
||||
$_['column_price'] = 'Ціна';
|
||||
$_['column_total'] = 'Разом';
|
||||
$_['column_action'] = 'Дія';
|
||||
$_['column_date_added'] = 'Дата створення';
|
||||
$_['column_status'] = 'Статус замовлення';
|
||||
$_['column_comment'] = 'Коментарі';
|
||||
|
||||
// Error
|
||||
$_['error_reorder'] = '%s зараз недоступний для замовлення.';
|
||||
21
catalog/language/uk-ua/account/password.php
Normal file
21
catalog/language/uk-ua/account/password.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?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_account'] = 'Обліковий запис';
|
||||
$_['text_password'] = 'Ваш пароль';
|
||||
$_['text_success'] = 'Ви успішно змінили пароль.';
|
||||
|
||||
// Entry
|
||||
$_['entry_password'] = 'Пароль';
|
||||
$_['entry_confirm'] = 'Підтвердження паролю';
|
||||
|
||||
// Error
|
||||
$_['error_password'] = 'Пароль повинен містити від 4 до 20 символів!';
|
||||
$_['error_confirm'] = 'Підтвердження паролю не співпадає з паролем!';
|
||||
57
catalog/language/uk-ua/account/recurring.php
Normal file
57
catalog/language/uk-ua/account/recurring.php
Normal file
@@ -0,0 +1,57 @@
|
||||
<?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_title'] = 'Регулярні платежі';
|
||||
$_['button_continue'] = 'Продовжити';
|
||||
$_['button_view'] = 'Вигляд';
|
||||
$_['text_empty'] = 'В обліковому записі немає регулярних платежів';
|
||||
$_['text_product'] = 'Товар: ';
|
||||
$_['text_order'] = 'Замовлення: ';
|
||||
$_['text_quantity'] = 'Кількість: ';
|
||||
$_['text_account'] = 'Обліковий запис';
|
||||
$_['text_action'] = 'Дія';
|
||||
$_['text_recurring'] = 'Регулярний платіж';
|
||||
$_['text_transactions'] = 'Транзакції';
|
||||
$_['button_return'] = 'Повернення';
|
||||
$_['text_empty_transactions'] = 'Немає транзакцій для цього користувача';
|
||||
|
||||
$_['column_date_added'] = 'Створено';
|
||||
$_['column_type'] = 'Тип';
|
||||
$_['column_amount'] = 'Кількість';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_product'] = 'Товар';
|
||||
$_['column_action'] = 'Дія';
|
||||
$_['column_recurring_id'] = 'Ідентифікатор користувача';
|
||||
|
||||
$_['text_recurring_detail'] = 'Деталі регулярного платежу';
|
||||
$_['text_recurring_id'] = 'Ідентифікатор користувача: ';
|
||||
$_['text_payment_method'] = 'Метод платежу: ';
|
||||
$_['text_date_added'] = 'Створено: ';
|
||||
$_['text_recurring_description'] = 'Опис: ';
|
||||
$_['text_status'] = 'Статус: ';
|
||||
$_['text_ref'] = 'Посилання: ';
|
||||
|
||||
$_['text_status_active'] = 'Активно';
|
||||
$_['text_status_inactive'] = 'Деактивовано';
|
||||
$_['text_status_cancelled'] = 'Відмінено';
|
||||
$_['text_status_suspended'] = 'Призупинено';
|
||||
$_['text_status_expired'] = 'Протерміновано';
|
||||
$_['text_status_pending'] = 'Призупинено';
|
||||
|
||||
$_['text_transaction_date_added'] = 'Створено';
|
||||
$_['text_transaction_payment'] = 'Платіж';
|
||||
$_['text_transaction_outstanding_payment'] = 'Невиплачений платіж';
|
||||
$_['text_transaction_skipped'] = 'Пропущений платіж';
|
||||
$_['text_transaction_failed'] = 'Невдалий платіж';
|
||||
$_['text_transaction_cancelled'] = 'Відмінений';
|
||||
$_['text_transaction_suspended'] = 'Призупинений';
|
||||
$_['text_transaction_suspended_failed'] = 'Призупинений через невдалий платіж';
|
||||
$_['text_transaction_outstanding_failed'] = 'Спірний невдалий платіж';
|
||||
$_['text_transaction_expired'] = 'Протерміновано';
|
||||
|
||||
$_['error_not_cancelled'] = 'Помилка: %s';
|
||||
$_['error_not_found'] = 'Не вдалося скасувати регулярний платіж';
|
||||
$_['text_cancelled'] = 'Регулярний платіж скасовано';
|
||||
52
catalog/language/uk-ua/account/register.php
Normal file
52
catalog/language/uk-ua/account/register.php
Normal file
@@ -0,0 +1,52 @@
|
||||
<?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_account'] = 'Обліковий запис';
|
||||
$_['text_register'] = 'Зареєструватись';
|
||||
$_['text_account_already'] = 'Якщо Ви вже маєте обліковий запис, ввійдіть будь-ласка <a href="%s">тут</a>.';
|
||||
$_['text_your_details'] = 'Ваша особиста інформація';
|
||||
$_['text_your_address'] = 'Ваша адреса';
|
||||
$_['text_newsletter'] = 'Розсилка новин';
|
||||
$_['text_your_password'] = 'Ваш пароль';
|
||||
$_['text_agree'] = 'Я прочитав розділ <a href="%s" class="agree"><b>%s</b></a> та погоджуюся з правилами';
|
||||
|
||||
// Entry
|
||||
$_['entry_customer_group'] = 'Група покупців';
|
||||
$_['entry_firstname'] = 'Ім`я';
|
||||
$_['entry_lastname'] = 'Прізвище';
|
||||
$_['entry_email'] = 'E-Mail';
|
||||
$_['entry_telephone'] = 'Телефон';
|
||||
$_['entry_fax'] = 'Факс';
|
||||
$_['entry_company'] = 'Компанія';
|
||||
$_['entry_address_1'] = 'Адреса 1';
|
||||
$_['entry_address_2'] = 'Адреса 2';
|
||||
$_['entry_postcode'] = 'Індекс';
|
||||
$_['entry_city'] = 'Місто';
|
||||
$_['entry_country'] = 'Країна';
|
||||
$_['entry_zone'] = 'Район/Область';
|
||||
$_['entry_newsletter'] = 'Підпиcатися';
|
||||
$_['entry_password'] = 'Пароль';
|
||||
$_['entry_confirm'] = 'Підтвердження паролю';
|
||||
|
||||
// Error
|
||||
$_['error_exists'] = 'Цей E-Mail вже зареєстровано!';
|
||||
$_['error_firstname'] = 'Ім`я повинно містити від 1 до 32 символів!';
|
||||
$_['error_lastname'] = 'Прізвище повинно містити від 1 до 32 символів!';
|
||||
$_['error_email'] = 'Неправильний E-Mail!';
|
||||
$_['error_telephone'] = 'Телефон повинен містити від 3 до 32 символів!';
|
||||
$_['error_address_1'] = 'Адреса 1 повинна містити від 3 до 128 символів!';
|
||||
$_['error_city'] = 'Назва міста повинна містити від 2 до 128 символів!';
|
||||
$_['error_postcode'] = 'Індекс повинен містити від 2 до 10 символів!';
|
||||
$_['error_country'] = 'Будь-ласка виберіть країну!';
|
||||
$_['error_zone'] = 'Будь-ласка виберіть область/район!';
|
||||
$_['error_custom_field'] = '%s необхідно!';
|
||||
$_['error_password'] = 'Пароль повинен містити від 4 до 20 символів!';
|
||||
$_['error_confirm'] = 'Підтвердження паролю не співпадає!';
|
||||
$_['error_agree'] = 'Ви мусите погодитися з %s!';
|
||||
17
catalog/language/uk-ua/account/reset.php
Normal file
17
catalog/language/uk-ua/account/reset.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
// header
|
||||
$_['heading_title'] = 'Reset your password';
|
||||
|
||||
// Text
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_password'] = 'Enter the new password you wish to use.';
|
||||
$_['text_success'] = 'Success: Your password has been successfully updated.';
|
||||
|
||||
// Entry
|
||||
$_['entry_password'] = 'Password';
|
||||
$_['entry_confirm'] = 'Confirm';
|
||||
|
||||
// Error
|
||||
$_['error_password'] = 'Password must be between 4 and 20 characters!';
|
||||
$_['error_confirm'] = 'Password and password confirmation do not match!';
|
||||
$_['error_code'] = 'Password reset code is invalid or was used previously!';
|
||||
71
catalog/language/uk-ua/account/return.php
Normal file
71
catalog/language/uk-ua/account/return.php
Normal file
@@ -0,0 +1,71 @@
|
||||
<?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_account'] = 'Обліковий запис';
|
||||
$_['text_return'] = 'Інформація про повернення';
|
||||
$_['text_return_detail'] = 'Деталі повернення';
|
||||
$_['text_description'] = '<p>Якщо ви маєте проблеми з товаром, які неможливо вирішити за допомогою технічної підтримки або відділу з продажів, ви можете повернути його назад. Для цього достатньо заповнити форму повернення. Ваш запит буде оброблено протягом трьох робочих днів.</p>
|
||||
<p>Поверненню підлягають товари за умови збереження товарного вигляду, наявності повної комплектації та оригінального пакування.</p>
|
||||
<p>Зверніть увагу на групу товарів, що не підлягають поверненню згідно до чинного законодавства.</p>';
|
||||
$_['text_order'] = 'Інформація про замовлення';
|
||||
$_['text_product'] = 'Інформація про товари і причина повернення';
|
||||
$_['text_message'] = '<p>Ваш запит на повернення товару успішно надіслано! Протягом 24 робочих годин ви отримаєте подальші інструкції.</p>';
|
||||
$_['text_return_id'] = 'Номер повернення';
|
||||
$_['text_order_id'] = 'Номер замовлення';
|
||||
$_['text_date_ordered'] = 'Дата замовлення';
|
||||
$_['text_status'] = 'Статус';
|
||||
$_['text_date_added'] = 'Дата створення';
|
||||
$_['text_comment'] = 'Коментарі до повернення';
|
||||
$_['text_history'] = 'Історія повернень';
|
||||
$_['text_empty'] = 'У Вас ще не було повернень!';
|
||||
$_['text_agree'] = 'Я прочитав і погоджуюся з <a href="%s" class="agree"><b>%s</b></a>';
|
||||
|
||||
// Column
|
||||
$_['column_return_id'] = 'Номер повернення';
|
||||
$_['column_order_id'] = 'Номер замовлення';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_date_added'] = 'Дата створення';
|
||||
$_['column_customer'] = 'Покупець';
|
||||
$_['column_product'] = 'Назва товару';
|
||||
$_['column_model'] = 'Модель';
|
||||
$_['column_quantity'] = 'Кількість';
|
||||
$_['column_price'] = 'Ціна';
|
||||
$_['column_opened'] = 'Відкрито';
|
||||
$_['column_comment'] = 'Коментар';
|
||||
$_['column_reason'] = 'Причина';
|
||||
$_['column_action'] = 'Дія';
|
||||
|
||||
// Entry
|
||||
$_['entry_order_id'] = 'Номер замовлення';
|
||||
$_['entry_date_ordered'] = 'Дата замовлення';
|
||||
$_['entry_firstname'] = 'Ім`я';
|
||||
$_['entry_lastname'] = 'Прізвище';
|
||||
$_['entry_email'] = 'E-Mail';
|
||||
$_['entry_telephone'] = 'Телефон';
|
||||
$_['entry_product'] = 'Назва товару';
|
||||
$_['entry_model'] = 'Артикул';
|
||||
$_['entry_quantity'] = 'Кількість';
|
||||
$_['entry_reason'] = 'Причина поверення';
|
||||
$_['entry_opened'] = 'Товар розпаковувався';
|
||||
$_['entry_fault_detail'] = 'Несправність чи інші деталі';
|
||||
$_['entry_captcha'] = 'Введіть код в вікно нижче';
|
||||
|
||||
// Error
|
||||
$_['text_error'] = 'Повернення не знайдено!';
|
||||
$_['error_order_id'] = 'Необхідно вказати номер повернення!';
|
||||
$_['error_firstname'] = 'Ім`я повинно містити від 1 до 32 символів!';
|
||||
$_['error_lastname'] = 'Прізвище повинно містити від 1 до 32 символів!';
|
||||
$_['error_email'] = 'Неправильний E-Mail!';
|
||||
$_['error_telephone'] = 'Телефон повинен містити від 3 до 32 символів!';
|
||||
$_['error_product'] = 'Назва товару повинна містити від 3 до 255 символів!';
|
||||
$_['error_model'] = 'Модель повинна містити від 3 до 64 символів!';
|
||||
$_['error_reason'] = 'Ви мусите вказати причину повернення!';
|
||||
$_['error_captcha'] = 'Код підтвердження не співпадає!';
|
||||
$_['error_agree'] = 'Ви мусите погодитися з %s!';
|
||||
19
catalog/language/uk-ua/account/reward.php
Normal file
19
catalog/language/uk-ua/account/reward.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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'] = 'Ваші бонусні бали';
|
||||
|
||||
// Column
|
||||
$_['column_date_added'] = 'Дата додавання';
|
||||
$_['column_description'] = 'Опис';
|
||||
$_['column_points'] = 'Бали';
|
||||
|
||||
// Text
|
||||
$_['text_account'] = 'Обліковий запис';
|
||||
$_['text_reward'] = 'Бонусні бали';
|
||||
$_['text_total'] = 'Загальна кількість Ваших бонусних балів:';
|
||||
$_['text_empty'] = 'У Вас немає бонусних балів!';
|
||||
14
catalog/language/uk-ua/account/success.php
Normal file
14
catalog/language/uk-ua/account/success.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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_message'] = '<p>Вітання! Ваш профіль успішно створено!</p> <p>Тепер Ви можете скористатися додатковими можливостями: проглядання історії замовлень, друк рахунку, зміна інформації вашого профілю та багато іншого.</p> <p>Якщо У Вас є якісь питання щодо роботи партнерської програми пишіть їх на нашу електронну адресу.</p> <p>Підтвердження вислано на ваш e-mail. Якщо ви не отримали його на протязі однієї години, будь-ласка <a href="%s">повідомте нас</a>.</p>';
|
||||
$_['text_approval'] = '<p>Дякуємо за раєстрацію %s!</p><p>Ви отримаєте повідомлення на e-mail коли Ваш обліковий запис буде активовано.</p><p>Якщо У Вас є якісь питання щодо роботи цього інтернет-магазину, будь-ласка <a href="%s">напишіть їх нам</a>.</p>';
|
||||
$_['text_account'] = 'Обліковий запис';
|
||||
$_['text_success'] = 'Успішно';
|
||||
19
catalog/language/uk-ua/account/transaction.php
Normal file
19
catalog/language/uk-ua/account/transaction.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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'] = 'Ваші транзакції';
|
||||
|
||||
// Column
|
||||
$_['column_date_added'] = 'Дата створення';
|
||||
$_['column_description'] = 'Опис';
|
||||
$_['column_amount'] = 'Сума (%s)';
|
||||
|
||||
// Text
|
||||
$_['text_account'] = 'Обліковий запис';
|
||||
$_['text_transaction'] = 'Ваші транзакції';
|
||||
$_['text_total'] = 'Ваш поточний баланс становить:';
|
||||
$_['text_empty'] = 'У Вас немає жодних транзакцій!';
|
||||
37
catalog/language/uk-ua/account/voucher.php
Normal file
37
catalog/language/uk-ua/account/voucher.php
Normal 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
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Купити подарунковий сертифікат';
|
||||
|
||||
// Text
|
||||
$_['text_account'] = 'Обліковий запис';
|
||||
$_['text_voucher'] = 'Подарунковий сертифікат';
|
||||
$_['text_description'] = 'Цей подарунковий сертфікат буде відправлено електронною поштою отримувачу зразу після оплати замовлення.';
|
||||
$_['text_agree'] = 'Я погоджуюся з тим, що подарунковий сертифікат не підлягає поверненню.';
|
||||
$_['text_message'] = '<p>Дякуємо за покупку подарункового стертифікату! Зразу після заваршення замовлення цей подарунковий сертфікат буде відправлено електронною поштою отримувачу разом з інструкцією з використання.</p>';
|
||||
$_['text_for'] = '%s Подарунковий сертифікат для %s';
|
||||
|
||||
// Entry
|
||||
$_['entry_to_name'] = 'Ім`я отримувача';
|
||||
$_['entry_to_email'] = 'E-mail отримувача';
|
||||
$_['entry_from_name'] = 'Ваше ім\'я';
|
||||
$_['entry_from_email'] = 'Ваш e-mail';
|
||||
$_['entry_theme'] = 'Оформлення подарункового сертифікату';
|
||||
$_['entry_message'] = 'Повідомлення';
|
||||
$_['entry_amount'] = 'Сума';
|
||||
|
||||
// Help
|
||||
$_['help_message'] = 'Опція';
|
||||
$_['help_amount'] = 'Сума повинна бути від %s і до %s';
|
||||
|
||||
// Error
|
||||
$_['error_to_name'] = 'Імя отирмувача повинно містити від 1 до 64 символів!';
|
||||
$_['error_from_name'] = 'Ваше ім\'я повинно містити від 1 до 64 символів!';
|
||||
$_['error_email'] = 'Неправильний E-Mail!';
|
||||
$_['error_theme'] = 'Необхідно вибрати тему!';
|
||||
$_['error_amount'] = 'Сума повинна бути від %s до %s!';
|
||||
$_['error_agree'] = 'Ви мусите погодитися з тим що подарунковий сертифікат не підлягає поверненню!';
|
||||
30
catalog/language/uk-ua/account/wishlist.php
Normal file
30
catalog/language/uk-ua/account/wishlist.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?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 22 October.2015
|
||||
//fradee@gmail.com
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Мій список бажань';
|
||||
|
||||
// Text
|
||||
$_['text_account'] = 'Обліковий запис';
|
||||
$_['text_instock'] = 'На складі';
|
||||
$_['text_wishlist'] = 'Список бажань (%s)';
|
||||
$_['text_login'] = 'Ви мусите <a href="%s">увійти</a> чи <a href="%s">створити обліковий запис</a> для збереження <a href="%s">%s</a> Вашого <a href="%s">списку бажань</a>!';
|
||||
$_['text_success'] = 'Ви успішно додали <a href="%s">%s</a> до Вашого <a href="%s">списку бажань</a>!';
|
||||
|
||||
$_['text_remove'] = 'Ви успішно змінили список бажань!';
|
||||
$_['text_empty'] = 'Ваш список бажать порожній.';
|
||||
|
||||
// Column
|
||||
$_['column_image'] = 'Зображення';
|
||||
$_['column_name'] = 'Назва товару';
|
||||
$_['column_model'] = 'Модель';
|
||||
$_['column_stock'] = 'Наявність';
|
||||
$_['column_price'] = 'Ціна за одиницю';
|
||||
$_['column_action'] = 'Дія';
|
||||
19
catalog/language/uk-ua/affiliate/account.php
Normal file
19
catalog/language/uk-ua/affiliate/account.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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_account'] = 'Обліковий запис';
|
||||
$_['text_my_account'] = 'Мій партнерський обліковий запис';
|
||||
$_['text_my_tracking'] = 'Мої відстеження';
|
||||
$_['text_my_transactions'] = 'Мої транзакції';
|
||||
$_['text_edit'] = 'Змінити інформацію облікового запису';
|
||||
$_['text_password'] = 'Змінити пароль';
|
||||
$_['text_payment'] = 'Змінити Ваші налаштування оплати';
|
||||
$_['text_tracking'] = 'Партнерський код відслідковування';
|
||||
$_['text_transaction'] = 'Переглянути історію транзакцій';
|
||||
42
catalog/language/uk-ua/affiliate/edit.php
Normal file
42
catalog/language/uk-ua/affiliate/edit.php
Normal file
@@ -0,0 +1,42 @@
|
||||
<?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_account'] = 'Обліковий запис';
|
||||
$_['text_edit'] = 'Змінити інформацію';
|
||||
$_['text_your_details'] = 'Ваші особисті дані';
|
||||
$_['text_your_address'] = 'Ваша адреса';
|
||||
$_['text_success'] = 'Ваш обліковий запис було успішно змінено.';
|
||||
|
||||
// Entry
|
||||
$_['entry_firstname'] = 'Ім`я';
|
||||
$_['entry_lastname'] = 'Прізвище';
|
||||
$_['entry_email'] = 'E-Mail';
|
||||
$_['entry_telephone'] = 'Телефон';
|
||||
$_['entry_fax'] = 'Факс';
|
||||
$_['entry_company'] = 'Компанія';
|
||||
$_['entry_website'] = 'Сайт';
|
||||
$_['entry_address_1'] = 'Адреса 1';
|
||||
$_['entry_address_2'] = 'Адреса 2';
|
||||
$_['entry_postcode'] = 'Індес';
|
||||
$_['entry_city'] = 'Місто';
|
||||
$_['entry_country'] = 'Країна';
|
||||
$_['entry_zone'] = 'Район/Область';
|
||||
|
||||
// Error
|
||||
$_['error_exists'] = 'Цей E-Mail вже зареєстровано!';
|
||||
$_['error_firstname'] = 'Ім`я повинно містити від 1 до 32 символів!';
|
||||
$_['error_lastname'] = 'Прізвище повинно містити від 1 до 32 символів!';
|
||||
$_['error_email'] = 'Неправильний E-Mail!';
|
||||
$_['error_telephone'] = 'Телефон повинен містити від 3 до 32 ссимволів!';
|
||||
$_['error_address_1'] = 'Адреса 1 повинна містити від 3 до 128 символів!';
|
||||
$_['error_city'] = 'Назва міста повинна мстити від 2 до 128 символів!';
|
||||
$_['error_country'] = 'Будь-ласка виберіть країну!';
|
||||
$_['error_zone'] = 'Будь-ласка виберіть район/область!';
|
||||
$_['error_postcode'] = 'Індекс повинен містити від 2 до 10 символів!';
|
||||
21
catalog/language/uk-ua/affiliate/forgotten.php
Normal file
21
catalog/language/uk-ua/affiliate/forgotten.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?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_account'] = 'Обліковий запис';
|
||||
$_['text_forgotten'] = 'Забули пароль?';
|
||||
$_['text_your_email'] = 'Ваш E-Mail';
|
||||
$_['text_email'] = 'Введіть e-mail який Ви вказували при реєстрації. Натисніть кнопку підтвердження і новий пароль прийде на Ваш e-mail.';
|
||||
$_['text_success'] = 'Новий пароль відправлено на Ваш e-mail.';
|
||||
|
||||
// Entry
|
||||
$_['entry_email'] = 'E-Mail';
|
||||
|
||||
// Error
|
||||
$_['error_email'] = 'E-Mail не знайдено в базі, спробуйте ще раз!';
|
||||
26
catalog/language/uk-ua/affiliate/login.php
Normal file
26
catalog/language/uk-ua/affiliate/login.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?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_account'] = 'Рахунок';
|
||||
$_['text_login'] = 'Логін';
|
||||
$_['text_description'] = '<p>%s партнерська програма безкоштовна і дозволяє користувачам заробляти гроші, розміщуючи посилання на їхніх сайтах з рекламою %s або конкретним товаром. Будь-які покупки покупців, які натиснули на такі посилання, принесуть партнерам комісію від продажу. Стандартна комісія зараз складає %s.</p><p>Щоб отримати більше інформації відвідайте сторіну частих питань або перегляньте умови партнерської програми.</p>';
|
||||
$_['text_new_affiliate'] = 'Реєстрація в партнерській програмі';
|
||||
$_['text_register_account'] = '<p>Я поки-що не зараєстрований в парнерській програмі.</p><p>Натисніть продовжити щоб стати новим партнером. Зверніть увагу що це ніяк не повязано з Вашим обліковий записом покупця.</p>';
|
||||
$_['text_returning_affiliate'] = 'Вхід в партнерську програму';
|
||||
$_['text_i_am_returning_affiliate'] = 'Вже зареєстрований в партнерській програмі.';
|
||||
$_['text_forgotten'] = 'Забули пароль?';
|
||||
|
||||
// Entry
|
||||
$_['entry_email'] = 'E-Mail';
|
||||
$_['entry_password'] = 'Пароль';
|
||||
|
||||
// Error
|
||||
$_['error_login'] = 'E-Mail і/чи пароль не співпадають.';
|
||||
$_['error_approved'] = 'Ваш обліковий запис потребує підтвердження перед тим як Ви зможете ввійти.';
|
||||
13
catalog/language/uk-ua/affiliate/logout.php
Normal file
13
catalog/language/uk-ua/affiliate/logout.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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_message'] = '<p>Ви вийшли з облікового запису.</p>';
|
||||
$_['text_account'] = 'Обліковий запис';
|
||||
$_['text_logout'] = 'Вихід';
|
||||
21
catalog/language/uk-ua/affiliate/password.php
Normal file
21
catalog/language/uk-ua/affiliate/password.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?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_account'] = 'Обліковий запис';
|
||||
$_['text_password'] = 'Пароль';
|
||||
$_['text_success'] = 'Ви успішно змінили пароль.';
|
||||
|
||||
// Entry
|
||||
$_['entry_password'] = 'Пароль';
|
||||
$_['entry_confirm'] = 'Підтвердження';
|
||||
|
||||
// Error
|
||||
$_['error_password'] = 'Пароль повинен містити від 4 до 20 символів!';
|
||||
$_['error_confirm'] = 'Підтвердження і пароль не співпадають!';
|
||||
29
catalog/language/uk-ua/affiliate/payment.php
Normal file
29
catalog/language/uk-ua/affiliate/payment.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?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_account'] = 'Рахунок';
|
||||
$_['text_payment'] = 'Платіж';
|
||||
$_['text_your_payment'] = 'Інформація про оплату';
|
||||
$_['text_your_password'] = 'Пароль';
|
||||
$_['text_cheque'] = 'Чек';
|
||||
$_['text_paypal'] = 'PayPal';
|
||||
$_['text_bank'] = 'Банківський переказ';
|
||||
$_['text_success'] = 'Ваш обліковий запис успішно змінено.';
|
||||
|
||||
// Entry
|
||||
$_['entry_tax'] = 'ІПН';
|
||||
$_['entry_payment'] = 'Спосіб оплати';
|
||||
$_['entry_cheque'] = 'Чек на ім`я';
|
||||
$_['entry_paypal'] = 'PayPal Email';
|
||||
$_['entry_bank_name'] = 'Назва банку';
|
||||
$_['entry_bank_branch_number'] = 'Номер ABA/BSB(Branch Number)';
|
||||
$_['entry_bank_swift_code'] = 'Код SWIFT';
|
||||
$_['entry_bank_account_name'] = 'Назва банківського рахунку';
|
||||
$_['entry_bank_account_number'] = 'Номер банківського рахунку';
|
||||
63
catalog/language/uk-ua/affiliate/register.php
Normal file
63
catalog/language/uk-ua/affiliate/register.php
Normal file
@@ -0,0 +1,63 @@
|
||||
<?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_account'] = 'Обліковий запис';
|
||||
$_['text_register'] = 'Реєстрація в партнерській програмі';
|
||||
$_['text_account_already'] = 'Якщо Ви уже реєструвалися у нас, будь-ласка ввійдіть <a href="%s">тут</a>.';
|
||||
$_['text_signup'] = 'Для створення партнерського профілю заповніть повністю наступну форму:';
|
||||
$_['text_your_details'] = 'Ваші особисті дані';
|
||||
$_['text_your_address'] = 'Ваша адреса';
|
||||
$_['text_payment'] = 'Інформація про оплату';
|
||||
$_['text_your_password'] = 'Пароль';
|
||||
$_['text_cheque'] = 'Чек';
|
||||
$_['text_paypal'] = 'PayPal';
|
||||
$_['text_bank'] = 'Банківський переказ';
|
||||
$_['text_agree'] = 'І прочитав і погоджуюся з умовами <a href="%s" class="agree"><b>%s</b></a>';
|
||||
|
||||
// Entry
|
||||
$_['entry_firstname'] = 'Ім`я';
|
||||
$_['entry_lastname'] = 'Прізвище';
|
||||
$_['entry_email'] = 'E-Mail';
|
||||
$_['entry_telephone'] = 'Телефон';
|
||||
$_['entry_fax'] = 'Факс';
|
||||
$_['entry_company'] = 'Компанія';
|
||||
$_['entry_website'] = 'Сайт';
|
||||
$_['entry_address_1'] = 'Адреса 1';
|
||||
$_['entry_address_2'] = 'Адреса 2';
|
||||
$_['entry_postcode'] = 'Індекс';
|
||||
$_['entry_city'] = 'Місто';
|
||||
$_['entry_country'] = 'Країна';
|
||||
$_['entry_zone'] = 'Район/Область';
|
||||
$_['entry_tax'] = 'ІПН';
|
||||
$_['entry_payment'] = 'Метод оплати';
|
||||
$_['entry_cheque'] = 'Чек на ім`я';
|
||||
$_['entry_paypal'] = 'PayPal Email';
|
||||
$_['entry_bank_name'] = 'Назва банку';
|
||||
$_['entry_bank_branch_number'] = 'Номер ABA/BSB (Branch Number)';
|
||||
$_['entry_bank_swift_code'] = 'Код SWIFT';
|
||||
$_['entry_bank_account_name'] = 'Ім`я для банківського рахунку';
|
||||
$_['entry_bank_account_number'] = 'Номер банківського рахунку';
|
||||
$_['entry_password'] = 'Пароль';
|
||||
$_['entry_confirm'] = 'Підтвердження';
|
||||
|
||||
// Error
|
||||
$_['error_exists'] = 'Цей E-Mail вже зареєстровано!';
|
||||
$_['error_firstname'] = 'Ім`я повинно містити від 1 до 32 символів!';
|
||||
$_['error_lastname'] = 'Прізвище повинно містити від 1 до 32 символів!';
|
||||
$_['error_email'] = 'Неправильний E-Mail!';
|
||||
$_['error_telephone'] = 'Телефон повинен містити від 3 до 32 символів!';
|
||||
$_['error_password'] = 'Пароль повинен містити від 4 до 20 символів!';
|
||||
$_['error_confirm'] = 'Підтвердження не співпадає з паролем!';
|
||||
$_['error_address_1'] = 'Адреса 1 повинна містити від 3 до 128 символів!';
|
||||
$_['error_city'] = 'Назва міста повинна містити від 2 до 128 символів!';
|
||||
$_['error_country'] = 'Будь-ласка виберіть країну!';
|
||||
$_['error_zone'] = 'Будь-ласка виберіть район/область!';
|
||||
$_['error_postcode'] = 'Індекс повинен містити від 2 до 10 символів!';
|
||||
$_['error_agree'] = 'Ви мусите погодитися з %s!';
|
||||
14
catalog/language/uk-ua/affiliate/success.php
Normal file
14
catalog/language/uk-ua/affiliate/success.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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_message'] = '<p>Ваш обліковий запис партнерської програми успішно створено!</p> <p>Тепер Ви можете скористатися перевагами користувача для вдосконалення Вашого досвіду покупок у нас.</p> <p>Якщо у Вас є якісь питання щодо роботи цього інтернет-магазину пишіть їх на наш e-mail.</p> <p>Підтвердження відправлено на e-mail. Якщо Ви не отримаєте його в найближчу годину, будь-ласка <a href="%s">пишіть нам</a>.</p>';
|
||||
$_['text_approval'] = '<p>Дякуємо за реєстрацію партнерського облікового запису у %s!</p><p>Вас повідомлять на e-mail коли Ваш обліковий запис стане активним.</p><p>Якщо у Вас є якісь питання щодо роботи партнерської програми, будь-ласка <a href="%s">пишіть нам</a>.</p>';
|
||||
$_['text_account'] = 'Обілковий запис';
|
||||
$_['text_success'] = 'Успішно';
|
||||
20
catalog/language/uk-ua/affiliate/tracking.php
Normal file
20
catalog/language/uk-ua/affiliate/tracking.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?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_account'] = 'Обліковий запис';
|
||||
$_['text_description'] = 'Для отримання виплат за рефералів, яких Ви відправили до нас, Ви мусите додавати код відслідковування в адресу нашої web-сторінки. Тоді ми будемо точно знати, що Ви направили на наш сайт саме цього клієнта. Ви можете використати наступні інструменти для генерування посилань на %s сайт.';
|
||||
|
||||
// Entry
|
||||
$_['entry_code'] = 'Ваш код відслідковування';
|
||||
$_['entry_generator'] = 'Генератор посилань для партнерської програми';
|
||||
$_['entry_link'] = 'Посилання з відслідковуванням';
|
||||
|
||||
// Help
|
||||
$_['help_generator'] = 'Введіть назву товару на який Ви хочете створити посилання';
|
||||
19
catalog/language/uk-ua/affiliate/transaction.php
Normal file
19
catalog/language/uk-ua/affiliate/transaction.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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'] = 'Ваші виплати';
|
||||
|
||||
// Column
|
||||
$_['column_date_added'] = 'Дата додавання';
|
||||
$_['column_description'] = 'Опис';
|
||||
$_['column_amount'] = 'Сума (%s)';
|
||||
|
||||
// Text
|
||||
$_['text_account'] = 'Обліковий запис';
|
||||
$_['text_transaction'] = 'Ваші виплати';
|
||||
$_['text_balance'] = 'Ваш поточний баланс становить:';
|
||||
$_['text_empty'] = 'У Вас немає виплат!';
|
||||
15
catalog/language/uk-ua/api/cart.php
Normal file
15
catalog/language/uk-ua/api/cart.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Ви успішно змінили Вашого кошика!';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У Вас немає доступу до API!';
|
||||
$_['error_stock'] = 'Товари позначені *** закінчилися або їхній залишок менший від кількості яку Ви хочете замовити!';
|
||||
$_['error_minimum'] = 'Мінімальна кількість замовлення для %s становить %s!';
|
||||
$_['error_store'] = 'Ви не можете купити цей продукт у цьому магазини!';
|
||||
$_['error_required'] = '%s необхідно!';
|
||||
12
catalog/language/uk-ua/api/coupon.php
Normal file
12
catalog/language/uk-ua/api/coupon.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Ви успішно використали купон на знижку!';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У Вас немає доступу до API!';
|
||||
$_['error_coupon'] = 'Увага: купон неправильний, прострочений або закінчився ліміт для його використання!';
|
||||
7
catalog/language/uk-ua/api/currency.php
Normal file
7
catalog/language/uk-ua/api/currency.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_success'] = 'Успіх: Ваша валюта була змінена!';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Увага: У Вас нема права доступу до API!';
|
||||
$_['error_currency'] = 'Увага: Неправильний код валюти!';
|
||||
16
catalog/language/uk-ua/api/customer.php
Normal file
16
catalog/language/uk-ua/api/customer.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?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
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Ви успішно змінили покупців';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У Вас немає доступу до API!';
|
||||
$_['error_firstname'] = 'Ім`я повинно містити від 1 до 32 символів!';
|
||||
$_['error_lastname'] = 'Прізвище повинно містити від 1 до 32 символів!';
|
||||
$_['error_email'] = 'Неправильний E-Mail!';
|
||||
$_['error_telephone'] = 'Телефон повинен містити від 3 до 32 символів!';
|
||||
$_['error_custom_field'] = '%s необхідно!';
|
||||
11
catalog/language/uk-ua/api/login.php
Normal file
11
catalog/language/uk-ua/api/login.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'API сесія успішно розпочата!';
|
||||
|
||||
// Error
|
||||
$_['error_login'] = 'Ім`я і/чи пароль не співпадають.';
|
||||
19
catalog/language/uk-ua/api/order.php
Normal file
19
catalog/language/uk-ua/api/order.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Ваше замовлення успішно змінено';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У Вас немає доступу до API!';
|
||||
$_['error_customer'] = 'Необхідно додати деталі покупця!';
|
||||
$_['error_payment_address'] = 'Необхідно додати адресу оплати!';
|
||||
$_['error_payment_method'] = 'Необхідно вказати метод оплати!';
|
||||
$_['error_shipping_address'] = 'Необхідно вказати адресу доставки!';
|
||||
$_['error_shipping_method'] = 'Необхідно вказати метод доставки!';
|
||||
$_['error_stock'] = 'Товари позначені *** закінчилися, або залишок менший від замовлення!';
|
||||
$_['error_minimum'] = 'Мінімальна кількість замолвення для %s складає %s!';
|
||||
$_['error_not_found'] = 'Увага: такого замовлення немає!';
|
||||
23
catalog/language/uk-ua/api/payment.php
Normal file
23
catalog/language/uk-ua/api/payment.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?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
|
||||
|
||||
// Text
|
||||
$_['text_address'] = 'Адреса оплати успішно вcтановлена!';
|
||||
$_['text_method'] = 'Метод оплати успішно встановлено!';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У Вас немає доступу до API!';
|
||||
$_['error_firstname'] = 'Ім`я повинно містити від 1 до 32 символів!';
|
||||
$_['error_lastname'] = 'Прізвище повинно містити від 1 до 32 символів!';
|
||||
$_['error_address_1'] = 'Адреса 1 повинна містити від 3 до 128 символів!';
|
||||
$_['error_city'] = 'Назва міста повинна містити від 3 до 128 символів!';
|
||||
$_['error_postcode'] = 'Індекс повинен містити від 2 до 10 символів для цієї країни!';
|
||||
$_['error_country'] = 'Будь-ласка оберіть країну!';
|
||||
$_['error_zone'] = 'Будь-ласка оберіть район/область!';
|
||||
$_['error_custom_field'] = '%s необхідно!';
|
||||
$_['error_address'] = 'Вкажіть адресу оплати!';
|
||||
$_['error_method'] = 'Вкажіть метод оплати!';
|
||||
$_['error_no_payment'] = 'Опції оплати недоступні!';
|
||||
14
catalog/language/uk-ua/api/reward.php
Normal file
14
catalog/language/uk-ua/api/reward.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Ви успішно використали бонусні бали!';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У Вас немає доступу до API!';
|
||||
$_['error_reward'] = 'Будь-ласка введіть суму бонусних балів, які Ви хочете використати для оплати!';
|
||||
$_['error_points'] = 'У Вас немає %s бонусних балів!';
|
||||
$_['error_maximum'] = 'Максимальна кількість бонусних балів, які Ви можете використати для оплати становить %s!';
|
||||
23
catalog/language/uk-ua/api/shipping.php
Normal file
23
catalog/language/uk-ua/api/shipping.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?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
|
||||
|
||||
// Text
|
||||
$_['text_address'] = 'Ви успішно встановили адресу доставки!';
|
||||
$_['text_method'] = 'Ви успішно встановили метод доставки!';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У Вас немає доступу до API!';
|
||||
$_['error_firstname'] = 'Ім`я повинно містити від 1 до 32 символів!';
|
||||
$_['error_lastname'] = 'Прізвище повинно містити від 1 до 32 символів!';
|
||||
$_['error_address_1'] = 'Адреса 1 повинна містити від 3 до 128 символів!';
|
||||
$_['error_city'] = 'Назва міста повинна містити від 3 до 128 символів!';
|
||||
$_['error_postcode'] = 'Індекс повинен містити від 2 до 10 символів для цієї країни!';
|
||||
$_['error_country'] = 'Будь-ласка оберіть країну!';
|
||||
$_['error_zone'] = 'Будь-ласка оберіть район/область!';
|
||||
$_['error_custom_field'] = '%s необхідно!';
|
||||
$_['error_address'] = 'Вкажіть адресу доставки!';
|
||||
$_['error_method'] = 'Вкажіть метод доставки!';
|
||||
$_['error_no_shipping'] = 'Опції доставки відсутні!';
|
||||
20
catalog/language/uk-ua/api/voucher.php
Normal file
20
catalog/language/uk-ua/api/voucher.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?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
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Ви успішно використали знижку подарункового сертифікату!';
|
||||
$_['text_cart'] = 'Ви успішно змінили Кошик!';
|
||||
|
||||
$_['text_for'] = '%s Подарунковий сертифікат %s';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У Вас немає доступу до API!';
|
||||
$_['error_voucher'] = 'Подарунковий сертифікат недійсний або уже використаний!';
|
||||
$_['error_to_name'] = 'Ім`я одержувача повинно містити від 1 до 64 символів!';
|
||||
$_['error_from_name'] = 'Ваше ім`я повинно містити від 1 до 64 символів!';
|
||||
$_['error_email'] = 'Неправильний E-Mail!';
|
||||
$_['error_theme'] = 'Вкажіть тему!';
|
||||
$_['error_amount'] = 'Сума повинна бути від %s і до %s!';
|
||||
47
catalog/language/uk-ua/checkout/cart.php
Normal file
47
catalog/language/uk-ua/checkout/cart.php
Normal file
@@ -0,0 +1,47 @@
|
||||
<?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'] = 'Ви додали <a href="%s">%s</a> до Вашого <a href="%s">кошика</a>!';
|
||||
$_['text_remove'] = 'Ви успішно змінили Ваш кошик!';
|
||||
$_['text_login'] = 'Вам необхідно <a href="%s">ввійти</a> чи <a href="%s">створити профіль</a> щоб побачити ціни!';
|
||||
$_['text_items'] = '%s товар(ри) - %s';
|
||||
$_['text_points'] = 'Бонусні бали: %s';
|
||||
$_['text_next'] = 'Що б Ви хотіли зробити далі?';
|
||||
$_['text_next_choice'] = 'Оберіть, якщо у Вас є дисконтний код або бонусні бали, які б Ви хотіли використати, або якщо б Ви хотіли визначити вартість доставки.';
|
||||
$_['text_empty'] = 'Ваш кошик порожній!';
|
||||
$_['text_day'] = 'день';
|
||||
$_['text_week'] = 'тиждень';
|
||||
$_['text_semi_month'] = 'половина місяця';
|
||||
$_['text_month'] = 'місяць';
|
||||
$_['text_year'] = 'рік';
|
||||
$_['text_trial'] = '%s кожний %s %s для %s платежів тоді ';
|
||||
$_['text_recurring'] = '%s кожний %s %s';
|
||||
$_['text_length'] = ' для %s платежів';
|
||||
$_['text_until_cancelled'] = 'поки не скасовано';
|
||||
$_['text_recurring_item'] = 'Повторювані платежі';
|
||||
$_['text_payment_recurring'] = 'Профіль оплати';
|
||||
$_['text_trial_description'] = '%s кожний %d %s(s) для %d платіж(ів) тоді';
|
||||
$_['text_payment_description'] = '%s кожний %d %s(s) для %d платіж(ів)';
|
||||
$_['text_payment_until_canceled_description'] = '%s кожний %d %s(s) поки не скасовано';
|
||||
|
||||
// Column
|
||||
$_['column_image'] = 'Зображення';
|
||||
$_['column_name'] = 'Назва товару';
|
||||
$_['column_model'] = 'Модель';
|
||||
$_['column_quantity'] = 'Кількість';
|
||||
$_['column_price'] = 'Ціна за одиницю';
|
||||
$_['column_total'] = 'Загалом';
|
||||
|
||||
// Error
|
||||
$_['error_stock'] = 'Товари позначені *** закінчилися або їхній залишок менший від кількості яку Ви хочете замовити!';
|
||||
$_['error_minimum'] = 'Мінімальна кількість замовлення для %s становить %s!';
|
||||
$_['error_required'] = '%s необхідно!';
|
||||
$_['error_product'] = 'У Вашому кошику немає товарів!';
|
||||
$_['error_recurring_required'] = 'Будь-ласка виберіть повторюваний платіж!';
|
||||
98
catalog/language/uk-ua/checkout/checkout.php
Normal file
98
catalog/language/uk-ua/checkout/checkout.php
Normal file
@@ -0,0 +1,98 @@
|
||||
<?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_cart'] = 'Кошик';
|
||||
$_['text_checkout_option'] = 'Крок 1: Варіанти оформлення';
|
||||
$_['text_checkout_account'] = 'Крок 2: Обліковий запис і деталі рахунку';
|
||||
$_['text_checkout_payment_address'] = 'Крок 2: Деталі рахунку';
|
||||
$_['text_checkout_shipping_address'] = 'Крок 3: Деталі доставки';
|
||||
$_['text_checkout_shipping_method'] = 'Крок 4: Спосіб доставки';
|
||||
$_['text_checkout_payment_method'] = 'Крок 5: Спосіб оплати';
|
||||
$_['text_checkout_confirm'] = 'Крок 6: Підтвердження замовлення';
|
||||
$_['text_modify'] = 'Змінити;';
|
||||
$_['text_new_customer'] = 'Новий покупець';
|
||||
$_['text_returning_customer'] = 'Постійний покупець';
|
||||
$_['text_checkout'] = 'Опції оформлення замовлення:';
|
||||
$_['text_i_am_returning_customer'] = 'Я постійний покупець';
|
||||
$_['text_register'] = 'Зареєструвати профіль';
|
||||
$_['text_guest'] = 'Оформлення замовлення без реєстрації';
|
||||
$_['text_register_account'] = 'Після створення профілю Ви зможете робити покупки швидше, відслідковувати статус замовлення і зберігати історію попередніх замовлень.';
|
||||
$_['text_forgotten'] = 'Забули пароль?';
|
||||
$_['text_your_details'] = 'Ваша особиста інформація';
|
||||
$_['text_your_address'] = 'Ваша адреса';
|
||||
$_['text_your_password'] = 'Ваш пароль';
|
||||
$_['text_agree'] = 'Я прочитав і погоджуюся з <a href="%s" class="agree"><b>%s</b></a>';
|
||||
$_['text_address_new'] = 'Я хочу використати нову адресу';
|
||||
$_['text_address_existing'] = 'Я хочу використати існуючу адресу';
|
||||
$_['text_shipping_method'] = 'Будь-ласка вкажіть спосіб доставки, який Ви обрали для цього замовлення.';
|
||||
$_['text_payment_method'] = 'Будь-ласка вкажіть спосіб оплати, який Ви обрали для цього замовлення.';
|
||||
$_['text_comments'] = 'Додати коментарі до замовлення';
|
||||
$_['text_recurring'] = 'Повторювний товар';
|
||||
$_['text_payment_recurring'] = 'Профіль оплати';
|
||||
$_['text_trial_description'] = '%s кожен %d %s(s) до %d платіж(ів) тоді';
|
||||
$_['text_payment_description'] = '%s кожен %d %s(s) до %d платіж(ів)';
|
||||
$_['text_payment_until_canceled_description'] = '%s кожен %d %s(s) поки не скасовано';
|
||||
$_['text_day'] = 'день';
|
||||
$_['text_week'] = 'тиждень';
|
||||
$_['text_semi_month'] = 'половину місяця';
|
||||
$_['text_month'] = 'місяць';
|
||||
$_['text_year'] = 'рік';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Назва товару';
|
||||
$_['column_model'] = 'Модель';
|
||||
$_['column_quantity'] = 'Кількість';
|
||||
$_['column_price'] = 'Ціна за одиницю';
|
||||
$_['column_total'] = 'Загалом';
|
||||
|
||||
// Entry
|
||||
$_['entry_email_address'] = 'E-Mail';
|
||||
$_['entry_email'] = 'E-Mail';
|
||||
$_['entry_password'] = 'Пароль';
|
||||
$_['entry_confirm'] = 'Підтвердження паролю';
|
||||
$_['entry_firstname'] = 'Ім`я';
|
||||
$_['entry_lastname'] = 'Прізвище';
|
||||
$_['entry_telephone'] = 'Телефон';
|
||||
$_['entry_fax'] = 'Факс';
|
||||
$_['entry_address'] = 'Оберіть адресу';
|
||||
$_['entry_company'] = 'Компанія';
|
||||
$_['entry_customer_group'] = 'Група покупців';
|
||||
$_['entry_address_1'] = 'Адреса 1';
|
||||
$_['entry_address_2'] = 'Адреса 2';
|
||||
$_['entry_postcode'] = 'Індекс';
|
||||
$_['entry_city'] = 'Місто';
|
||||
$_['entry_country'] = 'Країна';
|
||||
$_['entry_zone'] = 'Район/Область';
|
||||
$_['entry_newsletter'] = 'Я хочу підписатися на розсилку %s новин.';
|
||||
$_['entry_shipping'] = 'Моя адреса доставки і оплати співпадають.';
|
||||
|
||||
// Error
|
||||
$_['error_warning'] = 'В процесі обробки Вашого замовлення виникли проблеми! Якщо проблеми не зникнуть попробуйте обрати інший метод оплати або пишіть у <a href="%s">службу пітримки</a>.';
|
||||
$_['error_login'] = 'E-Mail і/чи пароль не співпадають.';
|
||||
$_['error_approved'] = 'Ваш профіль потребує активації перед тим як Ви зможете ввійти.';
|
||||
$_['error_exists'] = 'Цей E-Mail вже зареєтровано!';
|
||||
$_['error_firstname'] = 'Ім`я повинно містити від 1 до 32 символів!';
|
||||
$_['error_lastname'] = 'Прізвище повинно містити від 1 до 32 символів!';
|
||||
$_['error_email'] = 'Неправильний E-Mail!';
|
||||
$_['error_telephone'] = 'Телефон повинен містити від 3 до 32 символів!';
|
||||
$_['error_password'] = 'Пароль повинен містити від 3 до 20 символів!';
|
||||
$_['error_confirm'] = 'Підтвердження паролю і пароль не співпадають!';
|
||||
$_['error_address_1'] = 'Адреса 1 повинна містити від 3 до 128 символів!';
|
||||
$_['error_city'] = 'Назва міста повинна містити від 2 до 128 символів!';
|
||||
$_['error_postcode'] = 'Індес повинен містити від 2 до 10 символів!';
|
||||
$_['error_country'] = 'Оберіть країну!';
|
||||
$_['error_zone'] = 'ОБеріть Район/Область!';
|
||||
$_['error_agree'] = 'Ви мусите погодитися з %s!';
|
||||
$_['error_address'] = 'Ви мусите обрати адресу!';
|
||||
$_['error_shipping'] = 'Оберіть спосіб доставки!';
|
||||
$_['error_no_shipping'] = 'Немає варіантів доставки. Будь-ласка <a href="%s">зв`яжіться з нами</a> для допомоги!';
|
||||
$_['error_payment'] = 'Оберіть спосіб оплати!';
|
||||
$_['error_no_payment'] = 'Немає варіантів оплати. Будь-ласка <a href="%s">зв`яжіться з нами</a> для допомоги!';
|
||||
$_['error_custom_field'] = '%s необхідно!';
|
||||
25
catalog/language/uk-ua/checkout/failure.php
Normal file
25
catalog/language/uk-ua/checkout/failure.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?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_basket'] = 'Кошик';
|
||||
$_['text_checkout'] = 'Оформлення замовлення';
|
||||
$_['text_failure'] = 'Невдала оплата';
|
||||
$_['text_message'] = '<p>Виникли проблеми при оплаті і тому Ваше замовлення не завершене.</p>
|
||||
|
||||
<p>Можливі причини:</p>
|
||||
<ul>
|
||||
<li>Недостатньо коштів</li>
|
||||
<li>Невдала перевірка</li>
|
||||
</ul>
|
||||
|
||||
<p>Будь-ласка спробуйте інший метод оплати.</p>
|
||||
|
||||
<p>Якщо проблема залишиться будь-ласка <a href="%s">напишіть нам</a> з подробицями замовлення, яке Ви намагалися зробити.</p>
|
||||
';
|
||||
15
catalog/language/uk-ua/checkout/success.php
Normal file
15
catalog/language/uk-ua/checkout/success.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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_basket'] = 'Кошик';
|
||||
$_['text_checkout'] = 'Оформлення замовлення';
|
||||
$_['text_success'] = 'Успішно';
|
||||
$_['text_customer'] = '<p>Ваше замовлення було успішно опрацьовано!</p><p>Ви можете переглянути історію Ваших замовлень перейшовши в <a href="%s">Мій обліковий запис</a> і натиснувши на <a href="%s">Історія замовлень</a>.</p><p>Якщо ваша покупка потребує завантаження, Ви можете перейти на сторінку <a href="%s">Завантаження</a> для їх перегляду.</p><p>Якщо у Вас є якісь запитання висилайте їх <a href="%s">нам</a>.</p><p>Дякуємо за покупку!</p>';
|
||||
$_['text_guest'] = '<p>Ваше замовлення було успішно опрацьовано!</p><p>Якщо у Вас є якісь запитання висилайте їх <a href="%s">нам</a>.</p><p>Дякуємо за покупку!</p>';
|
||||
18
catalog/language/uk-ua/checkout/voucher.php
Normal file
18
catalog/language/uk-ua/checkout/voucher.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?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'] = 'Ви успішно використали знижку подарункового сертифікату!';
|
||||
|
||||
// Entry
|
||||
$_['entry_voucher'] = 'Введіть код Вашого подарункового сертифікату тут';
|
||||
|
||||
// Error
|
||||
$_['error_voucher'] = 'Ви ввели неправильний код подарункового сертифікату або сертифікат вже було використано!';
|
||||
$_['error_empty'] = 'Буль-ласка введіть код подарункового сертифікату!';
|
||||
12
catalog/language/uk-ua/common/cart.php
Normal file
12
catalog/language/uk-ua/common/cart.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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
|
||||
|
||||
// Text
|
||||
$_['text_items'] = '%s товар(ів) - %s';
|
||||
$_['text_empty'] = 'Ваш кошик порожній!';
|
||||
$_['text_cart'] = 'Переглянути кошик';
|
||||
$_['text_checkout'] = 'Оформити замовлення';
|
||||
$_['text_recurring'] = 'Профіль оплати';
|
||||
8
catalog/language/uk-ua/common/currency.php
Normal file
8
catalog/language/uk-ua/common/currency.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?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
|
||||
|
||||
// Text
|
||||
$_['text_currency'] = 'Валюта';
|
||||
23
catalog/language/uk-ua/common/footer.php
Normal file
23
catalog/language/uk-ua/common/footer.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?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
|
||||
|
||||
// Text
|
||||
$_['text_information'] = 'Інформація';
|
||||
$_['text_service'] = 'Сервісні служби';
|
||||
$_['text_extra'] = 'Додатково';
|
||||
$_['text_contact'] = 'Контакти';
|
||||
$_['text_return'] = 'Повернення';
|
||||
$_['text_sitemap'] = 'Мапа сайту';
|
||||
$_['text_manufacturer'] = 'Бренди';
|
||||
$_['text_voucher'] = 'Подарункові сертифікати';
|
||||
$_['text_affiliate'] = 'Партнерська програма';
|
||||
$_['text_special'] = 'Спеціальні пропозиції';
|
||||
$_['text_account'] = 'Обліковий запис';
|
||||
$_['text_order'] = 'Історія замовлень';
|
||||
$_['text_wishlist'] = 'Список побажань';
|
||||
$_['text_newsletter'] = 'Розсилання новин';
|
||||
$_['text_powered'] = 'Створено в <a href="http://www.opencart.com">OpenCart</a><br /> %s © %s';
|
||||
|
||||
21
catalog/language/uk-ua/common/header.php
Normal file
21
catalog/language/uk-ua/common/header.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?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
|
||||
|
||||
// Text
|
||||
$_['text_home'] = 'Головна';
|
||||
$_['text_wishlist'] = 'Список побажань (%s)';
|
||||
$_['text_shopping_cart'] = 'Кошик';
|
||||
$_['text_category'] = 'Категорії';
|
||||
$_['text_account'] = 'Обліковий запис';
|
||||
$_['text_register'] = 'Реєстрація';
|
||||
$_['text_login'] = 'Вхід';
|
||||
$_['text_order'] = 'Історія замовлень';
|
||||
$_['text_transaction'] = 'Оплати';
|
||||
$_['text_download'] = 'Завантаження';
|
||||
$_['text_logout'] = 'Вихід';
|
||||
$_['text_checkout'] = 'Оформлення замовлення';
|
||||
$_['text_search'] = 'Пошук';
|
||||
$_['text_all'] = 'Переглянути всі';
|
||||
8
catalog/language/uk-ua/common/language.php
Normal file
8
catalog/language/uk-ua/common/language.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?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
|
||||
|
||||
// Text
|
||||
$_['text_language'] = 'Мова';
|
||||
12
catalog/language/uk-ua/common/maintenance.php
Normal file
12
catalog/language/uk-ua/common/maintenance.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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_maintenance'] = 'Сайт знаходиться на технічному обслуговуванні';
|
||||
$_['text_message'] = '<h1 style="text-align:center;">В даний час ми проводимо планове технічне обслуговування. <br/>Сайт скоро відновить свою роботу. Будь ласка, зайдіть через деякий час.</h1>';
|
||||
8
catalog/language/uk-ua/common/search.php
Normal file
8
catalog/language/uk-ua/common/search.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?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
|
||||
|
||||
// Text
|
||||
$_['text_search'] = 'Пошук';
|
||||
11
catalog/language/uk-ua/error/not_found.php
Normal file
11
catalog/language/uk-ua/error/not_found.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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_error'] = 'Сторінка, яку Ви шукали, відсутня.';
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_captcha'] = 'Captcha';
|
||||
|
||||
// Entry
|
||||
$_['entry_captcha'] = 'Enter the code in the box below';
|
||||
|
||||
// Error
|
||||
$_['error_captcha'] = 'Verification code does not match the image!';
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_captcha'] = 'Captcha';
|
||||
|
||||
// Entry
|
||||
$_['entry_captcha'] = 'Please complete the captcha validation below';
|
||||
|
||||
// Error
|
||||
$_['error_captcha'] = 'Verification is not correct!';
|
||||
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Sagepay Direct Cards';
|
||||
|
||||
// Text
|
||||
$_['text_empty'] = 'You have no saved cards';
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_card'] = 'SagePay Direct Card Management';
|
||||
$_['text_fail_card'] = 'There was an issue removing your SagePay card, Please contact the shop administrator for help.';
|
||||
$_['text_success_card'] = 'SagePay card successfully removed';
|
||||
$_['text_success_add_card'] = 'SagePay card successfully added';
|
||||
|
||||
// Column
|
||||
$_['column_type'] = 'Card Type';
|
||||
$_['column_digits'] = 'Last Digits';
|
||||
$_['column_expiry'] = 'Expiry';
|
||||
|
||||
// Entry
|
||||
$_['entry_cc_owner'] = 'Card Owner';
|
||||
$_['entry_cc_type'] = 'Card Type';
|
||||
$_['entry_cc_number'] = 'Card Number';
|
||||
$_['entry_cc_expire_date'] = 'Card Expiry Date';
|
||||
$_['entry_cc_cvv2'] = 'Card Security Code (CVV2)';
|
||||
$_['entry_cc_choice'] = 'Choose an Existing Card';
|
||||
|
||||
// Button
|
||||
$_['button_add_card'] = 'Add Card';
|
||||
$_['button_new_card'] = 'Add New Card';
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Sagepay Server Cards';
|
||||
|
||||
// Text
|
||||
$_['text_empty'] = 'You have no saved cards';
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_card'] = 'SagePay Server Card Management';
|
||||
$_['text_fail_card'] = 'There was an issue removing your SagePay card, Please contact the shop administrator for help.';
|
||||
$_['text_success_card'] = 'SagePay card successfully removed';
|
||||
$_['text_success_add_card'] = 'SagePay card successfully added';
|
||||
|
||||
// Column
|
||||
$_['column_type'] = 'Card Type';
|
||||
$_['column_digits'] = 'Last Digits';
|
||||
$_['column_expiry'] = 'Expiry';
|
||||
|
||||
// Entry
|
||||
$_['entry_cc_owner'] = 'Card Owner';
|
||||
$_['entry_cc_type'] = 'Card Type';
|
||||
$_['entry_cc_number'] = 'Card Number';
|
||||
$_['entry_cc_expire_date'] = 'Card Expiry Date';
|
||||
$_['entry_cc_cvv2'] = 'Card Security Code (CVV2)';
|
||||
$_['entry_cc_choice'] = 'Choose an Existing Card';
|
||||
|
||||
// Button
|
||||
$_['button_add_card'] = 'Add Card';
|
||||
$_['button_new_card'] = 'Add New Card';
|
||||
|
||||
|
||||
|
||||
26
catalog/language/uk-ua/extension/module/account.php
Normal file
26
catalog/language/uk-ua/extension/module/account.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?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_register'] = 'Зареєструватися';
|
||||
$_['text_login'] = 'Вхід';
|
||||
$_['text_logout'] = 'Вихід';
|
||||
$_['text_forgotten'] = 'Забули пароль?';
|
||||
$_['text_account'] = 'Обліковий запис';
|
||||
$_['text_edit'] = 'Змінити профіль';
|
||||
$_['text_password'] = 'Пароль';
|
||||
$_['text_address'] = 'Адресна книга';
|
||||
$_['text_wishlist'] = 'Список побажань';
|
||||
$_['text_order'] = 'Історія замовлень';
|
||||
$_['text_download'] = 'Завантаження';
|
||||
$_['text_reward'] = 'Бонусні бали';
|
||||
$_['text_return'] = 'Повернення';
|
||||
$_['text_transaction'] = 'Оплати';
|
||||
$_['text_newsletter'] = 'Розсилання новин';
|
||||
$_['text_recurring'] = 'Регулярні платежі';
|
||||
20
catalog/language/uk-ua/extension/module/affiliate.php
Normal file
20
catalog/language/uk-ua/extension/module/affiliate.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?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_register'] = 'Реєстрація';
|
||||
$_['text_login'] = 'Вхід';
|
||||
$_['text_logout'] = 'Вихід';
|
||||
$_['text_forgotten'] = 'Забули пароль?';
|
||||
$_['text_account'] = 'Обліковий запис';
|
||||
$_['text_edit'] = 'Змінити обліковий запис';
|
||||
$_['text_password'] = 'Пароль';
|
||||
$_['text_payment'] = 'Варіанти оплати';
|
||||
$_['text_tracking'] = 'Відслідковування партнерської програми';
|
||||
$_['text_transaction'] = 'Оплати';
|
||||
33
catalog/language/uk-ua/extension/module/amazon_login.php
Normal file
33
catalog/language/uk-ua/extension/module/amazon_login.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Login with Amazon';
|
||||
|
||||
// Text
|
||||
$_['text_module'] = 'Modules';
|
||||
$_['text_success'] = 'Success: You have modified module Login with Amazon!';
|
||||
$_['text_content_top'] = 'Content Top';
|
||||
$_['text_content_bottom'] = 'Content Bottom';
|
||||
$_['text_column_left'] = 'Column Left';
|
||||
$_['text_column_right'] = 'Column Right';
|
||||
$_['text_lwa_button'] = 'Login with Amazon';
|
||||
$_['text_login_button'] = 'Login';
|
||||
$_['text_a_button'] = 'A';
|
||||
$_['text_gold_button'] = 'Gold';
|
||||
$_['text_darkgray_button'] = 'Dark Gray';
|
||||
$_['text_lightgray_button'] = 'Light Gray';
|
||||
$_['text_small_button'] = 'Small';
|
||||
$_['text_medium_button'] = 'Medium';
|
||||
$_['text_large_button'] = 'Large';
|
||||
$_['text_x_large_button'] = 'X-Large';
|
||||
|
||||
//Entry
|
||||
$_['entry_button_type'] = 'Button Type';
|
||||
$_['entry_button_colour'] = 'Button Colour';
|
||||
$_['entry_button_size'] = 'Button Size';
|
||||
$_['entry_layout'] = 'Layout';
|
||||
$_['entry_position'] = 'Position';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
//Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify module Login with Amazon!';
|
||||
33
catalog/language/uk-ua/extension/module/amazon_pay.php
Normal file
33
catalog/language/uk-ua/extension/module/amazon_pay.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Pay with Amazon';
|
||||
|
||||
// Text
|
||||
$_['text_module'] = 'Modules';
|
||||
$_['text_success'] = 'Success: You have modified module Pay with Amazon!';
|
||||
$_['text_content_top'] = 'Content Top';
|
||||
$_['text_content_bottom'] = 'Content Bottom';
|
||||
$_['text_column_left'] = 'Column Left';
|
||||
$_['text_column_right'] = 'Column Right';
|
||||
$_['text_pwa_button'] = 'Pay with Amazon';
|
||||
$_['text_pay_button'] = 'Pay';
|
||||
$_['text_a_button'] = 'A';
|
||||
$_['text_gold_button'] = 'Gold';
|
||||
$_['text_darkgray_button'] = 'Dark Gray';
|
||||
$_['text_lightgray_button'] = 'Light Gray';
|
||||
$_['text_small_button'] = 'Small';
|
||||
$_['text_medium_button'] = 'Medium';
|
||||
$_['text_large_button'] = 'Large';
|
||||
$_['text_x_large_button'] = 'X-Large';
|
||||
|
||||
//Entry
|
||||
$_['entry_button_type'] = 'Button Type';
|
||||
$_['entry_button_colour'] = 'Button Colour';
|
||||
$_['entry_button_size'] = 'Button Size';
|
||||
$_['entry_layout'] = 'Layout';
|
||||
$_['entry_position'] = 'Position';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
//Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify module Pay with Amazon!';
|
||||
11
catalog/language/uk-ua/extension/module/bestseller.php
Normal file
11
catalog/language/uk-ua/extension/module/bestseller.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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_tax'] = 'Без ПДВ:';
|
||||
8
catalog/language/uk-ua/extension/module/category.php
Normal file
8
catalog/language/uk-ua/extension/module/category.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?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'] = 'Категорії';
|
||||
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
// Calculator
|
||||
$_['text_checkout_title'] = 'Pay in instalments';
|
||||
$_['text_choose_plan'] = 'Choose your plan';
|
||||
$_['text_choose_deposit'] = 'Choose your deposit';
|
||||
$_['text_monthly_payments'] = 'monthly payments of';
|
||||
$_['text_months'] = 'months';
|
||||
$_['text_term'] = 'Term';
|
||||
$_['text_deposit'] = 'Deposit';
|
||||
$_['text_credit_amount'] = 'Cost of credit';
|
||||
$_['text_amount_payable'] = 'Total payable';
|
||||
$_['text_total_interest'] = 'Total interest APR';
|
||||
$_['text_monthly_installment'] = 'Monthly installment';
|
||||
$_['text_redirection'] = 'You will be redirected to Divido to complete this finance application when you confirm your order';
|
||||
7
catalog/language/uk-ua/extension/module/ebay_listing.php
Normal file
7
catalog/language/uk-ua/extension/module/ebay_listing.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?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_title'] = 'В нашому eBay магазині';
|
||||
11
catalog/language/uk-ua/extension/module/featured.php
Normal file
11
catalog/language/uk-ua/extension/module/featured.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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_tax'] = 'Без ПДВ:';
|
||||
8
catalog/language/uk-ua/extension/module/filter.php
Normal file
8
catalog/language/uk-ua/extension/module/filter.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?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'] = 'Уточнити пошук';
|
||||
@@ -0,0 +1,8 @@
|
||||
<?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'] = 'Онлайн-чат';
|
||||
12
catalog/language/uk-ua/extension/module/information.php
Normal file
12
catalog/language/uk-ua/extension/module/information.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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_contact'] = 'Контакти';
|
||||
$_['text_sitemap'] = 'Мапа сайту';
|
||||
11
catalog/language/uk-ua/extension/module/latest.php
Normal file
11
catalog/language/uk-ua/extension/module/latest.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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_tax'] = 'Без ПДВ:';
|
||||
26
catalog/language/uk-ua/extension/module/laybuy_layout.php
Normal file
26
catalog/language/uk-ua/extension/module/laybuy_layout.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Lay-Buy Information';
|
||||
|
||||
// Text
|
||||
$_['text_reference_info'] = 'Reference Information';
|
||||
$_['text_laybuy_ref_no'] = 'Lay-Buy Reference ID:';
|
||||
$_['text_paypal_profile_id'] = 'PayPal Profile ID:';
|
||||
$_['text_payment_plan'] = 'Payment Plan';
|
||||
$_['text_status'] = 'Status:';
|
||||
$_['text_amount'] = 'Amount:';
|
||||
$_['text_downpayment_percent'] = 'Down Payment Percent:';
|
||||
$_['text_months'] = 'Months:';
|
||||
$_['text_downpayment_amount'] = 'Down Payment Amount:';
|
||||
$_['text_payment_amounts'] = 'Payment Amounts:';
|
||||
$_['text_first_payment_due'] = 'First Payment Due:';
|
||||
$_['text_last_payment_due'] = 'Last Payment Due:';
|
||||
$_['text_downpayment'] = 'Down Payment';
|
||||
$_['text_month'] = 'Month';
|
||||
|
||||
// Column
|
||||
$_['column_instalment'] = 'Instalment';
|
||||
$_['column_amount'] = 'Amount';
|
||||
$_['column_date'] = 'Date';
|
||||
$_['column_pp_trans_id'] = 'PayPal Transaction ID';
|
||||
$_['column_status'] = 'Status';
|
||||
11
catalog/language/uk-ua/extension/module/special.php
Normal file
11
catalog/language/uk-ua/extension/module/special.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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_tax'] = 'Без ПДВ:';
|
||||
12
catalog/language/uk-ua/extension/module/store.php
Normal file
12
catalog/language/uk-ua/extension/module/store.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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_default'] = 'За замовчуванням';
|
||||
$_['text_store'] = 'Будь-ласка, оберіть магазин, який Ви хочете відвідати.';
|
||||
10
catalog/language/uk-ua/extension/openbay/amazon_order.php
Normal file
10
catalog/language/uk-ua/extension/openbay/amazon_order.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_paid_amazon'] = 'Paid on Amazon';
|
||||
$_['text_total_shipping'] = 'Shipping';
|
||||
$_['text_total_shipping_tax'] = 'Shipping tax';
|
||||
$_['text_total_giftwrap'] = 'Gift wrap';
|
||||
$_['text_total_giftwrap_tax'] = 'Gift wrap tax';
|
||||
$_['text_total_sub'] = 'Sub-total';
|
||||
$_['text_tax'] = 'Tax';
|
||||
$_['text_total'] = 'Total';
|
||||
10
catalog/language/uk-ua/extension/openbay/amazonus_order.php
Normal file
10
catalog/language/uk-ua/extension/openbay/amazonus_order.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_paid_amazon'] = 'Paid on Amazon US';
|
||||
$_['text_total_shipping'] = 'Shipping';
|
||||
$_['text_total_shipping_tax'] = 'Shipping tax';
|
||||
$_['text_total_giftwrap'] = 'Gift wrap';
|
||||
$_['text_total_giftwrap_tax'] = 'Gift wrap tax';
|
||||
$_['text_total_sub'] = 'Sub-total';
|
||||
$_['text_tax'] = 'Tax';
|
||||
$_['text_total'] = 'Total';
|
||||
7
catalog/language/uk-ua/extension/openbay/ebay_order.php
Normal file
7
catalog/language/uk-ua/extension/openbay/ebay_order.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_total_shipping'] = 'Shipping';
|
||||
$_['text_total_discount'] = 'Discount';
|
||||
$_['text_total_tax'] = 'Tax';
|
||||
$_['text_total_sub'] = 'Sub-total';
|
||||
$_['text_total'] = 'Total';
|
||||
7
catalog/language/uk-ua/extension/openbay/etsy_order.php
Normal file
7
catalog/language/uk-ua/extension/openbay/etsy_order.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_total_shipping'] = 'Shipping';
|
||||
$_['text_total_discount'] = 'Discount';
|
||||
$_['text_total_tax'] = 'Tax';
|
||||
$_['text_total_sub'] = 'Sub-total';
|
||||
$_['text_total'] = 'Total';
|
||||
@@ -0,0 +1,31 @@
|
||||
<?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'] = 'Платежі Амазон';
|
||||
$_['heading_address'] = 'Оберіть адресу доставки';
|
||||
$_['heading_payment'] = 'Оберіть спосіб оплати';
|
||||
$_['heading_confirm'] = 'Замовлення загалом';
|
||||
|
||||
// Text
|
||||
$_['text_back'] = 'Назад';
|
||||
$_['text_cart'] = 'Кошик';
|
||||
$_['text_confirm'] = 'Підтвердити';
|
||||
$_['text_continue'] = 'Продовжити';
|
||||
$_['text_cba'] = 'Платежі Амазон';
|
||||
$_['text_enter_coupon'] = 'Введіть код купону. Якщо у Вас немає купону - залишити порожнім.';
|
||||
$_['text_coupon'] = 'Купон';
|
||||
$_['text_tax_other'] = 'Податки / Інші комісії';
|
||||
$_['text_payment_failed'] = 'Не вдалося здійснити Ваш платіж. Будь-ласка зв`яжіться з адміністрацією магазину для підтримки або оберіть інший спосіб оплати.';
|
||||
$_['text_success_title'] = 'Ви успішно оформили замовлення!';
|
||||
$_['text_payment_success'] = 'Ви успішно оформили замовлення. Деталі замовлення наступні';
|
||||
|
||||
// Error
|
||||
$_['error_payment_method'] = 'Будь-ласка оберіть спосіб оплати';
|
||||
$_['error_shipping'] = 'Будь-ласка оберіть спосіб доставки';
|
||||
$_['error_shipping_address'] = 'Вкажіть адресу доставки';
|
||||
$_['error_shipping_methods'] = 'Сталася помилка при отирманні Вашої адреси з Амазон. Напишіть в адміністрацію магазину для підтримки';
|
||||
$_['error_no_shipping_methods'] = 'За обраною адресою немає варіантів доставки. Оберіть будь-ласка іншу адресу доставки';
|
||||
@@ -0,0 +1,15 @@
|
||||
<?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
|
||||
|
||||
// Text
|
||||
$_['text_title'] = 'Кредитна карта / Дебетна карта (Authorize.Net)';
|
||||
$_['text_credit_card'] = 'Деталі кредитної карти';
|
||||
|
||||
// Entry
|
||||
$_['entry_cc_owner'] = 'Власник карти';
|
||||
$_['entry_cc_number'] = 'Номер карти';
|
||||
$_['entry_cc_expire_date'] = 'Термін дії карти';
|
||||
$_['entry_cc_cvv2'] = 'Код карти (CVV2)';
|
||||
@@ -0,0 +1,8 @@
|
||||
<?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
|
||||
|
||||
// Text
|
||||
$_['text_title'] = 'Кредитна карта / Дебетна карта (Authorize.Net)';
|
||||
11
catalog/language/uk-ua/extension/payment/bank_transfer.php
Normal file
11
catalog/language/uk-ua/extension/payment/bank_transfer.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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
|
||||
|
||||
// Text
|
||||
$_['text_title'] = 'Банківський переказ';
|
||||
$_['text_instruction'] = 'Інструкції для банківського переказу';
|
||||
$_['text_description'] = 'Будь-ласка перекажіть суму замовлення на наступні реквізити.';
|
||||
$_['text_payment'] = 'Ваше замовлення буде відправлене після отримання оплати.';
|
||||
33
catalog/language/uk-ua/extension/payment/bluepay_hosted.php
Normal file
33
catalog/language/uk-ua/extension/payment/bluepay_hosted.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
|
||||
|
||||
// Text
|
||||
$_['text_title'] = 'Кредитна карта / Дебетна карта (BluePay)';
|
||||
$_['text_credit_card'] = 'Деталі карти';
|
||||
$_['text_description'] = 'Товари %s замовлення №: %s';
|
||||
$_['text_card_type'] = 'Тип карти: ';
|
||||
$_['text_card_name'] = 'Ім`я карти: ';
|
||||
$_['text_card_digits'] = 'Останні цифри: ';
|
||||
$_['text_card_expiry'] = 'Дійсна до: ';
|
||||
$_['text_transaction_error'] = 'Під час проведення оплати виникла помилка - ';
|
||||
|
||||
// Entry
|
||||
$_['entry_card'] = 'Нова чи збережена карта: ';
|
||||
$_['entry_card_existing'] = 'Збережена';
|
||||
$_['entry_card_new'] = 'Нова';
|
||||
$_['entry_card_save'] = 'Зберегти деталі карти';
|
||||
$_['entry_cc_owner'] = 'Власник карти';
|
||||
$_['entry_cc_number'] = 'Номер карти';
|
||||
$_['entry_cc_start_date'] = 'Карта діє з дати';
|
||||
$_['entry_cc_expire_date'] = 'Термін дії карти';
|
||||
$_['entry_cc_cvv2'] = 'Код карти (CVV2)';
|
||||
$_['entry_cc_address'] = 'Назва вулиці';
|
||||
$_['entry_cc_city'] = 'Місто';
|
||||
$_['entry_cc_state'] = 'Область';
|
||||
$_['entry_cc_zipcode'] = 'Поштовий індекс';
|
||||
$_['entry_cc_phone'] = 'Номер телефону';
|
||||
$_['entry_cc_email'] = 'Email';
|
||||
$_['entry_cc_choice'] = 'Виберіть збережену карту';
|
||||
@@ -0,0 +1,35 @@
|
||||
<?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
|
||||
|
||||
// Text
|
||||
$_['text_title'] = 'Кредитна карта / Дебетна карта (BluePay)';
|
||||
$_['text_credit_card'] = 'Деталі карти';
|
||||
$_['text_description'] = 'Товари %s замовлення №: %s';
|
||||
$_['text_card_type'] = 'Тип карти: ';
|
||||
$_['text_card_name'] = 'Назва карти: ';
|
||||
$_['text_card_digits'] = 'Останні цифри: ';
|
||||
$_['text_card_expiry'] = 'Дійсна до: ';
|
||||
|
||||
// Returned text
|
||||
$_['text_transaction_error'] = 'Під час проведення оплати виникла помилка - ';
|
||||
|
||||
// Entry
|
||||
$_['entry_card'] = 'Нова чи збережена карта: ';
|
||||
$_['entry_card_existing'] = 'Збережена';
|
||||
$_['entry_card_new'] = 'Нова';
|
||||
$_['entry_card_save'] = 'Зберегти деталі карти';
|
||||
$_['entry_cc_owner'] = 'Власник карти';
|
||||
$_['entry_cc_number'] = 'Номер карти';
|
||||
$_['entry_cc_start_date'] = 'Карта дійсна з';
|
||||
$_['entry_cc_expire_date'] = 'Карта дійсна до';
|
||||
$_['entry_cc_cvv2'] = 'Код карти (CVV2)';
|
||||
$_['entry_cc_address'] = 'Назва вулиці';
|
||||
$_['entry_cc_city'] = 'Місто';
|
||||
$_['entry_cc_state'] = 'Область';
|
||||
$_['entry_cc_zipcode'] = 'Поштовий індекс';
|
||||
$_['entry_cc_phone'] = 'Номер телефону';
|
||||
$_['entry_cc_email'] = 'E-mail';
|
||||
$_['entry_cc_choice'] = 'Виберіть збережену карту';
|
||||
44
catalog/language/uk-ua/extension/payment/cardconnect.php
Normal file
44
catalog/language/uk-ua/extension/payment/cardconnect.php
Normal file
@@ -0,0 +1,44 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_title'] = 'Credit Card / Debit Card';
|
||||
$_['text_card_details'] = 'Card Details';
|
||||
$_['text_echeck_details'] = 'eCheck Details';
|
||||
$_['text_card'] = 'Card';
|
||||
$_['text_echeck'] = 'eCheck';
|
||||
$_['text_wait'] = 'Please wait!';
|
||||
$_['text_confirm_delete'] = 'Are you sure you want to delete the card?';
|
||||
$_['text_no_cards'] = 'No cards saved yet';
|
||||
$_['text_select_card'] = 'Please select a card';
|
||||
|
||||
// Entry
|
||||
$_['entry_method'] = 'Method';
|
||||
$_['entry_card_new_or_old'] = 'New / Existing Card';
|
||||
$_['entry_card_new'] = 'New';
|
||||
$_['entry_card_old'] = 'Existing';
|
||||
$_['entry_card_type'] = 'Card Type';
|
||||
$_['entry_card_number'] = 'Card Number';
|
||||
$_['entry_card_expiry'] = 'Expiry';
|
||||
$_['entry_card_cvv2'] = 'CVV2';
|
||||
$_['entry_card_save'] = 'Save Card';
|
||||
$_['entry_card_choice'] = 'Choose Your Card';
|
||||
$_['entry_account_number'] = 'Account Number';
|
||||
$_['entry_routing_number'] = 'Routing Number';
|
||||
|
||||
// Button
|
||||
$_['button_confirm'] = 'Confirm Order';
|
||||
$_['button_delete'] = 'Delete Selected Card';
|
||||
|
||||
// Error
|
||||
$_['error_card_number'] = 'Card Number must be between 1 and 19 characters!';
|
||||
$_['error_card_type'] = 'Card Type is not a valid selection!';
|
||||
$_['error_card_cvv2'] = 'CVV2 must be between 1 and 4 characters!';
|
||||
$_['error_data_missing'] = 'Missing data!';
|
||||
$_['error_not_logged_in'] = 'Not logged in!';
|
||||
$_['error_no_order'] = 'No matching order!';
|
||||
$_['error_no_post_data'] = 'No $_POST data';
|
||||
$_['error_select_card'] = 'Please select a card!';
|
||||
$_['error_no_card'] = 'No such card found!';
|
||||
$_['error_no_echeck'] = 'eCheck is not supported!';
|
||||
$_['error_account_number'] = 'Account Number must be between 1 and 19 characters!';
|
||||
$_['error_routing_number'] = 'Routing Number must be between 1 and 9 characters!';
|
||||
$_['error_not_enabled'] = 'Module not enabled';
|
||||
24
catalog/language/uk-ua/extension/payment/cardinity.php
Normal file
24
catalog/language/uk-ua/extension/payment/cardinity.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_title'] = 'Credit Card / Debit Card (Cardinity)';
|
||||
$_['text_payment_success'] = 'Payment success, details below';
|
||||
$_['text_payment_failed'] = 'Payment failed, details below';
|
||||
|
||||
// Entry
|
||||
$_['entry_holder'] = 'Card Holder Name';
|
||||
$_['entry_pan'] = 'Card Number';
|
||||
$_['entry_expires'] = 'Expires';
|
||||
$_['entry_exp_month'] = 'Month';
|
||||
$_['entry_exp_year'] = 'Year';
|
||||
$_['entry_cvc'] = 'CVC';
|
||||
|
||||
// Error
|
||||
$_['error_process_order'] = 'There was an error processing your order. Please contact the shop administrator for help.';
|
||||
$_['error_invalid_currency'] = 'Please use a valid currency.';
|
||||
$_['error_finalizing_payment'] = 'Error finalizing payment.';
|
||||
$_['error_unknown_order_id'] = 'Could not find cardinity payment with this order_id.';
|
||||
$_['error_invalid_hash'] = 'Invalid hash.';
|
||||
$_['error_payment_declined'] = 'Payment was declined by issuing bank.';
|
||||
|
||||
// Button
|
||||
$_['button_confirm'] = 'Pay Now';
|
||||
12
catalog/language/uk-ua/extension/payment/cheque.php
Normal file
12
catalog/language/uk-ua/extension/payment/cheque.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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
|
||||
|
||||
// Text
|
||||
$_['text_title'] = 'Чек / Оплата готівкою';
|
||||
$_['text_instruction'] = 'Інструкції для оплати Чеком / Готівкою';
|
||||
$_['text_payable'] = 'Отримувач: ';
|
||||
$_['text_address'] = 'Адреса: ';
|
||||
$_['text_payment'] = 'Ваше замовлення буде відправлене після отримання оплати.';
|
||||
8
catalog/language/uk-ua/extension/payment/cod.php
Normal file
8
catalog/language/uk-ua/extension/payment/cod.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?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
|
||||
|
||||
// Text
|
||||
$_['text_title'] = 'Готівкою при отриманні';
|
||||
17
catalog/language/uk-ua/extension/payment/divido.php
Normal file
17
catalog/language/uk-ua/extension/payment/divido.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
$_['text_checkout_title'] = 'Pay in instalments';
|
||||
$_['text_choose_plan'] = 'Choose your plan';
|
||||
$_['text_choose_deposit'] = 'Choose your deposit';
|
||||
$_['text_monthly_payments'] = 'monthly payments of';
|
||||
$_['text_months'] = 'months';
|
||||
$_['text_term'] = 'Term';
|
||||
$_['text_deposit'] = 'Deposit';
|
||||
$_['text_credit_amount'] = 'Cost of credit';
|
||||
$_['text_amount_payable'] = 'Total payable';
|
||||
$_['text_total_interest'] = 'Total interest APR';
|
||||
$_['text_monthly_installment'] = 'Monthly installment';
|
||||
$_['text_redirection'] = 'You will be redirected to Divido to complete this finance application when you confirm your order';
|
||||
$_['divido_checkout'] = 'Confirm and checkout with Divido';
|
||||
$_['deposit_to_low'] = 'Deposit to low';
|
||||
$_['credit_amount_to_low'] = 'Credit amount to low';
|
||||
$_['no_country'] = 'Country not accepted';
|
||||
235
catalog/language/uk-ua/extension/payment/eway.php
Normal file
235
catalog/language/uk-ua/extension/payment/eway.php
Normal file
@@ -0,0 +1,235 @@
|
||||
<?php
|
||||
|
||||
// Text
|
||||
$_['text_title'] = 'Pay with Credit Card (eWAY)';
|
||||
$_['text_credit_card'] = 'Credit Card Details';
|
||||
$_['text_testing'] = 'This payment gateway is currently being tested. Your credit card will not be charged.<br />If this is a real order, please use an alternate method of payment at this time.';
|
||||
|
||||
$_['text_basket'] = 'Basket';
|
||||
$_['text_checkout'] = 'Checkout';
|
||||
$_['text_success'] = 'Success';
|
||||
$_['text_shipping'] = 'Shipping';
|
||||
|
||||
// Entry
|
||||
$_['entry_cc_number'] = 'Card number';
|
||||
$_['entry_cc_name'] = 'Cardholder name';
|
||||
$_['entry_cc_expire_date'] = 'Card expiry date';
|
||||
$_['entry_cc_cvv2'] = 'Card security code (CVV2)';
|
||||
|
||||
$_['button_pay'] = 'Pay now';
|
||||
|
||||
$_['text_card_accepted'] = 'Accepted cards: ';
|
||||
$_['text_card_type_m'] = 'Mastercard';
|
||||
$_['text_card_type_v'] = 'Visa (Credit/Debit/Electron/Delta)';
|
||||
$_['text_card_type_c'] = 'Diners';
|
||||
$_['text_card_type_a'] = 'American Express';
|
||||
$_['text_card_type_j'] = 'JCB';
|
||||
$_['text_card_type_pp'] = 'Paypal';
|
||||
$_['text_card_type_mp'] = 'Masterpass';
|
||||
$_['text_card_type_vm'] = 'Visa Checkout';
|
||||
$_['text_type_help'] = 'After you click "Confirm Order" you will be redirected to ';
|
||||
|
||||
$_['text_transaction_failed'] = 'Sorry, your payment has been declined.';
|
||||
|
||||
// Help
|
||||
$_['help_cvv'] = 'For Mastercard or Visa, this is the last three digits in the signature area on the back of your card.';
|
||||
$_['help_cvv_amex'] = 'For American Express, it\'s the four digits on the front of the card';
|
||||
|
||||
// Validation Error codes
|
||||
$_['text_card_message_Please check the API Key and Password'] = 'Please check the API Key and Password';
|
||||
|
||||
$_['text_card_message_V6000'] = 'Undefined Validation Error';
|
||||
$_['text_card_message_V6001'] = 'Invalid Customer IP';
|
||||
$_['text_card_message_V6002'] = 'Invalid DeviceID';
|
||||
$_['text_card_message_V6011'] = 'Invalid Amount';
|
||||
$_['text_card_message_V6012'] = 'Invalid Invoice Description';
|
||||
$_['text_card_message_V6013'] = 'Invalid Invoice Number';
|
||||
$_['text_card_message_V6014'] = 'Invalid Invoice Reference';
|
||||
$_['text_card_message_V6015'] = 'Invalid Currency Code';
|
||||
$_['text_card_message_V6016'] = 'Payment Required';
|
||||
$_['text_card_message_V6017'] = 'Payment Currency Code Required';
|
||||
$_['text_card_message_V6018'] = 'Unknown Payment Currency Code';
|
||||
$_['text_card_message_V6021'] = 'Cardholder Name Required';
|
||||
$_['text_card_message_V6022'] = 'Card Number Required';
|
||||
$_['text_card_message_V6023'] = 'CVN Required';
|
||||
$_['text_card_message_V6031'] = 'Invalid Card Number';
|
||||
$_['text_card_message_V6032'] = 'Invalid CVN';
|
||||
$_['text_card_message_V6033'] = 'Invalid Expiry Date';
|
||||
$_['text_card_message_V6034'] = 'Invalid Issue Number';
|
||||
$_['text_card_message_V6035'] = 'Invalid Start Date';
|
||||
$_['text_card_message_V6036'] = 'Invalid Month';
|
||||
$_['text_card_message_V6037'] = 'Invalid Year';
|
||||
$_['text_card_message_V6040'] = 'Invalid Token Customer Id';
|
||||
$_['text_card_message_V6041'] = 'Customer Required';
|
||||
$_['text_card_message_V6042'] = 'Customer First Name Required';
|
||||
$_['text_card_message_V6043'] = 'Customer Last Name Required';
|
||||
$_['text_card_message_V6044'] = 'Customer Country Code Required';
|
||||
$_['text_card_message_V6045'] = 'Customer Title Required';
|
||||
$_['text_card_message_V6046'] = 'Token Customer ID Required';
|
||||
$_['text_card_message_V6047'] = 'RedirectURL Required';
|
||||
$_['text_card_message_V6051'] = 'Invalid First Name';
|
||||
$_['text_card_message_V6052'] = 'Invalid Last Name';
|
||||
$_['text_card_message_V6053'] = 'Invalid Country Code';
|
||||
$_['text_card_message_V6054'] = 'Invalid Email';
|
||||
$_['text_card_message_V6055'] = 'Invalid Phone';
|
||||
$_['text_card_message_V6056'] = 'Invalid Mobile';
|
||||
$_['text_card_message_V6057'] = 'Invalid Fax';
|
||||
$_['text_card_message_V6058'] = 'Invalid Title';
|
||||
$_['text_card_message_V6059'] = 'Redirect URL Invalid';
|
||||
$_['text_card_message_V6060'] = 'Redirect URL Invalid';
|
||||
$_['text_card_message_V6061'] = 'Invalid Reference';
|
||||
$_['text_card_message_V6062'] = 'Invalid Company Name';
|
||||
$_['text_card_message_V6063'] = 'Invalid Job Description';
|
||||
$_['text_card_message_V6064'] = 'Invalid Street1';
|
||||
$_['text_card_message_V6065'] = 'Invalid Street2';
|
||||
$_['text_card_message_V6066'] = 'Invalid City';
|
||||
$_['text_card_message_V6067'] = 'Invalid State';
|
||||
$_['text_card_message_V6068'] = 'Invalid Postalcode';
|
||||
$_['text_card_message_V6069'] = 'Invalid Email';
|
||||
$_['text_card_message_V6070'] = 'Invalid Phone';
|
||||
$_['text_card_message_V6071'] = 'Invalid Mobile';
|
||||
$_['text_card_message_V6072'] = 'Invalid Comments';
|
||||
$_['text_card_message_V6073'] = 'Invalid Fax';
|
||||
$_['text_card_message_V6074'] = 'Invalid Url';
|
||||
$_['text_card_message_V6075'] = 'Invalid Shipping Address First Name';
|
||||
$_['text_card_message_V6076'] = 'Invalid Shipping Address Last Name';
|
||||
$_['text_card_message_V6077'] = 'Invalid Shipping Address Street1';
|
||||
$_['text_card_message_V6078'] = 'Invalid Shipping Address Street2';
|
||||
$_['text_card_message_V6079'] = 'Invalid Shipping Address City';
|
||||
$_['text_card_message_V6080'] = 'Invalid Shipping Address State';
|
||||
$_['text_card_message_V6081'] = 'Invalid Shipping Address PostalCode';
|
||||
$_['text_card_message_V6082'] = 'Invalid Shipping Address Email';
|
||||
$_['text_card_message_V6083'] = 'Invalid Shipping Address Phone';
|
||||
$_['text_card_message_V6084'] = 'Invalid Shipping Address Country';
|
||||
$_['text_card_message_V6091'] = 'Unknown Country Code';
|
||||
$_['text_card_message_V6100'] = 'Invalid Card Name';
|
||||
$_['text_card_message_V6101'] = 'Invalid Card Expiry Month';
|
||||
$_['text_card_message_V6102'] = 'Invalid Card Expiry Year';
|
||||
$_['text_card_message_V6103'] = 'Invalid Card Start Month';
|
||||
$_['text_card_message_V6104'] = 'Invalid Card Start Year';
|
||||
$_['text_card_message_V6105'] = 'Invalid Card Issue Number';
|
||||
$_['text_card_message_V6106'] = 'Invalid Card CVN';
|
||||
$_['text_card_message_V6107'] = 'Invalid AccessCode';
|
||||
$_['text_card_message_V6108'] = 'Invalid CustomerHostAddress';
|
||||
$_['text_card_message_V6109'] = 'Invalid UserAgent';
|
||||
$_['text_card_message_V6110'] = 'Invalid Card Number';
|
||||
$_['text_card_message_V6111'] = 'Unauthorised API Access, Account Not PCI Certified';
|
||||
$_['text_card_message_V6112'] = 'Redundant card details other than expiry year and month';
|
||||
$_['text_card_message_V6113'] = 'Invalid transaction for refund';
|
||||
$_['text_card_message_V6114'] = 'Gateway validation error';
|
||||
$_['text_card_message_V6115'] = 'Invalid DirectRefundRequest, Transaction ID';
|
||||
$_['text_card_message_V6116'] = 'Invalid card data on original TransactionID';
|
||||
$_['text_card_message_V6124'] = 'Invalid Line Items. The line items have been provided however the totals do not match the TotalAmount field';
|
||||
$_['text_card_message_V6125'] = 'Selected Payment Type not enabled';
|
||||
$_['text_card_message_V6126'] = 'Invalid encrypted card number, decryption failed';
|
||||
$_['text_card_message_V6127'] = 'Invalid encrypted cvn, decryption failed';
|
||||
$_['text_card_message_V6128'] = 'Invalid Method for Payment Type';
|
||||
$_['text_card_message_V6129'] = 'Transaction has not been authorised for Capture/Cancellation';
|
||||
$_['text_card_message_V6130'] = 'Generic customer information error';
|
||||
$_['text_card_message_V6131'] = 'Generic shipping information error';
|
||||
$_['text_card_message_V6132'] = 'Transaction has already been completed or voided, operation not permitted';
|
||||
$_['text_card_message_V6133'] = 'Checkout not available for Payment Type';
|
||||
$_['text_card_message_V6134'] = 'Invalid Auth Transaction ID for Capture/Void';
|
||||
$_['text_card_message_V6135'] = 'PayPal Error Processing Refund';
|
||||
$_['text_card_message_V6140'] = 'Merchant account is suspended';
|
||||
$_['text_card_message_V6141'] = 'Invalid PayPal account details or API signature';
|
||||
$_['text_card_message_V6142'] = 'Authorise not available for Bank/Branch';
|
||||
$_['text_card_message_V6150'] = 'Invalid Refund Amount';
|
||||
$_['text_card_message_V6151'] = 'Refund amount greater than original transaction';
|
||||
|
||||
// Payment failure messages
|
||||
$_['text_card_message_D4401'] = 'Refer to Issuer';
|
||||
$_['text_card_message_D4402'] = 'Refer to Issuer, special';
|
||||
$_['text_card_message_D4403'] = 'No Merchant';
|
||||
$_['text_card_message_D4404'] = 'Pick Up Card';
|
||||
$_['text_card_message_D4405'] = 'Do Not Honour';
|
||||
$_['text_card_message_D4406'] = 'Error';
|
||||
$_['text_card_message_D4407'] = 'Pick Up Card, Special';
|
||||
$_['text_card_message_D4409'] = 'Request In Progress';
|
||||
$_['text_card_message_D4412'] = 'Invalid Transaction';
|
||||
$_['text_card_message_D4413'] = 'Invalid Amount';
|
||||
$_['text_card_message_D4414'] = 'Invalid Card Number';
|
||||
$_['text_card_message_D4415'] = 'No Issuer';
|
||||
$_['text_card_message_D4419'] = 'Re-enter Last Transaction';
|
||||
$_['text_card_message_D4421'] = 'No Method Taken';
|
||||
$_['text_card_message_D4422'] = 'Suspected Malfunction';
|
||||
$_['text_card_message_D4423'] = 'Unacceptable Transaction Fee';
|
||||
$_['text_card_message_D4425'] = 'Unable to Locate Record On File';
|
||||
$_['text_card_message_D4430'] = 'Format Error';
|
||||
$_['text_card_message_D4431'] = 'Bank Not Supported By Switch';
|
||||
$_['text_card_message_D4433'] = 'Expired Card, Capture';
|
||||
$_['text_card_message_D4434'] = 'Suspected Fraud, Retain Card';
|
||||
$_['text_card_message_D4435'] = 'Card Acceptor, Contact Acquirer, Retain Card';
|
||||
$_['text_card_message_D4436'] = 'Restricted Card, Retain Card';
|
||||
$_['text_card_message_D4437'] = 'Contact Acquirer Security Department, Retain Card';
|
||||
$_['text_card_message_D4438'] = 'PIN Tries Exceeded, Capture';
|
||||
$_['text_card_message_D4439'] = 'No Credit Account';
|
||||
$_['text_card_message_D4440'] = 'Function Not Supported';
|
||||
$_['text_card_message_D4441'] = 'Lost Card';
|
||||
$_['text_card_message_D4442'] = 'No Universal Account';
|
||||
$_['text_card_message_D4443'] = 'Stolen Card';
|
||||
$_['text_card_message_D4444'] = 'No Investment Account';
|
||||
$_['text_card_message_D4451'] = 'Insufficient Funds';
|
||||
$_['text_card_message_D4452'] = 'No Cheque Account';
|
||||
$_['text_card_message_D4453'] = 'No Savings Account';
|
||||
$_['text_card_message_D4454'] = 'Expired Card';
|
||||
$_['text_card_message_D4455'] = 'Incorrect PIN';
|
||||
$_['text_card_message_D4456'] = 'No Card Record';
|
||||
$_['text_card_message_D4457'] = 'Function Not Permitted to Cardholder';
|
||||
$_['text_card_message_D4458'] = 'Function Not Permitted to Terminal';
|
||||
$_['text_card_message_D4460'] = 'Acceptor Contact Acquirer';
|
||||
$_['text_card_message_D4461'] = 'Exceeds Withdrawal Limit';
|
||||
$_['text_card_message_D4462'] = 'Restricted Card';
|
||||
$_['text_card_message_D4463'] = 'Security Violation';
|
||||
$_['text_card_message_D4464'] = 'Original Amount Incorrect';
|
||||
$_['text_card_message_D4466'] = 'Acceptor Contact Acquirer, Security';
|
||||
$_['text_card_message_D4467'] = 'Capture Card';
|
||||
$_['text_card_message_D4475'] = 'PIN Tries Exceeded';
|
||||
$_['text_card_message_D4482'] = 'CVV Validation Error';
|
||||
$_['text_card_message_D4490'] = 'Cutoff In Progress';
|
||||
$_['text_card_message_D4491'] = 'Card Issuer Unavailable';
|
||||
$_['text_card_message_D4492'] = 'Unable To Route Transaction';
|
||||
$_['text_card_message_D4493'] = 'Cannot Complete, Violation Of The Law';
|
||||
$_['text_card_message_D4494'] = 'Duplicate Transaction';
|
||||
$_['text_card_message_D4496'] = 'System Error';
|
||||
$_['text_card_message_D4497'] = 'MasterPass Error Failed';
|
||||
$_['text_card_message_D4498'] = 'PayPal Create Transaction Error Failed';
|
||||
$_['text_card_message_D4499'] = 'Invalid Transaction for Auth/Void';
|
||||
|
||||
$_['text_card_message_F7000'] = 'Undefined Fraud Error';
|
||||
$_['text_card_message_F7001'] = 'Challenged Fraud';
|
||||
$_['text_card_message_F7002'] = 'Country Match Fraud';
|
||||
$_['text_card_message_F7003'] = 'High Risk Country Fraud';
|
||||
$_['text_card_message_F7004'] = 'Anonymous Proxy Fraud';
|
||||
$_['text_card_message_F7005'] = 'Transparent Proxy Fraud';
|
||||
$_['text_card_message_F7006'] = 'Free Email Fraud';
|
||||
$_['text_card_message_F7007'] = 'International Transaction Fraud';
|
||||
$_['text_card_message_F7008'] = 'Risk Score Fraud';
|
||||
$_['text_card_message_F7009'] = 'Denied Fraud';
|
||||
$_['text_card_message_F7010'] = 'Denied by PayPal Fraud Rules';
|
||||
$_['text_card_message_F9010'] = 'High Risk Billing Country';
|
||||
$_['text_card_message_F9011'] = 'High Risk Credit Card Country';
|
||||
$_['text_card_message_F9012'] = 'High Risk Customer IP Address';
|
||||
$_['text_card_message_F9013'] = 'High Risk Email Address';
|
||||
$_['text_card_message_F9014'] = 'High Risk Shipping Country';
|
||||
$_['text_card_message_F9015'] = 'Multiple card numbers for single email address';
|
||||
$_['text_card_message_F9016'] = 'Multiple card numbers for single location';
|
||||
$_['text_card_message_F9017'] = 'Multiple email addresses for single card number';
|
||||
$_['text_card_message_F9018'] = 'Multiple email addresses for single location';
|
||||
$_['text_card_message_F9019'] = 'Multiple locations for single card number';
|
||||
$_['text_card_message_F9020'] = 'Multiple locations for single email address';
|
||||
$_['text_card_message_F9021'] = 'Suspicious Customer First Name';
|
||||
$_['text_card_message_F9022'] = 'Suspicious Customer Last Name';
|
||||
$_['text_card_message_F9023'] = 'Transaction Declined';
|
||||
$_['text_card_message_F9024'] = 'Multiple transactions for same address with known credit card';
|
||||
$_['text_card_message_F9025'] = 'Multiple transactions for same address with new credit card';
|
||||
$_['text_card_message_F9026'] = 'Multiple transactions for same email with new credit card';
|
||||
$_['text_card_message_F9027'] = 'Multiple transactions for same email with known credit card';
|
||||
$_['text_card_message_F9028'] = 'Multiple transactions for new credit card';
|
||||
$_['text_card_message_F9029'] = 'Multiple transactions for known credit card';
|
||||
$_['text_card_message_F9030'] = 'Multiple transactions for same email address';
|
||||
$_['text_card_message_F9031'] = 'Multiple transactions for same credit card';
|
||||
$_['text_card_message_F9032'] = 'Invalid Customer Last Name';
|
||||
$_['text_card_message_F9033'] = 'Invalid Billing Street';
|
||||
$_['text_card_message_F9034'] = 'Invalid Shipping Street';
|
||||
$_['text_card_message_F9037'] = 'Suspicious Customer Email Address';
|
||||
47
catalog/language/uk-ua/extension/payment/firstdata.php
Normal file
47
catalog/language/uk-ua/extension/payment/firstdata.php
Normal file
@@ -0,0 +1,47 @@
|
||||
<?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
|
||||
$_['text_title'] = 'Кредитна / Дебетна карта (First Data)';
|
||||
|
||||
// Button
|
||||
$_['button_confirm'] = 'Продовжити';
|
||||
|
||||
// Text
|
||||
$_['text_new_card'] = 'Нова карта';
|
||||
$_['text_store_card'] = 'Зберегти деталі моєї карти';
|
||||
$_['text_address_response'] = 'Підтвердження адреси: ';
|
||||
$_['text_address_ppx'] = 'Немає даних адреси або адреса не перевірена емітентом карти';
|
||||
$_['text_address_yyy'] = 'Емітент карти підтвердив співпадання адреси і поштового коду з записами в базі даних';
|
||||
$_['text_address_yna'] = 'Емітент карти підтвердив співпадання адреси, але не підтвердив співпадання поштового індексу в базі даних';
|
||||
$_['text_address_nyz'] = 'Емітент карти підтвердив співпадання поштового індексу, але не підтвердив співпадання адреси базі даних';
|
||||
$_['text_address_nnn'] = 'Адреса і поштовий код не співпадають з даними емітента карти';
|
||||
$_['text_address_ypx'] = 'Емітент карти підтвердив співпадання адреси з записами в базі даних. Емітент не перевірив поштовий індекс';
|
||||
$_['text_address_pyx'] = 'Емітент карти підтвердив співпадання поштового індексу з записами в базі даних. Емітент не перевірив адресу';
|
||||
$_['text_address_xxu'] = 'Емітент карти не перевірив інформацію AVS';
|
||||
$_['text_card_code_verify'] = 'Код безпеки: ';
|
||||
$_['text_card_code_m'] = 'Код безпеки карти співпадає';
|
||||
$_['text_card_code_n'] = 'Код безпеки карти не співпадає';
|
||||
$_['text_card_code_p'] = 'Не проведено';
|
||||
$_['text_card_code_s'] = 'Торговець повідомив, що на карті немає коду безпеки';
|
||||
$_['text_card_code_u'] = 'Емітент не сертифікований і/чи не надав ключі шифрування';
|
||||
$_['text_card_code_x'] = 'Не отирмано відповіді від Асоціації кредитних карт';
|
||||
$_['text_card_code_blank'] = 'Порожній запит свідчить що не було відправлено коду і не було інформації про наявність коду на карті.';
|
||||
$_['text_card_type_m'] = 'Mastercard';
|
||||
$_['text_card_type_v'] = 'Visa (Credit/Debit/Electron/Delta)';
|
||||
$_['text_card_type_c'] = 'Diners';
|
||||
$_['text_card_type_a'] = 'American Express';
|
||||
$_['text_card_type_ma'] = 'Maestro';
|
||||
$_['text_card_type_mauk'] = 'Maestro UK/Solo';
|
||||
$_['text_response_code_full'] = 'Код підтвердження: ';
|
||||
$_['text_response_code'] = 'Код відповіді: ';
|
||||
$_['text_response_card'] = 'Використана карта: ';
|
||||
$_['text_response_card_type'] = 'Тип карти: ';
|
||||
$_['text_response_proc_code'] = 'Код обробки: ';
|
||||
$_['text_response_ref'] = 'Номер для посилання: ';
|
||||
|
||||
// Error
|
||||
$_['error_failed'] = 'Неможливо провести Вашу оплату, будь-ласка спробуйте пізніше';
|
||||
@@ -0,0 +1,62 @@
|
||||
<?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
|
||||
|
||||
// Text
|
||||
$_['text_title'] = 'Кредитна чи Дебетна карта';
|
||||
$_['text_credit_card'] = 'Деталі кредитної карти';
|
||||
$_['text_wait'] = 'Зачекайте будь-ласка!';
|
||||
|
||||
// Entry
|
||||
$_['entry_cc_number'] = 'Номер карти';
|
||||
$_['entry_cc_name'] = 'Ім`я власника';
|
||||
$_['entry_cc_expire_date'] = 'Дійсна до';
|
||||
$_['entry_cc_cvv2'] = 'Код безпеки (CVV2)';
|
||||
|
||||
// Help
|
||||
$_['help_start_date'] = '(якщо доступно)';
|
||||
$_['help_issue'] = '(для Maestro і Solo карт)';
|
||||
|
||||
// Text
|
||||
$_['text_result'] = 'Результат: ';
|
||||
$_['text_approval_code'] = 'Код підтвердження: ';
|
||||
$_['text_reference_number'] = 'Посилання: ';
|
||||
$_['text_card_number_ref'] = 'Останні 4 цифри номеру карти: xxxx ';
|
||||
$_['text_card_brand'] = 'Тип карти: ';
|
||||
$_['text_response_code'] = 'Код відповіді: ';
|
||||
$_['text_fault'] = 'Повідомлення про помилку: ';
|
||||
$_['text_error'] = 'Повідомлення помилки: ';
|
||||
$_['text_avs'] = 'Підтвердження адреси: ';
|
||||
$_['text_address_ppx'] = 'Немає даних про адресу або адреса не перевірена емітентом карти';
|
||||
$_['text_address_yyy'] = 'Емітент карти підтвердив співпадання вулиці і поштового індексу з записом в базі даних';
|
||||
$_['text_address_yna'] = 'Емітент карти підтвердив співпадання вулиці, але не підтвердив співпадання поштового індексу з записом в базі даних';
|
||||
$_['text_address_nyz'] = 'Емітент карти підтвердив співпадання поштового індексу, але не підтвердив співпадання вулиці з записом в базі даних';
|
||||
$_['text_address_nnn'] = 'І вулиця і поштовий індекс не співпадають з записом в базі даних емітента карти';
|
||||
$_['text_address_ypx'] = 'Емітент карти підтвердив співпадання вулиці з записом в базі. Емітент не перевіряв поштовий індекс';
|
||||
$_['text_address_pyx'] = 'Емітент карти підтвердив співпадання поштового індексу з записом в базі. Емітент не перевіряв вулицю';
|
||||
$_['text_address_xxu'] = 'Емітент карти не перевіряв інформацію AVS';
|
||||
$_['text_card_code_verify'] = 'Код безпеки: ';
|
||||
$_['text_card_code_m'] = 'Код безпеки карти співпадає';
|
||||
$_['text_card_code_n'] = 'Код безпеки карти не співпадає';
|
||||
$_['text_card_code_p'] = 'Не проведено';
|
||||
$_['text_card_code_s'] = 'Торговець повідомив, що на карті немає коду безпеки';
|
||||
$_['text_card_code_u'] = 'Емітент не сертифікований і/чи не надав ключі шифрування';
|
||||
$_['text_card_code_x'] = 'Не отирмано відповіді від Асоціації кредитних карт';
|
||||
$_['text_card_code_blank'] = 'Порожній запит свідчить що не було відправлено коду і не було інформації про наявність коду на карті.';
|
||||
$_['text_card_accepted'] = 'Прийняті карти: ';
|
||||
$_['text_card_type_m'] = 'Mastercard';
|
||||
$_['text_card_type_v'] = 'Visa (Credit/Debit/Electron/Delta)';
|
||||
$_['text_card_type_c'] = 'Diners';
|
||||
$_['text_card_type_a'] = 'American Express';
|
||||
$_['text_card_type_ma'] = 'Maestro';
|
||||
$_['text_card_new'] = 'Нова карта';
|
||||
$_['text_response_proc_code'] = 'Код обробки: ';
|
||||
$_['text_response_ref'] = 'Номер для посилання: ';
|
||||
|
||||
// Error
|
||||
$_['error_card_number'] = 'Будь-ласка перевірте номер Вашої карти';
|
||||
$_['error_card_name'] = 'Будь-ласка перевірте ім`я власника карти';
|
||||
$_['error_card_cvv'] = 'Будь-ласка перевірте правильність CVV2 коду';
|
||||
$_['error_failed'] = 'Неможливо провести Вашу оплату, будь-ласка зв`яжіться з продавцем';
|
||||
@@ -0,0 +1,8 @@
|
||||
<?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
|
||||
|
||||
// Text
|
||||
$_['text_title'] = 'Безкоштовне замовлення';
|
||||
3
catalog/language/uk-ua/extension/payment/g2apay.php
Normal file
3
catalog/language/uk-ua/extension/payment/g2apay.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_title'] = 'Credit / Debit Card / Paypal / Wallet (G2APay)';
|
||||
48
catalog/language/uk-ua/extension/payment/globalpay.php
Normal file
48
catalog/language/uk-ua/extension/payment/globalpay.php
Normal file
@@ -0,0 +1,48 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['text_title'] = 'Credit / Debit card (Globalpay)';
|
||||
|
||||
// Button
|
||||
$_['button_confirm'] = 'Confirm';
|
||||
|
||||
// Entry
|
||||
$_['entry_cc_type'] = 'Card Type';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Your payment has been authorised.';
|
||||
$_['text_decline'] = 'Your payment was unsuccessful';
|
||||
$_['text_bank_error'] = 'There was an error processing your request with the bank.';
|
||||
$_['text_generic_error'] = 'There was an error processing your request.';
|
||||
$_['text_hash_failed'] = 'Hash check failed. Do not try your payment again as the payment status is unknown. Please contact the merchant.';
|
||||
$_['text_link'] = 'Please click <a href="%s">here</a> to continue';
|
||||
$_['text_select_card'] = 'Please select your card type';
|
||||
$_['text_result'] = 'Auth result';
|
||||
$_['text_message'] = 'Message';
|
||||
$_['text_cvn_result'] = 'CVN result';
|
||||
$_['text_avs_postcode'] = 'AVS postcode';
|
||||
$_['text_avs_address'] = 'AVS address';
|
||||
$_['text_eci'] = 'ECI (3D secure) result';
|
||||
$_['text_tss'] = 'TSS result';
|
||||
$_['text_order_ref'] = 'Order ref';
|
||||
$_['text_timestamp'] = 'Timestamp';
|
||||
$_['text_card_type'] = 'Card type';
|
||||
$_['text_card_digits'] = 'Card number';
|
||||
$_['text_card_exp'] = 'Card expire';
|
||||
$_['text_card_name'] = 'Card name';
|
||||
$_['text_3d_s1'] = 'Cardholder Not Enrolled, liability shift';
|
||||
$_['text_3d_s2'] = 'Unable To Verify Enrolment, no liability shift';
|
||||
$_['text_3d_s3'] = 'Invalid Response From Enrolment Server, no liability shift';
|
||||
$_['text_3d_s4'] = 'Enrolled, But Invalid Response From ACS (Access Control Server), no liability shift';
|
||||
$_['text_3d_s5'] = 'Successful Authentication, liability shift';
|
||||
$_['text_3d_s6'] = 'Authentication Attempt Acknowledged, liability shift';
|
||||
$_['text_3d_s7'] = 'Incorrect Password Entered, no liability shift';
|
||||
$_['text_3d_s8'] = 'Authentication Unavailable, no liability shift';
|
||||
$_['text_3d_s9'] = 'Invalid Response From ACS, no liability shift';
|
||||
$_['text_3d_s10'] = 'RealMPI Fatal Error, no liability shift';
|
||||
$_['text_3d_liability'] = 'No Liability Shift';
|
||||
$_['text_card_visa'] = 'Visa';
|
||||
$_['text_card_mc'] = 'Mastercard';
|
||||
$_['text_card_amex'] = 'American Express';
|
||||
$_['text_card_switch'] = 'Switch';
|
||||
$_['text_card_laser'] = 'Laser';
|
||||
$_['text_card_diners'] = 'Diners';
|
||||
@@ -0,0 +1,55 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_title'] = 'Credit or Debit Card';
|
||||
$_['text_credit_card'] = 'Credit Card Details';
|
||||
$_['text_wait'] = 'Please wait!';
|
||||
$_['text_result'] = 'Result';
|
||||
$_['text_message'] = 'Message';
|
||||
$_['text_cvn_result'] = 'CVN result';
|
||||
$_['text_avs_postcode'] = 'AVS postcode';
|
||||
$_['text_avs_address'] = 'AVS address';
|
||||
$_['text_eci'] = 'ECI (3D secure) result';
|
||||
$_['text_tss'] = 'TSS result';
|
||||
$_['text_card_bank'] = 'Card issue bank';
|
||||
$_['text_card_country'] = 'Card country';
|
||||
$_['text_card_region'] = 'Card region';
|
||||
$_['text_last_digits'] = 'Last 4 digits';
|
||||
$_['text_order_ref'] = 'Order ref';
|
||||
$_['text_timestamp'] = 'Timestamp';
|
||||
$_['text_card_visa'] = 'Visa';
|
||||
$_['text_card_mc'] = 'Mastercard';
|
||||
$_['text_card_amex'] = 'American Express';
|
||||
$_['text_card_switch'] = 'Switch';
|
||||
$_['text_card_laser'] = 'Laser';
|
||||
$_['text_card_diners'] = 'Diners';
|
||||
$_['text_auth_code'] = 'Auth code';
|
||||
$_['text_3d_s1'] = 'Cardholder Not Enrolled, liability shift';
|
||||
$_['text_3d_s2'] = 'Unable To Verify Enrolment, no liability shift';
|
||||
$_['text_3d_s3'] = 'Invalid Response From Enrolment Server, no liability shift';
|
||||
$_['text_3d_s4'] = 'Enrolled, But Invalid Response From ACS (Access Control Server), no liability shift';
|
||||
$_['text_3d_s5'] = 'Successful Authentication, liability shift';
|
||||
$_['text_3d_s6'] = 'Authentication Attempt Acknowledged, liability shift';
|
||||
$_['text_3d_s7'] = 'Incorrect Password Entered, no liability shift';
|
||||
$_['text_3d_s8'] = 'Authentication Unavailable, no liability shift';
|
||||
$_['text_3d_s9'] = 'Invalid Response From ACS, no liability shift';
|
||||
$_['text_3d_s10'] = 'RealMPI Fatal Error, no liability shift';
|
||||
|
||||
// Entry
|
||||
$_['entry_cc_type'] = 'Card type';
|
||||
$_['entry_cc_number'] = 'Card number';
|
||||
$_['entry_cc_name'] = 'Cardholder name';
|
||||
$_['entry_cc_expire_date'] = 'Card expiry date';
|
||||
$_['entry_cc_cvv2'] = 'Card security code (CVV2)';
|
||||
$_['entry_cc_issue'] = 'Card issue number';
|
||||
|
||||
// Help
|
||||
$_['help_start_date'] = '(if available)';
|
||||
$_['help_issue'] = '(for Maestro and Solo cards only)';
|
||||
|
||||
// Error
|
||||
$_['error_card_number'] = 'Please check your card number is valid';
|
||||
$_['error_card_name'] = 'Please check the card holder name is valid';
|
||||
$_['error_card_cvv'] = 'Please check the CVV2 is valid';
|
||||
$_['error_3d_unable'] = 'Merchant requires 3D secure but unable to verify with your bank, please try later';
|
||||
$_['error_3d_500_response_no_payment'] = 'An invalid response was received from the card processor, no payment has been taken';
|
||||
$_['error_3d_unsuccessful'] = '3D secure authorisation failed';
|
||||
43
catalog/language/uk-ua/extension/payment/klarna_account.php
Normal file
43
catalog/language/uk-ua/extension/payment/klarna_account.php
Normal file
@@ -0,0 +1,43 @@
|
||||
<?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
|
||||
|
||||
// Text
|
||||
$_['text_title'] = 'Обліковий запис Klarna - Платіть від %s/місяць';
|
||||
$_['text_terms'] = '<span id="klarna_account_toc"></span><script type="text/javascript">var terms = new Klarna.Terms.Account({el: \'klarna_account_toc\', eid: \'%s\', country: \'%s\'});</script>';
|
||||
$_['text_information'] = 'Інформаіція облікового запису Klarna';
|
||||
$_['text_additional'] = 'Обліковий запис Klarna необхідо заповнити додатковою інформацією, необхідною для обробки Вашого замовлення.';
|
||||
$_['text_male'] = 'Чоловік';
|
||||
$_['text_female'] = 'Жінка';
|
||||
$_['text_year'] = 'Рік';
|
||||
$_['text_month'] = 'Місяць';
|
||||
$_['text_day'] = 'День';
|
||||
$_['text_payment_option'] = 'Опції оплати';
|
||||
$_['text_single_payment'] = 'Разовий платіж';
|
||||
$_['text_monthly_payment'] = '%s - %s в місяць';
|
||||
$_['text_comment'] = 'Номер рахунку Klarna: %s' . "\n" . '%s/%s: %.4f';
|
||||
|
||||
// Entry
|
||||
$_['entry_gender'] = 'Стать';
|
||||
$_['entry_pno'] = 'Податковий номер';
|
||||
$_['entry_dob'] = 'Дата народження';
|
||||
$_['entry_phone_no'] = 'Номер телефону';
|
||||
$_['entry_street'] = 'Вулиця';
|
||||
$_['entry_house_no'] = 'Номер будинку.';
|
||||
$_['entry_house_ext'] = 'Корпус .';
|
||||
$_['entry_company'] = 'Реєстраційний номер компанії';
|
||||
|
||||
// Help
|
||||
$_['help_pno'] = 'Будь-ласка, введіть Ваш податковий номер.';
|
||||
$_['help_phone_no'] = 'Будь-ласка, введіть Ваш номер телефону.';
|
||||
$_['help_street'] = 'Будь-ласка, зверніть увагу на те, що доставка товару можлива тільки на зареєстровану адресу, якщо Ви оплачуєте за допомогою Klarna.';
|
||||
$_['help_house_no'] = 'Будь-ласка, введіть номер Вашого будинку.';
|
||||
$_['help_house_ext'] = 'Будь-ласка, введіть додаткову інформацію про Ваш будинок.';
|
||||
$_['help_company'] = 'Будь-ласка, введіть реєстраційний номер Вашої компанії.';
|
||||
|
||||
// Error
|
||||
$_['error_deu_terms'] = 'Ви мусите погодитися з умовами політики конфіденційності Klarna(Datenschutz)';
|
||||
$_['error_address_match'] = 'Платіжна адреса і адреса доставки повинні співпадати, якщо Ви збираєтеся використати Klarna Платежі';
|
||||
$_['error_network'] = 'В процесі обробки виникла помилка. Будь-ласка, спробуйте пізніше.';
|
||||
12
catalog/language/uk-ua/extension/payment/klarna_checkout.php
Normal file
12
catalog/language/uk-ua/extension/payment/klarna_checkout.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Klarna Checkout';
|
||||
$_['heading_title_success'] = 'Your Klarna Checkout order has been placed!';
|
||||
|
||||
// Text
|
||||
$_['text_title'] = 'Klarna Checkout';
|
||||
$_['text_basket'] = 'Shopping Cart';
|
||||
$_['text_checkout'] = 'Checkout';
|
||||
$_['text_success'] = 'Success';
|
||||
$_['text_choose_shipping_method'] = 'Choose shipping method';
|
||||
$_['text_sales_tax'] = 'Sales Tax';
|
||||
40
catalog/language/uk-ua/extension/payment/klarna_invoice.php
Normal file
40
catalog/language/uk-ua/extension/payment/klarna_invoice.php
Normal file
@@ -0,0 +1,40 @@
|
||||
<?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
|
||||
|
||||
// Text
|
||||
$_['text_title'] = 'Рахунок-фактура Klarna - Сплатити протягом 14 днів';
|
||||
$_['text_terms_fee'] = '<span id="klarna_invoice_toc"></span> (+%s)<script type="text/javascript">var terms = new Klarna.Terms.Invoice({el: \'klarna_invoice_toc\', eid: \'%s\', country: \'%s\', charge: %s});</script>';
|
||||
$_['text_terms_no_fee'] = '<span id="klarna_invoice_toc"></span><script type="text/javascript">var terms = new Klarna.Terms.Invoice({el: \'klarna_invoice_toc\', eid: \'%s\', country: \'%s\'});</script>';
|
||||
$_['text_additional'] = 'Для рахунку-фактури Klarna необхідна додаткова інформація.';
|
||||
$_['text_male'] = 'Чоловік';
|
||||
$_['text_female'] = 'Жінка';
|
||||
$_['text_year'] = 'Рік';
|
||||
$_['text_month'] = 'Місяць';
|
||||
$_['text_day'] = 'День';
|
||||
$_['text_comment'] = 'Номер рахунку-фактури Klarna: %s. ' . "\n" . '%s/%s: %.4f';
|
||||
|
||||
// Entry
|
||||
$_['entry_gender'] = 'Стать';
|
||||
$_['entry_pno'] = 'Податковий номер';
|
||||
$_['entry_dob'] = 'Дата народження';
|
||||
$_['entry_phone_no'] = 'Номер телефону';
|
||||
$_['entry_street'] = 'Вулиця';
|
||||
$_['entry_house_no'] = 'Номер будинку.';
|
||||
$_['entry_house_ext'] = 'Корпус.';
|
||||
$_['entry_company'] = 'Реєстраційний номер компанії';
|
||||
|
||||
// Help
|
||||
$_['help_pno'] = 'Будь-ласка, введіть Ваш податковий номер.';
|
||||
$_['help_phone_no'] = 'Будь-ласка, введіть Ваш номер телефону.';
|
||||
$_['help_street'] = 'Будь-ласка, зверніть увагу на те, що доставка товару можлива тільки на зареєстровану адресу, якщо Ви оплачуєте за допомогою Klarna.';
|
||||
$_['help_house_no'] = 'Будь-ласка, введіть номер Вашого будинку.';
|
||||
$_['help_house_ext'] = 'Будь-ласка, введіть додаткову інформацію про Ваш будинок.';
|
||||
$_['help_company'] = 'Будь-ласка, введіть реєстраційний номер Вашої компанії';
|
||||
|
||||
// Error
|
||||
$_['error_deu_terms'] = 'Ви мусите погодитися з умовами політики конфіденційності Klarna(Datenschutz)';
|
||||
$_['error_address_match'] = 'Платіжна адреса і адреса доставки повинні співпадати, якщо Ви збираєтеся використати Рахунок-фактуру Klarna';
|
||||
$_['error_network'] = 'В процесі обробки виникла помилка. Будь-ласка, спробуйте пізніше.';
|
||||
29
catalog/language/uk-ua/extension/payment/laybuy.php
Normal file
29
catalog/language/uk-ua/extension/payment/laybuy.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Please Choose Your Payment Plan';
|
||||
|
||||
// Text
|
||||
$_['text_title'] = 'PUT IT ON LAY-BUY powered by PayPal';
|
||||
$_['text_plan_preview'] = 'Plan Preview';
|
||||
$_['text_payment'] = 'Payment';
|
||||
$_['text_due_date'] = 'Due Date';
|
||||
$_['text_amount'] = 'Amount';
|
||||
$_['text_downpayment'] = 'Down Payment';
|
||||
$_['text_today'] = 'Today';
|
||||
$_['text_delivery_msg'] = 'Your goods/services will be delivered once your final payment has been received.';
|
||||
$_['text_fee_msg'] = 'A 0.9% admin fee is payable to Lay-Buys.com.';
|
||||
$_['text_month'] = 'Month';
|
||||
$_['text_months'] = 'Months';
|
||||
$_['text_status_1'] = 'Pending';
|
||||
$_['text_status_5'] = 'Completed';
|
||||
$_['text_status_7'] = 'Canceled';
|
||||
$_['text_status_50'] = 'Revise Requested';
|
||||
$_['text_status_51'] = 'Revised';
|
||||
$_['text_comment'] = 'Updated by Lay-Buy';
|
||||
|
||||
// Entry
|
||||
$_['entry_initial'] = 'Initial Payment';
|
||||
$_['entry_months'] = 'Months';
|
||||
|
||||
// Button
|
||||
$_['button_confirm'] = 'Confirm Order';
|
||||
8
catalog/language/uk-ua/extension/payment/liqpay.php
Normal file
8
catalog/language/uk-ua/extension/payment/liqpay.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?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
|
||||
|
||||
// Text
|
||||
$_['text_title'] = 'Кредитна / Дебетна карта (LiqPay)';
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user