aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/en-gb/extension/openbay/amazon_settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/admin/language/en-gb/extension/openbay/amazon_settings.php')
-rw-r--r--public/admin/language/en-gb/extension/openbay/amazon_settings.php65
1 files changed, 65 insertions, 0 deletions
diff --git a/public/admin/language/en-gb/extension/openbay/amazon_settings.php b/public/admin/language/en-gb/extension/openbay/amazon_settings.php
new file mode 100644
index 0000000..e33488b
--- /dev/null
+++ b/public/admin/language/en-gb/extension/openbay/amazon_settings.php
@@ -0,0 +1,65 @@
+<?php
+// Heading
+$_['heading_title'] = 'Marketplace settings';
+$_['text_openbay'] = 'OpenBay Pro';
+$_['text_amazon'] = 'Amazon EU';
+$_['text_edit'] = 'Edit Amazon EU settings';
+
+// Text
+$_['text_api_status'] = 'API connection status';
+$_['text_api_ok'] = 'Connection OK, Auth OK';
+$_['text_api_auth_error'] = 'Connection OK, Auth failed';
+$_['text_api_error'] = 'Connection error';
+$_['text_order_statuses'] = 'Order Statuses';
+$_['text_unshipped'] = 'Unshipped';
+$_['text_partially_shipped'] = 'Partially Shipped';
+$_['text_shipped'] = 'Shipped';
+$_['text_canceled'] = 'Canceled';
+$_['text_other'] = 'Other';
+$_['text_marketplaces'] = 'Marketplaces';
+$_['text_markets'] = 'Choose markets from which you would like to import your orders';
+$_['text_de'] = 'Germany';
+$_['text_fr'] = 'France';
+$_['text_it'] = 'Italy';
+$_['text_es'] = 'Spain';
+$_['text_uk'] = 'United Kingdom';
+$_['text_settings_updated'] = 'Settings were successfully updated.';
+$_['text_new'] = 'New';
+$_['text_used_like_new'] = 'Used - Like New';
+$_['text_used_very_good'] = 'Used - Very Good';
+$_['text_used_good'] = 'Used - Good';
+$_['text_used_acceptable'] = 'Used - Acceptable';
+$_['text_collectible_like_new'] = 'Collectible - Like New';
+$_['text_collectible_very_good'] = 'Collectible - Very Good';
+$_['text_collectible_good'] = 'Collectible - Good';
+$_['text_collectible_acceptable'] = 'Collectible - Acceptable';
+$_['text_refurbished'] = 'Refurbished';
+$_['text_register_banner'] = 'Click here if you need to register for an account';
+
+// Error
+$_['error_permission'] = 'You do not have access to this module';
+
+// Entry
+$_['entry_status'] = 'Status';
+$_['entry_token'] = 'API token';
+$_['entry_encryption_key'] = 'Encryption key 1';
+$_['entry_encryption_iv'] = 'Encryption key 2';
+$_['entry_import_tax'] = 'Tax for imported items';
+$_['entry_customer_group'] = 'Customer Group';
+$_['entry_tax_percentage'] = 'Modify price';
+$_['entry_default_condition'] = 'Default product condition type';
+$_['entry_marketplace_default'] = 'Default marketplace';
+$_['entry_notify_admin'] = 'Notify admin of new order';
+$_['entry_default_shipping'] = 'Default shipping';
+
+// Tabs
+$_['tab_settings'] = 'API details';
+$_['tab_listing'] = 'Listings';
+$_['tab_orders'] = 'Orders';
+
+// Help
+$_['help_import_tax'] = 'Used if Amazon does not return tax information';
+$_['help_customer_group'] = 'Select a customer group to assign to imported orders';
+$_['help_default_shipping'] = 'Used as the pre-selected option in the bulk order update';
+$_['help_entry_marketplace_default'] = 'Default marketplace for product listings and lookups';
+$_['help_tax_percentage'] = 'Percentage added to default product price';