This commit is contained in:
sHa
2017-06-07 20:25:11 +03:00
516 changed files with 7030 additions and 4273 deletions

View File

@@ -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'] = 'Атрибути';
// Text
$_['text_success'] = 'Ви успішно змінили атрибути!';
$_['text_list'] = 'Список атрибут';
$_['text_add'] = 'Додати атрибут';
$_['text_edit'] = 'Змінити атрибут';
// Column
$_['column_name'] = 'Назва атрибуту';
$_['column_attribute_group'] = 'Група атрибутів';
$_['column_sort_order'] = 'Порядок сортування';
$_['column_action'] = 'Дія';
// Entry
$_['entry_name'] = 'Назва атрибуту';
$_['entry_attribute_group'] = 'Група атрибутів';
$_['entry_sort_order'] = 'Порядок сортування';
// Error
$_['error_permission'] = 'Увага: У Вас немає доступу для зміни атрибутів!';
$_['error_attribute_group'] = 'Attribute Group Required!';
$_['error_name'] = 'Назва атрибуту повинна містити від 3 до 64 символів!';
$_['error_product'] = 'Увага: цей атрибут не можна видалити, в даний момент він використовується в товарі %s!';

View 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_success'] = 'Ви успішно змінили групи атрибутів!';
$_['text_list'] = 'Список груп атрибутів';
$_['text_add'] = 'Додати групу атрибутів';
$_['text_edit'] = 'Змінити групу атрибутів';
// Column
$_['column_name'] = 'Назва групи атрибутів';
$_['column_sort_order'] = 'Порядок сортування';
$_['column_action'] = 'Дія';
// Entry
$_['entry_name'] = 'Назва групи атрибутів';
$_['entry_sort_order'] = 'Порядок сортування';
// Error
$_['error_permission'] = 'У Вас немає доступу для зміни групи атрибутів!';
$_['error_name'] = 'Назва повинна містити від 3 до 64 символів!';
$_['error_attribute'] = 'Увага! Ця група атрибутів не може бути видалена, оскільки на даний момент вона використовується в атрибутах %s!';
$_['error_product'] = 'Увага! Ця група атрибутів не може бути видалена, оскільки на даний момент вона використовується в товарах %s!';

View File

@@ -0,0 +1,50 @@
<?php
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
//info@marketplus.if.ua
// Heading
$_['heading_title'] = 'Категорії';
// Text
$_['text_success'] = 'Ви успішно змінили категорії!';
$_['text_list'] = 'Список категорій';
$_['text_add'] = 'Додати';
$_['text_edit'] = 'Змінити';
$_['text_default'] = 'За замовчуванням';
// Column
$_['column_name'] = 'Назва категорії';
$_['column_sort_order'] = 'Порядок сортування';
$_['column_action'] = 'Дія';
// Entry
$_['entry_name'] = 'Назва категорії';
$_['entry_description'] = 'Опис';
$_['entry_meta_title'] = 'Мета Тег Назва';
$_['entry_meta_keyword'] = 'Мета тег Ключові слова';
$_['entry_meta_description'] = 'Мета тег Опис';
$_['entry_keyword'] = 'SEO Ключове слово';
$_['entry_parent'] = 'Батьківська категорія';
$_['entry_filter'] = 'Фільтри';
$_['entry_store'] = 'Магазини';
$_['entry_image'] = 'Зображення';
$_['entry_top'] = 'Згори';
$_['entry_column'] = 'Стовпчики';
$_['entry_sort_order'] = 'Порядок сортування';
$_['entry_status'] = 'Статус';
$_['entry_layout'] = 'Ігнорувати макет';
// Help
$_['help_filter'] = '(Автоматичне заповнення)';
$_['help_keyword'] = 'Не використовуйте пробіли, або замінюйте пробіли на "-" і не забудьте переконатися, що ключове слово повністю унікальне';
$_['help_top'] = 'Розміщення зверху меню. Працює тільки для батьківських категорій';
$_['help_column'] = 'Кількість стовпчиків для 3 останніх категорій. Працює тільки для батьківських категорій';
// Error
$_['error_warning'] = 'Перевірте, будь ласка, уважно форму на помилки!';
$_['error_permission'] = 'У Вас немає доступу для зміни категорій!';
$_['error_name'] = 'Назва категорії повинна містити від 2 до 32 символів!';
$_['error_meta_title'] = 'Мета тег Назва повинен містити від 3 до 255 символів!';
$_['error_keyword'] = 'SEO URL already in use!';
$_['error_parent'] = 'The parent category you have chosen is a child of the current one!';

View File

@@ -0,0 +1,39 @@
<?php
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
//info@marketplus.if.ua
// Heading
$_['heading_title'] = 'Завантаження';
// Text
$_['text_success'] = 'Ви успішно змінили Завантаження!';
$_['text_list'] = 'Список завантажень';
$_['text_add'] = 'Додати завантаження';
$_['text_edit'] = 'Змінити завантаження';
$_['text_upload'] = 'Ваш файл успішно завантажено!';
// Column
$_['column_name'] = 'Назва завантаження';
$_['column_date_added'] = 'Додано';
$_['column_action'] = 'Дія';
// Entry
$_['entry_name'] = 'Назва завантаження';
$_['entry_filename'] = 'Назва файлу';
$_['entry_mask'] = 'Маска';
// Help
$_['help_filename'] = 'Ви можете завантажити натиснувши кнопку завантаження або використати FTP для завантаження в теку завантажень і записати деталі нижче.';
$_['help_mask'] = 'Рекомендується робити назву фалу і маску різними, щоб користувачі не намагались знайти прямий шлях до завантажень.';
// Error
$_['error_permission'] = 'У Вас немає доспуту для зміни завантажень!';
$_['error_name'] = 'Назва завантаження повинна містити від 3 до 64 символів!';
$_['error_upload'] = 'Завантаження файлу необхідне!';
$_['error_filename'] = 'Назва файлу повинна містити від 3 до 128 символів!';
$_['error_exists'] = 'Файл не існує!';
$_['error_mask'] = 'Маска повинна містити від 3 до 128 символів!';
$_['error_filetype'] = 'Неправильний тип файлу!';
$_['error_product'] = 'Увага: це завантаження не може бути видалене оскільки в даний момент воно використовується в %s товарі!';

View 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
// Heading
$_['heading_title'] = 'Фільтри';
// Text
$_['text_success'] = 'Ви успішно змінили фільтри!';
$_['text_list'] = 'Списки фільтрів';
$_['text_add'] = 'Додати фільтри';
$_['text_edit'] = 'Змінити фільтри';
// Column
$_['column_group'] = 'Групи фільтрів';
$_['column_sort_order'] = 'Порядок сортування';
$_['column_action'] = 'Дія';
// Entry
$_['entry_group'] = 'Назва групи фільтрів';
$_['entry_name'] = 'Назва фільтру';
$_['entry_sort_order'] = 'Порядок сортування';
// Error
$_['error_permission'] = 'У Вас немає доступу для зміни фільтрів!';
$_['error_group'] = 'Назва групи фільтрів має містити від 1 до 64 символів!';
$_['error_name'] = 'Назва фільтру має містити від 1 до 64 символів!';

View File

@@ -0,0 +1,50 @@
<?php
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
//info@marketplus.if.ua
// Heading
$_['heading_title'] = 'Інформація';
// Text
$_['text_success'] = 'Ви успішно змінили інформацію!';
$_['text_list'] = 'Список інформації';
$_['text_add'] = 'Додати інформацію';
$_['text_edit'] = 'Змінити інформацію';
$_['text_default'] = 'За замовчуванням';
// Column
$_['column_title'] = 'Назва інформації';
$_['column_sort_order'] = 'Порядок сортування';
$_['column_action'] = 'Дія';
// Entry
$_['entry_title'] = 'Назва інформації';
$_['entry_description'] = 'Опис';
$_['entry_store'] = 'Магазин';
$_['entry_meta_title'] = 'Мета Тег Назва';
$_['entry_meta_keyword'] = 'Мета Тег Ключові слова';
$_['entry_meta_description'] = 'Мета Тег Опис';
$_['entry_keyword'] = 'SEO Ключові слова';
$_['entry_bottom'] = 'Розміщення в нижньому контейнері';
$_['entry_status'] = 'Статус';
$_['entry_sort_order'] = 'Порядок сортування';
$_['entry_layout'] = 'Вид інтерфейсу';
// Help
$_['help_keyword'] = 'Не використовуйте пробіли, або замінюйте пробіли на "-" і не забудьте переконатися, що ключове слово повністю унікальне.';
$_['help_bottom'] = 'Відображати в нижній частині сайту.';
// Error
$_['error_warning'] = 'Перевірте форму на помилки!';
$_['error_permission'] = 'У вас немає доступу для зміни інформації!';
$_['error_title'] = 'Назва інформації повинна містити від 3 до 64 символів!';
$_['error_description'] = 'Опис має містити більше 3 символів!';
$_['error_meta_title'] = 'Мета тег Назва має містити від 3 до 255 символів!';
$_['error_keyword'] = 'SEO URL already in use!';
$_['error_account'] = 'Ця інформація не може бути видалена, оскільки вона зараз використовується в умовах облікового запису магазину!';
$_['error_checkout'] = 'Ця інформація не може бути видалена, оскільки вона зараз використовується в умовах замовлення!';
$_['error_affiliate'] = 'Ця інформація не може бути видалена, оскільки вона зараз використовується в умовах бонусної програми!';
$_['error_return'] = 'Ця інформація не може бути видалена, оскільки вона зараз використовується в умовах повернення товару!';
$_['error_store'] = 'Ця інформація не може бути видалена, оскільки вона зараз використовується в умовах %s магазинів!';

View File

@@ -0,0 +1,39 @@
<?php
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
//info@marketplus.if.ua
// Heading
$_['heading_title'] = 'Виробники';
// Text
$_['text_success'] = 'Ви успішно змінили виробників!';
$_['text_list'] = 'Список виробників';
$_['text_add'] = 'Додати виробника';
$_['text_edit'] = 'Редагувати виробника';
$_['text_default'] = 'За замовчуванням';
$_['text_percent'] = 'Процент';
$_['text_amount'] = 'Фіксована націнка';
// Column
$_['column_name'] = 'Назва виробника';
$_['column_sort_order'] = 'Порядок сортування';
$_['column_action'] = 'Дія';
// Entry
$_['entry_name'] = 'Назва виробника';
$_['entry_store'] = 'Магазини';
$_['entry_keyword'] = 'SEO Ключові слова';
$_['entry_image'] = 'Зображення';
$_['entry_sort_order'] = 'Порядок сортування';
$_['entry_type'] = 'Тип';
// Help
$_['help_keyword'] = 'Не використовуйте пробіли, або замінюйте пробіли на "-" і не забудьте переконатися, що ключове слово повністю унікальне.';
// Error
$_['error_permission'] = 'У вас немає доступу для редагування виробників!';
$_['error_name'] = 'Назва виробника повинна містити від 2 до 64 символів!';
$_['error_keyword'] = 'SEO URL already in use!';
$_['error_product'] = 'Цей виробник не може бути видалений, оскільки він використовується в %s товарах!';

View File

@@ -0,0 +1,44 @@
<?php
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
//info@marketplus.if.ua
// Heading
$_['heading_title'] = 'Опції';
// Text
$_['text_success'] = 'Ви успішно змінили опції!';
$_['text_list'] = 'Список опцій';
$_['text_add'] = 'Додати опцію';
$_['text_edit'] = 'Змінити опцію';
$_['text_choose'] = 'Вибрати';
$_['text_select'] = 'Виберіть';
$_['text_radio'] = 'Радіокнопка';
$_['text_checkbox'] = 'Прапорець';
$_['text_input'] = 'Введення тексту';
$_['text_text'] = 'Текст';
$_['text_textarea'] = 'Текстове поле';
$_['text_file'] = 'Файл';
$_['text_date'] = 'Дата';
$_['text_datetime'] = 'Дата і час';
$_['text_time'] = 'Час';
// Column
$_['column_name'] = 'Назва опції';
$_['column_sort_order'] = 'Порядок сортування';
$_['column_action'] = 'Дія';
// Entry
$_['entry_name'] = 'Назва опції';
$_['entry_type'] = 'Тип';
$_['entry_option_value'] = 'Назва значення опції';
$_['entry_image'] = 'Зображення';
$_['entry_sort_order'] = 'Порядок сортування';
// Error
$_['error_permission'] = 'У вас немає доступу для зміни опцій!';
$_['error_name'] = 'Назва опції повина містити від 1 до 128 символів!';
$_['error_type'] = 'Необхідне значення опції!';
$_['error_option_value'] = 'Значення опції повинно містити від 1 до 128 символів!';
$_['error_product'] = 'Ця опція не може бути видалена оскільки вона використовується в %s товарах!';

View File

@@ -0,0 +1,117 @@
<?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_success'] = 'Ви успішно змінили товар!';
$_['text_list'] = 'Список товарів';
$_['text_add'] = 'Додати товар';
$_['text_edit'] = 'Змінити товар';
$_['text_plus'] = '+';
$_['text_minus'] = '-';
$_['text_default'] = 'За замовчуванням';
$_['text_option'] = 'Опція';
$_['text_option_value'] = 'Значення опції';
$_['text_percent'] = 'Відсоток';
$_['text_amount'] = 'Фіксована націнка';
// Column
$_['column_name'] = 'Назва товару';
$_['column_model'] = 'Модель';
$_['column_image'] = 'Зображення';
$_['column_price'] = 'Ціна';
$_['column_quantity'] = 'Кількість';
$_['column_status'] = 'Статус';
$_['column_action'] = 'Дія';
// Entry
$_['entry_name'] = 'Назва продукту';
$_['entry_description'] = 'Опис';
$_['entry_meta_title'] = 'Мета Тег Назва';
$_['entry_meta_keyword'] = 'Мета Тег Ключові слова';
$_['entry_meta_description'] = 'Мета Тег Опис';
$_['entry_keyword'] = 'SEO URL';
$_['entry_model'] = 'Модель';
$_['entry_sku'] = 'SKU';
$_['entry_upc'] = 'UPC';
$_['entry_ean'] = 'EAN';
$_['entry_jan'] = 'JAN';
$_['entry_isbn'] = 'ISBN';
$_['entry_mpn'] = 'MPN';
$_['entry_location'] = 'Розміщення';
$_['entry_shipping'] = 'Доставка';
$_['entry_manufacturer'] = 'Виробник';
$_['entry_store'] = 'Магазини';
$_['entry_date_available'] = 'Дата надходження';
$_['entry_quantity'] = 'Кількість';
$_['entry_minimum'] = 'Мінімальна кількість, яку можна замовити';
$_['entry_stock_status'] = 'Статус, коли товар закінчився (Немає на складі)';
$_['entry_price'] = 'Ціна';
$_['entry_tax_class'] = 'Податок';
$_['entry_points'] = 'Бали';
$_['entry_option_points'] = 'Бали';
$_['entry_subtract'] = 'Зняти(вирахувати) зі складу.';
$_['entry_weight_class'] = 'Одиниці ваги';
$_['entry_weight'] = 'Вага';
$_['entry_dimension'] = 'Розміри (Д x Ш x В)';
$_['entry_length_class'] = 'Одиниці довжини';
$_['entry_length'] = 'Довжина';
$_['entry_width'] = 'Ширина';
$_['entry_height'] = 'Висота';
$_['entry_image'] = 'Зображення';
$_['entry_additional_image'] = 'Additional Images';
$_['entry_customer_group'] = 'Група користувачів';
$_['entry_date_start'] = 'Дата додавання';
$_['entry_date_end'] = 'Дата закінчення';
$_['entry_priority'] = 'Пріоритет';
$_['entry_attribute'] = 'Атрибут';
$_['entry_attribute_group'] = 'Група атрибутів';
$_['entry_text'] = 'Текст';
$_['entry_option'] = 'Опція';
$_['entry_option_value'] = 'Значення опції';
$_['entry_required'] = 'Необхідно';
$_['entry_status'] = 'Статус';
$_['entry_sort_order'] = 'Порядок сортування';
$_['entry_category'] = 'Категорії';
$_['entry_filter'] = 'Фільтри';
$_['entry_download'] = 'Завантаження';
$_['entry_related'] = 'Рекомендовані товари';
$_['entry_tag'] = 'Теги товарів';
$_['entry_reward'] = 'Бонусні бали';
$_['entry_layout'] = 'Ігнорувати макет';
$_['entry_recurring'] = 'Повторюваний профіль';
// Help
$_['help_keyword'] = 'Не використовуйте пробіли, або замінюйте пробіли на "-" і не забудьте переконатися, що SEO URL повністю унікальний.';
$_['help_sku'] = 'Артикул';
$_['help_upc'] = 'Універсальний код продукту';
$_['help_ean'] = 'Європейський артикул';
$_['help_jan'] = 'Японський артикул';
$_['help_isbn'] = 'Номер міжнародного стандарту';
$_['help_mpn'] = 'Номер деталі виробника';
$_['help_manufacturer'] = '(Автозаповнення)';
$_['help_minimum'] = 'Встановлення розміру мінімального замовлення';
$_['help_stock_status'] = 'Статус, що відображається, коли товар закінчився';
$_['help_points'] = 'Кількість бонусних балів необхідна для покупки цього товару. Якщо Ви не хочете продавати цей товар за бонусні бали залиште 0.';
$_['help_category'] = '(Автозаповнення)';
$_['help_filter'] = '(Автозаповнення)';
$_['help_download'] = '(Автозаповнення)';
$_['help_related'] = '(Автозаповнення)';
$_['help_tag'] = 'видділяти комою';
// Error
$_['error_warning'] = 'Уважно перевірте форму на помилки!';
$_['error_permission'] = 'У вас немає доступу до зміни товарів!';
$_['error_name'] = 'Назва товару повинна містити від 3 до 255 символів!';
$_['error_meta_title'] = 'Мета тег Назва повинен містити від 3 до 255 символів!';
$_['error_model'] = 'Модель товару повинна містити від 1 до 64 символів!';
$_['error_keyword'] = 'SEO URL already in use!';

