diff options
Diffstat (limited to 'public/admin/language/en-gb/extension/openbay/ebay_orders.php')
-rw-r--r-- | public/admin/language/en-gb/extension/openbay/ebay_orders.php | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/public/admin/language/en-gb/extension/openbay/ebay_orders.php b/public/admin/language/en-gb/extension/openbay/ebay_orders.php new file mode 100644 index 0000000..58bbd3d --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/ebay_orders.php @@ -0,0 +1,21 @@ +<?php +// Heading +$_['heading_title'] = 'Import orders'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_ebay'] = 'eBay'; + +// Buttons +$_['button_pull_orders'] = 'Start'; + +// Entry +$_['entry_pull_orders'] = 'Pull new orders'; + +// Text +$_['text_sync_pull_notice'] = 'This will pull new orders since the last automated check. If you have just installed then it will default to the last 24 hours.'; +$_['text_ajax_orders_import'] = 'Any new orders should appear within a few minutes'; +$_['text_complete'] = 'Import requested'; +$_['text_failed'] = 'Failed to load'; +$_['text_pull'] = 'Request a manual import'; + +// Errors +$_['error_validation'] = 'You need to register for your API token and enable the module.';
\ No newline at end of file |