1
0

New Translations - 8.10.2021 (3)

This commit is contained in:
Christer Warén
2021-10-08 19:06:57 +03:00
parent 171fd5b3c9
commit 2e7f81b658
6 changed files with 21 additions and 21 deletions

View File

@ -1,13 +1,13 @@
<?php
// Heading
$_['heading_title'] = 'Use Coupon Code';
$_['heading_title'] = 'Käytä alennuskoodi';
// Text
$_['text_coupon'] = 'Coupon (%s)';
$_['text_coupon'] = 'Alennuskoodi (%s)';
$_['text_success'] = 'Success: Your coupon discount has been applied!';
// Entry
$_['entry_coupon'] = 'Enter your coupon here';
$_['entry_coupon'] = 'Syötä alennuskoodi';
// Error
$_['error_coupon'] = 'Varoitus: Coupon is either invalid, expired or reached its usage limit!';

View File

@ -3,8 +3,8 @@
$_['heading_title'] = 'Use Reward Points (Available %s)';
// Text
$_['text_reward'] = 'Reward Points (%s)';
$_['text_order_id'] = 'Order ID: #%s';
$_['text_reward'] = 'Palkintopisteet (%s)';
$_['text_order_id'] = 'Tilausnumero: #%s';
$_['text_success'] = 'Success: Your reward points discount has been applied!';
// Entry

View File

@ -8,8 +8,8 @@ $_['text_shipping'] = 'Enter your destination to get a shipping estimate.
$_['text_shipping_method'] = 'Please select the preferred shipping method to use on this order.';
// Entry
$_['entry_country'] = 'Country';
$_['entry_zone'] = 'Region / State';
$_['entry_country'] = 'Maa';
$_['entry_zone'] = 'Alue / Osavaltio';
$_['entry_postcode'] = 'Postinumero';
// Error

View File

@ -1,13 +1,13 @@
<?php
// Heading
$_['heading_title'] = 'Use Gift Certificate';
$_['heading_title'] = 'Käytä lahjakortti';
// Text
$_['text_voucher'] = 'Gift Certificate (%s)';
$_['text_voucher'] = 'Lahjakortti (%s)';
$_['text_success'] = 'Success: Your gift certificate discount has been applied!';
// Entry
$_['entry_voucher'] = 'Enter your gift certificate code here';
$_['entry_voucher'] = 'Syötä lahjakortin koodi';
// Error
$_['error_voucher'] = 'Varoitus: Gift Certificate is either invalid or the balance has been used up!';