amazon_listing.php (5667B)
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 EU'; 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\'s 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 $_['text_germany'] = 'Germany'; 51 $_['text_france'] = 'France'; 52 $_['text_italy'] = 'Italy'; 53 $_['text_spain'] = 'Spain'; 54 $_['text_united_kingdom'] = 'United Kingdom'; 55 56 // Columns 57 $_['column_image'] = 'Image'; 58 $_['column_asin'] = 'ASIN'; 59 $_['column_price'] = 'Price'; 60 $_['column_action'] = 'Action'; 61 $_['column_name'] = 'Product Name'; 62 $_['column_model'] = 'Model'; 63 $_['column_combination'] = 'Variant Combination'; 64 $_['column_sku_variant'] = 'Variant SKU'; 65 $_['column_sku'] = 'Product SKU'; 66 $_['column_amazon_sku'] = 'Amazon item SKU'; 67 68 // Entry 69 $_['entry_sku'] = 'SKU'; 70 $_['entry_condition'] = 'Condition'; 71 $_['entry_condition_note'] = 'Condition Note'; 72 $_['entry_price'] = 'Price'; 73 $_['entry_sale_price'] = 'Sale Price'; 74 $_['entry_sale_date'] = 'Sale date range'; 75 $_['entry_quantity'] = 'Quantity'; 76 $_['entry_start_selling'] = 'Available from date'; 77 $_['entry_restock_date'] = 'Restock Date'; 78 $_['entry_country_of_origin'] = 'Country of Origin'; 79 $_['entry_release_date'] = 'Release Date'; 80 $_['entry_from'] = 'Date from'; 81 $_['entry_to'] = 'Date to'; 82 $_['entry_product'] = 'Listing for product'; 83 $_['entry_category'] = 'Amazon category'; 84 $_['entry_browse_node'] = 'Choose browse node'; 85 $_['entry_marketplace'] = 'Marketplace'; 86 87 //Tabs 88 $_['tab_main'] = 'Main'; 89 $_['tab_required'] = 'Required info'; 90 $_['tab_additional'] = 'Additional options'; 91 92 // Error 93 $_['error_required'] = 'This field is required!'; 94 $_['error_not_saved'] = 'Listing was not saved. Check you have filled in all fields'; 95 $_['error_char_limit'] = 'characters over the limit'; 96 $_['error_length'] = 'Minimum length is'; 97 $_['error_upload_failed'] = 'Failed uploading product with SKU: "%s". Reason: "%s" Uploading process canceled.'; 98 $_['error_load_nodes'] = 'Unable to load browse nodes'; 99 $_['error_connecting'] = 'There was problem connecting to the API. Please check your OpenBay Pro Amazon extension settings. If the problem persists, please contact support.'; 100 $_['error_text_missing'] = 'You must enter some search details'; 101 $_['error_missing_asin'] = 'ASIN is missing'; 102 $_['error_marketplace_missing'] = 'Please select a marketplace'; 103 $_['error_condition_missing'] = 'Please select condition'; 104 $_['error_amazon_price'] = 'Could not get the price from Amazon'; 105 $_['error_stock'] = 'You cannot list an item with less than 1 item in stock'; 106 $_['error_sku'] = 'You must enter an SKU for the item'; 107 $_['error_price'] = 'You must enter a price for the item'; 108 $_['error_sending_products'] = 'Could not send products for listing. Please contact support'; 109 $_['error_no_products_selected'] = 'No products were selected for listing'; 110 $_['error_not_searched'] = 'Search for matching items before you try to list. Items must be matched against an Amazon catalog item';