From c67cc1c52bdfe1eacec195c8c021667168af96f6 Mon Sep 17 00:00:00 2001 From: Frank Hochmuth Date: Wed, 22 Nov 2023 20:45:44 +0100 Subject: [PATCH] Update lang.en-us.php - The English setup language file was missing translated error messages --- setup/lang/lang.en-us.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/setup/lang/lang.en-us.php b/setup/lang/lang.en-us.php index d679293..14caf34 100644 --- a/setup/lang/lang.en-us.php +++ b/setup/lang/lang.en-us.php @@ -21,6 +21,25 @@ $lang ['locked'] = array( ' ); +$lang ['err'] = array( + 'setuprun1' => 'The installation is running.', + + 'setuprun2' => 'The installation is already underway: If you are the administrator, you can delete ', + 'setuprun3' => ' to restart.', + 'writeerror' => 'Writing errors', + + 'fpuser1' => ' is not a valid user. + The user name must be alphanumeric and must not contain any spaces.', + 'fpuser2' => ' is not a valid user. + The user name may only contain letters, numbers and 1 underscore.', + 'fppwd' => 'The password must contain at least 6 characters and must not contain any spaces.', + 'fppwd2' => 'The passwords do not match.', + 'email' => ' is not a valid e-mail address.', + 'www' => ' is not a valid URL.', + 'error' => '

Error! + The following errors occurred while processing the form: