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