Added default language pack (en-gb)
This commit is contained in:
		
							
								
								
									
										27
									
								
								admin/extension/openbay/amazonus_bulk_linking.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								admin/extension/openbay/amazonus_bulk_linking.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,27 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title'] 			 = 'Bulk Linking';
 | 
			
		||||
$_['text_openbay'] 				 = 'OpenBay Pro';
 | 
			
		||||
$_['text_amazon'] 				 = 'Amazon US';
 | 
			
		||||
 | 
			
		||||
// Button
 | 
			
		||||
$_['button_load'] 				 = 'Load';
 | 
			
		||||
$_['button_link'] 				 = 'Link';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_local'] 				 = 'Local';
 | 
			
		||||
$_['text_load_listings'] 		 = "Loading all your listings from Amazon can take some time (up to 2 hours in some cases). If you link your items, stock levels on Amazon will be updated with your shop's stock levels.";
 | 
			
		||||
$_['text_report_requested'] 	 = 'Successfully requested Listing Report from Amazon';
 | 
			
		||||
$_['text_report_request_failed'] = 'Could not request Listing Report';
 | 
			
		||||
$_['text_loading'] 				 = 'Loading items';
 | 
			
		||||
 | 
			
		||||
// Column
 | 
			
		||||
$_['column_asin'] 				 = 'ASIN';
 | 
			
		||||
$_['column_price'] 				 = 'Price';
 | 
			
		||||
$_['column_name'] 				 = 'Name';
 | 
			
		||||
$_['column_sku'] 				 = 'SKU';
 | 
			
		||||
$_['column_quantity'] 			 = 'Quantity';
 | 
			
		||||
$_['column_combination'] 		 = 'Combination';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_bulk_link_permission'] = 'Bulk linking is not available on your plan, please upgrade to use this feature.';
 | 
			
		||||
		Reference in New Issue
	
	Block a user