amazon_settings.php (3336B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Marketplace settings'; 4 $_['text_openbay'] = 'OpenBay Pro'; 5 $_['text_amazon'] = 'Amazon EU'; 6 $_['text_edit'] = 'Edit Amazon EU settings'; 7 8 // Text 9 $_['text_api_status'] = 'API connection status'; 10 $_['text_api_ok'] = 'Connection OK, Auth OK'; 11 $_['text_api_auth_error'] = 'Connection OK, Auth failed'; 12 $_['text_api_error'] = 'Connection error'; 13 $_['text_order_statuses'] = 'Order Statuses'; 14 $_['text_unshipped'] = 'Unshipped'; 15 $_['text_partially_shipped'] = 'Partially Shipped'; 16 $_['text_shipped'] = 'Shipped'; 17 $_['text_canceled'] = 'Canceled'; 18 $_['text_other'] = 'Other'; 19 $_['text_marketplaces'] = 'Marketplaces'; 20 $_['text_markets'] = 'Choose markets from which you would like to import your orders'; 21 $_['text_de'] = 'Germany'; 22 $_['text_fr'] = 'France'; 23 $_['text_it'] = 'Italy'; 24 $_['text_es'] = 'Spain'; 25 $_['text_uk'] = 'United Kingdom'; 26 $_['text_settings_updated'] = 'Settings were successfully updated.'; 27 $_['text_new'] = 'New'; 28 $_['text_used_like_new'] = 'Used - Like New'; 29 $_['text_used_very_good'] = 'Used - Very Good'; 30 $_['text_used_good'] = 'Used - Good'; 31 $_['text_used_acceptable'] = 'Used - Acceptable'; 32 $_['text_collectible_like_new'] = 'Collectible - Like New'; 33 $_['text_collectible_very_good'] = 'Collectible - Very Good'; 34 $_['text_collectible_good'] = 'Collectible - Good'; 35 $_['text_collectible_acceptable'] = 'Collectible - Acceptable'; 36 $_['text_refurbished'] = 'Refurbished'; 37 $_['text_register_banner'] = 'Click here if you need to register for an account'; 38 39 // Error 40 $_['error_permission'] = 'You do not have access to this module'; 41 42 // Entry 43 $_['entry_status'] = 'Status'; 44 $_['entry_token'] = 'API token'; 45 $_['entry_encryption_key'] = 'Encryption key 1'; 46 $_['entry_encryption_iv'] = 'Encryption key 2'; 47 $_['entry_import_tax'] = 'Tax for imported items'; 48 $_['entry_customer_group'] = 'Customer Group'; 49 $_['entry_tax_percentage'] = 'Modify price'; 50 $_['entry_default_condition'] = 'Default product condition type'; 51 $_['entry_marketplace_default'] = 'Default marketplace'; 52 $_['entry_notify_admin'] = 'Notify admin of new order'; 53 $_['entry_default_shipping'] = 'Default shipping'; 54 55 // Tabs 56 $_['tab_settings'] = 'API details'; 57 $_['tab_listing'] = 'Listings'; 58 $_['tab_orders'] = 'Orders'; 59 60 // Help 61 $_['help_import_tax'] = 'Used if Amazon does not return tax information'; 62 $_['help_customer_group'] = 'Select a customer group to assign to imported orders'; 63 $_['help_default_shipping'] = 'Used as the pre-selected option in the bulk order update'; 64 $_['help_entry_marketplace_default'] = 'Default marketplace for product listings and lookups'; 65 $_['help_tax_percentage'] = 'Percentage added to default product price';