ebay_summary.php (1358B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Summary'; 4 $_['text_openbay'] = 'OpenBay Pro'; 5 $_['text_ebay'] = 'eBay'; 6 7 // Text 8 $_['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.'; 9 $_['text_ebay_limit_head'] = 'Your eBay account has selling limits!'; 10 $_['text_ebay_limit_t1'] = 'You can sell'; 11 $_['text_ebay_limit_t2'] = 'more items (this is the total amount of items, not individual listings) to the value of'; 12 $_['text_ebay_limit_t3'] = 'When you try to create new listings, it will fail if you exceed the amounts above.'; 13 $_['text_as_described'] = 'Item as described'; 14 $_['text_communication'] = 'Communication'; 15 $_['text_shippingtime'] = 'Shipping time'; 16 $_['text_shipping_charge'] = 'Shipping charges'; 17 $_['text_score'] = 'Score'; 18 $_['text_count'] = 'Count'; 19 $_['text_report_30'] = '30 days'; 20 $_['text_report_52'] = '52 weeks'; 21 $_['text_title_dsr'] = 'DSR reports'; 22 $_['text_failed'] = 'Failed to load'; 23 $_['text_summary'] = 'View your eBay summary'; 24 25 // Error 26 $_['error_validation'] = 'You need to register for your API token and enable the module.'; 27 $_['error_ajax_load'] = 'Sorry, connection to the server failed';