New Translations – 16.2.2020
This commit is contained in:
@ -10,5 +10,5 @@ $_['text_success'] = 'Success: Your coupon discount has been applied!';
|
||||
$_['entry_coupon'] = 'Enter your coupon here';
|
||||
|
||||
// Error
|
||||
$_['error_coupon'] = 'Warning: Coupon is either invalid, expired or reached its usage limit!';
|
||||
$_['error_empty'] = 'Warning: Please enter a coupon code!';
|
||||
$_['error_coupon'] = 'Varoitus: Coupon is either invalid, expired or reached its usage limit!';
|
||||
$_['error_empty'] = 'Varoitus: Please enter a coupon code!';
|
@ -11,6 +11,6 @@ $_['text_success'] = 'Success: Your reward points discount has been applied!';
|
||||
$_['entry_reward'] = 'Points to use (Max %s)';
|
||||
|
||||
// Error
|
||||
$_['error_reward'] = 'Warning: Please enter the amount of reward points to use!';
|
||||
$_['error_points'] = 'Warning: You don\'t have %s reward points!';
|
||||
$_['error_maximum'] = 'Warning: The maximum number of points that can be applied is %s!';
|
||||
$_['error_reward'] = 'Varoitus: Please enter the amount of reward points to use!';
|
||||
$_['error_points'] = 'Varoitus: You don\'t have %s reward points!';
|
||||
$_['error_maximum'] = 'Varoitus: The maximum number of points that can be applied is %s!';
|
@ -16,5 +16,5 @@ $_['entry_postcode'] = 'Post Code';
|
||||
$_['error_postcode'] = 'Postcode must be between 2 and 10 characters!';
|
||||
$_['error_country'] = 'Please select a country!';
|
||||
$_['error_zone'] = 'Please select a region / state!';
|
||||
$_['error_shipping'] = 'Warning: Shipping method required!';
|
||||
$_['error_no_shipping'] = 'Warning: No Shipping options are available. Please <a href="%s">contact us</a> for assistance!';
|
||||
$_['error_shipping'] = 'Varoitus: Shipping method required!';
|
||||
$_['error_no_shipping'] = 'Varoitus: No Shipping options are available. Please <a href="%s">contact us</a> for assistance!';
|
@ -10,5 +10,5 @@ $_['text_success'] = 'Success: Your gift certificate discount has been applied!
|
||||
$_['entry_voucher'] = 'Enter your gift certificate code here';
|
||||
|
||||
// Error
|
||||
$_['error_voucher'] = 'Warning: Gift Certificate is either invalid or the balance has been used up!';
|
||||
$_['error_empty'] = 'Warning: Please enter a gift certificate code!';
|
||||
$_['error_voucher'] = 'Varoitus: Gift Certificate is either invalid or the balance has been used up!';
|
||||
$_['error_empty'] = 'Varoitus: Please enter a gift certificate code!';
|
Reference in New Issue
Block a user