shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

amazon_bulk_listing.php (1810B)


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