View 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'] = 'Ви змінили повторювані профілі!';
$_['text_list'] = 'Список повторюваних профілів';
$_['text_add'] = 'Додати повторюваний профіль';
$_['text_edit'] = 'Змінити повторюваний профіль';
$_['text_day'] = 'День';
$_['text_week'] = 'Тиждень';
$_['text_semi_month'] = 'Половина місяця';
$_['text_month'] = 'Місяць';
$_['text_year'] = 'Рік';
$_['text_recurring'] = '<p><i class="fa fa-info-circle"></i> Повторювані платежі обчислюють за частотою і циклом.</p><p> Для прикладу якщо використовується частота "тиждень" і цикл "2", то користувач буде отримувати рахунок через кожні 2 тижні.</p><p>Тривалість - кількість платежів, яку буде робити користувач, встановити значення 0 якщо потрібно отримувати платежі постійно.</p>';
$_['text_profile'] = 'Повторювані профілі';
$_['text_trial'] = 'Пробний профіль';
// Entry
$_['entry_name'] = 'Назва';
$_['entry_price'] = 'Ціна';
$_['entry_duration'] = 'Тривалість';
$_['entry_cycle'] = 'Цикл';
$_['entry_frequency'] = 'Частота';
$_['entry_trial_price'] = 'Пробна ціна';
$_['entry_trial_duration'] = 'Пробна тривалість';
$_['entry_trial_status'] = 'Пробний статус';
$_['entry_trial_cycle'] = 'Пробний цикл';
$_['entry_trial_frequency'] = 'Пробна частота';
$_['entry_status'] = 'Статус';
$_['entry_sort_order'] = 'Порядок сортування';
// Column
$_['column_name'] = 'Назва';
$_['column_sort_order'] = 'Порядок сортування';
$_['column_action'] = 'Дія';
// Error
$_['error_warning'] = 'Уважно перевірте форму на помилки!';
$_['error_permission'] = 'У вас немає доступу для зміни повторюваних профілів!';
$_['error_name'] = 'Назва профілю повинна містити від 3 до 255 символів!';
$_['error_product'] = 'Цей повторюваний профіль неможна видалити, оскільки він зараз використовується в %s товарах!';

View 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
// Heading
$_['heading_title'] = 'Огляди';
// Text
$_['text_success'] = 'Ви успішно змінили огляди!';
$_['text_list'] = 'Список оглядів';
$_['text_add'] = 'Додати огляд';
$_['text_edit'] = 'Змінити огляд';
// Column
$_['column_product'] = 'Товар';
$_['column_author'] = 'Автор';
$_['column_rating'] = 'Оцінка';
$_['column_status'] = 'Статус';
$_['column_date_added'] = 'Додано';
$_['column_action'] = 'Дія';
// Entry
$_['entry_product'] = 'Товар';
$_['entry_author'] = 'Автор';
$_['entry_rating'] = 'Оцінка';
$_['entry_status'] = 'Статус';
$_['entry_text'] = 'Текст';
$_['entry_date_added'] = 'Додано';
// Help
$_['help_product'] = '(Автозаповнення)';
// Error
$_['error_permission'] = 'У вас немає доступу до зміни оглядів!';
$_['error_product'] = 'Назва товару необхідна!';
$_['error_author'] = 'Ім’я автора повинно містити від 3 до 64 символів!';
$_['error_text'] = 'Текст огляду повинен містити мінімум 1 символ!';
$_['error_rating'] = 'Необхідна оцінка!';

View File

@@ -0,0 +1,109 @@
<?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_affiliate'] = 'Партнери';
$_['text_api'] = 'API';
$_['text_attribute'] = 'Атрибути';
$_['text_attribute_group'] = 'Групи атрибутів';
$_['text_backup'] = 'Резервне копіювання / Відновлення';
$_['text_banner'] = 'Банери';
$_['text_catalog'] = 'Каталог';
$_['text_category'] = 'Категорії';
$_['text_country'] = 'Країни';
$_['text_coupon'] = 'Купони';
$_['text_currency'] = 'Валюти';
$_['text_customer'] = 'Покупці';
$_['text_customer_group'] = 'Групи покупців';
$_['text_custom_field'] = 'Настроювані поля';
$_['text_dashboard'] = 'Панель керування';
$_['text_design'] = 'Дизайн';
$_['text_download'] = 'Завантаження';
$_['text_log'] = 'Журнал помилок';
$_['text_event'] = 'Events';
$_['text_extension'] = 'Розширення';
$_['text_filter'] = 'Фільтри';
$_['text_geo_zone'] = 'Гео зони';
$_['text_information'] = 'Інформація';
$_['text_installer'] = 'Встановлювач розширень';
$_['text_language'] = 'Мови';
$_['text_layout'] = 'Макети';
$_['text_localisation'] = 'Локалізація';
$_['text_location'] = 'Місцезнаходження магазину';
$_['text_contact'] = 'Пошта';
$_['text_marketing'] = 'Маркетинг';
$_['text_menu'] = 'Menu Manager';
$_['text_modification'] = 'Модифікації';
$_['text_manufacturer'] = 'Виробники';
$_['text_option'] = 'Опції';
$_['text_order'] = 'Замовлення';
$_['text_order_status'] = 'Статус замовлень';
$_['text_product'] = 'Товари';
$_['text_reports'] = 'Звіти';
$_['text_report_sale'] = 'Sales';
$_['text_report_sale_order'] = 'Замовлення';
$_['text_report_sale_tax'] = 'Податок';
$_['text_report_sale_shipping'] = 'Доставка';
$_['text_report_sale_return'] = 'Повернення';
$_['text_report_sale_coupon'] = 'Купони';
$_['text_report_product'] = 'Products';
$_['text_report_product_viewed'] = 'Переглянуті';
$_['text_report_product_purchased'] = 'Куплені';
$_['text_report_customer'] = 'Customers';
$_['text_report_customer_activity'] = 'Активність покупця';
$_['text_report_customer_search'] = 'Customer Searches';
$_['text_report_customer_online'] = 'Користувачів на сайті';
$_['text_report_customer_order'] = 'Замовлення';
$_['text_report_customer_reward'] = 'Бонусні бали';
$_['text_report_customer_credit'] = 'Кредит';
$_['text_report_marketing'] = 'Marketing';
$_['text_report_affiliate'] = 'Affiliates';
$_['text_report_affiliate_activity'] = 'Affiliate Activity';
$_['text_review'] = 'Огляди';
$_['text_return'] = 'Повернення';
$_['text_return_action'] = 'Дії з поверненнями';
$_['text_return_reason'] = 'Причини повернення';
$_['text_return_status'] = 'Статус повернення';
$_['text_sale'] = 'Продажі';
$_['text_setting'] = 'Налаштування';
$_['text_store'] = 'Extension Store';
$_['text_stock_status'] = 'Статуси наявності товару';
$_['text_system'] = 'Система';
$_['text_tax'] = 'Податки';
$_['text_tax_class'] = 'Класи податків';
$_['text_tax_rate'] = 'Ставки податків';
$_['text_translation'] = 'Language Editor';
$_['text_theme'] = 'Theme Editor';
$_['text_tools'] = 'Інструменти';
$_['text_upload'] = 'Завантаження';
$_['text_user'] = 'Користувач';
$_['text_users'] = 'Користувачі';
$_['text_user_group'] = 'Групи користувачів';
$_['text_voucher'] = 'Подарункові ваучери';
$_['text_voucher_theme'] = 'Теми ваучерів';
$_['text_weight_class'] = 'Одиниці Ваги';
$_['text_length_class'] = 'Одиниці довжини';
$_['text_zone'] = 'Зони';
$_['text_recurring'] = 'Повторювані профілі';
$_['text_order_recurring'] = 'Повторювані замовлення';
$_['text_openbay_extension'] = 'OpenBay Pro';
$_['text_openbay_dashboard'] = 'Панель керування';
$_['text_openbay_orders'] = 'Коректування замовлення';
$_['text_openbay_items'] = 'Опрацювання деталей';
$_['text_openbay_ebay'] = 'eBay';
$_['text_openbay_amazon'] = 'Амазон (EU)';
$_['text_openbay_amazonus'] = 'Амазон (US)';
$_['text_openbay_etsy'] = 'Etsy';
$_['text_openbay_settings'] = 'Налаштування';
$_['text_openbay_links'] = 'Посилання на товар';
$_['text_openbay_report_price'] = 'Поскаржитися на ціну';
$_['text_openbay_order_import'] = 'Імпорт замовлення';
$_['text_paypal'] = 'PayPal';
$_['text_paypal_search'] = 'Пошук транзакцій';
$_['text_complete_status'] = 'Завершені замовлення';
$_['text_processing_status'] = 'Замовлення в обробці';
$_['text_other_status'] = 'Інші статуси';

View 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'] = 'Панель керування';
// Error
$_['error_install'] = 'УВАГА: Тека "Install" все ще існує! Її необхідно видалити з міркувань безпеки!';

View File

@@ -0,0 +1,28 @@
<?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_uploaded'] = 'Ваш файл завантажено на сервер!';
$_['text_directory'] = 'Теку успішно створено!';
$_['text_delete'] = 'Файл чи теку видалено!';
// Entry
$_['entry_search'] = 'Пошук..';
$_['entry_folder'] = 'Назва теки';
// Error
$_['error_permission'] = 'Доступ заборонено!';
$_['error_filename'] = 'Назва файлу повинна містити від 3 до 255 символів!';
$_['error_folder'] = 'Назва теки повинна містити від 3 до 255 символів!';
$_['error_exists'] = 'Файл чи тека з такою назвою вже існує!';
$_['error_directory'] = 'Така тека не існує!';
$_['error_filesize'] = 'Warning: Incorrect file size!';
$_['error_filetype'] = 'Неправильний тип файлу!';
$_['error_upload'] = 'Файл не може бути завантажений на сервер з невідомих причин!';
$_['error_delete'] = 'Ви не можете видалити цю теку!';

View File

@@ -0,0 +1,9 @@
<?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_footer'] = '<a href="https://opencart.ua">OpenCart</a> &copy; 2009-' . date('Y') . ' Всі права зарезервовано.';
$_['text_version'] = 'Версія %s';

View File

@@ -0,0 +1,24 @@
<?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
// header
$_['heading_title'] = 'Забули пароль?';
// Text
$_['text_forgotten'] = 'Забули пароль?';
$_['text_your_email'] = 'Ваша E-Mail адреса';
$_['text_email'] = 'Введіть e-mail адресу Вашого облікового запису. Натисніть відправити і посилання для заміни паролю буде відправлено на Вашу пошту.';
$_['text_success'] = 'Повідомлення з посиланням для заміни паролю було відправлено на Вашу пошту.';
// Entry
$_['entry_email'] = 'E-Mail адреса';
$_['entry_password'] = 'Новий пароль';
$_['entry_confirm'] = 'Підтвердити';
// Error
$_['error_email'] = 'Увага! Невідома адреса! Спробуйте ще раз';
$_['error_password'] = 'Пароль повинен містити від 3 до 20 символів!';
$_['error_confirm'] = 'Пароль і підтвердження паролю не співпадають!';

View File

@@ -0,0 +1,28 @@
<?php
//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'] = 'OpenCart';
// Text
$_['text_order'] = 'Замовлення';
$_['text_processing_status'] = 'Обробляється';
$_['text_complete_status'] = 'Завершене';
$_['text_customer'] = 'Покупці';
$_['text_online'] = 'Користувачів на сайті';
$_['text_approval'] = 'Очікує підтвердження';
$_['text_product'] = 'Товарів';
$_['text_stock'] = 'Немає в наявності';
$_['text_review'] = 'Огляди';
$_['text_return'] = 'Повернення';
$_['text_affiliate'] = 'Партнери';
$_['text_store'] = 'Магазини';
$_['text_front'] = 'Вітрина';
$_['text_help'] = 'Допомога';
$_['text_homepage'] = 'Головна сторінка';
$_['text_support'] = 'Форум підтримки';
$_['text_documentation'] = 'Документація';
$_['text_logout'] = 'Вихід';

View File

@@ -0,0 +1,24 @@
<?php
//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
// header
$_['heading_title'] = 'Адміністративний модуль';
// Text
$_['text_heading'] = 'Адміністративний модуль';
$_['text_login'] = 'Введіть Ваші дані для входу.';
$_['text_forgotten'] = 'Забули пароль?';
// Entry
$_['entry_username'] = 'Логін';
$_['entry_password'] = 'Пароль';
// Button
$_['button_login'] = 'Вхід';
// Error
$_['error_login'] = 'Логін і/чи пароль не співпадають.';
$_['error_token'] = 'Ваш сеанс роботи завершено. Увійдіть, будь ласка, знову.';

View File

@@ -0,0 +1,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
// header
$_['heading_title'] = 'Змінити пароль';
// Text
$_['text_password'] = 'Введіть новий пароль.';
$_['text_success'] = 'Ваш пароль успішно змінено.';
// Entry
$_['entry_password'] = 'Пароль';
$_['entry_confirm'] = 'Підтвердити';
// Error
$_['error_password'] = 'Пароль повинен містити від 5 до 20 символів!';
$_['error_confirm'] = 'Пароль і підтвердження не співпадають!';

View File

