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

@ -26,7 +26,7 @@ $_['entry_status'] = 'Status';
$_['entry_ip'] = 'IP';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modified APIs!';
$_['error_permission'] = 'Varoitus: You do not have permission to modified APIs!';
$_['error_username'] = 'API USername must be between 3 and 20 characters!';
$_['error_key'] = 'API Key must be between 64 and 256 characters!';
$_['error_ip'] = 'You must have atleast one IP added to the allowed list!';

View File

@ -26,13 +26,13 @@ $_['entry_image'] = 'Image';
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify users!';
$_['error_account'] = 'Warning: You can not delete your own account!';
$_['error_exists_username'] = 'Warning: Username is already in use!';
$_['error_permission'] = 'Varoitus: You do not have permission to modify users!';
$_['error_account'] = 'Varoitus: You can not delete your own account!';
$_['error_exists_username'] = 'Varoitus: Username is already in use!';
$_['error_username'] = 'Username must be between 3 and 20 characters!';
$_['error_password'] = 'Password must be between 4 and 20 characters!';
$_['error_confirm'] = 'Password and password confirmation do not match!';
$_['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!';
$_['error_exists_email'] = 'Warning: E-Mail Address is already registered!';
$_['error_exists_email'] = 'Varoitus: E-Mail Address is already registered!';

View File

@ -18,6 +18,6 @@ $_['entry_access'] = 'Access Permission';
$_['entry_modify'] = 'Modify Permission';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify user groups!';
$_['error_permission'] = 'Varoitus: You do not have permission to modify user groups!';
$_['error_name'] = 'User Group Name must be between 3 and 64 characters!';
$_['error_user'] = 'Warning: This user group cannot be deleted as it is currently assigned to %s users!';
$_['error_user'] = 'Varoitus: This user group cannot be deleted as it is currently assigned to %s users!';