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';
|
|
|
|
$_['text_search'] = 'Search';
|
|
|
|
$_['text_all'] = 'Show All';
|