Added default language pack (en-gb)
This commit is contained in:
18
admin/extension/openbay/amazon_listingsaved.php
Normal file
18
admin/extension/openbay/amazon_listingsaved.php
Normal 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';
|
Reference in New Issue
Block a user