shop.balmet.com

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

etsy_links.php (1229B)


      1 <?php
      2 // Headings
      3 $_['heading_title']      = 'Etsy links';
      4 $_['text_openbay']       = 'OpenBay Pro';
      5 $_['text_etsy']          = 'Etsy';
      6 
      7 // Text
      8 $_['text_loading']       = 'Loading items';
      9 $_['text_new_link']      = 'Create new link';
     10 $_['text_current_links'] = 'Current links';
     11 $_['text_link_saved']    = 'Item has been linked';
     12 $_['text_no_links']      = 'You have no products linked to Etsy items';
     13 
     14 // Columns
     15 $_['column_product']	 = 'Product name';
     16 $_['column_item_id']	 = 'Etsy ID';
     17 $_['column_store_stock'] = 'Stock';
     18 $_['column_etsy_stock']	 = 'Etsy Stock';
     19 $_['column_status']		 = 'Link Status';
     20 $_['column_action']		 = 'Action';
     21 
     22 // Entry
     23 $_['entry_name']		 = 'Product name';
     24 $_['entry_etsy_id']		 = 'Etsy item ID';
     25 
     26 // Error
     27 $_['error_product']		 = 'Product does not exist in your store';
     28 $_['error_stock']		 = 'You cannot link an item that has no stock';
     29 $_['error_product_id']	 = 'Product ID required';
     30 $_['error_etsy_id']		 = 'Etsy item ID required';
     31 $_['error_link_id']		 = 'Link ID required';
     32 $_['error_link_exists']	 = 'An active link already exists for this item';
     33 $_['error_etsy']		 = 'Unable to link item, Etsy API response: ';
     34 $_['error_status']		 = 'Status filter required';