New Translations – 16.2.2020
This commit is contained in:
@ -126,7 +126,7 @@ $_['entry_date_modified'] = 'Date Modified';
|
||||
$_['help_override'] = 'If the customers order is being blocked from changing the order status due to an anti-fraud extension enable override.';
|
||||
|
||||
// Error
|
||||
$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify orders!';
|
||||
$_['error_action'] = 'Warning: Could not complete this action!';
|
||||
$_['error_warning'] = 'Varoitus: Please check the form carefully for errors!';
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify orders!';
|
||||
$_['error_action'] = 'Varoitus: Could not complete this action!';
|
||||
$_['error_filetype'] = 'Invalid file type!';
|
@ -78,5 +78,5 @@ $_['entry_payment_method'] = 'Payment Method';
|
||||
$_['entry_cancel_payment'] = 'Cancel Payment';
|
||||
|
||||
// Error
|
||||
$_['error_not_cancelled'] = 'Error: %s';
|
||||
$_['error_not_cancelled'] = 'Virhe: %s';
|
||||
$_['error_not_found'] = 'Could not cancel recurring profile';
|
@ -52,8 +52,8 @@ $_['entry_date_modified'] = 'Date Modified';
|
||||
$_['help_product'] = '(Autocomplete)';
|
||||
|
||||
// Error
|
||||
$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify returns!';
|
||||
$_['error_warning'] = 'Varoitus: Please check the form carefully for errors!';
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify returns!';
|
||||
$_['error_order_id'] = 'Order ID required!';
|
||||
$_['error_firstname'] = 'First Name must be between 1 and 32 characters!';
|
||||
$_['error_lastname'] = 'Last Name must be between 1 and 32 characters!';
|
||||
|
@ -37,11 +37,11 @@ $_['entry_status'] = 'Status';
|
||||
$_['help_code'] = 'The code the customer enters to activate the voucher.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify vouchers!';
|
||||
$_['error_exists'] = 'Warning: Voucher code is already in use!';
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify vouchers!';
|
||||
$_['error_exists'] = 'Varoitus: Voucher code is already in use!';
|
||||
$_['error_code'] = 'Code must be between 3 and 10 characters!';
|
||||
$_['error_to_name'] = 'Recipient\'s Name must be between 1 and 64 characters!';
|
||||
$_['error_from_name'] = 'Your Name must be between 1 and 64 characters!';
|
||||
$_['error_email'] = 'E-Mail Address does not appear to be valid!';
|
||||
$_['error_amount'] = 'Amount must be greater than or equal to 1!';
|
||||
$_['error_order'] = 'Warning: This voucher cannot be deleted as it is part of an <a href="%s">order</a>!';
|
||||
$_['error_order'] = 'Varoitus: This voucher cannot be deleted as it is part of an <a href="%s">order</a>!';
|
@ -18,7 +18,7 @@ $_['entry_description'] = 'Voucher Theme Description';
|
||||
$_['entry_image'] = 'Image';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify voucher themes!';
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify voucher themes!';
|
||||
$_['error_name'] = 'Voucher Theme Name must be between 3 and 32 characters!';
|
||||
$_['error_image'] = 'Image required!';
|
||||
$_['error_voucher'] = 'Warning: This voucher theme cannot be deleted as it is currently assigned to %s vouchers!';
|
||||
$_['error_voucher'] = 'Varoitus: This voucher theme cannot be deleted as it is currently assigned to %s vouchers!';
|
Reference in New Issue
Block a user