mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 11:35:54 +02:00
Forward Firewall: edited colspan for timeframe from 6 to 7
edited de.pl and changed "Port(s) manuel" to "Port(s) manuell"
This commit is contained in:
committed by
Michael Tremer
parent
61068ee1a4
commit
25c4997947
@@ -1916,7 +1916,7 @@ END
|
||||
if($$hash{$key}[25] ne ''){push (@days,$Lang::tr{'fwdfw wd_sun'});}
|
||||
my $weekdays=join(",",@days);
|
||||
if (@days){
|
||||
print"<tr bgcolor='#FFE4B5'><td colspan='6'>$Lang::tr{'fwdfw time'} ";
|
||||
print"<tr bgcolor='#FFE4B5'><td colspan='7'>$Lang::tr{'fwdfw time'} ";
|
||||
print"$weekdays";
|
||||
print "  $Lang::tr{'fwdfw from'} $$hash{$key}[26]   $Lang::tr{'fwdfw till'} $$hash{$key}[27]</td><td colspan='8'></d></tr>";
|
||||
}
|
||||
|
||||
@@ -919,7 +919,7 @@
|
||||
'fwdfw hint ip2' => 'Bitte überprüfen Sie ob diese Regel Sinn macht: ',
|
||||
'fwdfw ipsec network' => 'IPsec Netzwerke:',
|
||||
'fwdfw log rule' => 'Log Regel',
|
||||
'fwdfw man port' => 'Port(s) manuel:',
|
||||
'fwdfw man port' => 'Port(s) manuell:',
|
||||
'fwdfw moveup' => 'Hoch',
|
||||
'fwdfw movedown' => 'Runter',
|
||||
'fwdfw reread' => 'Übernehmen',
|
||||
|
||||
Reference in New Issue
Block a user