amazonus_settings.php (2754B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Marketplace settings'; 4 $_['text_openbay'] = 'OpenBay Pro'; 5 $_['text_amazon'] = 'Amazon US'; 6 $_['text_edit'] = 'Edit Amazon US 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_settings_updated'] = 'Settings were successfully updated.'; 21 $_['text_new'] = 'New'; 22 $_['text_used_like_new'] = 'Used - Like New'; 23 $_['text_used_very_good'] = 'Used - Very Good'; 24 $_['text_used_good'] = 'Used - Good'; 25 $_['text_used_acceptable'] = 'Used - Acceptable'; 26 $_['text_collectible_like_new'] = 'Collectible - Like New'; 27 $_['text_collectible_very_good'] = 'Collectible - Very Good'; 28 $_['text_collectible_good'] = 'Collectible - Good'; 29 $_['text_collectible_acceptable'] = 'Collectible - Acceptable'; 30 $_['text_refurbished'] = 'Refurbished'; 31 $_['text_register_banner'] = 'Click here if you need to register for an account'; 32 33 // Error 34 $_['error_permission'] = 'You do not have access to this module'; 35 36 // Entry 37 $_['entry_status'] = 'Status'; 38 $_['entry_token'] = 'API token'; 39 $_['entry_encryption_key'] = 'Encryption key 1'; 40 $_['entry_encryption_iv'] = 'Encryption key 2'; 41 $_['entry_import_tax'] = 'Tax for imported items'; 42 $_['entry_customer_group'] = 'Customer Group'; 43 $_['entry_tax_percentage'] = 'Percentage added to default product\'s price'; 44 $_['entry_default_condition'] = 'Default product condition type'; 45 $_['entry_notify_admin'] = 'Notify admin of new order'; 46 $_['entry_default_shipping'] = 'Default shipping'; 47 48 // Tabs 49 $_['tab_settings'] = 'API details'; 50 $_['tab_listing'] = 'Listings'; 51 $_['tab_orders'] = 'Orders'; 52 53 // Help 54 $_['help_import_tax'] = 'Used if Amazon does not return tax information'; 55 $_['help_customer_group'] = 'Select a customer group to assign to imported orders'; 56 $_['help_default_shipping'] = 'Used as the pre-selected option in the bulk order update'; 57 $_['help_tax_percentage'] = 'Percentage added to default product price';