Адаптація структури перекладу під 2.3.0.2

This commit is contained in:
dinox-pro
2017-03-01 14:59:27 +02:00
parent 7c0ae9fdd6
commit 315ad35284
434 changed files with 15247 additions and 0 deletions

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.';

View File

@@ -0,0 +1,43 @@
<?php
// Heading
$_['heading_title'] = 'Bulk Listing';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_amazon'] = 'Amazon US';
// Text
$_['text_searching'] = 'Searching';
$_['text_finished'] = 'Finished';
$_['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 US';
// 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,103 @@
<?php
// Heading
$_['heading_title'] = 'New Amazon listing';
$_['text_title_advanced'] = 'Advanced listing';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_amazon'] = 'Amazon US';
// 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 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';
// 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';
//Tabs
$_['tab_main'] = 'Main';
$_['tab_required'] = 'Required info';
$_['tab_additional'] = 'Additional options';
//Errors
$_['error_text_missing'] = 'You must enter some search details';
$_['error_data_missing'] = 'Required data is missing';
$_['error_missing_asin'] = 'ASIN is missing';
$_['error_marketplace_missing'] = 'Please select a marketplace';
$_['error_condition_missing'] = 'Please select condition';
$_['error_fetch'] = 'Could not get the data';
$_['error_amazonus_price'] = 'Could not get the price from Amazon US';
$_['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_connecting'] = 'Warning: There was problem connecting to the API. Please check your OpenBay Pro Amazon extension settings. If the problem persists, please contact support.';
$_['error_required'] = 'This field is required!';
$_['error_not_saved'] = 'Listing was not saved. Check your input.';
$_['error_char_limit'] = 'characters over 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_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 US';
// 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,55 @@
<?php
// Heading
$_['heading_title'] = 'Marketplace settings';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_amazon'] = 'Amazon US';
// 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_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'] = 'Percentage added to default product\'s price';
$_['entry_default_condition'] = 'Default product condition type';
$_['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_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 US';
// 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 US';
// 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,27 @@
<?php
// Heading
$_['heading_title'] = 'eBay';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_dashboard'] = 'eBay Dashboard';
// Text
$_['text_success'] = 'You have saved your changes to the eBay extension';
$_['text_heading_settings'] = 'Settings';
$_['text_heading_sync'] = 'Synchronise';
$_['text_heading_subscription'] = 'Change plan';
$_['text_heading_usage'] = 'Usage';
$_['text_heading_links'] = 'Item links';
$_['text_heading_item_import'] = 'Import items';
$_['text_heading_order_import'] = 'Import orders';
$_['text_heading_adds'] = 'Installed add-ons';
$_['text_heading_summary'] = 'eBay summary';
$_['text_heading_profile'] = 'Profiles';
$_['text_heading_template'] = 'Templates';
$_['text_heading_ebayacc'] = 'eBay account';
$_['text_heading_register'] = 'Register here';
// Error
$_['error_category_nosuggestions'] = 'Could not load any suggested categories';
$_['error_loading_catalog'] = 'eBay catalog search failed';
$_['error_generic_fail'] = 'An unknown error just happened!';
$_['error_no_products'] = 'No products found';

View File

@@ -0,0 +1,56 @@
<?php
// Heading
$_['heading_title'] = 'Revise eBay listing';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_ebay'] = 'eBay';
// Tab
$_['tab_recommendations'] = 'Recommendations';
// Text
$_['text_revise'] = 'Revise listing';
$_['text_loading'] = 'Getting item information from eBay';
$_['text_error_loading'] = 'There was an error getting the information from eBay';
$_['text_saved'] = 'Listing has been saved';
$_['text_alert_removed'] = 'The listing has been unlinked';
$_['text_alert_ended'] = 'The listing has been ended on eBay';
$_['text_listing_info'] = 'Listing information';
$_['text_check_recommendations'] = 'Checking for eBay listing recommendations';
$_['text_success_recommendations'] = 'There are no listing improvement recommendations for this item!';
// Buttons
$_['button_view'] = 'View listing';
$_['button_remove'] = 'Remove link';
$_['button_end'] = 'End listing';
$_['button_retry'] = 'Retry';
// Entry
$_['entry_title'] = 'Title';
$_['entry_price'] = 'Selling price (Includes any tax)';
$_['entry_stock_store'] = 'Local stock';
$_['entry_stock_listed'] = 'eBay stock';
$_['entry_stock_reserve'] = 'Reserve level';
$_['entry_stock_matrix_active'] = 'Stock matrix (active)';
$_['entry_stock_matrix_inactive'] = 'Stock matrix (inactive)';
// Column
$_['column_sku'] = 'SKU';
$_['column_stock_listed'] = 'Listed';
$_['column_stock_reserve'] = 'Reserve';
$_['column_stock_total'] = 'In stock';
$_['column_price'] = 'Price';
$_['column_status'] = 'Active';
$_['column_add'] = 'Add';
$_['column_combination'] = 'Combination';
// Help
$_['help_stock_store'] = 'This is the level of stock on in OpenCart';
$_['help_stock_listed'] = 'This is the current level of stock on eBay';
$_['help_stock_reserve'] = 'This is the maximum level of stock on eBay (0 = no reserve limit)';
// Error
$_['error_ended'] = 'The linked listing has ended, you are unable to edit it. You should remove the link.';
$_['error_reserve'] = 'You cannot set the reserve higher than the local stock';
$_['error_no_sku'] = 'No SKU found!';
$_['error_no_item_id'] = 'Item ID is missing from the request';
$_['error_recommendations_load'] = 'Unable to load item recommendations';

View File

@@ -0,0 +1,37 @@
<?php
// Heading
$_['heading_title'] = 'Item import';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_ebay'] = 'eBay';
// Text
$_['text_sync_import_line1'] = '<strong>Caution!</strong> This will import all of your eBay products and build a category structure in your store. It is advised that you delete all categories and products before you run this option. <br />The category structure is from the normal eBay categories, not your shop categories (if you have an eBay shop). You can rename, remove and edit the imported categories without affecting your eBay products.';
$_['text_sync_import_line3'] = 'You need to ensure your server can accept and process large POST data sizes. 1000 eBay items is about 40Mb in size, you will need to calculate what you require. If your call fails then it is likely your setting is too small. Your PHP memory limit needs to be about 128Mb.';
$_['text_sync_server_size'] = 'Currently your server can accept: ';
$_['text_sync_memory_size'] = 'Your PHP memory limit: ';
$_['text_import_confirm'] = 'This will import all of your eBay items as new products, are you sure? This CAN NOT be undone! ENSURE you have a backup first!';
$_['text_import_notify'] = 'Your import request has been sent for processing. An import takes about 1 hour per 1000 items.';
$_['text_import_images_msg1'] = 'images are pending import/copy from eBay. Refresh this page, if the number does not decrease then';
$_['text_import_images_msg2'] = 'click here';
$_['text_import_images_msg3'] = 'and wait. More information about why this happened can be found <a href="http://shop.openbaypro.com/index.php?route=information/faq&topic=8_45" target="_blank">here</a>';
// Entry
$_['entry_import_item_advanced'] = 'Get advanced data';
$_['entry_import_categories'] = 'Import categories';
$_['entry_import_description'] = 'Import item descriptions';
$_['entry_import'] = 'Import eBay items';
// Buttons
$_['button_import'] = 'Import';
$_['button_complete'] = 'Complete';
// Help
$_['help_import_item_advanced'] = 'Will take up to 10 times longer to import items. Imports weights, sizes, ISBN and more if available';
$_['help_import_categories'] = 'Builds a category structure in your store from the eBay categories';
$_['help_import_description'] = 'This will import everything including HTML, visit counters etc';
// Error
$_['error_import'] = 'Failed to load';
$_['error_maintenance'] = 'Your store is in maintenance mode. Importing will fail!';
$_['error_ajax_load'] = 'Failed to connect to server';
$_['error_validation'] = 'You need to register for your API token and enable the module.';

View File

@@ -0,0 +1,54 @@
<?php
// Heading
$_['heading_title'] = 'Item links';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_ebay'] = 'eBay';
// Buttons
$_['button_resync'] = 'Re-sync';
$_['button_check_unlinked'] = 'Check unlinked items';
$_['button_remove_link'] = 'Remove link';
// Errors
$_['error_ajax_load'] = 'Sorry, could not get a response. Try later.';
$_['error_validation'] = 'You need to register for your API token and enable the module.';
$_['error_no_listings'] = 'No linked products found';
$_['error_link_value'] = 'The product link is not value';
$_['error_link_no_stock'] = 'A link cannot be created for an out of stock item. End the item manually on eBay.';
$_['error_subtract_setting'] = 'This product is set not to subtract stock in OpenCart.';
// Text
$_['text_linked_items'] = 'Linked items';
$_['text_unlinked_items'] = 'Unlinked items';
$_['text_alert_stock_local'] = 'Your eBay listing will be updated with your local stock levels!';
$_['text_link_desc1'] = 'Linking your items will allow for stock control on your eBay listings.';
$_['text_link_desc2'] = 'For each item that is updated the local stock (the stock available in your OpenCart store) will update your eBay listing';
$_['text_link_desc3'] = 'Your local stock is stock that is available to sell. Your eBay stock levels should match this.';
$_['text_link_desc4'] = 'Your allocated stock is items that have sold but not yet been paid for. These items should be set aside and not calculated in your available stock levels.';
$_['text_text_linked_desc'] = 'Linked items are OpenCart items that have a link to an eBay listing.';
$_['text_text_unlinked_desc'] = 'Unlinked items are listings on your eBay account that do not link to any of your OpenCart products.';
$_['text_text_unlinked_info'] = 'Click the check unlinked items button to search your active eBay listings for unlinked items. This may take a long time if you have many eBay listings.';
$_['text_text_loading_items'] = 'Loading items';
$_['text_failed'] = 'Failed to load';
$_['text_limit_reached'] = 'The maximum number of checks per request was reached, click the button to continue searching';
$_['text_stock_error'] = 'Stock error';
$_['text_listing_ended'] = 'Listing ended';
$_['text_filter'] = 'Filter results';
$_['text_filter_title'] = 'Title';
$_['text_filter_range'] = 'Stock range';
$_['text_filter_range_from'] = 'Min';
$_['text_filter_range_to'] = 'Max';
$_['text_filter_var'] = 'Include variants';
// Tables
$_['column_action'] = 'Action';
$_['column_status'] = 'Status';
$_['column_variants'] = 'Variants';
$_['column_item_id'] = 'eBay item ID';
$_['column_product'] = 'Product';
$_['column_product_auto'] = 'Product name (auto complete)';
$_['column_listing_title'] = 'eBay listing title';
$_['column_allocated'] = 'Allocated stock';
$_['column_ebay_stock'] = 'eBay stock';
$_['column_stock_available'] = 'Shop stock';
$_['column_stock_reserve'] = 'Reserve level';

View File

@@ -0,0 +1,201 @@
<?php
// Heading
$_['heading_title'] = 'New listing';
$_['text_ebay'] = 'eBay';
$_['text_openbay'] = 'Openbay Pro';
// Text
$_['text_listing_1day'] = '1 day';
$_['text_listing_3day'] = '3 days';
$_['text_listing_5day'] = '5 days';
$_['text_listing_7day'] = '7 days';
$_['text_listing_10day'] = '10 days';
$_['text_listing_30day'] = '30 days';
$_['text_listing_gtc'] = 'GTC- Good till cancelled';
$_['text_none'] = 'None';
$_['text_pixels'] = 'Pixels';
$_['text_add'] = 'Add';
$_['text_other'] = 'Other';
$_['text_loading'] = 'Loading';
$_['text_confirm_action'] = 'Are you sure?';
$_['text_paypal'] = 'PayPal email address ';
$_['text_return'] = 'Return to products';
$_['text_category_suggested_help'] = 'Based on your title';
$_['text_category_popular_help'] = 'Based on your history';
$_['text_category_checking'] = 'Checking eBay category requirements, please wait';
$_['text_features_help'] = 'Entering specifics about your item will help buyers narrow down the exact item they need. It may also improve the performance of the product and eBay may score its best match value higher.';
$_['text_images_text_1'] = 'eBay images will be uploaded to eBay. Supersize and Gallery plus are also listing enhancements that may cost more to list.';
$_['text_images_text_2'] = 'Template images will be added to your listing description and hosted from your web site, these are free. (Your listing template must have the {gallery} tag)';
$_['text_image_ebay'] = 'eBay image';
$_['text_images_none'] = 'You have no images for this product, you must add images before you can list';
$_['text_width'] = 'Width';
$_['text_height'] = 'Height';
$_['text_px'] = 'px';
$_['text_item_postcode_help'] = 'A postcode will help eBay choose a correct location for your listing';
$_['text_item_location_help'] = 'Entering a town is less reliable than a postcode';
$_['text_despatch_country_help'] = 'This is the country the item will be sent from';
$_['text_shipping_zones'] = 'Ship to zones';
$_['text_shipping_worldwide'] = 'Worldwide';
$_['text_shipping_flat'] = 'Flat rate';
$_['text_shipping_calculated'] = 'Calculated';
$_['text_shipping_freight'] = 'Freight';
$_['text_unit'] = 'Unit';
$_['text_unit_english'] = 'English';
$_['text_unit_metric'] = 'Metric';
$_['text_weight_major'] = 'Weight major';
$_['text_weight_minor'] = 'Weight minor';
$_['text_package'] = 'Package type';
$_['text_shape'] = 'Irregular shape';
$_['text_length'] = 'Length';
$_['text_depth'] = 'Depth / Height';
$_['text_return_accepted'] = 'Returns accepted?';
$_['text_return_type'] = 'Return Type';
$_['text_return_policy'] = 'Return Policy';
$_['text_return_days'] = 'Return days';
$_['text_return_scosts'] = 'Shipping costs';
$_['text_return_restock'] = 'Restocking fee';
$_['text_return_scosts_1'] = 'Buyer pays for all return shipping';
$_['text_return_scosts_2'] = 'Seller pays for all return shipping';
$_['text_review_costs'] = 'Listing costs';
$_['text_review_costs_total'] = 'Total eBay fees';
$_['text_review_edit'] = 'Edit';
$_['text_preview'] = 'Preview description';
$_['text_verify'] = 'Verify';
$_['text_created_msg'] = 'Your eBay listing has been created. The eBay item number is';
$_['text_option_images'] = 'Variation images';
$_['text_option_images_grp'] = 'Choose option group';
$_['text_option_images_choice'] = 'Images';
$_['text_option_description'] = 'Variation images can be used to display a specific image when the user makes a selection of an option. You can only use one variation set for images but can have upto 12 images per variation. The default images are loaded from your option values (set in Catalog > Options)';
$_['text_catalog_help'] = 'This will change your main image and will be set to use the eBay catalog image';
$_['text_failed_title'] = 'Listing your item failed';
$_['text_failed_msg1'] = 'There may be multiple reasons for this.';
$_['text_failed_li1'] = 'If you are a new eBay seller (or have not sold much in the past) - you will need to contact eBay to remove your seller restrictions';
$_['text_failed_li2'] = 'You may have not subscribed to Selling Manager Pro on eBay - this is a requirement.';
$_['text_failed_li3'] = 'Your OpenBay Pro account is suspended, please check via your module admin area under the "My Account" tab';
$_['text_failed_contact'] = 'If this error continues, please contact support after you have ensured the issue is none of the above.';
$_['text_template_images'] = 'Template images';
$_['text_ebay_images'] = 'eBay images';
$_['text_shipping_first'] = 'First item';
$_['text_shipping_add'] = 'Additional items';
$_['text_shipping_service'] = 'Service';
$_['text_stock_reserved'] = ' will be reserved';
$_['text_insert'] = 'Add new eBay listing';
$_['text_price_ex_tax'] = 'Excluding tax';
$_['text_price_inc_tax'] = 'Including tax';
$_['text_ebay_imagesize_ok'] = 'The image size is good, it can be used on eBay';
$_['text_compatible'] = 'Compatible options';
$_['text_loading_compatibility'] = 'Loading compatibility options';
$_['text_product_identifiers'] = 'Product identifiers';
$_['text_ean'] = 'EAN';
$_['text_upc'] = 'UPC';
$_['text_isbn'] = 'ISBN';
$_['text_identifier_not_required'] = 'Not required';
// Column
$_['column_stock_total'] = 'In stock';
$_['column_stock_col_qty'] = 'To list';
$_['column_stock_col_qty_reserve'] = 'Reserved';
$_['column_price_ex_tax'] = 'Excluding tax';
$_['column_price_inc_tax'] = 'Including tax';
$_['column_stock_col_comb'] = 'Combination';
$_['column_price'] = 'Price';
$_['column_stock_col_enabled'] = 'Enabled';
$_['column_thumb'] = 'Image';
$_['column_img_size'] = 'Size';
$_['column_template_image'] = 'Template image';
$_['column_ebay_image'] = 'eBay image';
$_['column_main_ebay_image'] = 'Main eBay image';
$_['column_sku'] = 'SKU';
// Entry
$_['entry_compatibility'] = 'Parts compatibility';
$_['entry_shop_category'] = 'Shop Category';
$_['entry_category_popular'] = 'Popular Categories';
$_['entry_category_suggested'] = 'eBay suggested category';
$_['entry_category'] = 'Category';
$_['entry_listing_condition'] = 'Item condition';
$_['entry_listing_duration'] = 'Listing duration';
$_['entry_search_catalog'] = 'Search eBay catalog:';
$_['entry_catalog'] = 'Use default image';
$_['entry_title'] = 'Title';
$_['entry_subtitle'] = 'Sub title';
$_['entry_description'] = 'Description';
$_['entry_profile_load'] = 'Load profile';
$_['entry_template'] = 'Theme';
$_['entry_image_gallery'] = 'Gallery image size';
$_['entry_image_thumb'] = 'Thumb image size';
$_['entry_images_supersize'] = 'Supersize images';
$_['entry_images_gallery_plus'] = 'Gallery plus';
$_['text_stock_matrix'] = 'Stock matrix';
$_['entry_qty'] = 'Quantity to list';
$_['entry_price'] = 'Price';
$_['entry_tax_inc'] = 'Tax included';
$_['entry_offers'] = 'Allow buyers to make offers';
$_['entry_private'] = 'Private listing';
$_['entry_imediate_payment'] = 'Immediate payment required?';
$_['entry_payment'] = 'Payments accepted';
$_['entry_payment_instruction'] = 'Payment instructions';
$_['entry_item_postcode'] = 'Postcode/Zip of location';
$_['entry_item_location'] = 'Town or State of location';
$_['entry_despatch_country'] = 'Dispatch country';
$_['entry_despatch_time'] = 'Dispatch time';
$_['entry_shipping_getitfast'] = 'Get It Fast!';
$_['entry_shipping_cod'] = 'Cash on delivery fee';
$_['entry_shipping_type_nat'] = 'National shipping type';
$_['entry_shipping_nat'] = 'National shipping services';
$_['entry_shipping_handling_nat'] = 'Handling fee (national)';
$_['entry_shipping_in_desc'] = 'Freight info in description';
$_['entry_shipping_type_int'] = 'International shipping type';
$_['entry_shipping_intnat'] = 'International shipping services';
$_['entry_shipping_handling_int'] = 'Handling fee (international)';
$_['entry_shipping_pickupdropoff'] = 'Click and Collect';
$_['entry_shipping_pickupinstore'] = 'Available for In-Store Pickup';
$_['entry_shipping_global_shipping'] = 'Use Global shipping service';
$_['entry_shipping_promotion_discount'] = 'Combined shipping discounts (national)';
$_['entry_shipping_promotion_discount_international'] = 'Combined shipping discounts (international)';
$_['entry_vrm'] = 'Vehicle Registration Mark';
$_['entry_vin'] = 'Vehicle Identification Number';
// Tab
$_['tab_feature'] = 'Features';
$_['tab_ebay_catalog'] = 'eBay catalog';
$_['tab_description'] = 'Description';
$_['tab_price'] = 'Price &amp; details';
$_['tab_payment'] = 'Payment';
$_['tab_returns'] = 'Returns';
// Help
$_['help_quantity_reserve'] = 'Enter a lower amount if you want to maintain a lower stock level on eBay';
$_['help_price_ex_tax'] = 'Your standard item price excluding tax. This value is not sent to eBay.';
$_['help_price_inc_tax'] = 'This value is sent to eBay and is the price users will pay.';
$_['help_private'] = 'Hide buyer user names';
$_['help_category_suggested'] = 'The list of categories eBay has suggested based of your item title';
$_['help_category_popular'] = 'A list of your recently used categories';
$_['help_shop_category'] = 'The category where the product will be added in your eBay shop';
$_['help_shipping_promotion_discount'] = 'Offer national buyers a discount on shipping if they buy multiple items. Discounts must have been setup in eBay to take effect.';
$_['help_shipping_promotion_discount_international'] = 'Offer international buyers a discount on shipping if they buy multiple items. Discounts must have been setup in eBay to take effect.';
// Error
$_['error_choose_category'] = 'You must choose a category';
$_['error_search_text'] = 'Enter search text';
$_['error_no_stock'] = 'You cannot list an item with zero stock';
$_['error_catalog_data'] = 'No eBay catalog data was found for your product in eBay';
$_['error_missing_settings'] = 'You cannot list items until you sync the eBay settings';
$_['error_category_load'] = 'Unable to load categories';
$_['error_features'] = 'Error loading features';
$_['error_catalog_load'] = 'Error loading catalog';
$_['error_category_sync'] = 'You must fix your category problem before you can list. Try re-syncing them in the module admin area.';
$_['error_sku'] = 'Cannot submit a product without an SKU';
$_['error_name'] = 'Cannot submit a product without a name';
$_['error_name_length'] = 'Product name must be under 80 characters';
$_['error_item_location'] = 'Enter an item location postcode';
$_['error_dispatch_time'] = 'Enter a dispatch time';
$_['error_shipping_national'] = 'Add at least one national shipping service';
$_['error_stock'] = 'You must have stock of an item to list it';
$_['error_duration'] = 'Select a listing duration';
$_['error_listing_duration'] = 'Select a listing duration, select category to load these options';
$_['error_image_size'] = 'Ensure that you have a gallery and thumb image size';
$_['error_no_images'] = 'Listing must have at least 1 image uploaded to eBay';
$_['error_main_image'] = 'You need to choose a main eBay image from your selection of eBay images';
$_['error_ebay_imagesize'] = 'Image must be at least 500px on 1 side to use on eBay';
$_['error_no_sku'] = 'No SKU found!';

View File

@@ -0,0 +1,77 @@
<?php
//Heading
$_['heading_title'] = 'New listings';
$_['text_ebay'] = 'eBay';
$_['text_openbay'] = 'Openbay Pro';
// Buttons
$_['text_none'] = 'None';
$_['text_preview'] = 'Preview';
$_['text_add'] = 'Add';
$_['text_preview_all'] = 'Verify all';
$_['text_submit'] = 'Submit';
$_['text_features'] = 'Features';
$_['text_catalog'] = 'Select catalog';
$_['text_catalog_search'] = 'Search catalog';
$_['text_search_term'] = 'Search term';
$_['text_close'] = 'Close';
$_['text_bulk'] = 'Create new listings in bulk';
//Form options / text
$_['text_pixels'] = 'Pixels';
$_['text_other'] = 'Other';
//Profile names
$_['text_profile'] = 'Profiles';
$_['text_profile_theme'] = 'Theme profile';
$_['text_profile_shipping'] = 'Shipping profile';
$_['text_profile_returns'] = 'Returns profile';
$_['text_profile_generic'] = 'Generic profile';
// Text
$_['text_title'] = 'Title';
$_['text_price'] = 'Price';
$_['text_stock'] = 'Stock';
$_['text_search'] = 'Search';
$_['text_loading'] = 'Loading details';
$_['text_preparing0'] = 'Preparing';
$_['text_preparing1'] = 'of';
$_['text_preparing2'] = 'elements';
$_['entry_condition'] = 'Condition';
$_['text_duration'] = 'Duration';
$_['text_category'] = 'Category';
$_['text_exists'] = 'Some items are already listed on eBay so have been removed';
$_['text_error_count'] = 'You have selected %s items, it may take a while to process your data';
$_['text_verifying'] = 'Verifying items';
$_['text_processing'] = 'Processing <span id="activeItems"></span> items';
$_['text_listed'] = 'Item listed! ID: ';
$_['text_ajax_confirm_listing'] = 'Are you sure you want to bulk list these items?';
$_['text_bulk_plan_error'] = 'Your current plan does not allow for bulk uploads, upgrade your plan <a href="%s">here</a>';
$_['text_item_limit'] = 'You cannot list these items as you would exceed your plan limit, upgrade your plan <a href="%s">here</a>';
$_['text_search_text'] = 'Enter some search text';
$_['text_catalog_no_products'] = 'No catalog items found';
$_['text_search_failed'] = 'Search failed';
$_['text_esc_key'] = 'The splash page has been hidden but may not have finished loading';
$_['text_loading_categories'] = 'Loading categories';
$_['text_loading_condition'] = 'Loading product conditions';
$_['text_loading_duration'] = 'Loading listing durations';
$_['text_total_fee'] = 'Total fees';
$_['text_category_choose'] = 'Find category';
$_['text_suggested'] = 'Suggested categories';
$_['text_product_identifiers'] = 'Product identifiers';
$_['text_ean'] = 'EAN';
$_['text_upc'] = 'UPC';
$_['text_isbn'] = 'ISBN';
$_['text_identifier_not_required'] = 'Not required';
//Errors
$_['text_error_ship_profile'] = 'You need to have a default shipping profile set up';
$_['text_error_generic_profile'] = 'You need to have a default generic profile set up';
$_['text_error_return_profile'] = 'You need to have a default return profile set up';
$_['text_error_theme_profile'] = 'You need to have a default theme profile set up';
$_['text_error_variants'] = 'Items with variations cannot be bulk listed and have been unselected';
$_['text_error_stock'] = 'Some items are not in stock and have been removed';
$_['text_error_no_product'] = 'There is no eligible products selected to use the bulk upload feature';
$_['text_error_reverify'] = 'There was an error, you should edit and re-verify the items';
$_['error_missing_settings'] = 'You cannot bulk list items until you syncronise your eBay settings';
$_['text_error_no_selection'] = 'You must select at least 1 item to list';

View File

@@ -0,0 +1,21 @@
<?php
// Heading
$_['heading_title'] = 'Import orders';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_ebay'] = 'eBay';
// Buttons
$_['button_pull_orders'] = 'Start';
// Entry
$_['entry_pull_orders'] = 'Pull new orders';
// Text
$_['text_sync_pull_notice'] = 'This will pull new orders since the last automated check. If you have just installed then it will default to the last 24 hours.';
$_['text_ajax_orders_import'] = 'Any new orders should appear within a few minutes';
$_['text_complete'] = 'Import requested';
$_['text_failed'] = 'Failed to load';
$_['text_pull'] = 'Request a manual import';
// Errors
$_['error_validation'] = 'You need to register for your API token and enable the module.';

View File

@@ -0,0 +1,110 @@
<?php
// Heading
$_['heading_title'] = 'Profiles';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_ebay'] = 'eBay';
//Tabs
$_['tab_returns'] = 'Returns';
$_['tab_template'] = 'Template';
$_['tab_gallery'] = 'Gallery';
$_['tab_settings'] = 'Settings';
//Shipping Profile
$_['text_shipping_dispatch_country'] = 'Shipping from country';
$_['text_shipping_postcode'] = 'Postal/Zip code location';
$_['text_shipping_location'] = 'Town or State location';
$_['text_shipping_despatch'] = 'Despatch time';
$_['text_shipping_despatch_help'] = 'This is the maximum number of days you will take to send the item';
$_['text_shipping_nat'] = 'National shipping services';
$_['text_shipping_intnat'] = 'International shipping services';
$_['text_shipping_first'] = 'First item';
$_['text_shipping_add'] = 'Additional items';
$_['text_shipping_service'] = 'Service';
$_['text_shipping_in_desc'] = 'Freight info in description';
$_['text_shipping_getitfast'] = 'Get It Fast!';
$_['text_shipping_zones'] = 'Ship to zones';
$_['text_shipping_worldwide'] = 'Worldwide';
$_['text_shipping_type_nat'] = 'National shipping type';
$_['text_shipping_type_int'] = 'International shipping type';
$_['text_shipping_flat'] = 'Flat rate';
$_['text_shipping_calculated'] = 'Calculated';
$_['text_shipping_freight'] = 'Freight';
$_['text_shipping_handling'] = 'Handling fee';
$_['text_shipping_cod'] = 'Cash on delivery fee';
$_['text_shipping_handling_nat'] = 'Handling fee (national)';
$_['entry_shipping_handling_int'] = 'Handling fee (international)';
$_['entry_shipping_pickupdropoff'] = 'Click and Collect';
$_['entry_shipping_pickupinstore'] = 'Available for In-Store Pickup';
$_['entry_shipping_global_shipping'] = 'Use eBay global shipping service';
$_['entry_shipping_promotion_discount'] = 'Combined shipping discounts (national)';
$_['entry_shipping_promotion_discount_international'] = 'Combined shipping discounts (international)';
//Returns profile
$_['text_returns_accept'] = 'Returns accepted';
$_['text_returns_inst'] = 'Return Policy';
$_['text_returns_days'] = 'Return Days';
$_['text_returns_days10'] = '10 Days';
$_['text_returns_days14'] = '14 Days';
$_['text_returns_days30'] = '30 Days';
$_['text_returns_days60'] = '60 Days';
$_['text_returns_type'] = 'Return Type';
$_['text_returns_type_money'] = 'Money back';
$_['text_returns_type_exch'] = 'Money back or exchange';
$_['text_returns_costs'] = 'Return Shipping costs';
$_['text_returns_costs_b'] = 'Buyer pays';
$_['text_returns_costs_s'] = 'Seller pays';
$_['text_returns_restock'] = 'Restocking Fee';
$_['text_list'] = 'Profile list';
//Template profile
$_['text_template_choose'] = 'Default template';
$_['text_template_choose_help'] = 'A default template will auto load when listing to save time';
$_['text_image_gallery'] = 'Gallery image size';
$_['text_image_gallery_help'] = 'Pixel size of gallery images that are added to your template.';
$_['text_image_thumb'] = 'Thumbnail image size';
$_['text_image_thumb_help'] = 'Pixel size of thumbnail images that are added to your template.';
$_['text_image_super'] = 'Supersize images';
$_['text_image_gallery_plus'] = 'Gallery plus';
$_['text_image_all_ebay'] = 'Add all images to eBay';
$_['text_image_all_template'] = 'Add all images to template';
$_['text_image_exclude_default'] = 'Exclude default image';
$_['text_image_exclude_default_help'] = 'Only for bulk listing feature! Will not include the default product image in theme image list';
$_['text_confirm_delete'] = 'Are you sure you want to delete the profile?';
$_['text_width'] = 'Width';
$_['text_height'] = 'Height';
$_['text_px'] = 'px';
$_['text_add'] = 'Add profile';
$_['text_edit'] = 'Edit profile';
//General profile
$_['text_general_private'] = 'List items as private auction';
$_['text_general_price'] = 'Price % modification';
$_['text_general_price_help'] = '0 is default, -10 will reduce by 10%, 10 will increase by 10% (only used on bulk listing)';
//General profile options
$_['text_profile_name'] = 'Name';
$_['text_profile_default'] = 'Default';
$_['text_profile_type'] = 'Type';
$_['text_profile_desc'] = 'Description';
$_['text_profile_action'] = 'Action';
// Profile types
$_['text_type_shipping'] = 'Shipping';
$_['text_type_returns'] = 'Returns';
$_['text_type_template'] = 'Template &amp; gallery';
$_['text_type_general'] = 'General settings';
//Success messages
$_['text_added'] = 'New profile has been added';
$_['text_updated'] = 'Profile has been updated';
//Errors
$_['error_permission'] = 'You do not have permission to edit profiles';
$_['error_name'] = 'You must enter a profile name';
$_['error_no_template'] = 'Template ID does not exist';
$_['error_missing_settings'] = 'You cannot add,edit or delete profiles until you syncronise your eBay settings';
//Help
$_['help_shipping_promotion_discount'] = 'Offer national buyers a discount on shipping if they buy multiple items. Discounts must have been setup in eBay to take effect.';
$_['help_shipping_promotion_discount_international'] = 'Offer international buyers a discount on shipping if they buy multiple items. Discounts must have been setup in eBay to take effect.';

View File

@@ -0,0 +1,114 @@
<?php
// Heading
$_['heading_title'] = 'Marketplace settings';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_ebay'] = 'eBay';
// Text
$_['text_developer'] = 'Developer / support';
$_['text_app_settings'] = 'Application settings';
$_['text_default_import'] = 'Default import settings';
$_['text_payments'] = 'Payments';
$_['text_notify_settings'] = 'Notification settings';
$_['text_listing'] = 'Listing defaults';
$_['text_token_register'] = 'Register for your eBay token';
$_['text_token_renew'] = 'Renew your eBay token';
$_['text_application_settings'] = 'Your application settings allow you to configure the way OpenBay Pro works and integrates with your system.';
$_['text_import_description'] = 'Customise the status of an order during different stages. You cannot use a status on an eBay order that does not exist in this list.';
$_['text_payments_description'] = 'Pre populate your payment options for new listings, this will save you entering them for every new listing you create.';
$_['text_allocate_1'] = 'When customer buys';
$_['text_allocate_2'] = 'When customer had paid';
$_['text_developer_description'] = 'You should not use this area unless instructed to do so';
$_['text_payment_paypal'] = 'PayPal accepted';
$_['text_payment_paypal_add'] = 'PayPal email address';
$_['text_payment_cheque'] = 'Cheque accepted';
$_['text_payment_card'] = 'Cards accepted';
$_['text_payment_desc'] = 'See description (e.g. bank transfer)';
$_['text_tax_use_listing'] = 'Use tax rate set in eBay listing';
$_['text_tax_use_value'] = 'Use a set value for everything';
$_['text_tax_use_product'] = 'Calculate tax based on buyer country and product tax group';
$_['text_notifications'] = 'Control when customers receive notifications from the application. Enabling update emails can improve your DSR ratings as the user will get updates about their order.';
$_['text_listing_1day'] = '1 day';
$_['text_listing_3day'] = '3 days';
$_['text_listing_5day'] = '5 days';
$_['text_listing_7day'] = '7 days';
$_['text_listing_10day'] = '10 days';
$_['text_listing_30day'] = '30 days';
$_['text_listing_gtc'] = 'GTC- Good till cancelled';
$_['text_api_status'] = 'API connection status';
$_['text_api_ok'] = 'Connection OK, token expires';
$_['text_api_failed'] = 'Validation failed';
$_['text_api_other'] = 'Other actions';
$_['text_create_date_0'] = 'When added to OpenCart';
$_['text_create_date_1'] = 'When created on eBay';
$_['text_obp_detail_update'] = 'Update your store URL &amp; contact email';
$_['text_success'] = 'Your settings have been saved';
$_['text_edit'] = 'Edit eBay settings';
// Entry
$_['entry_status'] = 'Status';
$_['entry_token'] = 'Token';
$_['entry_secret'] = 'Secret';
$_['entry_string1'] = 'Encryption string 1';
$_['entry_string2'] = 'Encryption string 2';
$_['entry_end_items'] = 'End items?';
$_['entry_relist_items'] = 'Relist when back in stock?';
$_['entry_disable_soldout'] = 'Disable product when no stock?';
$_['entry_debug'] = 'Enable logging';
$_['entry_currency'] = 'Default currency';
$_['entry_stock_allocate'] = 'Allocate stock';
$_['entry_created_hours'] = 'New order age limit';
$_['entry_developer_locks'] = 'Remove order locks?';
$_['entry_payment_instruction'] = 'Payment instructions';
$_['entry_payment_immediate'] = 'Immediate payment required';
$_['entry_payment_types'] = 'Payment types';
$_['entry_brand_disable'] = 'Disable brand link';
$_['entry_duration'] = 'Default listing duration';
$_['entry_measurement'] = 'Measurement system';
$_['entry_address_format'] = 'Default address format';
$_['entry_timezone_offset'] = 'Timezone offset';
$_['entry_tax_listing'] = 'Product tax';
$_['entry_tax'] = 'Tax % used for everything';
$_['entry_create_date'] = 'Created date for new orders';
$_['entry_notify_order_update'] = 'Order updates';
$_['entry_notify_buyer'] = 'New order - buyer';
$_['entry_notify_admin'] = 'New order - admin';
$_['entry_import_pending'] = 'Import unpaid orders:';
$_['entry_import_def_id'] = 'Import default status:';
$_['entry_import_paid_id'] = 'Paid status:';
$_['entry_import_shipped_id'] = 'Shipped status:';
$_['entry_import_cancelled_id'] = 'Cancelled status:';
$_['entry_import_refund_id'] = 'Refunded status:';
$_['entry_import_part_refund_id'] = 'Partially refunded status:';
// Tabs
$_['tab_api_info'] = 'API details';
$_['tab_setup'] = 'Settings';
$_['tab_defaults'] = 'Listing defaults';
// Help
$_['help_disable_soldout'] = 'When the item sells out it then disables the product in OpenCart';
$_['help_relist_items'] = 'If an item link existed before it will relist previous item if back in stock';
$_['help_end_items'] = 'If items sell out, should the listing be ended on eBay?';
$_['help_currency'] = 'Based on currencies from your store';
$_['help_created_hours'] = 'Orders are new when younger than this limit (in hours). Default is 72';
$_['help_stock_allocate'] = 'When should stock be allocated from the store?';
$_['help_payment_instruction'] = 'Be as descriptive as possible. Do you require payment within a certain time? Do they call to pay by card? Do you have any special payment terms?';
$_['help_payment_immediate'] = 'Immediate payment stops unpaid buyers, as an item is not sold until they pay.';
$_['help_listing_tax'] = 'If you use the rate from listings ensure your items have the correct tax in eBay';
$_['help_tax'] = 'Used when you import items or orders';
$_['help_duration'] = 'GTC is only available is you have an eBay shop.';
$_['help_address_format'] = 'Only used if the country does not have an address format set-up already.';
$_['help_create_date'] = 'Choose which created time will appear on an order when it is imported';
$_['help_timezone_offset'] = 'Based on hours. 0 is GMT timezone. Only works if eBay time is used for order creation.';
$_['help_notify_admin'] = 'Notify the store admin with the default new order email';
$_['help_notify_order_update'] = 'This is for automated updates, for example if you update an order in eBay and the new status is updated in your store automatically.';
$_['help_notify_buyer'] = 'Notify the user with the default new order email';
$_['help_measurement'] = 'Choose what measurement system you want to use for listings';
// Buttons
$_['button_update'] = 'Update';
$_['button_repair_links'] = 'Repair item links';
// Error
$_['error_api_connect'] = 'Failed to connect to the API';

View File

@@ -0,0 +1,28 @@
<?php
// Heading
$_['heading_title'] = 'Subscription';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_ebay'] = 'eBay';
// Buttons
$_['button_plan_change'] = 'Change to plan';
// Columns
$_['column_plan'] = 'Plan name';
$_['column_call_limit'] = 'Call limit';
$_['column_price'] = 'Price (p/month)';
$_['column_description'] = 'Description';
$_['column_current'] = 'Current plan';
// Text
$_['text_subscription_current'] = 'Current plan';
$_['text_subscription_avail'] = 'Available plans';
$_['text_subscription_avail1'] = 'Changing plans will be immediate and unused calls will not be credited.';
$_['text_ajax_acc_load_plan'] = 'PayPal subscription ID: ';
$_['text_ajax_acc_load_plan2'] = ', you should cancel ALL other subscriptions from us';
$_['text_load_my_plan'] = 'Loading your plan';
$_['text_load_plans'] = 'Loading available plans';
$_['text_subscription'] = 'Change your OpenBay Pro subscription';
// Errors
$_['error_ajax_load'] = 'Sorry, could not get a response. Try later.';

View File

@@ -0,0 +1,27 @@
<?php
// Heading
$_['heading_title'] = 'Summary';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_ebay'] = 'eBay';
// Text
$_['text_use_desc'] = 'This is your eBay account summary page. It is a quick snapshot of any limits on your account along with your DSR selling performance.';
$_['text_ebay_limit_head'] = 'Your eBay account has selling limits!';
$_['text_ebay_limit_t1'] = 'You can sell';
$_['text_ebay_limit_t2'] = 'more items (this is the total amount of items, not individual listings) to the value of';
$_['text_ebay_limit_t3'] = 'When you try to create new listings, it will fail if you exceed the amounts above.';
$_['text_as_described'] = 'Item as described';
$_['text_communication'] = 'Communication';
$_['text_shippingtime'] = 'Shipping time';
$_['text_shipping_charge'] = 'Shipping charges';
$_['text_score'] = 'Score';
$_['text_count'] = 'Count';
$_['text_report_30'] = '30 days';
$_['text_report_52'] = '52 weeks';
$_['text_title_dsr'] = 'DSR reports';
$_['text_failed'] = 'Failed to load';
$_['text_summary'] = 'View your eBay summary';
// Error
$_['error_validation'] = 'You need to register for your API token and enable the module.';
$_['error_ajax_load'] = 'Sorry, connection to the server failed';

View File

@@ -0,0 +1,30 @@
<?php
// Heading
$_['heading_title'] = 'Synchronise';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_ebay'] = 'eBay';
// Buttons
$_['button_update'] = 'Update';
// Entry
$_['entry_sync_categories'] = 'Get eBay categories';
$_['entry_sync_shop'] = 'Get shop categories';
$_['entry_sync_setting'] = 'Get settings';
// Text
$_['text_complete'] = 'Complete';
$_['text_sync_desc'] = 'Sync your store with the latest available shipping and categories options from eBay, this data is only for the options when listing an item to eBay - it will not import categories to your store etc.';
$_['text_ebay_categories'] = 'This may take a while, wait 5 minutes before you do anything else.';
$_['text_category_import'] = 'Your eBay shop categories have been imported.';
$_['text_setting_import'] = 'Your settings have been imported.';
$_['text_sync'] = 'Update settings from eBay';
// Help
$_['help_sync_categories'] = 'This does not import any categories to your store!';
$_['help_sync_shop'] = 'This does not import any categories to your store!';
$_['help_sync_setting'] = 'This imports available payment types, shipping, locations and more.';
// Errors
$_['error_settings'] = 'There was an error loading the settings.';
$_['error_failed'] = 'Failed to load';

View File

@@ -0,0 +1,27 @@
<?php
// Headings
$_['heading_title'] = 'Listing templates';
$_['text_ebay'] = 'eBay';
$_['text_openbay'] = 'OpenBay Pro';
// Columns
$_['column_name'] = 'Template name';
$_['column_action'] = 'Action';
// Entry
$_['entry_template_name'] = 'Name';
$_['entry_template_html'] = 'HTML';
// Text
$_['text_added'] = 'New template has been added';
$_['text_updated'] = 'Template has been updated';
$_['text_deleted'] = 'Template has been deleted';
$_['text_confirm_delete'] = 'Are you sure you want to delete the template?';
$_['text_list'] = 'Template list';
$_['text_add'] = 'Add profile';
$_['text_edit'] = 'Edit profile';
// Error
$_['error_name'] = 'You must enter a template name';
$_['error_permission'] = 'You do not have permission to edit templates';
$_['error_no_template'] = 'Template ID does not exist';

View File

@@ -0,0 +1,11 @@
<?php
// Headings
$_['heading_title'] = 'Usage';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_ebay'] = 'eBay';
// Text
$_['text_usage'] = 'Your account usage';
// Errors
$_['error_ajax_load'] = 'Sorry, could not get a response. Try later.';

View File

@@ -0,0 +1,17 @@
<?php
// Heading
$_['heading_title'] = 'Etsy';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_dashboard'] = 'Etsy Dashboard';
// Messages
$_['text_success'] = 'You have saved your changes to the Etsy extension';
$_['text_heading_settings'] = 'Settings';
$_['text_heading_sync'] = 'Synchronise';
$_['text_heading_register'] = 'Register here';
$_['text_heading_products'] = 'Item links';
$_['text_heading_listings'] = 'Etsy listings';
// Errors
$_['error_generic_fail'] = 'An unknown error just happened!';
$_['error_permission'] = 'You do not have permission to Etsy settings';

View File

@@ -0,0 +1,66 @@
<?php
// Headings
$_['heading_title'] = 'New listing';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_etsy'] = 'Etsy';
// Tabs
$_['tab_additional'] = 'Additional information';
// Text
$_['text_option'] = 'Select option';
$_['text_category_selected'] = 'Category selected';
$_['text_material_add'] = 'Add Material';
$_['text_material_remove'] = 'Remove Material';
$_['text_tag_add'] = 'Add Tag';
$_['text_tag_remove'] = 'Remove Tag';
$_['text_created'] = 'Your listing has been created';
$_['text_listing_id'] = 'Listing ID';
$_['text_img_upload'] = 'Uploading image';
$_['text_img_upload_done'] = 'Uploaded image';
$_['text_create'] = 'Create a new Etsy listing';
// Entry
$_['entry_title'] = 'Product title';
$_['entry_description'] = 'Description';
$_['entry_price'] = 'Price';
$_['entry_non_taxable'] = 'Non taxable';
$_['entry_category'] = 'Category selection';
$_['entry_who_made'] = 'Who made it?';
$_['entry_when_made'] = 'When was it made?';
$_['entry_recipient'] = 'Who is it for?';
$_['entry_occasion'] = 'What occasion is it for?';
$_['entry_is_supply'] = 'Is this a supply?';
$_['entry_state'] = 'Listing status';
$_['entry_style'] = 'Style Tag 1';
$_['entry_style_2'] = 'Style Tag 2';
$_['entry_processing_min'] = 'Processing time min';
$_['entry_processing_max'] = 'Processing time max';
$_['entry_materials'] = 'Materials';
$_['entry_tags'] = 'Tags';
$_['entry_shipping'] = 'Shipping profile';
$_['entry_shop'] = 'Shop section';
$_['entry_is_custom'] = 'Can it be customised?';
$_['entry_image'] = 'Main image';
$_['entry_image_other'] = 'Other images';
// Help
$_['help_description'] = 'All HTML has been removed from your description as it is not supported on Etsy';
// Errors
$_['error_no_shipping'] = 'You have not setup any shipping profiles!';
$_['error_no_shop_secton'] = 'You have not setup any shop sections!';
$_['error_no_img_url'] = 'No image selected for upload';
$_['error_no_listing_id'] = 'No listing ID supplied';
$_['error_title_length'] = 'Title is too long';
$_['error_title_missing'] = 'Title is missing';
$_['error_desc_missing'] = 'Description is missing or empty';
$_['error_price_missing'] = 'Price is missing or empty';
$_['error_category'] = 'Category not selected';
$_['error_style_1_tag'] = 'Style 1 tag is not valid';
$_['error_style_2_tag'] = 'Style 2 tag is not valid';
$_['error_materials'] = 'You can only add 13 materials';
$_['error_tags'] = 'You can only add 13 tags';
$_['error_stock_max'] = 'The maximum stock you can list on Etsy is 999, you have %s in stock';
$_['error_image_max'] = 'The maximum number of images you can use on Etsy is 5, you have chosen %s';
$_['error_variant'] = 'Variant items on Etsy.com are not yet supported by OpenBay Pro';

View File

@@ -0,0 +1,26 @@
<?php
// Headings
$_['heading_title'] = 'Edit listing';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_etsy'] = 'Etsy';
// Tabs
// Text
$_['text_option'] = 'Select option';
$_['text_listing_id'] = 'Listing ID';
$_['text_updated'] = 'Your Etsy listing has been updated';
$_['text_edit'] = 'Update your Etsy listing';
// Entry
$_['entry_title'] = 'Product title';
$_['entry_description'] = 'Description';
$_['entry_price'] = 'Price';
$_['entry_state'] = 'State';
// Errors
$_['error_price_missing'] = 'Price is missing or empty';
$_['error_title_length'] = 'Title is too long';
$_['error_title_missing'] = 'Title is missing';
$_['error_desc_missing'] = 'Description is missing or empty';
$_['error_state_missing'] = 'State is missing or empty';

View File

@@ -0,0 +1,34 @@
<?php
// Headings
$_['heading_title'] = 'Etsy links';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_etsy'] = 'Etsy';
// Text
$_['text_loading'] = 'Loading items';
$_['text_new_link'] = 'Create new link';
$_['text_current_links'] = 'Current links';
$_['text_link_saved'] = 'Item has been linked';
$_['text_no_links'] = 'You have no products linked to Etsy items';
// Columns
$_['column_product'] = 'Product name';
$_['column_item_id'] = 'Etsy ID';
$_['column_store_stock'] = 'Stock';
$_['column_etsy_stock'] = 'Etsy Stock';
$_['column_status'] = 'Link Status';
$_['column_action'] = 'Action';
// Entry
$_['entry_name'] = 'Product name';
$_['entry_etsy_id'] = 'Etsy item ID';
// Error
$_['error_product'] = 'Product does not exist in your store';
$_['error_stock'] = 'You cannot link an item that has no stock';
$_['error_product_id'] = 'Product ID required';
$_['error_etsy_id'] = 'Etsy item ID required';
$_['error_link_id'] = 'Link ID required';
$_['error_link_exists'] = 'An active link already exists for this item';
$_['error_etsy'] = 'Unable to link item, Etsy API response: ';
$_['error_status'] = 'Status filter required';

View File

@@ -0,0 +1,49 @@
<?php
// Headings
$_['heading_title'] = 'Etsy listings';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_etsy'] = 'Etsy';
// Text
$_['text_link_saved'] = 'Item has been linked';
$_['text_activate'] = 'Activate';
$_['text_deactivate'] = 'Deactivate';
$_['text_add_link'] = 'Add link';
$_['text_delete_link'] = 'Delete link';
$_['text_delete'] = 'Delete listing';
$_['text_status_stock'] = 'Stock not synced';
$_['text_status_ok'] = 'OK';
$_['text_status_nolink'] = 'Not linked';
$_['text_link_added'] = 'A product has been linked to the listing';
$_['text_link_deleted'] = 'The product has been unlinked from the listing';
$_['text_item_ended'] = 'The item has been removed from Etsy';
$_['text_item_deactivated'] = 'The item has been deactivated in Etsy';
$_['text_item_activated'] = 'The item has been activated in Etsy';
$_['text_confirm_end'] = 'Are you sure you want to remove the listing?';
$_['text_confirm_deactivate'] = 'Are you sure you want to deactivate the listing?';
$_['text_confirm_activate'] = 'Are you sure you want to activate the listing?';
$_['text_listings'] = 'Manage your Etsy listings';
// Columns
$_['column_listing_id'] = 'Etsy ID';
$_['column_title'] = 'Title';
$_['column_listing_qty'] = 'Listing quantity';
$_['column_store_qty'] = 'Store quantity';
$_['column_status'] = 'Status message';
$_['column_link_status'] = 'Link status';
$_['column_action'] = 'Action';
// Entry
$_['entry_limit'] = 'Page limit';
$_['entry_status'] = 'Status';
$_['entry_keywords'] = 'Keywords';
$_['entry_name'] = 'Product name';
$_['entry_etsy_id'] = 'Etsy item ID';
// Help
$_['help_keywords'] = 'Keywords only apply with active listings';
// Error
$_['error_etsy'] = 'Error! Etsy API response: ';
$_['error_product_id'] = 'Product ID required';
$_['error_etsy_id'] = 'Etsy item ID required';

View File

@@ -0,0 +1,42 @@
<?php
// Headings
$_['heading_title'] = 'Marketplace settings';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_etsy'] = 'Etsy';
// Text
$_['text_success'] = 'Your settings have been saved';
$_['text_status'] = 'Status';
$_['text_account_ok'] = 'Connection to Etsy OK';
$_['text_api_other'] = 'Links';
$_['text_token_register'] = 'Register';
$_['text_api_ok'] = 'API connection OK';
$_['text_pull_orders'] = 'Pull orders';
$_['text_sync_settings'] = 'Sync settings';
$_['text_complete'] = 'Complete';
$_['text_failed'] = 'Failed';
$_['text_orders_imported'] = 'Order pull has been requested';
$_['text_api_status'] = 'API connection';
$_['text_edit'] = 'Edit Etsy settings';
// Entry
$_['entry_import_def_id'] = 'Import default status (unpaid):';
$_['entry_import_paid_id'] = 'Paid status:';
$_['entry_import_shipped_id'] = 'Shipped status:';
$_['entry_enc1'] = 'API Encryption 1';
$_['entry_enc2'] = 'API Encryption 2';
$_['entry_token'] = 'API token';
$_['entry_address_format'] = 'Default address format';
$_['entry_debug'] = 'Enable logging';
// Error
$_['error_api_connect'] = 'Failed to connect to the API';
$_['error_account_info'] = 'Unable to verify API connection to Etsy ';
// Tabs
$_['tab_api_info'] = 'API details';
// Help
$_['help_address_format'] = 'Only used if the linked country does not have an address format set-up already.';
$_['help_sync_settings'] = 'This will update your database with the latest setting options such as condition types, dates and more.';
$_['help_pull_orders'] = 'This will trigger a manual import of new and updated orders.';

View File

@@ -0,0 +1,12 @@
<?php
// Heading
$_['heading_title'] = 'Fulfillment by Amazon';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_dashboard'] = 'Fulfillment by Amazon Dashboard';
// Text
$_['text_heading_settings'] = 'Settings';
$_['text_heading_account'] = 'Account/subscription';
$_['text_heading_fulfillments'] = 'Fulfillments';
$_['text_heading_register'] = 'Register';
$_['text_heading_orders'] = 'Orders';

View File

@@ -0,0 +1,50 @@
<?php
// Heading
$_['heading_title'] = 'Fulfillments';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_fba'] = 'Fulfillment By Amazon';
$_['heading_order_info'] = 'Order info';
$_['heading_products'] = 'Products';
// Entry
$_['entry_seller_fulfillment_order_id'] = 'Seller fulfillment order ID';
$_['entry_displayable_order_id'] = 'Displayable order ID';
$_['entry_displayable_date'] = 'Displayable date/time';
$_['entry_displayable_comment'] = 'Displayable comment';
$_['entry_shipping_speed_category'] = 'Shipping speed category';
$_['entry_fulfillment_policy'] = 'Fulfillment policy';
$_['entry_fulfillment_order_status'] = 'Status';
$_['entry_notification_email_list'] = 'Notification email list';
$_['entry_button_cancel'] = 'Cancel fulfillment';
$_['entry_button_ship'] = 'Ship fulfillment';
// Text
$_['text_no_results'] = 'No fulfillment\'s found on Amazon';
$_['text_fulfillment_list'] = 'Amazon Fulfillment list';
$_['text_form'] = 'Amazon Fulfillment';
$_['text_ship_success'] = 'Fulfillment has been confirmed to ship, it may take a few minutes for Amazon to update';
$_['text_cancel_success'] = 'Fulfillment has been cancelled, it may take a few minutes for Amazon to update';
$_['text_cancel_confirm'] = 'Are you sure you want to cancel this fulfillment?';
$_['text_ship_confirm'] = 'Are you sure you want to ship this fulfillment?';
$_['text_status'] = 'Fulfillment status';
$_['text_fulfillment_sent'] = 'Fulfillment has been sent!';
$_['text_fulfillment_shipped'] = 'Fulfillment has been shipped!';
$_['text_fulfillment_cancelled'] = 'Fulfillment has been cancelled!';
// Columns
$_['column_sku'] = 'SKU';
$_['column_order_item_id'] = 'Order item ID';
$_['column_quantity'] = 'Quantity';
$_['column_cancelled_quantity'] = 'Cancelled Quantity';
$_['column_unfulfillable_quantity'] = 'Unfulfillable Quantity';
$_['column_estimated_ship'] = 'Estimated ship';
$_['column_estimated_arrive'] = 'Estimated arrive';
// Errors
$_['error_loading_fulfillment'] = 'There was a problem getting the fulfillment order information from Amazon';
$_['error_ship'] = 'There was a problem confirming the shipment with Amazon';
$_['error_cancel'] = 'There was a problem cancelling the fulfillment with Amazon';
$_['error_missing_id'] = 'Missing ID in the request';
$_['error_no_shipping'] = 'No shipping method found';
$_['error_no_items'] = 'No items found for this order';
$_['error_amazon_request'] = 'There was an error response from Amazon, please check the errors for the request';

View File

@@ -0,0 +1,26 @@
<?php
// Heading
$_['heading_title'] = 'Fulfillments';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_fba'] = 'Fulfillment By Amazon';
// Buttons
//$_['button_pull_orders'] = 'Start';
// Entry
$_['entry_start_date'] = 'Start date (format YYYY-MM-DD)';
// Text
$_['text_no_results'] = 'No fulfillment\'s found on Amazon';
$_['text_fulfillment_list'] = 'Amazon Fulfillment list';
// Columns
$_['column_seller_fulfillment_order_id'] = 'Seller Order ID';
$_['column_displayable_order_id'] = 'Displayable Order ID';
$_['column_displayable_order_date'] = 'Displayable date/time';
$_['column_shipping_speed_category'] = 'Shipping speed';
$_['column_fulfillment_order_status'] = 'Order Status';
$_['column_action'] = 'Action';
// Errors
//$_['error_validation'] = 'You need to register for your API token and enable the module.';

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