diff options
Diffstat (limited to 'public/admin/language/es-es/extension/openbay/ebay_summary.php')
-rw-r--r-- | public/admin/language/es-es/extension/openbay/ebay_summary.php | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/public/admin/language/es-es/extension/openbay/ebay_summary.php b/public/admin/language/es-es/extension/openbay/ebay_summary.php new file mode 100644 index 0000000..8d0a797 --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/ebay_summary.php @@ -0,0 +1,27 @@ +<?php +// Heading +$_['heading_title'] = 'Summary'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_ebay'] = 'eBay'; + +// Text +$_['text_use_desc'] = 'This is your eBay account summary page. It is a quick snapshot of any limits on your account along with your DSR selling performance.'; +$_['text_ebay_limit_head'] = 'Your eBay account has selling limits!'; +$_['text_ebay_limit_t1'] = 'You can sell'; +$_['text_ebay_limit_t2'] = 'more items (this is the total amount of items, not individual listings) to the value of'; +$_['text_ebay_limit_t3'] = 'When you try to create new listings, it will fail if you exceed the amounts above.'; +$_['text_as_described'] = 'Item as described'; +$_['text_communication'] = 'Communication'; +$_['text_shippingtime'] = 'Shipping time'; +$_['text_shipping_charge'] = 'Shipping charges'; +$_['text_score'] = 'Score'; +$_['text_count'] = 'Count'; +$_['text_report_30'] = '30 days'; +$_['text_report_52'] = '52 weeks'; +$_['text_title_dsr'] = 'DSR reports'; +$_['text_failed'] = 'Failed to load'; +$_['text_summary'] = 'View your eBay summary'; + +// Error +$_['error_validation'] = 'You need to register for your API token and enable the module.'; +$_['error_ajax_load'] = 'Sorry, connection to the server failed';
\ No newline at end of file |