@@ -0,0 +1,61 @@
<?php
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
//info@marketplus.if.ua
//version 2.1.0.x
//Changed by fradee (Oleksandr Fradynsky) with love to Ukraine and OpenCart at 21 October.2015
//fradee@gmail.com
// Heading
$_['heading_title'] = 'Настроювані Поля';
// Text
$_['text_success'] = 'Ви успішно змінили Настроювані Поля!';
$_['text_list'] = 'Список Настроюваних Полів';
$_['text_add'] = 'Додати Настроюване поле';
$_['text_edit'] = 'Змінити Настроюване поле';
$_['text_choose'] = 'Обрати';
$_['text_select'] = 'Вибрати';
$_['text_radio'] = 'Радіокнопка';
$_['text_checkbox'] = 'Прапорець';
$_['text_input'] = 'Ввід';
$_['text_text'] = 'Текст';
$_['text_textarea'] = 'Область для введення тексту';
$_['text_file'] = 'Файл';
$_['text_date'] = 'Дата';
$_['text_datetime'] = 'Дата і час';
$_['text_time'] = 'Час';
$_['text_account'] = 'Обліковий запис';
$_['text_address'] = 'Адреса';
$_['text_regex'] = 'Regex';
// Column
$_['column_name'] = 'Назва Настроюваного поля';
$_['column_location'] = 'Розміщення';
$_['column_type'] = 'Тип';
$_['column_sort_order'] = 'Порядок сортування';
$_['column_action'] = 'Дія';
// Entry
$_['entry_name'] = 'Назва Настроюваного поля';
$_['entry_location'] = 'Розміщення';
$_['entry_type'] = 'Тип';
$_['entry_value'] = 'Значення';
$_['entry_validation'] = 'Validation';
$_['entry_custom_value'] = 'Назва значення Настроюваного поля';
$_['entry_customer_group'] = 'Група покупців';
$_['entry_required'] = 'Необхідно';
$_['entry_status'] = 'Статус';
$_['entry_sort_order'] = 'Порядок сортування';
// Help
$_['help_regex'] = 'Use regex. E.g: /[a-zA-Z0-9_-]/';
$_['help_sort_order'] = 'Використовуйте "-" для зворотнього відліку від останнього поля в наборі.';
// Error
$_['error_permission'] = 'У Вас немає доступу до зміни Настроюваних полів!';
$_['error_name'] = 'Назва Настроюаних полів повинна містити від 1 до 128 символів!';
$_['error_type'] = 'Увага: Необхідне значення Настроюваних полів!';
$_['error_custom_value'] = 'Назва значення Настроюваного поля повинна містити від 1 до 128 символів!';

View File

@@ -0,0 +1,87 @@
<?php
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
//info@marketplus.if.ua
//version 2.1.0.x
//Changed by fradee (Oleksandr Fradynsky) with love to Ukraine and OpenCart at 21 October.2015
//fradee@gmail.com
// Heading
$_['heading_title'] = 'Покупці';
// Text
$_['text_success'] = 'Ви успішно змінили Покупців!';
$_['text_list'] = 'Список Покупців';
$_['text_add'] = 'Додати Покупця';
$_['text_edit'] = 'Змінити Покупця';
$_['text_default'] = 'За замовчуванням';
$_['text_balance'] = 'Баланс';
$_['text_add_ban_ip'] = 'Додати IP до списку блокування';
$_['text_remove_ban_ip'] = 'Видалити IP з списку блокування';
$_['text_login'] = 'Увійти в магазин';
// Column
$_['column_name'] = 'Ім’я покупця';
$_['column_email'] = 'E-Mail';
$_['column_customer_group'] = 'Група покупців';
$_['column_status'] = 'Статус';
$_['column_date_added'] = 'Дата додавання';
$_['column_comment'] = 'Коментарій';
$_['column_description'] = 'Опис';
$_['column_amount'] = 'Сума';
$_['column_points'] = 'Бонусні бали';
$_['column_ip'] = 'IP';
$_['column_total'] = 'Профілі разом';
$_['column_action'] = 'Дія';
// Entry
$_['entry_customer_group'] = 'Група покупців';
$_['entry_firstname'] = 'Ім’я';
$_['entry_lastname'] = 'Прізвище';
$_['entry_email'] = 'E-Mail';
$_['entry_telephone'] = 'Номер телефону';
$_['entry_fax'] = 'Факс';
$_['entry_newsletter'] = 'Підписка на новини';
$_['entry_status'] = 'Статус';
$_['entry_approved'] = 'Approved';
$_['entry_safe'] = 'Безпечний';
$_['entry_password'] = 'Пароль';
$_['entry_confirm'] = 'Підтвердження';
$_['entry_company'] = 'Компанія';
$_['entry_address_1'] = 'Адреса 1';
$_['entry_address_2'] = 'Адреа 2';
$_['entry_city'] = 'Місто';
$_['entry_postcode'] = 'Індекс';
$_['entry_country'] = 'Країна';
$_['entry_zone'] = 'Область/Район';
$_['entry_default'] = 'Адреса за замовчуванням';
$_['entry_comment'] = 'Коментарій';
$_['entry_description'] = 'Опис';
$_['entry_amount'] = 'Сума';
$_['entry_points'] = 'Бонусні бали';
$_['entry_name'] = 'Ім’я покупця';
$_['entry_approved'] = 'Підтверджено';
$_['entry_ip'] = 'IP';
$_['entry_date_added'] = 'Дата додавання';
// Help
$_['help_safe'] = 'Встановити "true" щоб уникнути спрацювання антишахрайської системи для цього поупця';
$_['help_points'] = 'Використайте "-" для видалення бонусних балів';
// Error
$_['error_warning'] = 'Уважно перевірте форму на наявність помилок!';
$_['error_permission'] = 'У Вас немає доступу до зміни Покупців!';
$_['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'] = 'Адреса повинна містити від 3 до 128 символів!';
$_['error_city'] = 'Місто повинно містити від 2 до 128 символів!';
$_['error_postcode'] = 'Індекс повинен містити від 2 до 10 символів для цієї країни!';
$_['error_country'] = 'Будь-ласка виберіть країну!';
$_['error_zone'] = 'Будь-ласка оберіть область/район!';

View File

@@ -0,0 +1,35 @@
<?php
//version 2.1.0.x
//Changed by fradee (Oleksandr Fradynsky) with love to Ukraine and OpenCart at 21 October.2015
//fradee@gmail.com
// Heading
$_['heading_title'] = 'Групи клієнтів';
// Text
$_['text_success'] = 'Ви успішно змінили Групи клієнтів!';
$_['text_list'] = 'Список Груп клієнтів';
$_['text_add'] = 'Додати групу клієнтів';
$_['text_edit'] = 'Змінити групу клієнтів';
// Column
$_['column_name'] = 'Назва групи клієнтів';
$_['column_sort_order'] = 'Порядок сортування';
$_['column_action'] = 'Дія';
// Entry
$_['entry_name'] = 'Назва групи клієнтів';
$_['entry_description'] = 'Опис';
$_['entry_approval'] = 'Затвердити нових клієнтів';
$_['entry_sort_order'] = 'Порядок сортування';
// Help
$_['help_approval'] = 'Покупці повинні бути затверджені адміністратором перед тим як Вони зможуть увійти.';
// Error
$_['error_permission'] = 'У Вас неає доступу для зміни Груп клієнтів!';
$_['error_name'] = 'Назва Групи клієнтів повинна містити від 3 до 32 символів!';
$_['error_default'] = 'Ця Група користувачів не може бути видалена, оскільки вона використовується як Група користувачів за замовчуванням!';
$_['error_store'] = 'Ця Група користувачів не може бути видалена, оскільки вона використовується в %s магазинах!';
$_['error_customer'] = 'Ця Група користувачів не може бути видалена, оскільки вона використовується для %s покупців!';

View File

@@ -0,0 +1,33 @@
<?php
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
//info@marketplus.if.ua
// Heading
$_['heading_title'] = 'Банери';
// Text
$_['text_success'] = 'Ви успішно змінили банери!';
$_['text_list'] = 'Список банерів';
$_['text_add'] = 'Додати банер';
$_['text_edit'] = 'Змінити банер';
$_['text_default'] = 'За замовчуванням';
// Column
$_['column_name'] = 'Назва банера';
$_['column_status'] = 'Статус';
$_['column_action'] = 'Дія';
// Entry
$_['entry_name'] = 'Назва банера';
$_['entry_title'] = 'Назва';
$_['entry_link'] = 'Посилання';
$_['entry_image'] = 'Зображення';
$_['entry_status'] = 'Статус';
$_['entry_sort_order'] = 'Порядок сортування';
// Error
$_['error_permission'] = 'У Вас немає доступу до зміни банерів!';
$_['error_name'] = 'Назва банера повинна містити від 3 до 64 символів!';
$_['error_title'] = 'Назва банера повинна містити від 2 до 64 символів!';

View File

@@ -0,0 +1,20 @@
<?php
// Heading
$_['heading_title'] = 'Language Editor';
// Text
$_['text_success'] = 'Success: You have modified language editor!';
$_['text_edit'] = 'Edit Translation';
$_['text_default'] = 'Default';
$_['text_store'] = 'Store';
$_['text_language'] = 'Language';
$_['text_translation'] = 'Choose a translation';
$_['text_translation'] = 'Translations';
// Entry
$_['entry_key'] = 'Key';
$_['entry_value'] = 'Value';
$_['entry_default'] = 'Default';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify language editor!';

View File

@@ -0,0 +1,41 @@
<?php
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
//info@marketplus.if.ua
// Heading
$_['heading_title'] = 'Макети';
// Text
$_['text_success'] = 'Ви успішно змінили макети!';
$_['text_list'] = 'Список макетів';
$_['text_add'] = 'Додати макет';
$_['text_edit'] = 'Змінити макет';
$_['text_remove'] = 'Remove';
$_['text_route'] = 'Choose the store and routes to be used with this layout';
$_['text_module'] = 'Choose the position of the modules';
$_['text_default'] = 'За замовчуванням';
$_['text_content_top'] = 'Верхній контейнер';
$_['text_content_bottom'] = 'Нижній контейнер';
$_['text_column_left'] = 'Лівий контейнер';
$_['text_column_right'] = 'Правий контейнер';
// Column
$_['column_name'] = 'Назва макету';
$_['column_action'] = 'Дія';
// Entry
$_['entry_name'] = 'Назва макету';
$_['entry_store'] = 'Магазин';
$_['entry_route'] = 'Шлях';
$_['entry_module'] = 'Модуль';
// Error
$_['error_permission'] = 'У Вас немає доступу до зміни макетів!';
$_['error_name'] = 'Назва макету повинна містити від 3 до 64 символів!';
$_['error_default'] = 'Цей макет не можна видалити оскільки він використовується як макет магазину за замовчуванням!';
$_['error_store'] = 'Цей макет не можна видалити оскільки він використовується в %s магазинах!';
$_['error_product'] = 'Цей макет не можна видалити оскільки він використовується в %s товарах!';
$_['error_category'] = 'Цей макет не можна видалити оскільки він використовується в %s категоріях!';
$_['error_information'] = 'Цей макет не можна видалити оскільки він використовується в %s інформаційних сторінках!';

View File

@@ -0,0 +1,34 @@
<?php
// Heading
$_['heading_title'] = 'Menu';
// Text
$_['text_success'] = 'Success: You have modified layouts!';
$_['text_list'] = 'Menu List';
$_['text_add'] = 'Add Menu';
$_['text_edit'] = 'Edit Menu';
$_['text_default'] = 'Default';
$_['text_link'] = 'Link';
$_['text_module'] = 'Module';
// Column
$_['column_name'] = 'Menu Name';
$_['column_store'] = 'Store';
$_['column_type'] = 'Type';
$_['column_sort_order'] = 'Sort Order';
$_['column_status'] = 'Status';
$_['column_action'] = 'Action';
// Entry
$_['entry_name'] = 'Menu Name';
$_['entry_store'] = 'Store';
$_['entry_type'] = 'Type';
$_['entry_sort_order'] = 'Sort Order';
$_['entry_module'] = 'Module';
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify layouts!';
$_['error_name'] = 'Layout Name must be between 3 and 64 characters!';
$_['error_default'] = 'Warning: This layout cannot be deleted as it is currently assigned as the default store layout!';
$_['error_store'] = 'Warning: This layout cannot be deleted as it is currently assigned to %s stores!';

View File

@@ -0,0 +1,17 @@
<?php
// Heading
$_['heading_title'] = 'Theme Editor';
// Text
$_['text_success'] = 'Success: You have modified themes!';
$_['text_edit'] = 'Edit Theme';
$_['text_store'] = 'Choose your store';
$_['text_template'] = 'Choose a template';
$_['text_default'] = 'Default';
$_['text_warning'] = 'Warning: Security can be compromised using the theme editor!';
$_['text_access'] = 'Make sure that only the correct admin users are allowed to access this page as you can directly access your stores souce code.';
$_['text_permission'] = 'You can change the user permissions <a href="%s" class="alert-link">here</a>.';
$_['text_begin'] = 'Select a theme file from the left side to begin editing.';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify the theme editor!';

View File

@@ -0,0 +1,23 @@
<?php
// Heading
$_['heading_title'] = 'Language Translation';
// Text
$_['text_edit'] = 'Edit Translation';
$_['text_list'] = 'Translation List';
$_['text_translation'] = 'Choose a translation';
$_['text_translation'] = 'Translations';
// Column
$_['column_flag'] = 'Flag';
$_['column_country'] = 'Country';
$_['column_progress'] = 'Translation Progress';
$_['column_action'] = 'Action';
// button
$_['button_install'] = 'Install';
$_['button_uninstall'] = 'Uninstall';
$_['button_refresh'] = 'Refresh';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify language translation!';

View 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_not_found'] = 'Сторінка, яку Ви шукали, не знайдена. Зверніться, будь ласка, до адмністратора якщо проблема збережеться.';

View 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_permission'] = 'У вас немає доступу до цієї інформації, зверніться, будь ласка, до системного адміністратора.';

View File

@@ -0,0 +1,21 @@
<?php
//version 2.1.0.x
//Translated by fradee (Oleksandr Fradynsky) with love to Ukraine and OpenCart at 21 October 2015
//fradee@gmail.com
$_['heading_title'] = 'Google Analytics';
// Text
$_['text_analytics'] = 'Analytics';
$_['text_success'] = 'Google Analytics успішно змінено!';
$_['text_edit'] = 'Редагувати Google Analytics';
$_['text_signup'] = 'Авторизуйтесь в <a href="http://www.google.com/analytics/" target="_blank"><u>Google Analytics</u></a>. Після створення профілю вашого магазину зкопіюйте згенерований код для відслідковування відвідувань і помістіть нижче у відповідне поле.';
// Entry
$_['entry_code'] = 'Google Analytics код';
$_['entry_status'] = 'Статус';
// Error
$_['error_permission'] = 'Увага: відсутні права на редагування Google Analytics!';
$_['error_code'] = 'Необхідно ввести код згенерований Google Analytics!';

View File

@@ -0,0 +1,18 @@
<?php
//version 2.1.0.x
//Translated by fradee (Oleksandr Fradynsky) with love to OpenCart at 21 October 2015
//fradee@gmail.com
$_['heading_title'] = 'Basic Captcha';
// Text
$_['text_captcha'] = 'Captcha';
$_['text_success'] = 'Успішно змінено Basic Captcha!';
$_['text_edit'] = 'Редагувати Basic Captcha';
// Entry
$_['entry_status'] = 'Статус';
// Error
$_['error_permission'] = 'Увага: відсутні права на редагування Basic Captcha!';

View File

