From 39e360b26c3815adfb32ead9ea5e782898ca97c2 Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Thu, 24 Oct 2013 16:24:45 +0200 Subject: [PATCH] Firewall: added missing translation for short IPv6 protcol in ruletable --- html/cgi-bin/firewall.cgi | 2 +- langs/de/cgi-bin/de.pl | 1 + langs/en/cgi-bin/en.pl | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/html/cgi-bin/firewall.cgi b/html/cgi-bin/firewall.cgi index 6e11176f27..84c007425d 100755 --- a/html/cgi-bin/firewall.cgi +++ b/html/cgi-bin/firewall.cgi @@ -2472,7 +2472,7 @@ END my $prot; if ($$hash{$key}[8]){ if ($$hash{$key}[8] eq "IPv6"){ - push (@protocols,"IPv6 Encap") + push (@protocols,$Lang::tr{'fwdfw prot41 short'}) }else{ push (@protocols,$$hash{$key}[8]); } diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index 5abadb75b6..92847cac05 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -964,6 +964,7 @@ 'fwdfw pol text1' => 'Firewall-Standardverhalten für von der Firewall selbst initiierte Verbindungen.', 'fwdfw pol title' => 'Standardverhalten der Firewall', 'fwdfw prot41' => 'IPv6 Encapsulation (Protokoll 41)', +'fwdfw prot41 short' => 'IPv6 Encap', 'fwdfw red' => 'ROT', 'fwdfw reread' => 'Änderungen übernehmen', 'fwdfw rule action' => 'Regelaktion:', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 4915b5859d..2d36cdbadf 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -989,6 +989,7 @@ 'fwdfw pol text1' => 'Sets the default firewall behaviour for connections initiated by the firewall itself. Attention! You may lock yourself out.', 'fwdfw pol title' => 'Default firewall behaviour', 'fwdfw prot41' => 'IPv6 Encapsulation (Protocol 41)', +'fwdfw prot41 short' => 'IPv6 Encap', 'fwdfw red' => 'RED', 'fwdfw reread' => 'Apply changes', 'fwdfw rule action' => 'Rule action:', -- 2.39.2