From: Alexander Marx Date: Mon, 21 Jan 2013 04:54:20 +0000 (+0100) Subject: Forward Firewall: edited colspan for timeframe from 6 to 7 X-Git-Tag: v2.15-beta1~286^2~11^2~238 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=25c4997947301c3be6407fece18e4ef652e59285;p=ipfire-2.x.git Forward Firewall: edited colspan for timeframe from 6 to 7 edited de.pl and changed "Port(s) manuel" to "Port(s) manuell" --- diff --git a/html/cgi-bin/forwardfw.cgi b/html/cgi-bin/forwardfw.cgi index dda14b55a0..bf35b1f97d 100755 --- a/html/cgi-bin/forwardfw.cgi +++ b/html/cgi-bin/forwardfw.cgi @@ -1916,7 +1916,7 @@ END if($$hash{$key}[25] ne ''){push (@days,$Lang::tr{'fwdfw wd_sun'});} my $weekdays=join(",",@days); if (@days){ - print"$Lang::tr{'fwdfw time'} "; + print"$Lang::tr{'fwdfw time'} "; print"$weekdays"; print "  $Lang::tr{'fwdfw from'} $$hash{$key}[26]   $Lang::tr{'fwdfw till'} $$hash{$key}[27]"; } diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index 7cae85e168..be16224589 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -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',