amazonus_bulk_linking.php (1052B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Bulk Linking'; 4 $_['text_openbay'] = 'OpenBay Pro'; 5 $_['text_amazon'] = 'Amazon US'; 6 7 // Button 8 $_['button_load'] = 'Load'; 9 $_['button_link'] = 'Link'; 10 11 // Text 12 $_['text_local'] = 'Local'; 13 $_['text_load_listings'] = "Loading all your listings from Amazon can take some time (up to 2 hours in some cases). If you link your items, stock levels on Amazon will be updated with your shop's stock levels."; 14 $_['text_report_requested'] = 'Successfully requested Listing Report from Amazon'; 15 $_['text_report_request_failed'] = 'Could not request Listing Report'; 16 $_['text_loading'] = 'Loading items'; 17 18 // Column 19 $_['column_asin'] = 'ASIN'; 20 $_['column_price'] = 'Price'; 21 $_['column_name'] = 'Name'; 22 $_['column_sku'] = 'SKU'; 23 $_['column_quantity'] = 'Quantity'; 24 $_['column_combination'] = 'Combination'; 25 26 // Error 27 $_['error_bulk_link_permission'] = 'Bulk linking is not available on your plan, please upgrade to use this feature.';