add more detailed info in case of only suggestions on installation; correct display of required dns entries for admins

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2025-02-08 16:21:08 +01:00
parent 606377f1d9
commit e35092c31f
4 changed files with 9 additions and 4 deletions

View File

@@ -2292,6 +2292,7 @@ Vielen Dank, Ihr Administrator',
'critical_error' => 'Kritischer Fehler',
'suggestions' => 'Nicht notwendig, aber emfohlen',
'phpinfosuccess' => 'Auf dem System ist PHP %s installiert',
'suggestionsnote' => 'Es liegen keine kritische Fehler vor, die eine Installation verhindern, allerdings beachten Sie bitte die Empfehlungen weiter unten für ein optimales Erlebnis.',
'phpinfowarn' => 'Die genutzte PHP Version ist kleiner als die geforderte Version %s',
'phpinfoupdate' => 'Aktualisierung von PHP Version %s auf %s oder höher notwendig',
'start_installation' => 'Installation starten',

View File

@@ -2428,6 +2428,7 @@ Yours sincerely, your administrator',
'critical_error' => 'Critical error',
'suggestions' => 'Not required but recommended',
'phpinfosuccess' => 'Your system is running with PHP %s',
'suggestionsnote' => 'There are no critical errors that prevent installation, but please follow the recommendations below for an optimal experience.',
'phpinfowarn' => 'Your system is running a lower version than PHP %s',
'phpinfoupdate' => 'Update your current PHP version from %s to %s or higher',
'start_installation' => 'Start installation',