mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-12 07:31:37 +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,
|
||||
|
||||
Reference in New Issue
Block a user