New Translations – 16.2.2020
This commit is contained in:
@ -49,7 +49,7 @@ $_['help_regex'] = 'Use regex. E.g: /[a-zA-Z0-9_-]/';
|
||||
$_['help_sort_order'] = 'Use minus to count backwards from the last field in the set.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify custom fields!';
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify custom fields!';
|
||||
$_['error_name'] = 'Custom Field Name must be between 1 and 128 characters!';
|
||||
$_['error_type'] = 'Warning: Custom Field Values required!';
|
||||
$_['error_type'] = 'Varoitus: Custom Field Values required!';
|
||||
$_['error_custom_value'] = 'Custom Value Name must be between 1 and 128 characters!';
|
@ -91,9 +91,9 @@ $_['help_commission'] = 'Percentage the affiliate receives on each ord
|
||||
$_['help_points'] = 'Use minus to remove points';
|
||||
|
||||
// Error
|
||||
$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify customers!';
|
||||
$_['error_exists'] = 'Warning: E-Mail Address is already registered!';
|
||||
$_['error_warning'] = 'Varoitus: Please check the form carefully for errors!';
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify customers!';
|
||||
$_['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!';
|
||||
|
@ -25,4 +25,4 @@ $_['entry_type'] = 'Type';
|
||||
$_['entry_date_added'] = 'Date Added';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify customer approvals!';
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify customer approvals!';
|
@ -23,8 +23,8 @@ $_['entry_sort_order'] = 'Sort Order';
|
||||
$_['help_approval'] = 'Customers must be approved by an administrator before they can login.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify customer groups!';
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify customer groups!';
|
||||
$_['error_name'] = 'Customer Group Name must be between 3 and 32 characters!';
|
||||
$_['error_default'] = 'Warning: This customer group cannot be deleted as it is currently assigned as the default store customer group!';
|
||||
$_['error_store'] = 'Warning: This customer group cannot be deleted as it is currently assigned to %s stores!';
|
||||
$_['error_customer'] = 'Warning: This customer group cannot be deleted as it is currently assigned to %s customers!';
|
||||
$_['error_default'] = 'Varoitus: This customer group cannot be deleted as it is currently assigned as the default store customer group!';
|
||||
$_['error_store'] = 'Varoitus: This customer group cannot be deleted as it is currently assigned to %s stores!';
|
||||
$_['error_customer'] = 'Varoitus: This customer group cannot be deleted as it is currently assigned to %s customers!';
|
Reference in New Issue
Block a user