]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Firewall: added missing translation for short IPv6 protcol in ruletable
authorAlexander Marx <amarx@ipfire.org>
Thu, 24 Oct 2013 14:24:45 +0000 (16:24 +0200)
committerAlexander Marx <amarx@ipfire.org>
Thu, 24 Oct 2013 14:24:45 +0000 (16:24 +0200)
html/cgi-bin/firewall.cgi
langs/de/cgi-bin/de.pl
langs/en/cgi-bin/en.pl

index 6e11176f279288742f884b4571382f53e6b2779c..84c007425d330ef6719f0a820a3f62eb71f5de02 100755 (executable)
@@ -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]);
                                }
index 5abadb75b6af9cfb86055c06164711b6ca036f52..92847cac055afa39045322479e8f85f47bbae231 100644 (file)
 '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:',
index 4915b5859de4023d8da2acb8ae58b709735433c2..2d36cdbadfa51f21eeef2d11d3819fc84683efb7 100644 (file)
 '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:',