minor ui/lang adjustments; add security question for backup-abort action

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-05-13 11:22:14 +02:00
parent cc11e2de51
commit 7e14e9edd7
8 changed files with 45 additions and 24 deletions

View File

@@ -1035,7 +1035,7 @@ Vielen Dank, Ihr Administrator',
],
'domains' => [
'domains' => 'Domains',
'settings' => 'Einstellungen',
'settings' => 'Übersicht Domains',
],
'ftp' => [
'ftp' => 'FTP',
@@ -1051,7 +1051,7 @@ Vielen Dank, Ihr Administrator',
'traffic' => [
'traffic' => 'Traffic',
'current' => 'Aktueller Monat',
'table' => 'Übersicht',
'overview' => 'Übersicht',
],
'phpsettings' => [
'maintitle' => 'PHP-Konfigurationen',
@@ -1198,6 +1198,7 @@ Vielen Dank, Ihr Administrator',
'email_reallydelete_forwarder' => 'Wollen Sie die Weiterleitung "%s" wirklich löschen?',
'extras_reallydelete' => 'Wollen Sie den Verzeichnisschutz für "%s" wirklich löschen?',
'extras_reallydelete_pathoptions' => 'Wollen Sie die Optionen für den Pfad "%s" wirklich löschen?',
'extras_reallydelete_backup' => 'Wollen Sie die geplante Sicherung wirklich löschen?',
'ftp_reallydelete' => 'Wollen Sie das FTP-Benutzerkonto "%s" wirklich löschen?',
'mysql_reallydelete' => 'Wollen Sie die Datenbank "%s" wirklich löschen?<br />ACHTUNG! Alle Daten gehen unwiderruflich verloren!',
'admin_configs_reallyrebuild' => 'Wollen Sie wirklich alle Konfigurationsdateien neu erstellen lassen?',

View File

@@ -1332,7 +1332,7 @@ Yours sincerely, your administrator',
],
'domains' => [
'domains' => 'Domains',
'settings' => 'Settings',
'settings' => 'Domains overview',
],
'ftp' => [
'ftp' => 'FTP',
@@ -1348,7 +1348,7 @@ Yours sincerely, your administrator',
'traffic' => [
'traffic' => 'Traffic',
'current' => 'Current Month',
'table' => 'Traffic',
'overview' => 'Total traffic',
],
'phpsettings' => [
'maintitle' => 'PHP Configurations',
@@ -1543,6 +1543,7 @@ Yours sincerely, your administrator',
'email_reallydelete_forwarder' => 'Do you really want to delete the forwarder %s?',
'extras_reallydelete' => 'Do you really want to delete the directory protection for %s?',
'extras_reallydelete_pathoptions' => 'Do you really want to delete the path options for %s?',
'extras_reallydelete_backup' => 'Do you really want to abort the planned backup job?',
'ftp_reallydelete' => 'Do you really want to delete the FTP-account %s?',
'mysql_reallydelete' => 'Do you really want to delete the database %s? This cannot be undone!',
'admin_configs_reallyrebuild' => 'Do you really want to rebuild all config files?',