mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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:
@@ -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%'>
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user