14 lines
		
	
	
		
			413 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			413 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
// Heading
 | 
						|
$_['heading_title'] = 'Käytä alennuskoodi';
 | 
						|
 | 
						|
// Text
 | 
						|
$_['text_coupon']   = 'Alennuskoodi (%s)';
 | 
						|
$_['text_success']  = 'Success: Your coupon discount has been applied!';
 | 
						|
 | 
						|
// Entry
 | 
						|
$_['entry_coupon']  = 'Syötä alennuskoodi';
 | 
						|
 | 
						|
// Error
 | 
						|
$_['error_coupon']  = 'Varoitus: Coupon is either invalid, expired or reached its usage limit!';
 | 
						|
$_['error_empty']   = 'Varoitus: Please enter a coupon code!'; |