shop.balmet.com

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

etsy_edit.php (816B)


      1 <?php
      2 // Headings
      3 $_['heading_title']       = 'Edit listing';
      4 $_['text_openbay']        = 'OpenBay Pro';
      5 $_['text_etsy']           = 'Etsy';
      6 
      7 // Tabs
      8 
      9 // Text
     10 $_['text_option']      	  = 'Select option';
     11 $_['text_listing_id']  	  = 'Listing ID';
     12 $_['text_updated']  	  = 'Your Etsy listing has been updated';
     13 $_['text_edit']  		  = 'Update your Etsy listing';
     14 
     15 // Entry
     16 $_['entry_title']      	  = 'Product title';
     17 $_['entry_description']   = 'Description';
     18 $_['entry_price']      	  = 'Price';
     19 $_['entry_state']      	  = 'State';
     20 
     21 // Errors
     22 $_['error_price_missing'] = 'Price is missing or empty';
     23 $_['error_title_length']  = 'Title is too long';
     24 $_['error_title_missing'] = 'Title is missing';
     25 $_['error_desc_missing']  = 'Description is missing or empty';
     26 $_['error_state_missing'] = 'State is missing or empty';