11 lines
		
	
	
		
			373 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			373 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
// Text
 | 
						|
$_['text_subject']      = '%s - Order %s';
 | 
						|
$_['text_received']     = 'You have received an order.';
 | 
						|
$_['text_order_id']     = 'Tilausnumero:';
 | 
						|
$_['text_date_added']   = 'Lisäyspäivä:';
 | 
						|
$_['text_order_status'] = 'Tila:';
 | 
						|
$_['text_product']      = 'Tuotteet';
 | 
						|
$_['text_total']        = 'Totals';
 | 
						|
$_['text_comment']      = 'The comments for your order are:';
 |