1
0
opencart-languagepack-finnish/catalog/common/header.php

17 lines
586 B
PHP
Raw Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Text
2020-02-16 12:18:44 +00:00
$_['text_home'] = 'Koti';
$_['text_wishlist'] = 'Toivelista (%s)';
$_['text_shopping_cart'] = 'Ostoskori';
$_['text_category'] = 'Kategoriat';
2021-10-08 15:57:57 +00:00
$_['text_account'] = 'Oma tili';
2020-02-16 12:18:44 +00:00
$_['text_register'] = 'Rekisteröidy';
$_['text_login'] = 'Kirjaudu';
$_['text_order'] = 'Tilaushistoria';
2020-02-12 21:25:39 +00:00
$_['text_transaction'] = 'Transactions';
2020-02-16 12:18:44 +00:00
$_['text_download'] = 'Lataukset';
$_['text_logout'] = 'Kirjaudu Ulos';
2021-10-08 15:57:57 +00:00
$_['text_checkout'] = 'Kassa';
2020-03-02 08:58:49 +00:00
$_['text_search'] = 'Haku';
2021-10-08 15:57:57 +00:00
$_['text_all'] = 'Näytä kaikki';