]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
ids.cgi: Rework "Enable IPS" section
authorStefan Schantl <stefan.schantl@ipfire.org>
Tue, 5 Feb 2019 13:14:11 +0000 (14:14 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Tue, 5 Feb 2019 13:17:19 +0000 (14:17 +0100)
Just use one language string for a maximum of flexiblity for the
transloators.

Fixes #11986

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 442105356b2057192aa7b988f86069b5cf249f06..1235d477668bd1da437d8733e0cbe5f4221ed687 100644 (file)
@@ -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'}>&nbsp$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'}>&nbsp$Lang::tr{'ids monitor traffic only'}
                        </td>
                        </tr>
 
index 8497ce4c32924d5c6d4ad5554fbc2110368815e6..e2aa1861da1156500dc69bc97acd9eae6b7981cc 100644 (file)
 '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',
index 2ff4cfa4991e28437262842bb4b04dea54334531..5c44ee9b14779006593090ed1f3c4a76803eec43 100644 (file)
 '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',