shop.balmet.com

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

etsy_listings.php (2230B)


      1 <?php
      2 // Headings
      3 $_['heading_title']        	  = 'Etsy listings';
      4 $_['text_openbay']            = 'OpenBay Pro';
      5 $_['text_etsy']               = 'Etsy';
      6 
      7 // Text
      8 $_['text_link_saved']         = 'Item has been linked';
      9 $_['text_activate']           = 'Activate';
     10 $_['text_deactivate']         = 'Deactivate';
     11 $_['text_add_link']           = 'Add link';
     12 $_['text_delete_link']        = 'Delete link';
     13 $_['text_delete']         	  = 'Delete listing';
     14 $_['text_status_stock']       = 'Stock not synced';
     15 $_['text_status_ok']          = 'OK';
     16 $_['text_status_nolink']      = 'Not linked';
     17 $_['text_link_added']         = 'A product has been linked to the listing';
     18 $_['text_link_deleted']       = 'The product has been unlinked from the listing';
     19 $_['text_item_ended']         = 'The item has been removed from Etsy';
     20 $_['text_item_deactivated']   = 'The item has been deactivated in Etsy';
     21 $_['text_item_activated']     = 'The item has been activated in Etsy';
     22 $_['text_confirm_end']        = 'Are you sure you want to remove the listing?';
     23 $_['text_confirm_deactivate'] = 'Are you sure you want to deactivate the listing?';
     24 $_['text_confirm_activate']   = 'Are you sure you want to activate the listing?';
     25 $_['text_listings']     	  = 'Manage your Etsy listings';
     26 $_['text_active']     	      = 'Active';
     27 $_['text_inactive']     	  = 'Inactive';
     28 $_['text_draft']     	      = 'Draft';
     29 $_['text_expired']     	      = 'Expired';
     30 
     31 // Columns
     32 $_['column_listing_id']		  = 'Etsy ID';
     33 $_['column_title']			  = 'Title';
     34 $_['column_listing_qty']	  = 'Listing quantity';
     35 $_['column_store_qty']		  = 'Store quantity';
     36 $_['column_status']			  = 'Status message';
     37 $_['column_link_status']	  = 'Link status';
     38 $_['column_action']			  = 'Action';
     39 
     40 // Entry
     41 $_['entry_limit']			  = 'Page limit';
     42 $_['entry_status']			  = 'Status';
     43 $_['entry_keywords']		  = 'Keywords';
     44 $_['entry_name']			  = 'Product name';
     45 $_['entry_etsy_id']			  = 'Etsy item ID';
     46 
     47 // Help
     48 $_['help_keywords']			  = 'Keywords only apply with active listings';
     49 
     50 // Error
     51 $_['error_etsy']			  = 'Error! Etsy API response: ';
     52 $_['error_product_id']		  = 'Product ID required';
     53 $_['error_etsy_id']			  = 'Etsy item ID required';