2020-02-12 21:25:39 +00:00
|
|
|
<?php
|
|
|
|
// Text
|
|
|
|
$_['text_information'] = 'Information';
|
|
|
|
$_['text_service'] = 'Customer Service';
|
|
|
|
$_['text_extra'] = 'Extras';
|
2020-02-16 12:18:44 +00:00
|
|
|
$_['text_contact'] = 'Ota yhteyttä';
|
2020-02-12 21:25:39 +00:00
|
|
|
$_['text_return'] = 'Returns';
|
|
|
|
$_['text_sitemap'] = 'Site Map';
|
|
|
|
$_['text_manufacturer'] = 'Brands';
|
2020-02-16 12:18:44 +00:00
|
|
|
$_['text_voucher'] = 'Lahjakortit';
|
2020-02-12 21:25:39 +00:00
|
|
|
$_['text_affiliate'] = 'Affiliate';
|
|
|
|
$_['text_special'] = 'Specials';
|
|
|
|
$_['text_account'] = 'My Account';
|
2020-02-16 12:18:44 +00:00
|
|
|
$_['text_order'] = 'Tilaushistoria';
|
|
|
|
$_['text_wishlist'] = 'Toivelista';
|
|
|
|
$_['text_newsletter'] = 'Uutiskirje';
|
2020-02-12 21:25:39 +00:00
|
|
|
$_['text_powered'] = 'Powered By <a href="http://www.opencart.com">OpenCart</a><br /> %s © %s';
|