mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-15 05:22:59 +02:00
ids.cgi: Rework "Enable IPS" section
Just use one language string for a maximum of flexiblity for the transloators. Fixes #11986 Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -775,11 +775,11 @@ if (%idsrules) {
|
||||
<table width='100%' border='0'>
|
||||
<tr>
|
||||
<td class='base' colspan='2'>
|
||||
<input type='checkbox' name='ENABLE_IDS' $checked{'ENABLE_IDS'}{'on'}>$Lang::tr{'ids enable'} $Lang::tr{'intrusion detection system'}
|
||||
<input type='checkbox' name='ENABLE_IDS' $checked{'ENABLE_IDS'}{'on'}> $Lang::tr{'ids enable'}
|
||||
</td>
|
||||
|
||||
<td class='base' colspan='2'>
|
||||
<input type='checkbox' name='MONITOR_TRAFFIC_ONLY' $checked{'MONITOR_TRAFFIC_ONLY'}{'on'}>$Lang::tr{'ids monitor traffic only'}
|
||||
<input type='checkbox' name='MONITOR_TRAFFIC_ONLY' $checked{'MONITOR_TRAFFIC_ONLY'}{'on'}> $Lang::tr{'ids monitor traffic only'}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@@ -1329,7 +1329,7 @@
|
||||
'ids automatic rules update' => 'Automatische Regeln-Aktualisierung',
|
||||
'ids traffic analyze' => 'Packet-Analyse',
|
||||
'ids active on' => 'Aktiv auf',
|
||||
'ids enable' => 'Aktiviere',
|
||||
'ids enable' => 'Intrusion-Prevention-System aktivieren',
|
||||
'ids log viewer' => 'Ansicht IPS-Protokoll',
|
||||
'ids logs' => 'IPS-Protokolldateien',
|
||||
'ids monitored interfaces' => 'Überwachte Netzwerkzonen',
|
||||
|
||||
@@ -1360,7 +1360,7 @@
|
||||
'ids automatic rules update' => 'Automatic rules update',
|
||||
'ids traffic analyze' => 'Traffic analyzing',
|
||||
'ids active on' => 'Active on',
|
||||
'ids enable' => 'Enable',
|
||||
'ids enable' => 'Enable Intrusion Prevention System',
|
||||
'ids hide' => 'Hide',
|
||||
'ids log viewer' => 'IPS log viewer',
|
||||
'ids logs' => 'IPS Logs',
|
||||
|
||||
Reference in New Issue
Block a user