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

17 lines
585 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';
2020-02-12 21:25:39 +00:00
$_['text_account'] = 'My Account';
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';
2020-02-12 21:25:39 +00:00
$_['text_checkout'] = 'Checkout';
2020-03-02 08:58:49 +00:00
$_['text_search'] = 'Haku';
$_['text_all'] = 'Show All';