etsy_listings.php (2013B)
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 27 // Columns 28 $_['column_listing_id'] = 'Etsy ID'; 29 $_['column_title'] = 'Title'; 30 $_['column_listing_qty'] = 'Listing quantity'; 31 $_['column_store_qty'] = 'Store quantity'; 32 $_['column_status'] = 'Status message'; 33 $_['column_link_status'] = 'Link status'; 34 $_['column_action'] = 'Action'; 35 36 // Entry 37 $_['entry_limit'] = 'Page limit'; 38 $_['entry_status'] = 'Status'; 39 $_['entry_keywords'] = 'Keywords'; 40 $_['entry_name'] = 'Product name'; 41 $_['entry_etsy_id'] = 'Etsy item ID'; 42 43 // Help 44 $_['help_keywords'] = 'Keywords only apply with active listings'; 45 46 // Error 47 $_['error_etsy'] = 'Error! Etsy API response: '; 48 $_['error_product_id'] = 'Product ID required'; 49 $_['error_etsy_id'] = 'Etsy item ID required';