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