Update lang.en-us.php

- The English setup language file was missing translated error messages
This commit is contained in:
Frank Hochmuth 2023-11-22 20:45:44 +01:00 committed by GitHub
parent fc3b606367
commit c67cc1c52b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,25 @@ $lang ['locked'] = array(
</ul>'
);
$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' => '<p><big>Error!</big>
The following errors occurred while processing the form:</p><ul>'
);
$lang ['step1'] = array(
'head' => 'Welcome to FlatPress!',
'descr' => 'Thank you for choosing <strong>FlatPress</strong>.