1
0
opencart-languagepack-finnish/catalog/extension/module/account.php

22 lines
708 B
PHP
Raw Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
2020-03-02 08:58:49 +00:00
$_['heading_title'] = 'Tili';
2020-02-12 21:25:39 +00:00
// Text
2020-03-02 08:58:49 +00:00
$_['text_register'] = 'Registeröidy';
$_['text_login'] = 'Kirjaudu';
$_['text_logout'] = 'Kirjaudu Ulos';
2020-02-12 21:25:39 +00:00
$_['text_forgotten'] = 'Forgotten Password';
$_['text_account'] = 'My Account';
$_['text_edit'] = 'Edit Account';
2020-03-02 08:58:49 +00:00
$_['text_password'] = 'Salasana';
$_['text_address'] = 'Osoitekirja';
$_['text_wishlist'] = 'Toivelista';
2020-02-12 21:25:39 +00:00
$_['text_order'] = 'Order History';
2020-03-02 08:58:49 +00:00
$_['text_download'] = 'Lataukset';
2020-02-12 21:25:39 +00:00
$_['text_reward'] = 'Reward Points';
$_['text_return'] = 'Returns';
$_['text_transaction'] = 'Transactions';
2020-03-02 08:58:49 +00:00
$_['text_newsletter'] = 'Uutiskirje';
$_['text_recurring'] = 'Recurring payments';