mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
log.dat: Added 'squid' and 'snort' plus translations
Added 'squid' and 'snort' to section dropdown in LOGS / SYSTEM LOGS, added translations. Added translation string for 'web proxy' in '30-network.menu'. Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
9494c6112a
commit
9b39654d9e
@@ -3,9 +3,9 @@
|
||||
'title' => "$Lang::tr{'net config'}",
|
||||
'enabled' => 0,
|
||||
};
|
||||
$subnetwork->{'20.proxy'} = {'caption' => 'Webproxy',
|
||||
$subnetwork->{'20.proxy'} = {'caption' => "$Lang::tr{'web proxy'}",
|
||||
'uri' => '/cgi-bin/proxy.cgi',
|
||||
'title' => "Webproxy",
|
||||
'title' => "$Lang::tr{'web proxy'}",
|
||||
'enabled' => 1,
|
||||
};
|
||||
$subnetwork->{'21.urlfilter'} = {'caption' => $Lang::tr{'url filter'},
|
||||
|
||||
Reference in New Issue
Block a user