language changes in Menu and on statuspage (index.cgi)

This commit is contained in:
Alexander Marx
2014-01-11 05:51:44 +01:00
committed by Michael Tremer
parent aeefcc9caa
commit f536ab2661
5 changed files with 8 additions and 6 deletions

View File

@@ -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,

View File

@@ -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,