shop.balmet.com

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

openbay_itemlist.php (2493B)


      1 <?php
      2 // Heading
      3 $_['heading_title'] 				  = 'Manage listings';
      4 
      5 // Text
      6 $_['text_markets']                    = 'Markets';
      7 $_['text_openbay']                    = 'OpenBay Pro';
      8 $_['text_ebay'] 					  = 'eBay';
      9 $_['text_amazon'] 					  = 'Amazon EU';
     10 $_['text_amazonus'] 				  = 'Amazon US';
     11 $_['text_etsy'] 					  = 'Etsy';
     12 $_['text_status_all'] 				  = 'All';
     13 $_['text_status_ebay_active'] 		  = 'eBay active';
     14 $_['text_status_ebay_inactive'] 	  = 'eBay not active';
     15 $_['text_status_amazoneu_saved'] 	  = 'Amazon EU saved';
     16 $_['text_status_amazoneu_processing'] = 'Amazon EU processing';
     17 $_['text_status_amazoneu_active'] 	  = 'Amazon EU active';
     18 $_['text_status_amazoneu_notlisted']  = 'Amazon EU not listed';
     19 $_['text_status_amazoneu_failed'] 	  = 'Amazon EU failed';
     20 $_['text_status_amazoneu_linked'] 	  = 'Amazon EU linked';
     21 $_['text_status_amazoneu_notlinked']  = 'Amazon EU not linked';
     22 $_['text_status_amazonus_saved'] 	  = 'Amazon US saved';
     23 $_['text_status_amazonus_processing'] = 'Amazon US processing';
     24 $_['text_status_amazonus_active'] 	  = 'Amazon US active';
     25 $_['text_status_amazonus_notlisted']  = 'Amazon US not listed';
     26 $_['text_status_amazonus_failed'] 	  = 'Amazon US failed';
     27 $_['text_status_amazonus_linked'] 	  = 'Amazon US linked';
     28 $_['text_status_amazonus_notlinked']  = 'Amazon US not linked';
     29 $_['text_processing']       		  = 'Processing';
     30 $_['text_category_missing'] 		  = 'Missing category';
     31 $_['text_variations'] 				  = 'variations';
     32 $_['text_variations_stock'] 		  = 'stock';
     33 $_['text_min']                        = 'Min';
     34 $_['text_max']                        = 'Max';
     35 $_['text_option']                     = 'Option';
     36 $_['text_list']              		  = 'Product List';
     37 
     38 // Entry
     39 $_['entry_title'] 					  = 'Title';
     40 $_['entry_model'] 					  = 'Model';
     41 $_['entry_manufacturer'] 			  = 'Manufacturer';
     42 $_['entry_status'] 					  = 'Status';
     43 $_['entry_status_marketplace'] 		  = 'Marketplace status';
     44 $_['entry_stock_range'] 			  = 'Stock range';
     45 $_['entry_category'] 				  = 'Category';
     46 $_['entry_populated'] 				  = 'Populated';
     47 $_['entry_sku'] 					  = 'SKU';
     48 $_['entry_description'] 			  = 'Description';
     49 
     50 // Button
     51 $_['button_error_fix']                = 'Fix errors';
     52 $_['button_amazon_eu_bulk']           = 'Amazon EU bulk upload';
     53 $_['button_amazon_us_bulk']           = 'Amazon US bulk upload';
     54 $_['button_ebay_bulk']                = 'eBay bulk upload';
     55 
     56 // Error
     57 $_['error_select_items']              = 'You must select at least 1 item to bulk list';