27 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
// Text
 | 
						|
$_['text_subject']          = '%s - Tilaus %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']         = 'Tilausnumero:';
 | 
						|
$_['text_date_added']       = 'Lisäyspäivä:';
 | 
						|
$_['text_order_status']     = 'Tila:';
 | 
						|
$_['text_payment_method']   = 'Payment Method:';
 | 
						|
$_['text_shipping_method']  = 'Shipping Method:';
 | 
						|
$_['text_email']            = 'Sähköpostiosoite:';
 | 
						|
$_['text_telephone']        = 'Puhelinnumero:';
 | 
						|
$_['text_ip']               = 'IP-osoite:';
 | 
						|
$_['text_payment_address']  = 'Payment Address';
 | 
						|
$_['text_shipping_address'] = 'Shipping Address';
 | 
						|
$_['text_products']         = 'Tuotteet';
 | 
						|
$_['text_product']          = 'Tuote';
 | 
						|
$_['text_model']            = 'Model';
 | 
						|
$_['text_quantity']         = 'Määrä';
 | 
						|
$_['text_price']            = 'Hinta';
 | 
						|
$_['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.'; |