Адаптація структури перекладу під 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,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.';