diff options
Diffstat (limited to 'public/admin/language/en-gb/extension/openbay/ebay_syncronise.php')
-rw-r--r-- | public/admin/language/en-gb/extension/openbay/ebay_syncronise.php | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/public/admin/language/en-gb/extension/openbay/ebay_syncronise.php b/public/admin/language/en-gb/extension/openbay/ebay_syncronise.php new file mode 100644 index 0000000..1b453e2 --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/ebay_syncronise.php @@ -0,0 +1,30 @@ +<?php +// Heading +$_['heading_title'] = 'Synchronise'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_ebay'] = 'eBay'; + +// Buttons +$_['button_update'] = 'Update'; + +// Entry +$_['entry_sync_categories'] = 'Get eBay categories'; +$_['entry_sync_shop'] = 'Get shop categories'; +$_['entry_sync_setting'] = 'Get settings'; + +// Text +$_['text_complete'] = 'Complete'; +$_['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.'; +$_['text_ebay_categories'] = 'This may take a while, wait 5 minutes before you do anything else.'; +$_['text_category_import'] = 'Your eBay shop categories have been imported.'; +$_['text_setting_import'] = 'Your settings have been imported.'; +$_['text_sync'] = 'Update settings from eBay'; + +// Help +$_['help_sync_categories'] = 'This does not import any categories to your store!'; +$_['help_sync_shop'] = 'This does not import any categories to your store!'; +$_['help_sync_setting'] = 'This imports available payment types, shipping, locations and more.'; + +// Errors +$_['error_settings'] = 'There was an error loading the settings.'; +$_['error_failed'] = 'Failed to load';
\ No newline at end of file |