@@ -0,0 +1,23 @@
<?php
//version 2.1.0.x
//Translated by fradee (Oleksandr Fradynsky) with love to Ukraine and OpenCart at 21 October 2015
//fradee@gmail.com
$_['heading_title'] = 'Google reCAPTCHA';
// Text
$_['text_captcha'] = 'Captcha';
$_['text_success'] = 'Google reCAPTCHA успішно змінено!';
$_['text_edit'] = 'Змінити Google reCAPTCHA';
$_['text_signup'] = 'Перейдіть на <a href="https://www.google.com/recaptcha/intro/index.html" target="_blank"><u>сторінку Google reCAPTCHA</u></a> і зареєструйте магазин.';
// Entry
$_['entry_key'] = 'Ключ сайту';
$_['entry_secret'] = 'Секретний ключ';
$_['entry_status'] = 'Статус';
// Error
$_['error_permission'] = 'Увага: відсутні права на редагування Google reCAPTCHA!';
$_['error_key'] = 'Необхідно ввести ключ сайту!';
$_['error_secret'] = 'Необхідно ввести секретний ключ!';

View 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
// Heading
$_['heading_title'] = 'Остання активність';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified dashboard activity!';
$_['text_edit'] = 'Edit Dashboard Recent Activity';
$_['text_customer_address_add'] = '<a href="customer_id=%d">%s</a> додав нову адресу.';
$_['text_customer_address_edit'] = '<a href="customer_id=%d">%s</a> змінив свою адресу.';
$_['text_customer_address_delete'] = '<a href="customer_id=%d">%s</a> видалив одну з адрес.';
$_['text_customer_edit'] = '<a href="customer_id=%d">%s</a> змінив деталі облікового запису.';
$_['text_customer_forgotten'] = '<a href="customer_id=%d">%s</a> хотів змінити пароль.';
$_['text_customer_reset'] = '<a href="customer_id=%d">%s</a> reset their account password.';
$_['text_customer_login'] = '<a href="customer_id=%d">%s</a> зайшов на сайт.';
$_['text_customer_password'] = '<a href="customer_id=%d">%s</a> змінив пароль облікового запису.';
$_['text_customer_register'] = '<a href="customer_id=%d">%s</a> зареєстрував новий обліковий запис.';
$_['text_customer_return_account'] = '<a href="customer_id=%d">%s</a> замовив повернення товару.';
$_['text_customer_return_guest'] = '%s замовив повернення товару.';
$_['text_customer_order_account'] = '<a href="customer_id=%d">%s</a> дата створення <a href="order_id=%d">нового замовлення</a>.';
$_['text_customer_order_guest'] = '%s створив <a href="order_id=%d">нове замовлення</a>.';
$_['text_affiliate_edit'] = '<a href="affiliate_id=%d">%s</a> змінили деталі облікового запису.';
$_['text_affiliate_forgotten'] = '<a href="affiliate_id=%d">%s</a> хотіли новий пароль.';
$_['text_affiliate_login'] = '<a href="affiliate_id=%d">%s</a> зайшли на сайт.';
$_['text_affiliate_password'] = '<a href="affiliate_id=%d">%s</a> змінили пароль облікового запису.';
$_['text_affiliate_payment'] = '<a href="affiliate_id=%d">%s</a> змінили деталі оплати.';
$_['text_affiliate_register'] = '<a href="affiliate_id=%d">%s</a> зареєстрували новий обліковий запис.';
// Entry
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
$_['entry_width'] = 'Width';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify dashboard activity!';

View File

@@ -0,0 +1,27 @@
<?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_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified dashboard chart!';
$_['text_edit'] = 'Edit Dashboard Chart';
$_['text_order'] = 'Замовлення';
$_['text_customer'] = 'Покупці';
$_['text_day'] = 'Сьогодні';
$_['text_week'] = 'Тиждень';
$_['text_month'] = 'Місяць';
$_['text_year'] = 'Рік';
// Entry
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
$_['entry_width'] = 'Width';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify dashboard chart!';

View File

@@ -0,0 +1,22 @@
<?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_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified dashboard customer!';
$_['text_edit'] = 'Edit Dashboard Customer';
$_['text_view'] = 'Переглянути більше...';
// Entry
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
$_['entry_width'] = 'Width';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify dashboard customer!';

View 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
// Heading
$_['heading_title'] = 'Карта світу';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified dashboard map!';
$_['text_edit'] = 'Edit Dashboard Map';
$_['text_order'] = 'Замовлення';
$_['text_sale'] = 'Продажі';
// Entry
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
$_['entry_width'] = 'Width';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify dashboard map!';

View File

@@ -0,0 +1,22 @@
<?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_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified dashboard online!';
$_['text_edit'] = 'Edit Dashboard Online';
$_['text_view'] = 'Переглянути більше...';
// Entry
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
$_['entry_width'] = 'Width';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify dashboard online!';

View File

@@ -0,0 +1,22 @@
<?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_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified dashboard orders!';
$_['text_edit'] = 'Edit Dashboard Orders';
$_['text_view'] = 'Переглянути більше...';
// Entry
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
$_['entry_width'] = 'Width';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify dashboard orders!';

View 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
// Heading
$_['heading_title'] = 'Останні замовлення';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified dashboard recent orders!';
$_['text_edit'] = 'Edit Dashboard Recent Orders';
// Column
$_['column_order_id'] = 'Номер замовлення';
$_['column_customer'] = 'Покупець';
$_['column_status'] = 'Статус';
$_['column_total'] = 'Загалом';
$_['column_date_added'] = 'Дата замовлення';
$_['column_action'] = 'Дія';
// Entry
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
$_['entry_width'] = 'Width';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify dashboard recent orders!';

View File

@@ -0,0 +1,22 @@
<?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_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified dashboard sales!';
$_['text_edit'] = 'Edit Dashboard Sales';
$_['text_view'] = 'Переглянути більше...';
// Entry
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
$_['entry_width'] = 'Width';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify dashboard sales!';

View File

@@ -0,0 +1,19 @@
<?php
// Heading
$_['heading_title'] = 'Events';
// Text
$_['text_success'] = 'Success: You have modified events!';
$_['text_list'] = 'Event List';
$_['text_event'] = 'Events are used by extensions to override the default functionality of your store. If you have issues you can disable or enable the events here.';
// Column
$_['column_code'] = 'Event Code';
$_['column_trigger'] = 'Trigger';
$_['column_action'] = 'Action';
$_['column_status'] = 'Status';
$_['column_date_added'] = 'Date Added';
$_['column_action'] = 'Action';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify extensions!';

View File

@@ -0,0 +1,21 @@
<?php
// Heading
$_['heading_title'] = 'Extensions';
// Text
$_['text_success'] = 'Success: You have modified extensions!';
$_['text_list'] = 'Extension List';
$_['text_type'] = 'Choose the extension type';
$_['text_filter'] = 'Filter';
$_['text_analytics'] = 'Analytics';
$_['text_captcha'] = 'Captcha';
$_['text_dashboard'] = 'Dashboard';
$_['text_feed'] = 'Feeds';
$_['text_fraud'] = 'Anti-Fraud';
$_['text_module'] = 'Modules';
$_['text_content'] = 'Content Modules';
$_['text_menu'] = 'Menu Modules';
$_['text_payment'] = 'Payments';
$_['text_shipping'] = 'Shipping';
$_['text_theme'] = 'Themes';
$_['text_total'] = 'Order Totals';

View File

@@ -0,0 +1,20 @@
<?php
//version 2.1.0.x
//Translated by fradee (Oleksandr Fradynsky) with love to Ukraine and OpenCart at 21 October 2015
//fradee@gmail.com
// Heading
$_['heading_title'] = 'Аналітика';
// Text
$_['text_success'] = 'Успішно змінено Аналітику!';
$_['text_list'] = 'Перелік Аналітик';
// Column
$_['column_name'] = 'Назва Аналітики';
$_['column_status'] = 'Статус';
$_['column_action'] = 'Дія';
// Error
$_['error_permission'] = 'Увага: відсутні права на редагування Аналітик!';

View File

@@ -0,0 +1,20 @@
<?php
//version 2.1.0.x
//Translated by fradee (Oleksandr Fradynsky) with love to Ukraine and OpenCart at 21 October 2015
//fradee@gmail.com
// Heading
$_['heading_title'] = 'Captcha';
// Text
$_['text_success'] = 'Успішно змінено Сaptcha!';
$_['text_list'] = 'Перелік Captcha';
// Column
$_['column_name'] = 'Назва Captcha';
$_['column_status'] = 'Статус';
$_['column_action'] = 'Дія';
// Error
$_['error_permission'] = 'Увага: відсутні права на редагування Сaptcha!';

View File

@@ -0,0 +1,17 @@
<?php
// Heading
$_['heading_title'] = 'Dashboard';
// Text
$_['text_success'] = 'Success: You have modified dashboards!';
$_['text_list'] = 'Dashboard List';
// Column
$_['column_name'] = 'Dashboard Name';
$_['column_width'] = 'Width';
$_['column_status'] = 'Status';
$_['column_sort_order'] = 'Sort Order';
$_['column_action'] = 'Action';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify dashboards!';

View 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_success'] = 'Ви успішно змінили канали товарів!';
$_['text_list'] = 'Список каналів';
// Column
$_['column_name'] = 'Назва каналу товарів';
$_['column_status'] = 'Статус';
$_['column_action'] = 'Дія';
// Error
$_['error_permission'] = 'У вас немає доступу для зміни каналів товарів!';

View File

@@ -0,0 +1,15 @@
<?php
// Heading
$_['heading_title'] = 'Anti-Fraud';
// Text
$_['text_success'] = 'Success: You have modified anti-fraud!';
$_['text_list'] = 'Anti-Fraud List';
// Column
$_['column_name'] = 'Anti-Fraud Name';
$_['column_status'] = 'Status';
$_['column_action'] = 'Action';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify anti-fraud!';

View 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_success'] = 'Ви успішно змінили модулі!';
$_['text_layout'] = 'Після успішного встановлення і налаштування модулю Ви можете додати його до макетів<a href="%s" class="alert-link">тут</a>!';
$_['text_add'] = 'Add Module';
$_['text_list'] = 'Список модулів';
// Column
$_['column_name'] = 'Назва модулю';
$_['column_action'] = 'Дія';
// Error
$_['error_permission'] = 'У вас немає доступу до зміни модулів!';

View File

@@ -0,0 +1,95 @@
<?php
// Heading
$_['heading_title'] = 'OpenBay Pro';
// Buttons
$_['button_retry'] = 'Retry';
$_['button_update'] = 'Update';
$_['button_patch'] = 'Patch';
$_['button_faq'] = 'View FAQ topic';
// Tab
$_['tab_setting'] = 'Settings';
$_['tab_update'] = 'Software updates';
$_['tab_update_v1'] = 'Easy updater';
$_['tab_patch'] = 'Patch';
$_['tab_developer'] = 'Developer';
// Text
$_['text_dashboard'] = 'Dashboard';
$_['text_success'] = 'Success: Settings have been saved';
$_['text_products'] = 'Items';
$_['text_orders'] = 'Orders';
$_['text_manage'] = 'Manage';
$_['text_help'] = 'Help';
$_['text_tutorials'] = 'Tutorials';
$_['text_suggestions'] = 'Ideas';
$_['text_version_latest'] = 'You are running the latest version';
$_['text_version_check'] = 'Checking software version';
$_['text_version_installed'] = 'Installed version of OpenBay Pro: v';
$_['text_version_current'] = 'Your version is';
$_['text_version_available'] = 'the latest is';
$_['text_language'] = 'API response language';
$_['text_getting_messages'] = 'Getting OpenBay Pro messages';
$_['text_complete'] = 'Complete';
$_['text_patch_complete'] = 'Patch has been applied';
$_['text_connection_ok'] = 'Connected to server OK. OpenCart folders found';
$_['text_updated'] = 'Module has been updated (v.%s)';
$_['text_update_description'] = 'The update tool will make changes to your shop file system. Make sure you have a complete file and database backup before updating.';
$_['text_patch_description'] = 'If you uploaded the update files manually, you need to run the patch to complete the update';
$_['text_clear_faq'] = 'Clear hidden FAQ popups';
$_['text_clear_faq_complete'] = 'Notifications will now show again';
$_['text_install_success'] = 'Marketplace has been installed';
$_['text_uninstall_success'] = 'Marketplace has been removed';
$_['text_title_messages'] = 'Messages &amp; notifications';
$_['text_marketplace_shipped'] = 'The order status will be updated to shipped on the marketplace';
$_['text_action_warning'] = 'This action is dangerous so is password protected.';
$_['text_check_new'] = 'Checking for newer version';
$_['text_downloading'] = 'Downloading update files';
$_['text_extracting'] = 'Extracting files';
$_['text_running_patch'] = 'Running patch files';
$_['text_fail_patch'] = 'Unable to extract update files';
$_['text_updated_ok'] = 'Update complete, installed version is now ';
$_['text_check_server'] = 'Checking server requirements';
$_['text_version_ok'] = 'Software is already up to date, installed version is ';
$_['text_remove_files'] = 'Removing files no longer required';
$_['text_confirm_backup'] = 'Ensure that you have a full backup before continuing';
// Column
$_['column_name'] = 'Plugin name';
$_['column_status'] = 'Status';
$_['column_action'] = 'Action';
// Entry
$_['entry_patch'] = 'Manual update patch';
$_['entry_courier'] = 'Courier';
$_['entry_courier_other'] = 'Other courier';
$_['entry_tracking'] = 'Tracking #';
$_['entry_empty_data'] = 'Empty store data?';
$_['entry_password_prompt'] = 'Please enter the data wipe password';
$_['entry_update'] = 'Easy 1 click update';
$_['entry_beta'] = 'Use beta version';
// Error
$_['error_admin'] = 'Admin directory expected';
$_['error_no_admin'] = 'Connection OK but your OpenCart admin directory was not found';
$_['error_no_files'] = 'Connection OK but OpenCart folders were not found! Is your root path correct?';
$_['error_failed'] = 'Failed to load, retry?';
$_['error_tracking_id_format'] = 'Your tracking ID cannot contain the characters > or <';
$_['error_tracking_courier'] = 'You must select a courier if you want to add a tracking ID';
$_['error_tracking_custom'] = 'Please leave courier field empty if you want to use custom courier';
$_['error_permission'] = 'You do not have permission to modify the OpenBay Pro extension';
$_['error_mkdir'] = 'PHP mkdir function is disabled, contact your host';
$_['error_file_delete'] = 'Unable to remove these files, you should delete them manually';
$_['error_mcrypt'] = 'PHP function "mcrypt_encrypt" is not enabled. Contact your hosting provider.';
$_['error_mbstring'] = 'PHP library "mb strings" is not enabled. Contact your hosting provider.';
$_['error_oc_version'] = 'Your version of OpenCart is not tested to work with this module. You may experience problems.';
$_['error_fopen'] = 'PHP function "fopen" is disabled by your host - you will be unable to import images when importing products';
$_['lang_error_vqmod'] = 'Your vqmod folder contains older OpenBay Pro files - these need to be removed!';
// Help
$_['help_clear_faq'] = 'Show all of the help notifications again';
$_['help_empty_data'] = 'This can cause serious damage, do not use it if you do not know what it does!';
$_['help_easy_update'] = 'Click update to install the latest version of OpenBay Pro automatically';
$_['help_patch'] = 'Click to run the patch scripts';
$_['help_beta'] = 'Caution! The beta version is the latest development version. It may not be stable and could contain bugs.';

View 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_success'] = 'Ви успішно змінили платежі!';
$_['text_list'] = 'Список платежів';
// Column
$_['column_name'] = 'Метод платежу';
$_['column_status'] = 'Статус';
$_['column_sort_order'] = 'Порядок сортування';
$_['column_action'] = 'Дія';
// Error
$_['error_permission'] = 'У Вас немає доступу для зміни платежів!';

View 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_success'] = 'Ви успішно змінили доставку!';
$_['text_list'] = 'Список доставок';
// Column
$_['column_name'] = 'Метод доставки';
$_['column_status'] = 'Статус';
$_['column_sort_order'] = 'Порядок сортування';
$_['column_action'] = 'Дія';
// Error
$_['error_permission'] = 'У Вас немає доступу для зміни доставки!';

