10 lines
		
	
	
		
			736 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			736 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
// Text
 | 
						|
$_['text_success']  = 'Success: You have modified vouchers!';
 | 
						|
$_['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 email if you have any questions.';
 |