Added default language pack (en-gb)
This commit is contained in:
		
							
								
								
									
										14
									
								
								catalog/extension/total/coupon.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								catalog/extension/total/coupon.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title'] = 'Use Coupon Code';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_coupon']   = 'Coupon (%s)';
 | 
			
		||||
$_['text_success']  = 'Success: Your coupon discount has been applied!';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_coupon']  = 'Enter your coupon here';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_coupon']  = 'Warning: Coupon is either invalid, expired or reached its usage limit!';
 | 
			
		||||
$_['error_empty']   = 'Warning: Please enter a coupon code!';
 | 
			
		||||
							
								
								
									
										4
									
								
								catalog/extension/total/credit.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								catalog/extension/total/credit.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,4 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_credit']   = 'Store Credit';
 | 
			
		||||
$_['text_order_id'] = 'Order ID: #%s';
 | 
			
		||||
							
								
								
									
										3
									
								
								catalog/extension/total/handling.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								catalog/extension/total/handling.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_handling'] = 'Handling Fee';
 | 
			
		||||
							
								
								
									
										2
									
								
								catalog/extension/total/klarna_fee.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								catalog/extension/total/klarna_fee.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,2 @@
 | 
			
		||||
<?php
 | 
			
		||||
$_['text_klarna_fee'] = 'Klarna Fee';
 | 
			
		||||
							
								
								
									
										3
									
								
								catalog/extension/total/low_order_fee.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								catalog/extension/total/low_order_fee.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_low_order_fee'] = 'Low Order Fee';
 | 
			
		||||
							
								
								
									
										16
									
								
								catalog/extension/total/reward.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								catalog/extension/total/reward.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,16 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title'] = 'Use Reward Points (Available %s)';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_reward']   = 'Reward Points (%s)';
 | 
			
		||||
$_['text_order_id'] = 'Order ID: #%s';
 | 
			
		||||
$_['text_success']  = 'Success: Your reward points discount has been applied!';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_reward']  = 'Points to use (Max %s)';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_reward']  = 'Warning: Please enter the amount of reward points to use!';
 | 
			
		||||
$_['error_points']  = 'Warning: You don\'t have %s reward points!';
 | 
			
		||||
$_['error_maximum'] = 'Warning: The maximum number of points that can be applied is %s!';
 | 
			
		||||
							
								
								
									
										20
									
								
								catalog/extension/total/shipping.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								catalog/extension/total/shipping.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,20 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title']        = 'Estimate Shipping & Taxes';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_success']         = 'Success: Your shipping estimate has been applied!';
 | 
			
		||||
$_['text_shipping']        = 'Enter your destination to get a shipping estimate.';
 | 
			
		||||
$_['text_shipping_method'] = 'Please select the preferred shipping method to use on this order.';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_country']        = 'Country';
 | 
			
		||||
$_['entry_zone']           = 'Region / State';
 | 
			
		||||
$_['entry_postcode']       = 'Post Code';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_postcode']       = 'Postcode must be between 2 and 10 characters!';
 | 
			
		||||
$_['error_country']        = 'Please select a country!';
 | 
			
		||||
$_['error_zone']           = 'Please select a region / state!';
 | 
			
		||||
$_['error_shipping']       = 'Warning: Shipping method required!';
 | 
			
		||||
$_['error_no_shipping']    = 'Warning: No Shipping options are available. Please <a href="%s">contact us</a> for assistance!';
 | 
			
		||||
							
								
								
									
										3
									
								
								catalog/extension/total/sub_total.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								catalog/extension/total/sub_total.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_sub_total'] = 'Sub-Total';
 | 
			
		||||
							
								
								
									
										3
									
								
								catalog/extension/total/total.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								catalog/extension/total/total.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_total'] = 'Total';
 | 
			
		||||
							
								
								
									
										14
									
								
								catalog/extension/total/voucher.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								catalog/extension/total/voucher.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title'] = 'Use Gift Certificate';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_voucher']  = 'Gift Certificate (%s)';
 | 
			
		||||
$_['text_success']  = 'Success: Your gift certificate discount has been applied!';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_voucher'] = 'Enter your gift certificate code here';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_voucher'] = 'Warning: Gift Certificate is either invalid or the balance has been used up!';
 | 
			
		||||
$_['error_empty']   = 'Warning: Please enter a gift certificate code!';
 | 
			
		||||
		Reference in New Issue
	
	Block a user