1
0

New Translations – 16.2.2020

This commit is contained in:
Christer Waren
2020-02-16 14:18:44 +02:00
parent 4126bbe023
commit b197fd35c3
46 changed files with 286 additions and 286 deletions

View File

@ -1,20 +1,20 @@
<?php
// Heading
$_['heading_title'] = 'My Wish List';
$_['heading_title'] = 'Oma Toivelista';
// Text
$_['text_account'] = 'Account';
$_['text_instock'] = 'In Stock';
$_['text_wishlist'] = 'Wish List (%s)';
$_['text_account'] = 'Tili';
$_['text_instock'] = 'Varastossa';
$_['text_wishlist'] = 'Toivelista (%s)';
$_['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!';
$_['text_empty'] = 'Your wish list is empty.';
$_['text_empty'] = 'Toivelistasi on tyhjä.';
// Column
$_['column_image'] = 'Image';
$_['column_name'] = 'Product Name';
$_['column_model'] = 'Model';
$_['column_stock'] = 'Stock';
$_['column_price'] = 'Unit Price';
$_['column_action'] = 'Action';
$_['column_image'] = 'Kuva';
$_['column_name'] = 'Tuotteen nimi';
$_['column_model'] = 'Malli';
$_['column_stock'] = 'Varasto';
$_['column_price'] = 'Yksikköhinta';
$_['column_action'] = 'Toiminto';