17 lines
		
	
	
		
			528 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			528 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
// Heading
 | 
						|
$_['heading_title']    = 'Site Map';
 | 
						|
 | 
						|
// Text
 | 
						|
$_['text_special']     = 'Special Offers';
 | 
						|
$_['text_account']     = 'Oma tili';
 | 
						|
$_['text_edit']        = 'Tilin tiedot';
 | 
						|
$_['text_password']    = 'Salasana';
 | 
						|
$_['text_address']     = 'Osoitekirja';
 | 
						|
$_['text_history']     = 'Tilaushistoria';
 | 
						|
$_['text_download']    = 'Lataukset';
 | 
						|
$_['text_cart']        = 'Ostoskori';
 | 
						|
$_['text_checkout']    = 'Kassa';
 | 
						|
$_['text_search']      = 'Haku';
 | 
						|
$_['text_information'] = 'Information';
 | 
						|
$_['text_contact']     = 'Ota yhteyttä'; |