18 lines
		
	
	
		
			691 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			691 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
// Text
 | 
						|
$_['text_information']  = 'Information';
 | 
						|
$_['text_service']      = 'Asiakaspalvelu';
 | 
						|
$_['text_extra']        = 'Extras';
 | 
						|
$_['text_contact']      = 'Ota yhteyttä';
 | 
						|
$_['text_return']       = 'Palautukset';
 | 
						|
$_['text_sitemap']      = 'Sivustokartta';
 | 
						|
$_['text_manufacturer'] = 'Brands';
 | 
						|
$_['text_voucher']      = 'Lahjakortit';
 | 
						|
$_['text_affiliate']    = 'Kumppanuus';
 | 
						|
$_['text_special']      = 'Specials';
 | 
						|
$_['text_account']      = 'Oma tili';
 | 
						|
$_['text_order']        = 'Tilaushistoria';
 | 
						|
$_['text_wishlist']     = 'Toivelista';
 | 
						|
$_['text_newsletter']   = 'Uutiskirje';
 | 
						|
$_['text_powered']      = 'Voimanlähteenä <a href="http://www.opencart.com">OpenCart</a><br /> %s © %s';
 |