New Translations – 16.2.2020
This commit is contained in:
@ -37,5 +37,5 @@ $_['column_total'] = 'Total';
|
||||
$_['error_stock'] = 'Products marked with *** are not available in the desired quantity or not in stock!';
|
||||
$_['error_minimum'] = 'Minimum order amount for %s is %s!';
|
||||
$_['error_required'] = '%s required!';
|
||||
$_['error_product'] = 'Warning: There are no products in your cart!';
|
||||
$_['error_product'] = 'Varoitus: There are no products in your cart!';
|
||||
$_['error_recurring_required'] = 'Please select a payment recurring!';
|
@ -69,10 +69,10 @@ $_['entry_shipping'] = 'My delivery and billing addresses are th
|
||||
|
||||
// Error
|
||||
$_['error_warning'] = 'There was a problem while trying to process your order! If the problem persists please try selecting a different payment method or you can contact the store owner by <a href="%s">clicking here</a>.';
|
||||
$_['error_login'] = 'Warning: No match for E-Mail Address and/or Password.';
|
||||
$_['error_attempts'] = 'Warning: Your account has exceeded allowed number of login attempts. Please try again in 1 hour.';
|
||||
$_['error_approved'] = 'Warning: Your account requires approval before you can login.';
|
||||
$_['error_exists'] = 'Warning: E-Mail Address is already registered!';
|
||||
$_['error_login'] = 'Varoitus: No match for E-Mail Address and/or Password.';
|
||||
$_['error_attempts'] = 'Varoitus: Your account has exceeded allowed number of login attempts. Please try again in 1 hour.';
|
||||
$_['error_approved'] = 'Varoitus: Your account requires approval before you can login.';
|
||||
$_['error_exists'] = 'Varoitus: E-Mail Address is already registered!';
|
||||
$_['error_firstname'] = 'First Name must be between 1 and 32 characters!';
|
||||
$_['error_lastname'] = 'Last Name must be between 1 and 32 characters!';
|
||||
$_['error_email'] = 'E-Mail address does not appear to be valid!';
|
||||
@ -84,10 +84,10 @@ $_['error_city'] = 'City must be between 2 and 128 character
|
||||
$_['error_postcode'] = 'Postcode must be between 2 and 10 characters!';
|
||||
$_['error_country'] = 'Please select a country!';
|
||||
$_['error_zone'] = 'Please select a region / state!';
|
||||
$_['error_agree'] = 'Warning: You must agree to the %s!';
|
||||
$_['error_address'] = 'Warning: You must select address!';
|
||||
$_['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_payment'] = 'Warning: Payment method required!';
|
||||
$_['error_no_payment'] = 'Warning: No Payment options are available. Please <a href="%s">contact us</a> for assistance!';
|
||||
$_['error_agree'] = 'Varoitus: You must agree to the %s!';
|
||||
$_['error_address'] = 'Varoitus: You must select address!';
|
||||
$_['error_shipping'] = 'Varoitus: Shipping method required!';
|
||||
$_['error_no_shipping'] = 'Varoitus: No Shipping options are available. Please <a href="%s">contact us</a> for assistance!';
|
||||
$_['error_payment'] = 'Varoitus: Payment method required!';
|
||||
$_['error_no_payment'] = 'Varoitus: No Payment options are available. Please <a href="%s">contact us</a> for assistance!';
|
||||
$_['error_custom_field'] = '%s required!';
|
Reference in New Issue
Block a user