amazonus_listing.php (5196B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'New Amazon listing'; 4 $_['text_title_advanced'] = 'Advanced listing'; 5 $_['text_openbay'] = 'OpenBay Pro'; 6 $_['text_amazon'] = 'Amazon US'; 7 8 // Buttons 9 $_['button_new'] = 'Create new product'; 10 $_['button_amazon_price'] = 'Get Amazon price'; 11 $_['button_list'] = 'List on Amazon'; 12 $_['button_remove_error'] = 'Remove error messages'; 13 $_['button_save_upload'] = 'Save and upload'; 14 $_['button_browse'] = 'Browse'; 15 $_['button_saved_listings'] = 'View saved listings'; 16 $_['button_remove_links'] = 'Remove links'; 17 $_['button_create_new_listing'] = 'Create new listing'; 18 19 // Help 20 $_['help_sku'] = 'Unique product ID assigned by the merchant'; 21 $_['help_restock_date'] = 'This is the date you will be able to ship any back-ordered items to a customer. This date should not be greater than 30 days from the date listed or orders received may automatically be canceled.'; 22 $_['help_sale_price'] = 'Sale Price must have a start and end date'; 23 24 // Text 25 $_['text_products_sent'] = 'Products were sent for processing'; 26 $_['button_view_on_amazon'] = 'View on Amazon'; 27 $_['text_list'] = 'List on Amazon'; 28 $_['text_new'] = 'New'; 29 $_['text_used_like_new'] = 'Used - Like New'; 30 $_['text_used_very_good'] = 'Used - Very Good'; 31 $_['text_used_good'] = 'Used - Good'; 32 $_['text_used_acceptable'] = 'Used - Acceptable'; 33 $_['text_collectible_like_new'] = 'Collectible - Like New'; 34 $_['text_collectible_very_good'] = 'Collectible - Very Good'; 35 $_['text_collectible_good'] = 'Collectible - Good'; 36 $_['text_collectible_acceptable'] = 'Collectible - Acceptable'; 37 $_['text_refurbished'] = 'Refurbished'; 38 $_['text_product_not_sent'] = 'Product was not sent to Amazon. Reason: %s'; 39 $_['text_not_in_catalog'] = 'Or, if it is not in the catalog '; 40 $_['text_placeholder_search'] = 'Enter product name, UPC, EAN, ISBN or ASIN'; 41 $_['text_placeholder_condition'] = 'Use this box to describe the condition of your products.'; 42 $_['text_characters'] = 'characters'; 43 $_['text_uploaded'] = 'Saved listing(s) uploaded!'; 44 $_['text_saved_local'] = 'Listing saved but not uploaded yet'; 45 $_['text_product_sent'] = 'Product was successfully sent to Amazon.'; 46 $_['text_links_removed'] = 'Amazon product links deleted'; 47 $_['text_product_links'] = 'Product links'; 48 $_['text_has_saved_listings'] = 'This product has one or more saved listings that is not uploaded'; 49 $_['text_edit_heading'] = 'Edit listing'; 50 51 // Columns 52 $_['column_image'] = 'Image'; 53 $_['column_asin'] = 'ASIN'; 54 $_['column_price'] = 'Price'; 55 $_['column_action'] = 'Action'; 56 $_['column_name'] = 'Product Name'; 57 $_['column_model'] = 'Model'; 58 $_['column_combination'] = 'Variant Combination'; 59 $_['column_sku_variant'] = 'Variant SKU'; 60 $_['column_sku'] = 'Product SKU'; 61 $_['column_amazon_sku'] = 'Amazon item SKU'; 62 63 // Entry 64 $_['entry_sku'] = 'SKU'; 65 $_['entry_condition'] = 'Condition'; 66 $_['entry_condition_note'] = 'Condition Note'; 67 $_['entry_price'] = 'Price'; 68 $_['entry_sale_price'] = 'Sale Price'; 69 $_['entry_sale_date'] = 'Sale date range'; 70 $_['entry_quantity'] = 'Quantity'; 71 $_['entry_start_selling'] = 'Available from date'; 72 $_['entry_restock_date'] = 'Restock Date'; 73 $_['entry_country_of_origin'] = 'Country of Origin'; 74 $_['entry_release_date'] = 'Release Date'; 75 $_['entry_from'] = 'Date from'; 76 $_['entry_to'] = 'Date to'; 77 $_['entry_product'] = 'Listing for product'; 78 $_['entry_category'] = 'Amazon category'; 79 80 //Tabs 81 $_['tab_main'] = 'Main'; 82 $_['tab_required'] = 'Required info'; 83 $_['tab_additional'] = 'Additional options'; 84 85 //Errors 86 $_['error_text_missing'] = 'You must enter some search details'; 87 $_['error_data_missing'] = 'Required data is missing'; 88 $_['error_missing_asin'] = 'ASIN is missing'; 89 $_['error_marketplace_missing'] = 'Please select a marketplace'; 90 $_['error_condition_missing'] = 'Please select condition'; 91 $_['error_fetch'] = 'Could not get the data'; 92 $_['error_amazonus_price'] = 'Could not get the price from Amazon US'; 93 $_['error_stock'] = 'You cannot list an item with less than 1 item in stock'; 94 $_['error_sku'] = 'You must enter an SKU for the item'; 95 $_['error_price'] = 'You must enter a price for the item'; 96 $_['error_connecting'] = 'Warning: There was problem connecting to the API. Please check your OpenBay Pro Amazon extension settings. If the problem persists, please contact support.'; 97 $_['error_required'] = 'This field is required!'; 98 $_['error_not_saved'] = 'Listing was not saved. Check your input.'; 99 $_['error_char_limit'] = 'characters over limit.'; 100 $_['error_length'] = 'Minimum length is'; 101 $_['error_upload_failed'] = 'Failed uploading product with SKU: "%s". Reason: "%s" Uploading process canceled.'; 102 $_['error_load_nodes'] = 'Unable to load browse nodes'; 103 $_['error_not_searched'] = 'Search for matching items before you try to list. Items must be matched against an Amazon catalog item';