17 lines
		
	
	
		
			586 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			586 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
// Text
 | 
						|
$_['text_home']          = 'Koti';
 | 
						|
$_['text_wishlist']      = 'Toivelista (%s)';
 | 
						|
$_['text_shopping_cart'] = 'Ostoskori';
 | 
						|
$_['text_category']      = 'Kategoriat';
 | 
						|
$_['text_account']       = 'Oma tili';
 | 
						|
$_['text_register']      = 'Rekisteröidy';
 | 
						|
$_['text_login']         = 'Kirjaudu';
 | 
						|
$_['text_order']         = 'Tilaushistoria';
 | 
						|
$_['text_transaction']   = 'Transactions';
 | 
						|
$_['text_download']      = 'Lataukset';
 | 
						|
$_['text_logout']        = 'Kirjaudu Ulos';
 | 
						|
$_['text_checkout']      = 'Kassa';
 | 
						|
$_['text_search']        = 'Haku';
 | 
						|
$_['text_all']           = 'Näytä kaikki';
 |