1
0

New Translations - 8.10.2021 (2)

This commit is contained in:
Christer Warén
2021-10-08 18:57:57 +03:00
parent 9a201bc603
commit 171fd5b3c9
20 changed files with 53 additions and 53 deletions

View File

@ -7,10 +7,10 @@ $_['text_success'] = 'Success: You have added <a href="%s">%s</a> to
$_['text_remove'] = 'Success: You have modified your shopping cart!';
$_['text_login'] = 'Attention: You must <a href="%s">login</a> or <a href="%s">create an account</a> to view prices!';
$_['text_items'] = '%s item(s) - %s';
$_['text_points'] = 'Reward Points: %s';
$_['text_points'] = 'Palkintopisteet: %s';
$_['text_next'] = 'What would you like to do next?';
$_['text_next_choice'] = 'Choose if you have a discount code or reward points you want to use or would like to estimate your delivery cost.';
$_['text_empty'] = 'Your shopping cart is empty!';
$_['text_empty'] = 'Ostoskorisi on tyhjä!';
$_['text_day'] = 'päivä';
$_['text_week'] = 'viikko';
$_['text_semi_month'] = 'half-month';

View File

@ -1,11 +1,11 @@
<?php
// Heading
$_['heading_title'] = 'Failed Payment!';
$_['heading_title'] = 'Maksu epäonnistui!';
// Text
$_['text_basket'] = 'Ostoskori';
$_['text_checkout'] = 'Checkout';
$_['text_failure'] = 'Failed Payment';
$_['text_checkout'] = 'Kassa';
$_['text_failure'] = 'Maksu epäonnistui';
$_['text_message'] = '<p>There was a problem processing your payment and the order did not complete.</p>
<p>Possible reasons are:</p>

View File

@ -4,7 +4,7 @@ $_['heading_title'] = 'Your order has been placed!';
// Text
$_['text_basket'] = 'Ostoskori';
$_['text_checkout'] = 'Checkout';
$_['text_checkout'] = 'Kassa';
$_['text_success'] = 'Success';
$_['text_customer'] = '<p>Your order has been successfully processed!</p><p>You can view your order history by going to the <a href="%s">my account</a> page and by clicking on <a href="%s">history</a>.</p><p>If your purchase has an associated download, you can go to the account <a href="%s">downloads</a> page to view them.</p><p>Please direct any questions you have to the <a href="%s">store owner</a>.</p><p>Thanks for shopping with us online!</p>';
$_['text_guest'] = '<p>Your order has been successfully processed!</p><p>Please direct any questions you have to the <a href="%s">store owner</a>.</p><p>Thanks for shopping with us online!</p>';