View File

@@ -0,0 +1,15 @@
<?php
// Heading
$_['heading_title'] = 'Themes';
// Text
$_['text_success'] = 'Success: You have modified themes!';
$_['text_list'] = 'Theme List';
// Column
$_['column_name'] = 'Theme Name';
$_['column_status'] = 'Status';
$_['column_action'] = 'Action';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify themes!';

View 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_success'] = 'Ви успішно змінили Оформлення замовлення!';
$_['text_list'] = 'Список змінних оформлення замовлення';
// Column
$_['column_name'] = 'Змінна вартості замовлення';
$_['column_status'] = 'Статус';
$_['column_sort_order'] = 'Порядок сортування';
$_['column_action'] = 'Дія';
// Error
$_['error_permission'] = 'У Вас немає доступу для зміни оформлення замовлення!';

View 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
// Heading
$_['heading_title'] = 'Google Base';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Ви успішно змінили канал Google Base!';
$_['text_edit'] = 'Edit Google Base';
$_['text_import'] = 'To download the latest Google category list by <a href="https://support.google.com/merchants/answer/160081?hl=en" target="_blank" class="alert-link">clicking here</a> and choose taxonomy with numeric IDs in Plain Text (.txt) file. Upload via the green import button.';
// Column
$_['column_google_category'] = 'Google Category';
$_['column_category'] = 'Category';
$_['column_action'] = 'Action';
// Entry
$_['entry_google_category'] = 'Google Category';
$_['entry_category'] = 'Category';
$_['entry_data_feed'] = 'Мережева адреса';
$_['entry_status'] = 'Статус';
// Error
$_['error_permission'] = 'У Вас немає доступу для зміни каналу Google Base!';
$_['error_upload'] = 'File could not be uploaded!';
$_['error_filetype'] = 'Invalid file type!';

View 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'] = 'Google Sitemap';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Ви успішно змінили канал Google Sitemap!';
$_['text_edit'] = 'Edit Google Sitemap';
// Entry
$_['entry_status'] = 'Статус';
$_['entry_data_feed'] = 'Мережева адреса';
// Error
$_['error_permission'] = 'У Вас немає доступу для зміни каналу Google Sitemap!';

View 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'] = 'OpenBay Pro';
// Text
$_['text_module'] = 'Модулі';
$_['text_installed'] = 'Модуть OpenBay Pro встановлено. Він знаходиться "Розширення" -> "OpenBay Pro"';

View File

@@ -0,0 +1,85 @@
<?php
//version 2.1.0.x
//Translated by fradee (Oleksandr Fradynsky) with love to Ukraine and OpenCart at 22 October 2015
//fradee@gmail.com
// Heading
$_['heading_title'] = 'FraudLabs Pro';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Успішно змінено налаштування FraudLabs Pro!';
$_['text_edit'] = 'Налаштування';
$_['text_signup'] = 'FraudLabs Pro це система запобіганнтя фінансового шахрайства. Ви можете зареєструватись <a href="http://www.fraudlabspro.com/plan?ref=1730" target="_blank"><u>тут</u></a> для отримання API ключа.';
$_['text_id'] = 'FraudLabs Pro ID';
$_['text_ip_address'] = 'IP адреса';
$_['text_ip_net_speed'] = 'IP швидкість мережі';
$_['text_ip_isp_name'] = 'IP назва інтернет-провайдера';
$_['text_ip_usage_type'] = 'Тип IP';
$_['text_ip_domain'] = 'IP домен';
$_['text_ip_time_zone'] = 'IP часовий пояс';
$_['text_ip_location'] = 'IP розміщення';
$_['text_ip_distance'] = 'IP дистанція';
$_['text_ip_latitude'] = 'IP координати широти';
$_['text_ip_longitude'] = 'IP координати довготи';
$_['text_risk_country'] = 'Країна з високим ризиком';
$_['text_free_email'] = 'Безкоштовний Email';
$_['text_ship_forward'] = 'Ship Forward';
$_['text_using_proxy'] = 'Використання анонімного Proxy';
$_['text_bin_found'] = 'BIN знайдено';//BIN Found';
$_['text_email_blacklist'] = 'Чорний перелік Email';
$_['text_credit_card_blacklist'] = 'Чорний перелік банківських карток';
$_['text_score'] = 'FraudLabs Pro рахунок';
$_['text_status'] = 'FraudLabs Pro статус';
$_['text_message'] = 'Повідомлення';
$_['text_transaction_id'] = 'ID транзакції';
$_['text_credits'] = 'Баланс';
$_['text_error'] = 'Помилка:';
$_['text_flp_upgrade'] = '<a href="http://www.fraudlabspro.com/plan" target="_blank">[Модернізація]</a>';
$_['text_flp_merchant_area'] = 'Авторизуйтесь в <a href="http://www.fraudlabspro.com/login" target="_blank">FraudLabs Pro кабінеті продавця</a> для отримання додаткової інформації про замовлення.';
// Entry
$_['entry_status'] = 'Статус';
$_['entry_key'] = 'API ключ';
$_['entry_score'] = 'Рівень ризику';
$_['entry_order_status'] = 'Статус замовлення';
$_['entry_review_status'] = 'Статус перевірки';
$_['entry_approve_status'] = 'Статус підтвердження';
$_['entry_reject_status'] = 'Статус відмови';
$_['entry_simulate_ip'] = 'Імітування IP';
// Help
$_['help_order_status'] = 'Замовленням які мають вийщий рівень ризику, ніж встановлено, буде присвоєно цей статус замовлення.';//Orders that have a score over your set risk score will be assigned this order status.
$_['help_review_status'] = 'Замовленням, які помічені як \'Перевірені FraudLabs Pro\' буде присвоєно цей статус замовлення.';//Orders that marked as review by FraudLabs Pro will be assigned this order status
$_['help_approve_status'] = 'Замовленням, які помічені як \'Підтверджені FraudLabs Pro\' буде присвоєно цей статус замовлення.';//'Orders that marked as approve by FraudLabs Pro will be assigned this order status.';
$_['help_reject_status'] = 'Замовленням, які помічені як \'Відхилені FraudLabs Pro\' буде присвоєно цей статус замовлення.';//'Orders that marked as reject by FraudLabs Pro will be assigned this order status.';
$_['help_simulate_ip'] = 'Імітування ІР адреси відвідувача. Залишіть порожнім для відключення опції.';
$_['help_fraudlabspro_id'] = 'Унікальний ідентифікатор транзакції показаний системою FraudLabs Pro';// Unique identifier for a transaction screened by FraudLabs Pro system.
$_['help_ip_address'] = 'IP адреса.';
$_['help_ip_net_speed'] = 'Швидкість з’єднання.';
$_['help_ip_isp_name'] = 'IP дреса інтернет-провайдера.';
$_['help_ip_usage_type'] = 'Приблизний клас ІР адреси. Н-д: інтернет провайдер, корпорація/комерція, звичайний користувач.';// Usage type of the IP address. E.g, ISP, Commercial, Residential.
$_['help_ip_domain'] = 'Доменне ім’я ІР адреси.';
$_['help_ip_time_zone'] = 'Часовий пояс IP адреси.';
$_['help_ip_location'] = 'Розміщення IP адреси.';
$_['help_ip_distance'] = 'Приблизна дистанція від ІР адреси до білінгової системи.';//Distance from IP address to Billing Location
$_['help_ip_latitude'] = 'Координати широти IP адреси.';
$_['help_ip_longitude'] = 'Координати догвоти IP адреси.';
$_['help_risk_country'] = 'Приналежність IP адреси до переліку країн з високим ризиком .';
$_['help_free_email'] = 'Приналежність e-mail провадерам безкоштовних поштових адрес.';
$_['help_ship_forward'] = 'Приналежність адреси доставки адресі перевізника.';
$_['help_using_proxy'] = 'Приналежність IP адреси анонімному proxy серверу.';
$_['help_bin_found'] = 'Приналежність BIN (Bank Indentify Number) перевіреному переліку BIN.';
$_['help_email_blacklist'] = 'Приналежність email до бази даних шахрайських поштових скриньок.';
$_['help_credit_card_blacklist'] = 'Приналежність банківського картки до бази даних шахрайських карток.';
$_['help_score'] = 'Рівень ризику, 1 (низький рівень ризику) - 100 (високий рівень ризику).';
$_['help_status'] = 'Статус FraudLabs Pro.';
$_['help_message'] = 'Опис повідомлення про помилку від FraudLabs Pro.';
$_['help_transaction_id'] = 'Перейдіть за посиланням для детальнішої інформації аналізу шахрайства.';
$_['help_credits'] = 'Баланс рахунку після здійснення опереціїtransaction.';//Balance of the credits available after this
// Error
$_['error_permission'] = 'Увага: відсутні права на зміну налаштувань FraudLabs Pro!';
$_['error_key'] = 'Необхідно ввести API ключ!';

View File

@@ -0,0 +1,33 @@
<?php
//version 2.1.0.x
//Translated by fradee (Oleksandr Fradynsky) with love to Ukraine and OpenCart at 22 October 2015
//fradee@gmail.com
// Heading
$_['heading_title'] = 'Anti-Fraud IP';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Успішно змінено Anti-Fraud IP адресу!';
$_['text_edit'] = 'Змінити Anti-Fraud IP';
$_['text_ip_add'] = 'Добавити IP адресу';
$_['text_ip_list'] = 'Перелік шахрайських ІР адрес';
// Column
$_['column_ip'] = 'IP адреса';
$_['column_total'] = 'Кількість облікових записів';
$_['column_date_added'] = 'Дата додавання';
$_['column_action'] = 'Дія';
// Entry
$_['entry_ip'] = 'IP адреса';
$_['entry_status'] = 'Статус';
$_['entry_order_status'] = 'Статус замовлення';
// Help
$_['help_order_status'] = 'Замовлення клієнтів, ІР адреси яких знаходяться в чорному списку, не будуть автоматично завершені.';//Customers that have a banned IP on their accounts will be assigned this order status and will not be allowed to reach the complete status automatically.
// Error
$_['error_permission'] = 'Увага: відсутні права на редагування Anti-Fraud IP!';

View File

@@ -0,0 +1,123 @@
<?php
// Heading
$_['heading_title'] = 'MaxMind Anti-Fraud';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Успішно змінено MaxMind anti-fraud!';
$_['text_edit'] = 'Редагувати MaxMind Anti-Fraud';
$_['text_signup'] = 'MaxMind це сервіс для виявлення шахрайських дій. Якщо ви не маєте ліцензійного ключа - отримайте його <a href="http://www.maxmind.com/?rId=opencart" target="_blank"><u>тут</u></a>.';
$_['text_country_match'] = 'Country Match:';
$_['text_country_code'] = 'Код країни:';
$_['text_high_risk_country'] = 'Країна з високим рівнем ризику:';
$_['text_distance'] = 'Дистанція:';
$_['text_ip_region'] = 'IP регіону:';
$_['text_ip_city'] = 'IP міста:';
$_['text_ip_latitude'] = 'IP довгота:';
$_['text_ip_longitude'] = 'IP широта:';
$_['text_ip_isp'] = 'ISP:';
$_['text_ip_org'] = 'IP Organization:';
$_['text_ip_asnum'] = 'ASNUM:';
$_['text_ip_user_type'] = 'Тип IP адреси користувача:';
$_['text_ip_country_confidence'] = 'IP Country Confidence:';
$_['text_ip_region_confidence'] = 'IP Region Confidence:';
$_['text_ip_city_confidence'] = 'IP City Confidence:';
$_['text_ip_postal_confidence'] = 'IP Postal Confidence:';
$_['text_ip_postal_code'] = 'IP поштовий індекс:';
$_['text_ip_accuracy_radius'] = 'IP точність радіусу:';
$_['text_ip_net_speed_cell'] = 'IP швидкість мережі';
$_['text_ip_metro_code'] = 'IP Metro Code:';
$_['text_ip_area_code'] = 'IP Area Code:';
$_['text_ip_time_zone'] = 'IP часовий пояс:';
$_['text_ip_region_name'] = 'IP Region Name:';
$_['text_ip_domain'] = 'IP Domain:';
$_['text_ip_country_name'] = 'IP Country Name:';
$_['text_ip_continent_code'] = 'IP Continent Code:';
$_['text_ip_corporate_proxy'] = 'IP Corporate Proxy:';
$_['text_anonymous_proxy'] = 'Anonymous Proxy:';
$_['text_proxy_score'] = 'Кількість Proxy:';
$_['text_is_trans_proxy'] = 'Прозорий Proxy:';
$_['text_free_mail'] = 'Безкоштовний e-Mail:';
$_['text_carder_email'] = 'Carder Email:';
$_['text_high_risk_username'] = 'High Risk Username:';
$_['text_high_risk_password'] = 'High Risk Password:';
$_['text_bin_match'] = 'Bin Match:';
$_['text_bin_country'] = 'Bin Country:';
$_['text_bin_name_match'] = 'Bin Name Match:';
$_['text_bin_name'] = 'Bin Name:';
$_['text_bin_phone_match'] = 'Bin Phone Match:';
$_['text_bin_phone'] = 'Bin Phone:';
$_['text_customer_phone_in_billing_location'] = 'Customer Phone Number in Billing Location:';
$_['text_ship_forward'] = 'Shipping Forward:';
$_['text_city_postal_match'] = 'City Postal Match:';
$_['text_ship_city_postal_match'] = 'Shipping City Postal Match:';
$_['text_score'] = 'Score:';
$_['text_explanation'] = 'Explanation:';
$_['text_risk_score'] = 'Risk Score:';
$_['text_queries_remaining'] = 'Queries Remaining:';
$_['text_maxmind_id'] = 'Maxmind ID:';
$_['text_error'] = 'Error:';
// Entry
$_['entry_key'] = 'MaxMind License Key';
$_['entry_score'] = 'Risk Score';
$_['entry_order_status'] = 'Order Status';
$_['entry_status'] = 'Status';
// Help
$_['help_score'] = 'The higher the score the more likely the order is fraudulent. Set a score between 0 - 100.';
$_['help_order_status'] = 'Orders that have a score over your set risk score will be assigned this order status and will not be allowed to reach the complete status automatically.';
$_['help_country_match'] = 'Whether country of IP address matches billing address country (mismatch = higher risk).';
$_['help_country_code'] = 'Country Code of the IP address.';
$_['help_high_risk_country'] = 'Whether IP address or billing address country is in Ghana, Nigeria, or Vietnam.';
$_['help_distance'] = 'Distance from IP address to Billing Location in kilometers (large distance = higher risk).';
$_['help_ip_region'] = 'Estimated State/Region of the IP address.';
$_['help_ip_city'] = 'Estimated City of the IP address.';
$_['help_ip_latitude'] = 'Estimated Latitude of the IP address.';
$_['help_ip_longitude'] = 'Estimated Longitude of the IP address.';
$_['help_ip_isp'] = 'ISP of the IP address.';
$_['help_ip_org'] = 'Organization of the IP address.';
$_['help_ip_asnum'] = 'Estimated Autonomous System Number of the IP address.';
$_['help_ip_user_type'] = 'Estimated user type of the IP address.';
$_['help_ip_country_confidence'] = 'Representing our confidence that the country location is correct.';
$_['help_ip_region_confidence'] = 'Representing our confidence that the region location is correct.';
$_['help_ip_city_confidence'] = 'Representing our confidence that the city location is correct.';
$_['help_ip_postal_confidence'] = 'Representing our confidence that the postal code location is correct.';
$_['help_ip_postal_code'] = 'Estimated Postal Code of the IP address.';
$_['help_ip_accuracy_radius'] = 'The average distance between the actual location of the end user using the IP address and the location returned by the GeoIP City database, in miles.';
$_['help_ip_net_speed_cell'] = 'Estimated network type of the IP address.';
$_['help_ip_metro_code'] = 'Estimated Metro Code of the IP address.';
$_['help_ip_area_code'] = 'Estimated Area Code of the IP address.';
$_['help_ip_time_zone'] = 'Estimated Time Zone of the IP address.';
$_['help_ip_region_name'] = 'Estimated Region name of the IP address.';
$_['help_ip_domain'] = 'Estimated domain of the IP address.';
$_['help_ip_country_name'] = 'Estimated Country name of the IP address.';
$_['help_ip_continent_code'] = 'Estimated Continent code of the IP address.';
$_['help_ip_corporate_proxy'] = 'Whether the IP is an Corporate Proxy in the database or not.';
$_['help_anonymous_proxy'] = 'Whether IP address is Anonymous Proxy (anonymous proxy = very high risk).';
$_['help_proxy_score'] = 'Likelihood of IP Address being an Open Proxy.';
$_['help_is_trans_proxy'] = 'Whether IP address is in our database of known transparent proxy servers, returned if forwardedIP is passed as an input.';
$_['help_free_mail'] = 'Whether e-mail is from free e-mail provider (free e-mail = higher risk).';
$_['help_carder_email'] = 'Whether e-mail is in database of high risk e-mails.';
$_['help_high_risk_username'] = 'Whether usernameMD5 input is in database of high risk usernames. Only returned if usernameMD5 is included in inputs.';
$_['help_high_risk_password'] = 'Whether passwordMD5 input is in database of high risk passwords. Only returned if passwordMD5 is included in inputs.';
$_['help_bin_match'] = 'Whether country of issuing bank based on BIN number matches billing address country.';
$_['help_bin_country'] = 'Country Code of the bank which issued the credit card based on BIN number.';
$_['help_bin_name_match'] = 'Whether name of issuing bank matches inputted BIN name. A return value of Yes provides a positive indication that cardholder is in possession of credit card.';
$_['help_bin_name'] = 'Name of the bank which issued the credit card based on BIN number. Available for approximately 96% of BIN numbers.';
$_['help_bin_phone_match'] = 'Whether customer service phone number matches inputed BIN Phone. A return value of Yes provides a positive indication that cardholder is in possession of credit card.';
$_['help_bin_phone'] = 'Customer service phone number listed on back of credit card. Available for approximately 75% of BIN numbers. In some cases phone number returned may be outdated.';
$_['help_customer_phone_in_billing_location'] = 'Whether the customer phone number is in the billing zip code. A return value of Yes provides a positive indication that the phone number listed belongs to the cardholder. A return value of No indicates that the phone number may be in a different area, or may not be listed in our database. NotFound is returned when the phone number prefix cannot be found in our database at all. Currently we only support US Phone numbers.';
$_['help_ship_forward'] = 'Whether shipping address is in database of known mail drops.';
$_['help_city_postal_match'] = 'Whether billing city and state match zipcode. Currently available for US addresses only, returns empty string outside the US.';
$_['help_ship_city_postal_match'] = 'Whether shipping city and state match zipcode. Currently available for US addresses only, returns empty string outside the US.';
$_['help_score'] = 'Overall fraud score based on outputs listed above. This is the original fraud score, and is based on a simple formula. It has been replaced with risk score (see below), but is kept for backwards compatibility.';
$_['help_explanation'] = 'A brief explanation of the score, detailing what factors contributed to it, according to our formula. Please note this corresponds to the score, not the riskScore.';
$_['help_risk_score'] = 'New fraud score representing the estimated probability that the order is fraud, based off of analysis of past minFraud transactions. Requires an upgrade for clients who signed up before February 2007.';
$_['help_queries_remaining'] = 'Number of queries remaining in your account, can be used to alert you when you may need to add more queries to your account.';
$_['help_maxmind_id'] = 'Unique identifier, used to reference transactions when reporting fraudulent activity back to MaxMind. This reporting will help MaxMind improve its service to you and will enable a planned feature to customize the fraud scoring formula based on your chargeback history.';
$_['help_error'] = 'Returns an error string with a warning message or a reason why the request failed.';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify MaxMind anti-fraud!';
$_['error_key'] = 'License Key Required!';

