ebay_syncronise.php (1360B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Synchronise'; 4 $_['text_openbay'] = 'OpenBay Pro'; 5 $_['text_ebay'] = 'eBay'; 6 7 // Buttons 8 $_['button_update'] = 'Update'; 9 10 // Entry 11 $_['entry_sync_categories'] = 'Get eBay categories'; 12 $_['entry_sync_shop'] = 'Get shop categories'; 13 $_['entry_sync_setting'] = 'Get settings'; 14 15 // Text 16 $_['text_complete'] = 'Complete'; 17 $_['text_sync_desc'] = 'Sync your store with the latest available shipping and categories options from eBay, this data is only for the options when listing an item to eBay - it will not import categories to your store etc.'; 18 $_['text_ebay_categories'] = 'This may take a while, wait 5 minutes before you do anything else.'; 19 $_['text_category_import'] = 'Your eBay shop categories have been imported.'; 20 $_['text_setting_import'] = 'Your settings have been imported.'; 21 $_['text_sync'] = 'Update settings from eBay'; 22 23 // Help 24 $_['help_sync_categories'] = 'This does not import any categories to your store!'; 25 $_['help_sync_shop'] = 'This does not import any categories to your store!'; 26 $_['help_sync_setting'] = 'This imports available payment types, shipping, locations and more.'; 27 28 // Errors 29 $_['error_settings'] = 'There was an error loading the settings.'; 30 $_['error_failed'] = 'Failed to load';