Added manuel integritycheck for admins
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
@@ -1804,3 +1804,9 @@ $lng['tasks']['remove_ftpacc_files'] = 'Delete customer ftp-account data.';
|
||||
$lng['tasks']['regenerating_crond'] = 'Rebuilding the cron.d-file';
|
||||
$lng['serversettings']['system_crondreload']['title'] = 'Cron-daemon reload command';
|
||||
$lng['serversettings']['system_crondreload']['description'] = 'Specify the command to execute in order to reload your systems cron-daemon';
|
||||
$lng['admin']['integritycheck'] = 'Database validation';
|
||||
$lng['admin']['integrityid'] = '#';
|
||||
$lng['admin']['integrityname'] = 'Name';
|
||||
$lng['admin']['integrityresult'] = 'Result';
|
||||
$lng['admin']['integrityfix'] = 'Fix problems automatically';
|
||||
$lng['question']['admin_integritycheck_reallyfix'] = 'Do you really want to try fixing all database integrity problems automatically?';
|
||||
@@ -1530,3 +1530,9 @@ $lng['tasks']['remove_ftpacc_files'] = 'Kunden FTP-Konto Dateien löschen';
|
||||
$lng['tasks']['regenerating_crond'] = 'Neuerstellung der cron.d-Datei';
|
||||
$lng['serversettings']['system_crondreload']['title'] = 'Cron-Daemon reload Befehl';
|
||||
$lng['serversettings']['system_crondreload']['description'] = 'Geben Sie hier den Befehl zum Neuladen des Cron-Daemons an';
|
||||
$lng['admin']['integritycheck'] = 'Datenbankprüfung';
|
||||
$lng['admin']['integrityid'] = '#';
|
||||
$lng['admin']['integrityname'] = 'Name';
|
||||
$lng['admin']['integrityresult'] = 'Ergebnis';
|
||||
$lng['admin']['integrityfix'] = 'Probleme automatisch beheben';
|
||||
$lng['question']['admin_integritycheck_reallyfix'] = 'Möchten Sie wirklich versuchen sätliche Datenbank - Integritätsprobleme automatisch zu beheben?';
|
||||
|
||||
Reference in New Issue
Block a user