Added default language pack (en-gb)
This commit is contained in:
		
							
								
								
									
										17
									
								
								catalog/mail/affiliate.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								catalog/mail/affiliate.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_subject']        = '%s - Affiliate Program';
 | 
			
		||||
$_['text_welcome']        = 'Thank you for joining the %s Affiliate Program!';
 | 
			
		||||
$_['text_login']          = 'Your account has now been created and you can log in by using your e-mail address and password by visiting our website or at the following URL:';
 | 
			
		||||
$_['text_approval']       = 'Your account must be approved before you can login. Once approved you can log in by using your e-mail address and password by visiting our website or at the following URL:';
 | 
			
		||||
$_['text_service']        = 'Upon logging in, you will be able to generate tracking codes, track commission payments and edit your account information.';
 | 
			
		||||
$_['text_thanks']         = 'Thanks,';
 | 
			
		||||
$_['text_new_affiliate']  = 'New Affiliate';
 | 
			
		||||
$_['text_signup']         = 'A new affiliate has signed up:';
 | 
			
		||||
$_['text_website']        = 'Web Site:';
 | 
			
		||||
$_['text_customer_group'] = 'Customer Group:';
 | 
			
		||||
$_['text_firstname']      = 'First Name:';
 | 
			
		||||
$_['text_lastname']       = 'Last Name:';
 | 
			
		||||
$_['text_company']        = 'Company:';
 | 
			
		||||
$_['text_email']          = 'E-Mail:';
 | 
			
		||||
$_['text_telephone']      = 'Telephone:';
 | 
			
		||||
							
								
								
									
										6
									
								
								catalog/mail/forgotten.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								catalog/mail/forgotten.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_subject']  = '%s - Password reset request';
 | 
			
		||||
$_['text_greeting'] = 'A new password was requested for %s customer account.';
 | 
			
		||||
$_['text_change']   = 'To reset your password click on the link below:';
 | 
			
		||||
$_['text_ip']       = 'The IP used to make this request was:';
 | 
			
		||||
							
								
								
									
										27
									
								
								catalog/mail/order_add.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								catalog/mail/order_add.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,27 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_subject']          = '%s - Order %s';
 | 
			
		||||
$_['text_greeting']         = 'Thank you for your interest in %s products. Your order has been received and will be processed once payment has been confirmed.';
 | 
			
		||||
$_['text_link']             = 'To view your order click on the link below:';
 | 
			
		||||
$_['text_order_detail']     = 'Order Details';
 | 
			
		||||
$_['text_instruction']      = 'Instructions';
 | 
			
		||||
$_['text_order_id']         = 'Order ID:';
 | 
			
		||||
$_['text_date_added']       = 'Date Added:';
 | 
			
		||||
$_['text_order_status']     = 'Order Status:';
 | 
			
		||||
$_['text_payment_method']   = 'Payment Method:';
 | 
			
		||||
$_['text_shipping_method']  = 'Shipping Method:';
 | 
			
		||||
$_['text_email']            = 'E-mail:';
 | 
			
		||||
$_['text_telephone']        = 'Telephone:';
 | 
			
		||||
$_['text_ip']               = 'IP Address:';
 | 
			
		||||
$_['text_payment_address']  = 'Payment Address';
 | 
			
		||||
$_['text_shipping_address'] = 'Shipping Address';
 | 
			
		||||
$_['text_products']         = 'Products';
 | 
			
		||||
$_['text_product']          = 'Product';
 | 
			
		||||
$_['text_model']            = 'Model';
 | 
			
		||||
$_['text_quantity']         = 'Quantity';
 | 
			
		||||
$_['text_price']            = 'Price';
 | 
			
		||||
$_['text_order_total']      = 'Order Totals';
 | 
			
		||||
$_['text_total']            = 'Total';
 | 
			
		||||
$_['text_download']         = 'Once your payment has been confirmed you can click on the link below to access your downloadable products:';
 | 
			
		||||
$_['text_comment']          = 'The comments for your order are:';
 | 
			
		||||
$_['text_footer']           = 'Please reply to this e-mail if you have any questions.';
 | 
			
		||||
							
								
								
									
										10
									
								
								catalog/mail/order_alert.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								catalog/mail/order_alert.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_subject']      = '%s - Order %s';
 | 
			
		||||
$_['text_received']     = 'You have received an order.';
 | 
			
		||||
