amazonus_bulk_listing.php (1600B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Bulk Listing'; 4 $_['text_openbay'] = 'OpenBay Pro'; 5 $_['text_amazon'] = 'Amazon US'; 6 7 // Text 8 $_['text_searching'] = 'Searching'; 9 $_['text_finished'] = 'Finished'; 10 $_['text_dont_list'] = 'Do not list'; 11 $_['text_listing_values'] = 'Listing values'; 12 $_['text_new'] = 'New'; 13 $_['text_used_like_new'] = 'Used - Like New'; 14 $_['text_used_very_good'] = 'Used - Very Good'; 15 $_['text_used_good'] = 'Used - Good'; 16 $_['text_used_acceptable'] = 'Used - Acceptable'; 17 $_['text_collectible_like_new'] = 'Collectible - Like New'; 18 $_['text_collectible_very_good'] = 'Collectible - Very Good'; 19 $_['text_collectible_good'] = 'Collectible - Good'; 20 $_['text_collectible_acceptable'] = 'Collectible - Acceptable'; 21 $_['text_refurbished'] = 'Refurbished'; 22 23 // Entry 24 $_['entry_condition'] = 'Condition'; 25 $_['entry_condition_note'] = 'Condition note'; 26 $_['entry_start_selling'] = 'Start Selling'; 27 28 // Column 29 $_['column_name'] = 'Name'; 30 $_['column_image'] = 'Image'; 31 $_['column_model'] = 'Model'; 32 $_['column_status'] = 'Status'; 33 $_['column_matches'] = 'Matches'; 34 $_['column_result'] = 'Result'; 35 36 // Button 37 $_['button_list'] = 'List'; 38 39 // Error 40 $_['error_product_sku'] = 'Product must have an SKU'; 41 $_['error_searchable_fields'] = 'Product must have ISBN, EAN, UPC or JAN field populated'; 42 $_['error_bulk_listing_permission'] = 'Bulk listing is not available on your plan, please upgrade to use this feature.'; 43 $_['error_select_items'] = 'You must select at least 1 item to search';