1
0

New Translations – 16.2.2020

This commit is contained in:
Christer Waren
2020-02-16 13:32:04 +02:00
parent e6861bd75e
commit 4126bbe023
243 changed files with 485 additions and 485 deletions

View File

@ -4,7 +4,7 @@ $_['text_address'] = 'Success: Shipping address has been set!';
$_['text_method'] = 'Success: Shipping method has been set!';
// Error
$_['error_permission'] = 'Warning: You do not have permission to access the API!';
$_['error_permission'] = 'Varoitus: You do not have permission to access the API!';
$_['error_firstname'] = 'First Name must be between 1 and 32 characters!';
$_['error_lastname'] = 'Last Name must be between 1 and 32 characters!';
$_['error_address_1'] = 'Address 1 must be between 3 and 128 characters!';
@ -13,6 +13,6 @@ $_['error_postcode'] = 'Postcode must be between 2 and 10 characters for thi
$_['error_country'] = 'Please select a country!';
$_['error_zone'] = 'Please select a region / state!';
$_['error_custom_field'] = '%s required!';
$_['error_address'] = 'Warning: Shipping address required!';
$_['error_method'] = 'Warning: Shipping method required!';
$_['error_no_shipping'] = 'Warning: No Shipping options are available!';
$_['error_address'] = 'Varoitus: Shipping address required!';
$_['error_method'] = 'Varoitus: Shipping method required!';
$_['error_no_shipping'] = 'Varoitus: No Shipping options are available!';