1
0
opencart-languagepack-finnish/catalog/account/wishlist.php

21 lines
771 B
PHP
Raw Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
2020-02-16 12:18:44 +00:00
$_['heading_title'] = 'Oma Toivelista';
2020-02-12 21:25:39 +00:00
// Text
2020-02-16 12:18:44 +00:00
$_['text_account'] = 'Tili';
$_['text_instock'] = 'Varastossa';
$_['text_wishlist'] = 'Toivelista (%s)';
2020-02-12 21:25:39 +00:00
$_['text_login'] = 'You must <a href="%s">login</a> or <a href="%s">create an account</a> to save <a href="%s">%s</a> to your <a href="%s">wish list</a>!';
$_['text_success'] = 'Success: You have added <a href="%s">%s</a> to your <a href="%s">wish list</a>!';
$_['text_remove'] = 'Success: You have modified your wish list!';
2020-02-16 12:18:44 +00:00
$_['text_empty'] = 'Toivelistasi on tyhjä.';
2020-02-12 21:25:39 +00:00
// Column
2020-02-16 12:18:44 +00:00
$_['column_image'] = 'Kuva';
$_['column_name'] = 'Tuotteen nimi';
$_['column_model'] = 'Malli';
$_['column_stock'] = 'Varasto';
$_['column_price'] = 'Yksikköhinta';
2020-03-02 08:58:49 +00:00
$_['column_action'] = 'Toiminto';