diff options
Diffstat (limited to 'public/admin/language/es-es/extension/openbay/ebay.php')
-rw-r--r-- | public/admin/language/es-es/extension/openbay/ebay.php | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/public/admin/language/es-es/extension/openbay/ebay.php b/public/admin/language/es-es/extension/openbay/ebay.php new file mode 100644 index 0000000..498a45e --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/ebay.php @@ -0,0 +1,27 @@ +<?php +// Heading +$_['heading_title'] = 'eBay'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_dashboard'] = 'eBay Dashboard'; + +// Text +$_['text_success'] = 'You have saved your changes to the eBay extension'; +$_['text_heading_settings'] = 'Settings'; +$_['text_heading_sync'] = 'Synchronise'; +$_['text_heading_subscription'] = 'Change plan'; +$_['text_heading_usage'] = 'Usage'; +$_['text_heading_links'] = 'Item links'; +$_['text_heading_item_import'] = 'Import items'; +$_['text_heading_order_import'] = 'Import orders'; +$_['text_heading_adds'] = 'Installed add-ons'; +$_['text_heading_summary'] = 'eBay summary'; +$_['text_heading_profile'] = 'Profiles'; +$_['text_heading_template'] = 'Templates'; +$_['text_heading_ebayacc'] = 'eBay account'; +$_['text_heading_register'] = 'Register here'; + +// Error +$_['error_category_nosuggestions'] = 'Could not load any suggested categories'; +$_['error_loading_catalog'] = 'eBay catalog search failed'; +$_['error_generic_fail'] = 'An unknown error just happened!'; +$_['error_no_products'] = 'No products found';
\ No newline at end of file |