From: Alexander Marx Date: Tue, 19 Feb 2013 14:41:03 +0000 (+0100) Subject: FORWARD FIREWALL: Some Typos in language Files X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=be5698ef6688c770f422011875b2d6451af017d8 FORWARD FIREWALL: Some Typos in language Files --- diff --git a/html/cgi-bin/fwhosts.cgi b/html/cgi-bin/fwhosts.cgi index 5bba69e53..afb47fa3d 100755 --- a/html/cgi-bin/fwhosts.cgi +++ b/html/cgi-bin/fwhosts.cgi @@ -1101,7 +1101,7 @@ sub addnet $fwhostsettings{'orgname'}=$fwhostsettings{'HOSTNAME'}; print<
- $Lang::tr{'name'}:$Lang::tr{'fwhost netaddress'}$Lang::tr{'netmask'}: + $Lang::tr{'name'}:$Lang::tr{'fwhost netaddress'}:$Lang::tr{'netmask'}: $Lang::tr{'remark'}:
END diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index 926676607..09adde417 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -1010,6 +1010,7 @@ 'fwhost ip_mac' => 'IP/MAC Adresse', 'fwhost ipsec host' => 'IpSec Clients:', 'fwhost ipsec net' => 'IpSec Netzwerke:', +'fwhost netaddress' => 'Netzwerk Adresse', 'fwhost newnet' => 'Netz Einstellungen', 'fwhost newhost' => 'Adress Einstellungen', 'fwhost newgrp' => 'Adress Gruppierung', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 9e3f70c54..793faa759 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -1035,7 +1035,7 @@ 'fwhost ip_mac' => 'IP/MAC address', 'fwhost ipsec host' => 'IPsec clients:', 'fwhost ipsec net' => 'IPsec networks:', -'fwhost netaddress' => 'Network address:', +'fwhost netaddress' => 'Network address', 'fwhost newnet' => 'Network', 'fwhost newhost' => 'Host', 'fwhost newgrp' => 'Address grouping',