Current Path : /var/www/alh/upload/admin/language/en-gb/extension/openbay/ |
Current File : /var/www/alh/upload/admin/language/en-gb/extension/openbay/amazonus_settings.php |
<?php // Heading $_['heading_title'] = 'Marketplace settings'; $_['text_openbay'] = 'OpenBay Pro'; $_['text_amazon'] = 'Amazon US'; $_['text_edit'] = 'Edit Amazon US 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_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'] = 'Percentage added to default product\'s price'; $_['entry_default_condition'] = 'Default product condition type'; $_['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_tax_percentage'] = 'Percentage added to default product price';