amazon_bulk_linking.php (1250B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Bulk Linking'; 4 $_['text_openbay'] = 'OpenBay Pro'; 5 $_['text_amazon'] = 'Amazon EU'; 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 $_['text_choose_marketplace'] = 'Choose marketplace'; 18 $_['text_uk'] = 'United Kingdom'; 19 $_['text_de'] = 'Germany'; 20 $_['text_fr'] = 'France'; 21 $_['text_it'] = 'Italy'; 22 $_['text_es'] = 'Spain'; 23 24 // Column 25 $_['column_asin'] = 'ASIN'; 26 $_['column_price'] = 'Price'; 27 $_['column_name'] = 'Name'; 28 $_['column_sku'] = 'SKU'; 29 $_['column_quantity'] = 'Quantity'; 30 $_['column_combination'] = 'Combination'; 31 32 // Error 33 $_['error_bulk_link_permission'] = 'Bulk linking is not available on your plan, please upgrade to use this feature.';