View File

@@ -0,0 +1,44 @@
<?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_upload'] = 'Upload your extensions';
$_['text_success'] = 'Ви успішно встановили розширення!';
$_['text_unzip'] = 'Розпакування файлів!';
$_['text_ftp'] = 'Копіювання файлів!';
$_['text_sql'] = 'Запуск SQL!';
$_['text_xml'] = 'Застосування змін!';
$_['text_php'] = 'Запуск PHP!';
$_['text_remove'] = 'Видалення тимчасових файлів!';
$_['text_clear'] = 'Ви видалили всі тимчасові файли!';
// Entry
$_['entry_upload'] = 'Завантаження файлу';
$_['entry_overwrite'] = 'Файли, які буде перезаписано';
$_['entry_progress'] = 'Прогрес';
// Help
$_['help_upload'] = 'Потрібен файл з розширенням Zip чи XML.';
// Error
$_['error_permission'] = 'У Вас немає доступу до зміни розширень!';
$_['error_temporary'] = 'Увага: деякі тимчасові файли потрібно видалити. Натисніть на кнопку очищення для їх видалення!';
$_['error_upload'] = 'Файл не може бути завантажений на сервер!';
$_['error_filetype'] = 'Неправильний тип файлу!';
$_['error_file'] = 'Немає файлу!';
$_['error_unzip'] = 'Архів Zip пошкоджений!';
$_['error_code'] = 'Modification requires a unique ID code!';
$_['error_exists'] = 'Modification %s is using the same ID code as the one you are trying to upload!';
$_['error_directory'] = 'Папка з файлами для завантаження не знайдена!';
$_['error_ftp_status'] = 'FTP needs to be enabled in the settings';
$_['error_ftp_connection'] = 'Помилка з’єднання як %s:%s';
$_['error_ftp_login'] = 'Помилка підєднання як %s';
$_['error_ftp_root'] = 'Помилка встановлення кореневої теки як %s';
$_['error_ftp_directory'] = 'Помилка зміни на теку %s';
$_['error_ftp_file'] = 'Помилка завантаження на сервер файлу %s';

View File

@@ -0,0 +1,24 @@
<?php
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
//info@marketplus.if.ua
// Heading
$_['heading_title'] = 'Модифікації';
// Text
$_['text_success'] = 'Ви успішно змінили модифікації!';
$_['text_refresh'] = 'Кожного разу при включенні/виключенні чи видаленні можифікації необхідно натискати кнопку перезавантаження для поновлення кешу модифікацій!';
$_['text_list'] = 'Список модифікацій';
// Column
$_['column_name'] = 'Назва модифікації';
$_['column_author'] = 'Автор';
$_['column_version'] = 'Версія';
$_['column_status'] = 'Статус';
$_['column_date_added'] = 'Дата додавання';
$_['column_action'] = 'Дія';
// Error
$_['error_permission'] = 'У Вас немає доступу до зміни модифікацій!';

View 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_module'] = 'Модулі';
$_['text_success'] = 'Ви успішно змінили модуль облікового запису!';
$_['text_edit'] = 'Змінити модуль облікового запису';
// Entry
$_['entry_status'] = 'Статус';
// Error
$_['error_permission'] = 'У Вас немає доступу для зміни модулю облікового запису!';

View 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_module'] = 'Модулі';
$_['text_success'] = 'Ви успішно змінил модулі партнерів!';
$_['text_edit'] = 'Змінити модулі партнерів';
// Entry
$_['entry_status'] = 'Статус';
// Error
$_['error_permission'] = 'У Вас немає доступу для зміни модулів партнерів!';

View File

@@ -0,0 +1,38 @@
<?php
//version 2.1.0.x
//Translated by fradee (Oleksandr Fradynsky) with love to Ukraine and OpenCart at 21 October 2015
//fradee@gmail.com
// Heading
$_['heading_title'] = 'Авторизація через Amazon';
//Text
$_['text_module'] = 'Модулі';
$_['text_success'] = 'Успішно змінено Авторизація через Amazon!';
$_['text_content_top'] = 'Над контентом';
$_['text_content_bottom'] = 'Нижче контенту';
$_['text_column_left'] = 'Ліва колонка';
$_['text_column_right'] = 'Права колонка';
$_['text_lwa_button'] = 'Авторизація через Amazon';
$_['text_login_button'] = 'Логін';
$_['text_a_button'] = 'A';
$_['text_gold_button'] = 'Золотий';
$_['text_darkgray_button'] = 'Темно-сірий';
$_['text_lightgray_button'] = 'Світло-сірий';
$_['text_small_button'] = 'Малий';
$_['text_medium_button'] = 'Середній';
$_['text_large_button'] = 'Великий';
$_['text_x_large_button'] = 'Велетенський';
//Entry
$_['entry_button_type'] = 'Тип кнопки';
$_['entry_button_colour'] = 'Колір кнопки';
$_['entry_button_size'] = 'Розмір кнопки';
$_['entry_layout'] = 'Шаблон';
$_['entry_position'] = 'Розміщення';
$_['entry_status'] = 'Статус';
$_['entry_sort_order'] = 'Порядок сортування';
//Error
$_['error_permission'] = 'Увага: відсутній дозвіл на редагування модулю Авторизація через Amazon!';

View File

@@ -0,0 +1,38 @@
<?php
//version 2.1.0.x
//Translated by fradee (Oleksandr Fradynsky) with love to Ukraine and OpenCart at 22 October 2015
//fradee@gmail.com
// Heading
$_['heading_title'] = 'Платіж через Amazon';
//Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Успішно змінено модуль Платіж через Amazon!';
$_['text_content_top'] = 'Над контентом';
$_['text_content_bottom'] = 'Нижче контенту';
$_['text_column_left'] = 'Ліва колонка';
$_['text_column_right'] = 'Права колонка';
$_['text_pwa_button'] = 'Платіж через Amazon';
$_['text_pay_button'] = 'Платіж';
$_['text_a_button'] = 'A';
$_['text_gold_button'] = 'Золотий';
$_['text_darkgray_button'] = 'Темно-сірий';
$_['text_lightgray_button'] = 'Світло-сірий';
$_['text_small_button'] = 'Малий';
$_['text_medium_button'] = 'Середній';
$_['text_large_button'] = 'Великий';
$_['text_x_large_button'] = 'Велетенський';
//Entry
$_['entry_button_type'] = 'Тип кнопки';
$_['entry_button_colour'] = 'Колір Кнопки';
$_['entry_button_size'] = 'Розмір кнопки';
$_['entry_layout'] = 'Шаблон';
$_['entry_position'] = 'Розміщення';
$_['entry_status'] = 'Статус';
$_['entry_sort_order'] = 'Порядок сортування';
//Error
$_['error_permission'] = 'Увага: відсутні права на зміну налаштувань модуля Платіж через Amazon!';

View File

@@ -0,0 +1,27 @@
<?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_extension'] = 'Extensions';
$_['text_success'] = 'Ви успішно змінили модуль банерів!';
$_['text_edit'] = 'Змінити модуль банерів';
// Entry
$_['entry_name'] = 'Module Name';
$_['entry_banner'] = 'Банер';
$_['entry_dimension'] = 'Розмір (Ш x В) і зміна розміру';
$_['entry_width'] = 'Ширина';
$_['entry_height'] = 'Висота';
$_['entry_status'] = 'Статус';
// Error
$_['error_permission'] = 'У Вас немає доступу до зміни модуля банерів!';
$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
$_['error_width'] = 'Width required!';
$_['error_height'] = 'Height required!';

View File

@@ -0,0 +1,27 @@
<?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_extension'] = 'Extensions';
$_['text_success'] = 'Ви успішно змінили модуль Топ продажів!';
$_['text_edit'] = 'Змінити модуль Топ продажів';
// Entry
$_['entry_name'] = 'Module Name';
$_['entry_limit'] = 'Межа';
$_['entry_image'] = 'Зображення (Ш x В) і зміна розміру';
$_['entry_width'] = 'Ширина';
$_['entry_height'] = 'Висота';
$_['entry_status'] = 'Статус';
// Error
$_['error_permission'] = 'У Вас немає доступу до зміни модулю Топ продажів!';
$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
$_['error_width'] = 'Width required!';
$_['error_height'] = 'Height required!';

View 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_extension'] = 'Extensions';
$_['text_success'] = 'Ви успішно змінили модуль Карусель!';
$_['text_edit'] = 'Змінити модуль Карусель';
// Entry
$_['entry_name'] = 'Module Name';
$_['entry_banner'] = 'Банер';
$_['entry_width'] = 'Ширина';
$_['entry_height'] = 'Висота';
$_['entry_status'] = 'Статус';
// Error
$_['error_permission'] = 'У Вас немає доступу до зміни модулю Карусель!';
$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
$_['error_width'] = 'Width required!';
$_['error_height'] = 'Height required!';

View 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_module'] = 'Модулі';
$_['text_success'] = 'Ви успішно змінили модуль Категорій!';
$_['text_edit'] = 'Змінити модуль Категорій';
// Entry
$_['entry_status'] = 'Статус';
// Error
$_['error_permission'] = 'У Вас немає доступу до зміни модулю Категорій!';

View File

@@ -0,0 +1,14 @@
<?php
// Heading
$_['heading_title'] = 'Divido Product Page Calculator';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified Divido Product Page Calculator!';
$_['text_edit'] = 'Edit Divido Product Page Calculator';
// Entry
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify module Divido Product Page Calculator!';

View File

@@ -0,0 +1,37 @@
<?php
//version 2.1.0.x
//Translated by fradee (Oleksandr Fradynsky) with love to Ukraine and OpenCart at 22 October 2015
//fradee@gmail.com
// Heading
$_['heading_title'] = 'eBay перелік';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Успішно змінено модуль eBay рекомендацій!';
$_['text_edit'] = 'Редагувати eBay модуль';
$_['text_list'] = 'Перелік шаблонів';
$_['text_register'] = 'Вам потрібно зареєструватись і активувати OpenBay Pro для eBay!';
$_['text_about'] = 'eBay модуль надає можливість відображати ваші товари на аукціоні eBay безпосередньо на вашому сайті.';
$_['text_latest'] = 'Отстанні';
$_['text_random'] = 'Випадково';
// Entry
$_['entry_name'] = 'Назва модулю';
$_['entry_username'] = 'eBay користувач';
$_['entry_keywords'] = 'Пошукові слова';
$_['entry_description'] = 'Включити пошук опису';
$_['entry_limit'] = 'Ліміт';
$_['entry_length'] = 'Довжина';
$_['entry_width'] = 'Ширина';
$_['entry_height'] = 'Висота';
$_['entry_site'] = 'eBay сайт';
$_['entry_sort'] = 'Сортувати за';
$_['entry_status'] = 'Статус';
// Error
$_['error_permission'] = 'Увага: відсутній довзвіл на зміну налаштувань модуля eBay!';
$_['error_name'] = 'Назви модуля повиненна містити від 3 до 64 символів!';
$_['error_width'] = 'Потрібно вказати ширину!';
$_['error_height'] = 'Потрібно вказати висоту!';

View 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
// Heading
$_['heading_title'] = 'Рекомендовані';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified featured module!';
$_['text_edit'] = 'Edit Featured Module';
// Entry
$_['entry_name'] = 'Module Name';
$_['entry_product'] = 'Товари';
$_['entry_limit'] = 'Межа';
$_['entry_width'] = 'Ширина';
$_['entry_height'] = 'Висота';
$_['entry_status'] = 'Статус';
// Help
$_['help_product'] = '(Автозаповнення)';
// Error
$_['error_permission'] = 'У Вас немає доступу до зміни модулю Рекомендовані!';
$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
$_['error_width'] = 'Width required!';
$_['error_height'] = 'Height required!';

