Added default language pack (en-gb)
This commit is contained in:
		
							
								
								
									
										20
									
								
								catalog/extension/payment/perpetual_payments.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								catalog/extension/payment/perpetual_payments.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,20 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_title']				= 'Credit or Debit Card (Processed securely by Perpetual Payments)';
 | 
			
		||||
$_['text_credit_card']			= 'Credit Card Details';
 | 
			
		||||
$_['text_transaction']			= 'Transaction ID:';
 | 
			
		||||
$_['text_avs']					= 'AVS/CVV:';
 | 
			
		||||
$_['text_avs_full_match']		= 'Full match';
 | 
			
		||||
$_['text_avs_not_match']		= 'Not matched';
 | 
			
		||||
$_['text_authorisation']		= 'Authorisation code:';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_cc_number']			= 'Card Number';
 | 
			
		||||
$_['entry_cc_start_date']		= 'Card Valid From Date';
 | 
			
		||||
$_['entry_cc_expire_date']		= 'Card Expiry Date';
 | 
			
		||||
$_['entry_cc_cvv2']				= 'Card Security Code (CVV2)';
 | 
			
		||||
$_['entry_cc_issue']			= 'Card Issue Number';
 | 
			
		||||
 | 
			
		||||
// Help
 | 
			
		||||
$_['help_start_date']			= '(if available)';
 | 
			
		||||
$_['help_issue']				= '(for Maestro and Solo cards only)';
 | 
			
		||||
		Reference in New Issue
	
	Block a user