From b0ebbdedaa0805599b97a9d3bbc96c0a5cf2bbac Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Sun, 21 Mar 2010 06:04:32 -0400 Subject: [PATCH] Fixed: FS#1124 - Traffic quota on some systems not working --- interface/web/monitor/lib/lang/de.lng | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/interface/web/monitor/lib/lang/de.lng b/interface/web/monitor/lib/lang/de.lng index 196fa00..b600d28 100644 --- a/interface/web/monitor/lib/lang/de.lng +++ b/interface/web/monitor/lib/lang/de.lng @@ -16,7 +16,7 @@ $wb['Monitoring'] = 'Überwachung'; $wb['Server to Monitor'] = 'Zu überwachende Server'; $wb['Logfiles'] = 'Protokolldateien'; -$wb['Status of services'] = 'Dienstatus'; +$wb['Status of services'] = 'Dienststatus'; $wb['No Refresh'] = 'keine Aktualisierung'; $wb['minutes'] = 'Minuten'; $wb['Show Overview'] = 'Übersicht zeigen'; @@ -69,16 +69,16 @@ $wb['monitor_serverstate_unknown_txt'] = 'unbekannt'; $wb['monitor_serverstate_info_txt'] = 'Info'; $wb['monitor_serverstate_warning_txt'] = 'Warnung'; -$wb['monitor_serverstate_critical_txt'] = 'kritsch'; +$wb['monitor_serverstate_critical_txt'] = 'kritisch'; $wb['monitor_serverstate_error_txt'] = 'Fehler'; $wb['monitor_serverstate_moreinfo_txt'] = 'Mehr Informationen...'; $wb['monitor_serverstate_more_txt'] = 'mehr...'; $wb['monitor_serverstate_fclamok_txt'] = 'Ihr Virenschutz ist in Ordnung.'; $wb['monitor_serverstate_fclamoutdated_txt'] = 'Ihr Virenschutz ist VERALTET!'; -$wb['monitor_serverstate_fclamunknown_txt'] = 'Freshclam: ???!'; +$wb['monitor_serverstate_fclamunknown_txt'] = 'Freshclam: ???'; $wb['monitor_serverstate_hdok_txt'] = 'Die Festplattenauslastung ist in Ordnung'; -$wb['monitor_serverstate_hdgoingfull_txt'] = 'Die Festplatte wird bald voll'; -$wb['monitor_serverstate_hdnearlyfull_txt'] = 'Die Festplatte ist fast voll'; +$wb['monitor_serverstate_hdgoingfull_txt'] = 'Die Festplatte ist bald voll'; +$wb['monitor_serverstate_hdnearlyfull_txt'] = 'Die Festplatte wird langsam voll'; $wb['monitor_serverstate_hdveryfull_txt'] = 'Die Festplatte ist sehr voll'; $wb['monitor_serverstate_hdfull_txt'] = 'Die Festplatte hat keinen Platz mehr frei'; $wb['monitor_serverstate_hdunknown_txt'] = 'Festplatte: ???'; @@ -134,4 +134,5 @@ $wb['monitor_title_raidstate_txt'] = 'RAID-Status'; $wb['monitor_title_rkhunterlog_txt'] = 'RKHunter-Protokoll'; $wb['monitor_updates_nosupport_txt'] = 'Ihre Distribution wird für die Überwachung nicht unterstützt'; +$wb['monitor_title_fail2ban_txt'] = 'Fail2Ban Log'; ?> -- Gitblit v1.9.1