add os distribution detection
This commit is contained in:
@@ -63,6 +63,15 @@ $lng['install']['admin_pass1'] = 'Administrator-Passwort';
|
||||
$lng['install']['admin_pass2'] = 'Administrator-Passwort (Bestätigung)';
|
||||
$lng['install']['activate_newsfeed'] = 'Aktiviere das offizielle Newsfeed<br><small>(https://inside.froxlor.org/news/)</small>';
|
||||
$lng['install']['serversettings'] = 'Servereinstellungen';
|
||||
$lng['install']['distribution'] = 'Verteilung';
|
||||
$lng['install']['jessie'] = 'Debian Jessie';
|
||||
$lng['install']['stretch'] = 'Debian Stretch';
|
||||
$lng['install']['buster'] = 'Debian Buster';
|
||||
$lng['install']['xenial'] = 'Ubuntu Xenial';
|
||||
$lng['install']['bionic'] = 'Ubuntu Bionic';
|
||||
$lng['install']['focal'] = 'Ubuntu Focal';
|
||||
$lng['install']['rhel7'] = 'RHEL 7';
|
||||
$lng['install']['rhel8'] = 'RHEL 8';
|
||||
$lng['install']['servername'] = 'Servername (FQDN, keine IP-Adresse)';
|
||||
$lng['install']['serverip'] = 'Server-IP';
|
||||
$lng['install']['webserver'] = 'Webserver';
|
||||
|
||||
Reference in New Issue
Block a user