first commit

This commit is contained in:
Konstantin
2026-05-30 09:27:58 +03:00
commit de0344d218
2371 changed files with 661486 additions and 0 deletions
@@ -0,0 +1,36 @@
<?php
// * @source See SOURCE.txt for source and other copyright.
// * @license GNU General Public License version 3; see LICENSE.txt
// Heading
$_['heading_title'] = 'Bulk Linking';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_amazon'] = 'Amazon EU';
// Button
$_['button_load'] = 'Load';
$_['button_link'] = 'Ссылка';
// Text
$_['text_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'] = 'Цена';
$_['column_name'] = 'Name';
$_['column_sku'] = 'SKU';
$_['column_quantity'] = 'Количество';
$_['column_combination'] = 'Combination';
// Error
$_['error_bulk_link_permission'] = 'Bulk linking is not available on your plan, please upgrade to use this feature.';