mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
language changes in Menu and on statuspage (index.cgi)
This commit is contained in:
committed by
Michael Tremer
parent
aeefcc9caa
commit
f536ab2661
@@ -1,5 +1,5 @@
|
||||
$subservices->{'10.ipsec'} = {
|
||||
'caption' => 'IPSec',
|
||||
'caption' => $Lang::tr{'ipsec'},
|
||||
'uri' => '/cgi-bin/vpnmain.cgi',
|
||||
'title' => "$Lang::tr{'virtual private networking'}",
|
||||
'enabled' => 1,
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
'enabled' => 1,
|
||||
};
|
||||
$subfirewall->{'40.p2p'} = {
|
||||
'caption' => 'P2P-Block',
|
||||
'caption' => $Lang::tr{'p2p block'},
|
||||
'uri' => '/cgi-bin/p2p-block.cgi',
|
||||
'title' => "P2P-Block",
|
||||
'enabled' => 1,
|
||||
|
||||
@@ -286,7 +286,7 @@ if ( `cat /var/ipfire/vpn/settings | grep ^ENABLED=on` ||
|
||||
$haveipsec=1;
|
||||
my $ipsecip = `cat /var/ipfire/vpn/settings | grep ^VPN_IP= | cut -c 8-`;
|
||||
print<<END;
|
||||
<tr><td align='center' bgcolor='$Header::colourvpn' width='25%'><a href="/cgi-bin/vpnmain.cgi"><font size='2' color='white'><b>$Lang::tr{'vpn'}</b></font></a><br>
|
||||
<tr><td align='center' bgcolor='$Header::colourvpn' width='25%'><a href="/cgi-bin/vpnmain.cgi"><font size='2' color='white'><b>$Lang::tr{'ipsec'}</b></font></a><br>
|
||||
<td width='30%' align='center'>$ipsecip
|
||||
<td width='45%' align='center'><font color=$Header::colourgreen>Online</font>
|
||||
END
|
||||
|
||||
@@ -1269,9 +1269,10 @@
|
||||
'ipfire side is invalid' => 'IPFire Seite ist ungültig.',
|
||||
'ipfires hostname' => 'IPFire\'s Hostname',
|
||||
'ipinfo' => 'IP-Info',
|
||||
'ipsec network' => 'IPsec-Netzwerke',
|
||||
'iptable rules' => 'IPTable-Regeln',
|
||||
'iptmangles' => 'IPTable Mangles',
|
||||
'ipsec' => 'IPsec',
|
||||
'ipsec network' => 'IPsec-Netzwerke',
|
||||
'iptnats' => 'IPTable Network Address Translation',
|
||||
'ipts' => 'iptables',
|
||||
'isdn' => 'ISDN',
|
||||
@@ -1627,7 +1628,7 @@
|
||||
'ovpn_processprioVH' => 'Sehr Hoch',
|
||||
'ovpnstatus log' => 'OVPN-Status-Log',
|
||||
'ovpnsys log' => 'OVPN-System-Log',
|
||||
'p2p block' => 'P2P-Block',
|
||||
'p2p block' => 'P2P-Netzwerke',
|
||||
'p2p block save notice' => 'Bitte lesen Sie die Firewallregeln neu ein, damit die Änderungen aktiv werden.',
|
||||
'package failed to install' => 'Programmpaket konnte nicht installiert werden.',
|
||||
'pagerefresh' => 'Seite wird aktualisiert. Bitte warten.',
|
||||
|
||||
@@ -1298,6 +1298,7 @@
|
||||
'ipfire side is invalid' => 'IPFire side is invalid.',
|
||||
'ipfires hostname' => 'IPFire\'s Hostname',
|
||||
'ipinfo' => 'IP info',
|
||||
'ipsec' => 'IPsec',
|
||||
'ipsec network' => 'IPsec network',
|
||||
'iptable rules' => 'IPTable rules',
|
||||
'iptmangles' => 'IPTable Mangles',
|
||||
@@ -1657,7 +1658,7 @@
|
||||
'ovpn_processprioVH' => 'Very high',
|
||||
'ovpnstatus log' => 'OVPN-Status-Log',
|
||||
'ovpnsys log' => 'OVPN-System-Log',
|
||||
'p2p block' => 'P2P block',
|
||||
'p2p block' => 'P2P networks',
|
||||
'p2p block save notice' => 'Please reload the firewall ruleset in order to apply your changes.',
|
||||
'package failed to install' => 'Package failed to install.',
|
||||
'pagerefresh' => 'Page is beeing refreshed, please wait.',
|
||||
|
||||
Reference in New Issue
Block a user