Firewall: fixed untranslated Strings

This commit is contained in:
Alexander Marx
2013-10-29 08:34:42 +01:00
parent 85860aff26
commit daf400fa4d
3 changed files with 6 additions and 2 deletions

View File

@@ -2370,7 +2370,7 @@ sub viewtablenew
<b>$Lang::tr{'fwdfw source'}</b>
</th>
<th align='center'>
Log <!-- XXX UNTRANSLATED STRING -->
<b>$Lang::tr{'fwdfw log'}</b>
</th>
<th align='center' width='30%'>
<b>$Lang::tr{'fwdfw target'}</b>
@@ -2493,7 +2493,7 @@ END
&getcolor($$hash{$key}[3],$$hash{$key}[4],\%customhost);
print"<td align='center' width='30%' $tdcolor>";
if ($$hash{$key}[3] eq 'ipfire_src'){
$ipfireiface='Interface '; # XXX UNTRANSLATED STRING
$ipfireiface=$Lang::tr{'fwdfw iface'};
}
if ($$hash{$key}[3] eq 'std_net_src'){
print &get_name($$hash{$key}[4]);

View File

@@ -949,7 +949,9 @@
'fwdfw from' => 'Von:',
'fwdfw hint ip1' => 'Die zuletzt erzeugte Regel mag eventuell niemals zutreffen, da sich Quelle und Ziel überlappen.',
'fwdfw hint ip2' => 'Bitte überprüfen Sie, ob diese Regel Sinn macht: ',
'fwdfw iface' => 'Interface',
'fwdfw ipsec network' => 'IPsec-Netzwerke:',
'fwdfw log' => 'Log',
'fwdfw log rule' => 'Logging aktivieren',
'fwdfw man port' => 'Port(s):',
'fwdfw menu' => 'Firewallregeln',

View File

@@ -974,7 +974,9 @@
'fwdfw from' => 'From:',
'fwdfw hint ip1' => 'The last generated rule may never match, because source and destination subnets may overlap.',
'fwdfw hint ip2' => 'Please double-check if this rule makes sense: ',
'fwdfw iface' => 'Interface',
'fwdfw ipsec network' => 'IPsec networks:',
'fwdfw log' => 'Log',
'fwdfw log rule' => 'Log rule',
'fwdfw man port' => 'Port(s):',
'fwdfw menu' => 'Firewall Rules',