$_['text_order_id']     = 'Order ID:';
 | 
			
		||||
$_['text_date_added']   = 'Date Added:';
 | 
			
		||||
$_['text_order_status'] = 'Order Status:';
 | 
			
		||||
$_['text_product']      = 'Products';
 | 
			
		||||
$_['text_total']        = 'Totals';
 | 
			
		||||
$_['text_comment']      = 'The comments for your order are:';
 | 
			
		||||
							
								
								
									
										9
									
								
								catalog/mail/order_edit.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								catalog/mail/order_edit.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_subject']      = '%s - Order Update %s';
 | 
			
		||||
$_['text_order_id']     = 'Order ID:';
 | 
			
		||||
$_['text_date_added']   = 'Date Added:';
 | 
			
		||||
$_['text_order_status'] = 'Your order has been updated to the following status:';
 | 
			
		||||
$_['text_comment']      = 'The comments for your order are:';
 | 
			
		||||
$_['text_link']         = 'To view your order click on the link below:';
 | 
			
		||||
$_['text_footer']       = 'Please reply to this email if you have any questions.';
 | 
			
		||||
							
								
								
									
										15
									
								
								catalog/mail/register.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								catalog/mail/register.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,15 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_subject']        = '%s - Thank you for registering';
 | 
			
		||||
$_['text_welcome']        = 'Welcome and thank you for registering at %s!';
 | 
			
		||||
$_['text_login']          = 'Your account has now been created and you can log in by using your email address and password by visiting our website or at the following URL:';
 | 
			
		||||
$_['text_approval']       = 'Your account must be approved before you can login. Once approved you can log in by using your email address and password by visiting our website or at the following URL:';
 | 
			
		||||
$_['text_service']        = 'Upon logging in, you will be able to access other services including reviewing past orders, printing invoices and editing your account information.';
 | 
			
		||||
$_['text_thanks']         = 'Thanks,';
 | 
			
		||||
$_['text_new_customer']   = 'New customer';
 | 
			
		||||
$_['text_signup']         = 'A new customer has signed up:';
 | 
			
		||||
$_['text_customer_group'] = 'Customer Group:';
 | 
			
		||||
$_['text_firstname']      = 'First Name:';
 | 
			
		||||
$_['text_lastname']       = 'Last Name:';
 | 
			
		||||
$_['text_email']          = 'E-Mail:';
 | 
			
		||||
$_['text_telephone']      = 'Telephone:';
 | 
			
		||||
							
								
								
									
										8
									
								
								catalog/mail/review.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								catalog/mail/review.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_subject']  = '%s - Product Review';
 | 
			
		||||
$_['text_waiting']  = 'You have a new product review waiting.';
 | 
			
		||||
$_['text_product']  = 'Product: %s';
 | 
			
		||||
$_['text_reviewer'] = 'Reviewer: %s';
 | 
			
		||||
$_['text_rating']   = 'Rating: %s';
 | 
			
		||||
$_['text_review']   = 'Review Text:';
 | 
			
		||||
							
								
								
									
										6
									
								
								catalog/mail/transaction.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								catalog/mail/transaction.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_subject']  = '%s - Affiliate Commission';
 | 
			
		||||
$_['text_received'] = 'Congratulations! You have received a commission payment from the %s affiliate program';
 | 
			
		||||
$_['text_amount']   = 'You have received:';
 | 
			
		||||
$_['text_total']    = 'Your total amount of commission is now:';
 | 
			
		||||
							
								
								
									
										8
									
								
								catalog/mail/voucher.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								catalog/mail/voucher.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_subject']  = 'You have been sent a gift certificate from %s';
 | 
			
		||||
$_['text_greeting'] = 'Congratulations, You have received a Gift Certificate worth %s';
 | 
			
		||||
$_['text_from']     = 'This Gift Certificate has been sent to you by %s';
 | 
			
		||||
$_['text_message']  = 'With a message saying';
 | 
			
		||||
$_['text_redeem']   = 'To redeem this Gift Certificate, write down the redemption code which is <b>%s</b> then click on the the link below and purchase the product you wish to use this gift certificate on. You can enter the gift certificate code on the shopping cart page before you click checkout.';
 | 
			
		||||
$_['text_footer']   = 'Please reply to this e-mail if you have any questions.';
 | 
			
		||||
		Reference in New Issue
	
	Block a user