View 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_module'] = 'Модулі';
$_['text_success'] = 'Ви успішно змінили модуль Фільтр!';
$_['text_edit'] = 'Змінити модуль Фільтр';
// Entry
$_['entry_status'] = 'Статус';
// Error
$_['error_permission'] = 'У вас немає доступу до зміни модулю Фільтр!';

View File

@@ -0,0 +1,24 @@
<?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'] = 'Google Hangouts';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Ви успішно змінили модуль Google Hangouts!';
$_['text_edit'] = 'Змінити модуль Google Hangouts';
// Entry
$_['entry_code'] = 'Google Talk Код';
$_['entry_status'] = 'Статус';
// Help
$_['help_code'] = 'Goto <a href="https://developers.google.com/+/hangouts/button" target="_blank">Створити Google Hangout chatback бейдж</a> і скопіюйте, а потім вставте згенерований код в текстове поле.';
// Error
$_['error_permission'] = 'У Вас немає доступу до зміни модулю Google Hangouts!';
$_['error_code'] = 'Код потрібно!';

View 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
// Heading
$_['heading_title'] = 'HTML контент';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Ви успішно змінили модуль HTML контент!';
$_['text_edit'] = 'Змінити модуль HTML контент';
// Entry
$_['entry_name'] = 'Module Name';
$_['entry_title'] = 'Heading Title';
$_['entry_description'] = 'Контент';
$_['entry_status'] = 'Статус';
// Error
$_['error_permission'] = 'У Вас немає доступу до зміни модулю HTML контент!';
$_['error_name'] = 'Module Name must be between 3 and 64 characters!';

View 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_extension'] = 'Extensions';
$_['text_success'] = 'Ви успішно змінили модуль Інформації!';
$_['text_edit'] = 'Змінити модуль Інформація';
// Entry
$_['entry_status'] = 'Статус';
// Error
$_['error_permission'] = 'У Вас немає достуду до зміни модулю Інформація!';

View File

@@ -0,0 +1,13 @@
<?php
// Heading
$_['heading_title'] = 'Klarna Checkout';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified module Klarna Checkout!';
//Entry
$_['entry_status'] = 'Status';
//Error
$_['error_permission'] = 'Warning: You do not have permission to modify Klarna Checkout module!';

View 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_extension'] = 'Extensions';
$_['text_success'] = 'Ви успішно змінили модуль Новинки!';
$_['text_edit'] = 'Змінити модуль Новинки';
// Entry
$_['entry_name'] = 'Module Name';
$_['entry_limit'] = 'Обмеження';
$_['entry_width'] = 'Ширина';
$_['entry_height'] = 'Висота';
$_['entry_status'] = 'Статус';
// Error
$_['error_permission'] = 'У Вас неає доступу до зміни модулю Новинки!';
$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
$_['error_width'] = 'Width required!';
$_['error_height'] = 'Height required!';

View File

@@ -0,0 +1,14 @@
<?php
// Heading
$_['heading_title'] = 'Lay-Buy Layout';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified Lay-Buy Layout module!';
$_['text_edit'] = 'Edit Lay-Buy Layout Module';
// Entry
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify Lay-Buy Layout module!';

View File

@@ -0,0 +1,14 @@
<?php
// Heading
$_['heading_title'] = 'Pilibaba Checkout Button';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified Pilibaba Checkout Button module!';
$_['text_edit'] = 'Edit Pilibaba Checkout Button Module';
// Entry
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify Pilibaba Checkout Button module!';

View 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'] = 'Кнопка експрес оплати PayPal';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Ви успішно змівнили модуль Кнопки експрес оплати PayPal!';
$_['text_edit'] = 'Змінити модуль Кнопка експрес оплати PayPal';
// Entry
$_['entry_status'] = 'Статус';
// Error
$_['error_permission'] = 'У Вас немає доступу до зміни модулю Кнопка експрес оплати PayPal!';

View 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
// Heading
$_['heading_title'] = 'Вхід з PayPal';
//Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Ви успішно зімнили модуль Вхід з PayPal!';
$_['text_edit'] = 'Змінити модуль Вхід з PayPal';
$_['text_button_grey'] = 'Сірий';
$_['text_button_blue'] = 'Синій (Рекомендується)';
//Entry
$_['entry_client_id'] = 'ID клієнта';
$_['entry_secret'] = 'Секретне питання';
$_['entry_sandbox'] = 'Режим "пісочниці"';
$_['entry_debug'] = 'Режим налаштування';
$_['entry_customer_group'] = 'Група покупців';
$_['entry_button'] = 'Колір кнопки';
$_['entry_seamless'] = 'Дозволити "Seamless Checkout"';
$_['entry_locale'] = 'Локаль';
$_['entry_return_url'] = 'Зворотнє посилання';
$_['entry_status'] = 'Статус';
//Help
$_['help_sandbox'] = 'Використати режим "пісочниці" (налагодження)?';
$_['help_customer_group'] = 'Для нових покупців, яку групу користувачів використати?';
$_['help_debug_logging'] = 'Використати цю опцію для додавання даних до журналу помилок, для полегшення налаштування.';
$_['help_seamless'] = 'Дозволяє автоматичний вхід коли користувачі вибирають PayPal Express оформлення замовлення. Для використання опція має бути дозволена при вході в обліковий запис PayPal. Також необхідно використати той самий обліковий запис що і для Express Checkout.';
$_['help_locale'] = 'Це локальні налаштування для мови Вашого магазину';
$_['help_return_url'] = 'This needs to be added in the PayPal app configuration under app redirect URLs.';
//Error
$_['error_permission'] = 'У Вас немає доступу для модифікації модулю Вхід з PayPal!';
$_['error_client_id'] = 'ID клієнта необхідно!';
$_['error_secret'] = 'Секретне питання необхідне!';

View File

@@ -0,0 +1,13 @@
<?php
// Heading
$_['heading_title'] = 'Sagepay Direct Card Management';
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified Sagepay Direct Card Management module!';
$_['text_edit'] = 'Edit Sagepay Direct Card Management Module';
// Entry
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify Sagepay Direct Card Management module!';

View File

@@ -0,0 +1,13 @@
<?php
// Heading
$_['heading_title'] = 'Sagepay Server Card Management';
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified Sagepay Server Card Management module!';
$_['text_edit'] = 'Edit Sagepay Server Card Management Module';
// Entry
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify Sagepay Server Card Management module!';

View 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_extension'] = 'Extensions';
$_['text_success'] = 'Ви успішно змінили модуль Показ слайдів!';
$_['text_edit'] = 'Змінити модуль Показ слайдів';
// Entry
$_['entry_name'] = 'Module Name';
$_['entry_banner'] = 'Банер';
$_['entry_width'] = 'Ширина';
$_['entry_height'] = 'Висота';
$_['entry_status'] = 'Статус';
// Error
$_['error_permission'] = 'У Вас немає доступу до зміни модулю Показ слайдів!';
$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
$_['error_width'] = 'Width required!';
$_['error_height'] = 'Height required!';

View 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_extension'] = 'Extensions';
$_['text_success'] = 'Ви успішно змінили модуль Спеціальні пропозиці!';
$_['text_edit'] = 'Змінити модуль Спеціальні пропозиції';
// Entry
$_['entry_name'] = 'Module Name';
$_['entry_limit'] = 'Обмеження';
$_['entry_width'] = 'Ширина';
$_['entry_height'] = 'Висота';
$_['entry_status'] = 'Статус';
// Error
$_['error_permission'] = 'У Вас немає доступу до зміни модулю Спеціальні пропозиції!';
$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
$_['error_width'] = 'Width required!';
$_['error_height'] = 'Height required!';

View 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_extension'] = 'Extensions';
$_['text_success'] = 'Ви успішно змінили модуль Магазин!';
$_['text_edit'] = 'Змінити модуль Магазин';
// Entry
$_['entry_admin'] = 'Тільки користувачі з адміністративним доступом';
$_['entry_status'] = 'Статус';
// Error
$_['error_permission'] = 'У Вас немає доступу до зміни модулю Магазин!';

View File

@@ -0,0 +1,95 @@
<?php
// Heading
$_['heading_title'] = 'OpenBay Pro';
// Buttons
$_['button_retry'] = 'Retry';
$_['button_update'] = 'Update';
$_['button_patch'] = 'Patch';
$_['button_faq'] = 'View FAQ topic';
// Tab
$_['tab_setting'] = 'Settings';
$_['tab_update'] = 'Software updates';
$_['tab_update_v1'] = 'Easy updater';
$_['tab_patch'] = 'Patch';
$_['tab_developer'] = 'Developer';
// Text
$_['text_dashboard'] = 'Dashboard';
$_['text_success'] = 'Success: Settings have been saved';
$_['text_products'] = 'Items';
$_['text_orders'] = 'Orders';
$_['text_manage'] = 'Manage';
$_['text_help'] = 'Help';
$_['text_tutorials'] = 'Tutorials';
$_['text_suggestions'] = 'Ideas';
$_['text_version_latest'] = 'You are running the latest version';
$_['text_version_check'] = 'Checking software version';
$_['text_version_installed'] = 'Installed version of OpenBay Pro: v';
$_['text_version_current'] = 'Your version is';
$_['text_version_available'] = 'the latest is';
$_['text_language'] = 'API response language';
$_['text_getting_messages'] = 'Getting OpenBay Pro messages';
$_['text_complete'] = 'Complete';
$_['text_patch_complete'] = 'Patch has been applied';
$_['text_connection_ok'] = 'Connected to server OK. OpenCart folders found';
$_['text_updated'] = 'Module has been updated (v.%s)';
$_['text_update_description'] = 'The update tool will make changes to your shop file system. Make sure you have a complete file and database backup before updating.';
$_['text_patch_description'] = 'If you uploaded the update files manually, you need to run the patch to complete the update';
$_['text_clear_faq'] = 'Clear hidden FAQ popups';
$_['text_clear_faq_complete'] = 'Notifications will now show again';
$_['text_install_success'] = 'Marketplace has been installed';
$_['text_uninstall_success'] = 'Marketplace has been removed';
$_['text_title_messages'] = 'Messages &amp; notifications';
$_['text_marketplace_shipped'] = 'The order status will be updated to shipped on the marketplace';
$_['text_action_warning'] = 'This action is dangerous so is password protected.';
$_['text_check_new'] = 'Checking for newer version';
$_['text_downloading'] = 'Downloading update files';
$_['text_extracting'] = 'Extracting files';
$_['text_running_patch'] = 'Running patch files';
$_['text_fail_patch'] = 'Unable to extract update files';
$_['text_updated_ok'] = 'Update complete, installed version is now ';
$_['text_check_server'] = 'Checking server requirements';
$_['text_version_ok'] = 'Software is already up to date, installed version is ';
$_['text_remove_files'] = 'Removing files no longer required';
$_['text_confirm_backup'] = 'Ensure that you have a full backup before continuing';
// Column
$_['column_name'] = 'Plugin name';
$_['column_status'] = 'Status';
$_['column_action'] = 'Action';
// Entry
$_['entry_patch'] = 'Manual update patch';
$_['entry_courier'] = 'Courier';
$_['entry_courier_other'] = 'Other courier';
$_['entry_tracking'] = 'Tracking #';
$_['entry_empty_data'] = 'Empty store data?';
$_['entry_password_prompt'] = 'Please enter the data wipe password';
$_['entry_update'] = 'Easy 1 click update';
$_['entry_beta'] = 'Use beta version';
// Error
$_['error_admin'] = 'Admin directory expected';
$_['error_no_admin'] = 'Connection OK but your OpenCart admin directory was not found';
$_['error_no_files'] = 'Connection OK but OpenCart folders were not found! Is your root path correct?';
$_['error_failed'] = 'Failed to load, retry?';
$_['error_tracking_id_format'] = 'Your tracking ID cannot contain the characters > or <';
$_['error_tracking_courier'] = 'You must select a courier if you want to add a tracking ID';
$_['error_tracking_custom'] = 'Please leave courier field empty if you want to use custom courier';
$_['error_permission'] = 'You do not have permission to modify the OpenBay Pro extension';
$_['error_mkdir'] = 'PHP mkdir function is disabled, contact your host';
$_['error_file_delete'] = 'Unable to remove these files, you should delete them manually';
$_['error_mcrypt'] = 'PHP function "mcrypt_encrypt" is not enabled. Contact your hosting provider.';
$_['error_mbstring'] = 'PHP library "mb strings" is not enabled. Contact your hosting provider.';
$_['error_oc_version'] = 'Your version of OpenCart is not tested to work with this module. You may experience problems.';
$_['error_fopen'] = 'PHP function "fopen" is disabled by your host - you will be unable to import images when importing products';
$_['lang_error_vqmod'] = 'Your vqmod folder contains older OpenBay Pro files - these need to be removed!';
// Help
$_['help_clear_faq'] = 'Show all of the help notifications again';
$_['help_empty_data'] = 'This can cause serious damage, do not use it if you do not know what it does!';
$_['help_easy_update'] = 'Click update to install the latest version of OpenBay Pro automatically';
$_['help_patch'] = 'Click to run the patch scripts';
$_['help_beta'] = 'Caution! The beta version is the latest development version. It may not be stable and could contain bugs.';

View File

@@ -0,0 +1,15 @@
<?php
// Heading
$_['heading_title'] = 'Amazon EU';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_dashboard'] = 'Amazon EU Dashboard';
// Text
$_['text_heading_settings'] = 'Settings';
$_['text_heading_account'] = 'Change plan';
$_['text_heading_links'] = 'Item links';
$_['text_heading_register'] = 'Register';
$_['text_heading_bulk_listing'] = 'Bulk listing';
$_['text_heading_stock_updates'] = 'Stock updates';
$_['text_heading_saved_listings'] = 'Saved listings';
$_['text_heading_bulk_linking'] = 'Bulk linking';

View File

@@ -0,0 +1,33 @@
<?php
// Heading
$_['heading_title'] = 'Bulk Linking';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_amazon'] = 'Amazon EU';
// Button
$_['button_load'] = 'Load';
$_['button_link'] = 'Link';
// Text
$_['text_local'] = 'Local';
$_['text_load_listings'] = 'Loading all your listings from Amazon can take some time (up to 2 hours in some cases). If you link your items, stock levels on Amazon will be updated with your shop\'s stock levels.';
$_['text_report_requested'] = 'Successfully requested Listing Report from Amazon';
$_['text_report_request_failed'] = 'Could not request Listing Report';
$_['text_loading'] = 'Loading items';
$_['text_choose_marketplace'] = 'Choose marketplace';
$_['text_uk'] = 'United Kingdom';
$_['text_de'] = 'Germany';
$_['text_fr'] = 'France';
$_['text_it'] = 'Italy';
$_['text_es'] = 'Spain';
// Column
$_['column_asin'] = 'ASIN';
$_['column_price'] = 'Price';
$_['column_name'] = 'Name';
$_['column_sku'] = 'SKU';
$_['column_quantity'] = 'Quantity';
$_['column_combination'] = 'Combination';
// Error
$_['error_bulk_link_permission'] = 'Bulk linking is not available on your plan, please upgrade to use this feature.';

View File

