]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
ids.cgi: Add language string for ignored hosts section.
authorStefan Schantl <stefan.schantl@ipfire.org>
Mon, 18 Feb 2019 12:29:47 +0000 (13:29 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Mon, 18 Feb 2019 12:29:47 +0000 (13:29 +0100)
Fixes #12002.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
html/cgi-bin/ids.cgi
langs/de/cgi-bin/de.pl
langs/en/cgi-bin/en.pl

index 313714486553d5debd53ec67477eb91912370009..98c6f57b44fc36756f67dcb86f3621f11895174e 100644 (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%'>
index 00862ad2e05a66ab11c994ecd897999bd62737a5..3467230d1447cf47a2e186595f5522c7f998393c 100644 (file)
 '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',
index 5dc248c5a8b928ad9a0381912c3f20365e5da78d..7e84be3925181daa83135da3ee8a6685d26a6071 100644 (file)
 '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',