18 lines
695 B
PHP
18 lines
695 B
PHP
<?php
|
|
// Text
|
|
$_['text_information'] = 'Tietoa';
|
|
$_['text_service'] = 'Asiakaspalvelu';
|
|
$_['text_extra'] = 'Extrat';
|
|
$_['text_contact'] = 'Ota yhteyttä';
|
|
$_['text_return'] = 'Palautukset';
|
|
$_['text_sitemap'] = 'Sivustokartta';
|
|
$_['text_manufacturer'] = 'Brands';
|
|
$_['text_voucher'] = 'Lahjakortit';
|
|
$_['text_affiliate'] = 'Kumppanuus';
|
|
$_['text_special'] = 'Erikoistarjoukset';
|
|
$_['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';
|