add latest translate by by Sirchyk

This commit is contained in:
Eugene Kuligin
2014-12-07 08:59:25 +02:00
parent a891d6291d
commit b3e811ae97
379 changed files with 11199 additions and 3362 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'] = 'Combination';
$_['text_sku'] = 'SKU';
$_['text_amazon_sku'] = 'Amazon item 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.';