amazon_listingsaved.php (638B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Saved Listings'; 4 $_['text_openbay'] = 'OpenBay Pro'; 5 $_['text_amazon'] = 'Amazon EU'; 6 7 // Text 8 $_['text_description'] = 'This is the list of product listings which are saved and ready to be uploaded to Amazon.'; 9 $_['text_uploaded_alert'] = 'Saved listing(s) uploaded!'; 10 $_['text_delete_confirm'] = 'Are you sure?'; 11 $_['text_complete'] = 'Listings uploaded'; 12 13 // Column 14 $_['column_name'] = 'Name'; 15 $_['column_model'] = 'Model'; 16 $_['column_sku'] = 'SKU'; 17 $_['column_amazon_sku'] = 'Amazon item SKU'; 18 $_['column_action'] = 'Action';