output preflight-checks nicely

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-05-15 10:27:46 +02:00
parent 07a1ad8c58
commit ed7faae947
3 changed files with 30 additions and 4 deletions

View File

@@ -2506,6 +2506,9 @@ Yours sincerely, your administrator',
'manual_config' => 'I will manually configure the services, just take me to the login',
],
'errors' => [
'wrong_ownership' => 'Make sure the froxlor files are owned by %s:%s',
'missing_extensions' => 'The following php extensions are required and not installed',
'suggestedextensions' => 'The following php extensions could not be found but are recommended',
'databaseexists' => 'Database already exist, please set override option to rebuild or chose another name',
'unabletocreatedb' => 'Test database could not be created',
'unabletodropdb' => 'Test database could not be dropped',