Added default language pack (en-gb)
This commit is contained in:
		
							
								
								
									
										30
									
								
								admin/localisation/zone.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										30
									
								
								admin/localisation/zone.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,30 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title']          = 'Zones';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_success']           = 'Success: You have modified zones!';
 | 
			
		||||
$_['text_list']              = 'Zone List';
 | 
			
		||||
$_['text_add']               = 'Add Zone';
 | 
			
		||||
$_['text_edit']              = 'Edit Zone';
 | 
			
		||||
 | 
			
		||||
// Column
 | 
			
		||||
$_['column_name']            = 'Zone Name';
 | 
			
		||||
$_['column_code']            = 'Zone Code';
 | 
			
		||||
$_['column_country']         = 'Country';
 | 
			
		||||
$_['column_action']          = 'Action';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_name']             = 'Zone Name';
 | 
			
		||||
$_['entry_code']             = 'Zone Code';
 | 
			
		||||
$_['entry_country']          = 'Country';
 | 
			
		||||
$_['entry_status']           = 'Status';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_permission']       = 'Warning: You do not have permission to modify zones!';
 | 
			
		||||
$_['error_name']             = 'Zone Name must be between 1 and 128 characters!';
 | 
			
		||||
$_['error_default']          = 'Warning: This zone cannot be deleted as it is currently assigned as the default store zone!';
 | 
			
		||||
$_['error_store']            = 'Warning: This zone cannot be deleted as it is currently assigned to %s stores!';
 | 
			
		||||
$_['error_address']          = 'Warning: This zone cannot be deleted as it is currently assigned to %s address book entries!';
 | 
			
		||||
$_['error_affiliate']        = 'Warning: This zone cannot be deleted as it is currently assigned to %s affiliates!';
 | 
			
		||||
$_['error_zone_to_geo_zone'] = 'Warning: This zone cannot be deleted as it is currently assigned to %s zones to geo zones!';
 | 
			
		||||
		Reference in New Issue
	
	Block a user