1
0

Added default language pack (en-gb)

This commit is contained in:
Christer Waren
2020-02-12 23:25:39 +02:00
parent 27b4234c0f
commit 704d608ff8
465 changed files with 15946 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.';