New Translations – 16.2.2020
This commit is contained in:
@ -3,4 +3,4 @@
|
||||
$_['heading_title'] = 'Dashboard';
|
||||
|
||||
// Error
|
||||
$_['error_install'] = 'Warning: Install folder still exists and should be deleted for security reasons!';
|
||||
$_['error_install'] = 'Varoitus: Install folder still exists and should be deleted for security reasons!';
|
@ -22,4 +22,4 @@ $_['button_on'] = 'On';
|
||||
$_['button_off'] = 'Off';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify developer settings!';
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify developer settings!';
|
@ -12,12 +12,12 @@ $_['entry_search'] = 'Search..';
|
||||
$_['entry_folder'] = 'Folder Name';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: Permission Denied!';
|
||||
$_['error_filename'] = 'Warning: Filename must be between 3 and 255!';
|
||||
$_['error_folder'] = 'Warning: Folder name must be between 3 and 255!';
|
||||
$_['error_exists'] = 'Warning: A file or directory with the same name already exists!';
|
||||
$_['error_directory'] = 'Warning: Directory does not exist!';
|
||||
$_['error_filesize'] = 'Warning: Incorrect file size!';
|
||||
$_['error_filetype'] = 'Warning: Incorrect file type!';
|
||||
$_['error_upload'] = 'Warning: File could not be uploaded for an unknown reason!';
|
||||
$_['error_delete'] = 'Warning: You can not delete this directory!';
|
||||
$_['error_permission'] = 'Varoitus: Permission Denied!';
|
||||
$_['error_filename'] = 'Varoitus: Filename must be between 3 and 255!';
|
||||
$_['error_folder'] = 'Varoitus: Folder name must be between 3 and 255!';
|
||||
$_['error_exists'] = 'Varoitus: A file or directory with the same name already exists!';
|
||||
$_['error_directory'] = 'Varoitus: Directory does not exist!';
|
||||
$_['error_filesize'] = 'Varoitus: Incorrect file size!';
|
||||
$_['error_filetype'] = 'Varoitus: Incorrect file type!';
|
||||
$_['error_upload'] = 'Varoitus: File could not be uploaded for an unknown reason!';
|
||||
$_['error_delete'] = 'Varoitus: You can not delete this directory!';
|
@ -14,6 +14,6 @@ $_['entry_password'] = 'New Password';
|
||||
$_['entry_confirm'] = 'Confirm';
|
||||
|
||||
// Error
|
||||
$_['error_email'] = 'Warning: The E-Mail Address was not found in our records, please try again!';
|
||||
$_['error_email'] = 'Varoitus: The E-Mail Address was not found in our records, please try again!';
|
||||
$_['error_password'] = 'Password must be between 4 and 20 characters!';
|
||||
$_['error_confirm'] = 'Password and password confirmation do not match!';
|
@ -22,12 +22,12 @@ $_['entry_email'] = 'E-Mail';
|
||||
$_['entry_image'] = 'Image';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify your profile!';
|
||||
$_['error_exists_username'] = 'Warning: Username is already in use!';
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify your profile!';
|
||||
$_['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!';
|
@ -19,8 +19,8 @@ $_['button_move'] = 'Move';
|
||||
$_['button_manual'] = 'Manual';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify the storage directory!';
|
||||
$_['error_path'] = 'Warning: Invalid path!';
|
||||
$_['error_directory'] = 'Warning: Invalid directory!';
|
||||
$_['error_exists'] = 'Warning: Directory already exists!';
|
||||
$_['error_writable'] = 'Warning: config.php and admin/config.php need to be made writable!';
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify the storage directory!';
|
||||
$_['error_path'] = 'Varoitus: Invalid path!';
|
||||
$_['error_directory'] = 'Varoitus: Invalid directory!';
|
||||
$_['error_exists'] = 'Varoitus: Directory already exists!';
|
||||
$_['error_writable'] = 'Varoitus: config.php and admin/config.php need to be made writable!';
|
||||
|
Reference in New Issue
Block a user