mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 11:05:54 +02:00
Firewall: fixed untranslated Strings
This commit is contained in:
@@ -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]);
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user