27 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?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'; |