Firewall: FIxed wrong language strings in outgoing Firewall

This commit is contained in:
Alexander Marx
2013-11-29 13:41:57 +01:00
parent 02cb636c8b
commit 2be048cedc

View File

@@ -2579,8 +2579,14 @@ END
}
}elsif ($$hash{$key}[4] eq 'RED1'){
print "$ipfireiface $Lang::tr{'fwdfw red'}";
}elsif ($$hash{$key}[4] eq 'ALL'){
print "$ipfireiface $Lang::tr{'all'}";
}else{
print "$$hash{$key}[4]";
if ($$hash{$key}[4] eq 'GREEN' || $$hash{$key}[4] eq 'ORANGE' || $$hash{$key}[4] eq 'BLUE' || $$hash{$key}[4] eq 'RED'){
print "$ipfireiface $Lang::tr{lc($$hash{$key}[4])}";
}else{
print "$ipfireiface $$hash{$key}[4]";
}
}
$tdcolor='';
#SOURCEPORT