From: Stefan Schantl Date: Tue, 5 Feb 2019 13:14:11 +0000 (+0100) Subject: ids.cgi: Rework "Enable IPS" section X-Git-Tag: v2.23-core131~117^2~68 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=9e9b477d7c4fbad483f6307cf63bf475dd79141b;hp=af0065691c6d3fcb14c646d1ec0b9c83bdd3313d 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 --- diff --git a/html/cgi-bin/ids.cgi b/html/cgi-bin/ids.cgi index 442105356b..1235d47766 100644 --- a/html/cgi-bin/ids.cgi +++ b/html/cgi-bin/ids.cgi @@ -775,11 +775,11 @@ if (%idsrules) { diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index 8497ce4c32..e2aa1861da 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -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', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 2ff4cfa499..5c44ee9b14 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -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',
- $Lang::tr{'ids enable'} $Lang::tr{'intrusion detection system'} +  $Lang::tr{'ids enable'} - $Lang::tr{'ids monitor traffic only'} +  $Lang::tr{'ids monitor traffic only'}