@@ -0,0 +1,49 @@
<?php
// Heading
$_['heading_title'] = 'Bulk Listing';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_amazon'] = 'Amazon EU';
// Text
$_['text_searching'] = 'Searching';
$_['text_finished'] = 'Finished';
$_['text_marketplace'] = 'Marketplace';
$_['text_de'] = 'Germany';
$_['text_fr'] = 'France';
$_['text_es'] = 'Spain';
$_['text_it'] = 'Italy';
$_['text_uk'] = 'United Kingdom';
$_['text_dont_list'] = 'Do not list';
$_['text_listing_values'] = 'Listing values';
$_['text_new'] = 'New';
$_['text_used_like_new'] = 'Used - Like New';
$_['text_used_very_good'] = 'Used - Very Good';
$_['text_used_good'] = 'Used - Good';
$_['text_used_acceptable'] = 'Used - Acceptable';
$_['text_collectible_like_new'] = 'Collectible - Like New';
$_['text_collectible_very_good'] = 'Collectible - Very Good';
$_['text_collectible_good'] = 'Collectible - Good';
$_['text_collectible_acceptable'] = 'Collectible - Acceptable';
$_['text_refurbished'] = 'Refurbished';
// Entry
$_['entry_condition'] = 'Condition';
$_['entry_condition_note'] = 'Condition note';
$_['entry_start_selling'] = 'Start Selling';
// Column
$_['column_name'] = 'Name';
$_['column_image'] = 'Image';
$_['column_model'] = 'Model';
$_['column_status'] = 'Status';
$_['column_matches'] = 'Matches';
$_['column_result'] = 'Result';
// Button
$_['button_list'] = 'List';
// Error
$_['error_product_sku'] = 'Product must have an SKU';
$_['error_searchable_fields'] = 'Product must have ISBN, EAN, UPC or JAN field populated';
$_['error_bulk_listing_permission'] = 'Bulk listing is not available on your plan, please upgrade to use this feature.';
$_['error_select_items'] = 'You must select at least 1 item to search';

View File

@@ -0,0 +1,29 @@
<?php
// Heading
$_['heading_title'] = 'Item links';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_amazon'] = 'Amazon EU';
// Text
$_['text_desc1'] = 'Linking your items will allow for stock control on your Amazon listings.';
$_['text_desc2'] = 'For each item that is updated the local stock (the stock available in your OpenCart store) will update your Amazon listing';
$_['text_desc3'] = 'You can link items manually by entering Amazon SKU and product name or load all unlinked products and then enter amazon SKUs. (Uploading products from OpenCart to Amazon will automatically add links)';
$_['text_new_link'] = 'New link';
$_['text_autocomplete_product'] = 'Product (Auto complete from name)';
$_['text_amazon_sku'] = 'Amazon item SKU';
$_['text_action'] = 'Action';
$_['text_linked_items'] = 'Linked items';
$_['text_unlinked_items'] = 'Unlinked items';
$_['text_name'] = 'Name';
$_['text_model'] = 'Model';
$_['text_combination'] = 'Variant Combination';
$_['text_sku'] = 'Product SKU';
$_['text_sku_variant'] = 'Variant SKU';
// Button
$_['button_load'] = 'Load';
// Error
$_['error_empty_sku'] = 'Amazon SKU can not be empty!';
$_['error_empty_name'] = 'Product name can not be empty!';
$_['error_no_product_exists'] = 'Product does not exist. Please use auto complete values.';

View File

@@ -0,0 +1,110 @@
<?php
// Heading
$_['heading_title'] = 'New Amazon listing';
$_['text_title_advanced'] = 'Advanced listing';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_amazon'] = 'Amazon EU';
// Buttons
$_['button_new'] = 'Create new product';
$_['button_amazon_price'] = 'Get Amazon price';
$_['button_list'] = 'List on Amazon';
$_['button_remove_error'] = 'Remove error messages';
$_['button_save_upload'] = 'Save and upload';
$_['button_browse'] = 'Browse';
$_['button_saved_listings'] = 'View saved listings';
$_['button_remove_links'] = 'Remove links';
$_['button_create_new_listing'] = 'Create new listing';
// Help
$_['help_sku'] = 'Unique product\'s ID assigned by the merchant';
$_['help_restock_date'] = 'This is the date you will be able to ship any back-ordered items to a customer. This date should not be greater than 30 days from the date listed or orders received may automatically be canceled.';
$_['help_sale_price'] = 'Sale Price must have a start and end date';
// Text
$_['text_products_sent'] = 'Products were sent for processing';
$_['button_view_on_amazon'] = 'View on Amazon';
$_['text_list'] = 'List on Amazon';
$_['text_new'] = 'New';
$_['text_used_like_new'] = 'Used - Like New';
$_['text_used_very_good'] = 'Used - Very Good';
$_['text_used_good'] = 'Used - Good';
$_['text_used_acceptable'] = 'Used - Acceptable';
$_['text_collectible_like_new'] = 'Collectible - Like New';
$_['text_collectible_very_good'] = 'Collectible - Very Good';
$_['text_collectible_good'] = 'Collectible - Good';
$_['text_collectible_acceptable'] = 'Collectible - Acceptable';
$_['text_refurbished'] = 'Refurbished';
$_['text_product_not_sent'] = 'Product was not sent to Amazon. Reason: %s';
$_['text_not_in_catalog'] = 'Or, if it is not in the catalog&nbsp;&nbsp;&nbsp;';
$_['text_placeholder_search'] = 'Enter product name, UPC, EAN, ISBN or ASIN';
$_['text_placeholder_condition'] = 'Use this box to describe the condition of your products.';
$_['text_characters'] = 'characters';
$_['text_uploaded'] = 'Saved listing(s) uploaded!';
$_['text_saved_local'] = 'Listing saved but not uploaded yet';
$_['text_product_sent'] = 'Product was successfully sent to Amazon.';
$_['text_links_removed'] = 'Amazon product links deleted';
$_['text_product_links'] = 'Product links';
$_['text_has_saved_listings'] = 'This product has one or more saved listings that is not uploaded';
$_['text_edit_heading'] = 'Edit listing';
$_['text_germany'] = 'Germany';
$_['text_france'] = 'France';
$_['text_italy'] = 'Italy';
$_['text_spain'] = 'Spain';
$_['text_united_kingdom'] = 'United Kingdom';
// Columns
$_['column_image'] = 'Image';
$_['column_asin'] = 'ASIN';
$_['column_price'] = 'Price';
$_['column_action'] = 'Action';
$_['column_name'] = 'Product Name';
$_['column_model'] = 'Model';
$_['column_combination'] = 'Variant Combination';
$_['column_sku_variant'] = 'Variant SKU';
$_['column_sku'] = 'Product SKU';
$_['column_amazon_sku'] = 'Amazon item SKU';
// Entry
$_['entry_sku'] = 'SKU';
$_['entry_condition'] = 'Condition';
$_['entry_condition_note'] = 'Condition Note';
$_['entry_price'] = 'Price';
$_['entry_sale_price'] = 'Sale Price';
$_['entry_sale_date'] = 'Sale date range';
$_['entry_quantity'] = 'Quantity';
$_['entry_start_selling'] = 'Available from date';
$_['entry_restock_date'] = 'Restock Date';
$_['entry_country_of_origin'] = 'Country of Origin';
$_['entry_release_date'] = 'Release Date';
$_['entry_from'] = 'Date from';
$_['entry_to'] = 'Date to';
$_['entry_product'] = 'Listing for product';
$_['entry_category'] = 'Amazon category';
$_['entry_browse_node'] = 'Choose browse node';
$_['entry_marketplace'] = 'Marketplace';
//Tabs
$_['tab_main'] = 'Main';
$_['tab_required'] = 'Required info';
$_['tab_additional'] = 'Additional options';
// Error
$_['error_required'] = 'This field is required!';
$_['error_not_saved'] = 'Listing was not saved. Check you have filled in all fields';
$_['error_char_limit'] = 'characters over the limit';
$_['error_length'] = 'Minimum length is';
$_['error_upload_failed'] = 'Failed uploading product with SKU: "%s". Reason: "%s" Uploading process canceled.';
$_['error_load_nodes'] = 'Unable to load browse nodes';
$_['error_connecting'] = 'There was problem connecting to the API. Please check your OpenBay Pro Amazon extension settings. If the problem persists, please contact support.';
$_['error_text_missing'] = 'You must enter some search details';
$_['error_missing_asin'] = 'ASIN is missing';
$_['error_marketplace_missing'] = 'Please select a marketplace';
$_['error_condition_missing'] = 'Please select condition';
$_['error_amazon_price'] = 'Could not get the price from Amazon';
$_['error_stock'] = 'You cannot list an item with less than 1 item in stock';
$_['error_sku'] = 'You must enter an SKU for the item';
$_['error_price'] = 'You must enter a price for the item';
$_['error_sending_products'] = 'Could not send products for listing. Please contact support';
$_['error_no_products_selected'] = 'No products were selected for listing';
$_['error_not_searched'] = 'Search for matching items before you try to list. Items must be matched against an Amazon catalog item';

View File

@@ -0,0 +1,18 @@
<?php
// Heading
$_['heading_title'] = 'Saved Listings';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_amazon'] = 'Amazon EU';
// Text
$_['text_description'] = 'This is the list of product listings which are saved and ready to be uploaded to Amazon.';
$_['text_uploaded_alert'] = 'Saved listing(s) uploaded!';
$_['text_delete_confirm'] = 'Are you sure?';
$_['text_complete'] = 'Listings uploaded';
// Column
$_['column_name'] = 'Name';
$_['column_model'] = 'Model';
$_['column_sku'] = 'SKU';
$_['column_amazon_sku'] = 'Amazon item SKU';
$_['column_action'] = 'Action';

View File

@@ -0,0 +1,63 @@
<?php
// Heading
$_['heading_title'] = 'Marketplace settings';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_amazon'] = 'Amazon EU';
// Text
$_['text_api_status'] = 'API connection status';
$_['text_api_ok'] = 'Connection OK, Auth OK';
$_['text_api_auth_error'] = 'Connection OK, Auth failed';
$_['text_api_error'] = 'Connection error';
$_['text_order_statuses'] = 'Order Statuses';
$_['text_unshipped'] = 'Unshipped';
$_['text_partially_shipped'] = 'Partially Shipped';
$_['text_shipped'] = 'Shipped';
$_['text_canceled'] = 'Canceled';
$_['text_other'] = 'Other';
$_['text_marketplaces'] = 'Marketplaces';
$_['text_markets'] = 'Choose markets from which you would like to import your orders';
$_['text_de'] = 'Germany';
$_['text_fr'] = 'France';
$_['text_it'] = 'Italy';
$_['text_es'] = 'Spain';
$_['text_uk'] = 'United Kingdom';
$_['text_settings_updated'] = 'Settings were successfully updated.';
$_['text_new'] = 'New';
$_['text_used_like_new'] = 'Used - Like New';
$_['text_used_very_good'] = 'Used - Very Good';
$_['text_used_good'] = 'Used - Good';
$_['text_used_acceptable'] = 'Used - Acceptable';
$_['text_collectible_like_new'] = 'Collectible - Like New';
$_['text_collectible_very_good'] = 'Collectible - Very Good';
$_['text_collectible_good'] = 'Collectible - Good';
$_['text_collectible_acceptable'] = 'Collectible - Acceptable';
$_['text_refurbished'] = 'Refurbished';
// Error
$_['error_permission'] = 'You do not have access to this module';
// Entry
$_['entry_status'] = 'Status';
$_['entry_token'] = 'Token';
$_['entry_string1'] = 'Encryption String 1';
$_['entry_string2'] = 'Encryption String 2';
$_['entry_import_tax'] = 'Tax for imported items';
$_['entry_customer_group'] = 'Customer Group';
$_['entry_tax_percentage'] = 'Modify price';
$_['entry_default_condition'] = 'Default product condition type';
$_['entry_marketplace_default'] = 'Default marketplace';
$_['entry_notify_admin'] = 'Notify admin of new order';
$_['entry_default_shipping'] = 'Default shipping';
// Tabs
$_['tab_settings'] = 'API details';
$_['tab_listing'] = 'Listings';
$_['tab_orders'] = 'Orders';
// Help
$_['help_import_tax'] = 'Used if Amazon does not return tax information';
$_['help_customer_group'] = 'Select a customer group to assign to imported orders';
$_['help_default_shipping'] = 'Used as the pre-selected option in the bulk order update';
$_['help_entry_marketplace_default'] = 'Default marketplace for product listings and lookups';
$_['help_tax_percentage'] = 'Percentage added to default product price';

View File

@@ -0,0 +1,23 @@
<?php
// Heading
$_['heading_title'] = 'Stock updates';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_amazon'] = 'Amazon EU';
// Text
$_['text_empty'] = 'No results!';
// Entry
$_['entry_date_start'] = 'Date Start';
$_['entry_date_end'] = 'Date End';
// Column
$_['column_ref'] = 'Ref';
$_['column_date_requested'] = 'Date requested';
$_['column_date_updated'] = 'Date updated';
$_['column_status'] = 'Status';
$_['column_sku'] = 'Amazon SKU';
$_['column_stock'] = 'Stock';
// Error
$_['error_api_connection'] = 'Could not connect to the API';

View File

@@ -0,0 +1,35 @@
<?php
// Heading
$_['heading_title'] = 'Subscription';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_amazon'] = 'Amazon EU';
// Text
$_['text_current_plan'] = 'Current plan';
$_['text_register_invite'] = 'Don\'t have your API details yet?';
$_['text_available_plans'] = 'Available plans';
$_['text_listings_remaining'] = 'Listings remaining';
$_['text_listings_reserved'] = 'Products being processed';
$_['text_account_status'] = 'Account status';
$_['text_merchantid'] = 'Merchant ID';
$_['text_change_merchantid'] = 'Change';
$_['text_allowed'] = 'Allowed';
$_['text_not_allowed'] = 'Not Allowed';
$_['text_price'] = 'Price';
$_['text_name'] = 'Name';
$_['text_description'] = 'Description';
$_['text_order_frequency'] = 'Order import frequency';
$_['text_bulk_listing'] = 'Bulk Listing';
$_['text_product_listings'] = 'Listings per month';
// Columns
$_['column_name'] = 'Name';
$_['column_description'] = 'Description';
$_['column_order_frequency'] = 'Order import frequency';
$_['column_bulk_listing'] = 'Bulk Listing';
$_['column_product_listings'] = 'Listings per month';
$_['column_price'] = 'Price';
// Buttons
$_['button_change_plan'] = 'Change plan';
$_['button_register'] = 'Register';

View File

@@ -0,0 +1,15 @@
<?php
// Heading
$_['heading_title'] = 'Amazon USA';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_dashboard'] = 'Amazon US Dashboard';
// Text
$_['text_heading_settings'] = 'Settings';
$_['text_heading_account'] = 'Change plan';
$_['text_heading_links'] = 'Item links';
$_['text_heading_register'] = 'Register';
$_['text_heading_bulk_listing'] = 'Bulk listing';
$_['text_heading_stock_updates'] = 'Stock updates';
$_['text_heading_saved_listings'] = 'Saved listings';
$_['text_heading_bulk_linking'] = 'Bulk linking';

View File

@@ -0,0 +1,27 @@
<?php
// Heading
$_['heading_title'] = 'Bulk Linking';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_amazon'] = 'Amazon US';
// Button
$_['button_load'] = 'Load';
$_['button_link'] = 'Link';
// Text
$_['text_local'] = 'Local';
$_['text_load_listings'] = "Loading all your listings from Amazon can take some time (up to 2 hours in some cases). If you link your items, stock levels on Amazon will be updated with your shop's stock levels.";
$_['text_report_requested'] = 'Successfully requested Listing Report from Amazon';
$_['text_report_request_failed'] = 'Could not request Listing Report';
$_['text_loading'] = 'Loading items';
// Column
$_['column_asin'] = 'ASIN';
$_['column_price'] = 'Price';
$_['column_name'] = 'Name';
$_['column_sku'] = 'SKU';
$_['column_quantity'] = 'Quantity';
$_['column_combination'] = 'Combination';
// Error
$_['error_bulk_link_permission'] = 'Bulk linking is not available on your plan, please upgrade to use this feature.';

Some files were not shown because too many files have changed in this diff Show More