From: Alexander Marx Date: Wed, 2 May 2018 11:27:04 +0000 (+0200) Subject: BUG11559: Languagefiles X-Git-Tag: v2.21-core122~159 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=c07eea1d38de0334e79f531710e33f656dbd5f8c BUG11559: Languagefiles When creating firewallrules or using firewall groups, it should be possible to select a single IpSec subnet if there is more than one. This patch adds a new languagefileword "fwdfw all subnets" which is used in firewall.cgi and fwhosts.cgi Signed-off-by: Alexander Marx Tested-by: Peter Müller Signed-off-by: Michael Tremer --- diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index 68dce535f7..3dab130263 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -1065,6 +1065,7 @@ 'fwdfw additional' => 'Weitere Einstellungen', 'fwdfw addrule' => 'Regel hinzufügen/ändern:', 'fwdfw all icmp' => 'Alle ICMP-Typen', +'fwdfw all subnets' => 'Alle Subnetze', 'fwdfw change' => 'Aktualisieren', 'fwdfw copy' => 'Kopieren', 'fwdfw delete' => 'Löschen', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 595e00a55a..ef7dab5304 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -1092,6 +1092,7 @@ 'fwdfw additional' => 'Additional settings', 'fwdfw addrule' => 'Add/Edit rule:', 'fwdfw all icmp' => 'All ICMP types', +'fwdfw all subnets' => 'All subnets', 'fwdfw change' => 'Update', 'fwdfw copy' => 'Copy', 'fwdfw delete' => 'Delete',