ids.cgi: Add language string for ignored hosts section.

Fixes #12002.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
Stefan Schantl
2019-02-18 13:29:47 +01:00
parent 06f57f7230
commit d0f9526beb
3 changed files with 3 additions and 1 deletions

View File

@@ -927,7 +927,7 @@ END
#
# Whitelist / Ignorelist
#
&Header::openbox('100%', 'center', $Lang::tr{'guardian ignored hosts'});
&Header::openbox('100%', 'center', $Lang::tr{'ids ignored hosts'});
print <<END;
<table width='100%'>

View File

@@ -1333,6 +1333,7 @@
'ids active on' => 'Aktiv auf',
'ids enable' => 'Intrusion-Prevention-System aktivieren',
'ids download new ruleset' => 'Das neue Regelset wird heruntergeladen und entpackt ... Bitte warten Sie, bis dieser Vorgang erfolgreich beendet wurde.',
'ids ignored hosts' => 'Ignorierte Hosts',
'ids log viewer' => 'Ansicht IPS-Protokoll',
'ids log hits' => 'Gesamtanzahl der aktivierten Regeln für',
'ids logs' => 'IPS-Protokolldateien',

View File

@@ -1365,6 +1365,7 @@
'ids download new ruleset' => 'Downloading and unpacking new ruleset ... Please wait until all operations have completed successfully.',
'ids enable' => 'Enable Intrusion Prevention System',
'ids hide' => 'Hide',
'ids ignored hosts' => 'Ignored hosts',
'ids log hits' => 'Total of number of activated rules for',
'ids log viewer' => 'IPS log viewer',
'ids logs' => 'IPS Logs',