mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-14 04:52:59 +02:00
ids.cgi: Change lang string from "Activate IPS" to "Enable IPS"
Reference #11986 Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -775,7 +775,7 @@ 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 activate'} $Lang::tr{'intrusion detection system'}
|
||||
<input type='checkbox' name='ENABLE_IDS' $checked{'ENABLE_IDS'}{'on'}>$Lang::tr{'ids enable'} $Lang::tr{'intrusion detection system'}
|
||||
</td>
|
||||
|
||||
<td class='base' colspan='2'>
|
||||
|
||||
@@ -1326,10 +1326,10 @@
|
||||
'idle' => 'Leerlauf',
|
||||
'idle timeout' => 'Leerlauf-Wartezeit in Min. (0 zum Deaktivieren):',
|
||||
'idle timeout not set' => 'Leerlauf-Wartezeit nicht angegeben.',
|
||||
'ids activate' => 'Aktiviere',
|
||||
'ids automatic rules update' => 'Automatische Regeln-Aktualisierung',
|
||||
'ids traffic analyze' => 'Packet-Analyse',
|
||||
'ids active on' => 'Aktiv auf',
|
||||
'ids enable' => 'Aktiviere',
|
||||
'ids log viewer' => 'Ansicht IPS-Protokoll',
|
||||
'ids logs' => 'IPS-Protokolldateien',
|
||||
'ids monitored interfaces' => 'Überwachte Netzwerkzonen',
|
||||
|
||||
@@ -1357,10 +1357,10 @@
|
||||
'idle' => 'Idle',
|
||||
'idle timeout' => 'Idle timeout (mins; 0 to disable):',
|
||||
'idle timeout not set' => 'Idle timeout not set.',
|
||||
'ids activate' => 'Activate',
|
||||
'ids automatic rules update' => 'Automatic rules update',
|
||||
'ids traffic analyze' => 'Traffic analyzing',
|
||||
'ids active on' => 'Active on',
|
||||
'ids enable' => 'Enable',
|
||||
'ids hide' => 'Hide',
|
||||
'ids log viewer' => 'IPS log viewer',
|
||||
'ids logs' => 'IPS Logs',
|
||||
|
||||
Reference in New Issue
Block a user