From: Matthias Fischer <matthias.fischer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 2/2] log.dat: Added 'squid' and 'snort' plus translations
Date: Mon, 23 May 2016 15:55:13 +0200 [thread overview]
Message-ID: <20160523135513.1502-2-matthias.fischer@ipfire.org> (raw)
In-Reply-To: <20160523135513.1502-1-matthias.fischer@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 1998 bytes --]
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(a)ipfire.org>
---
| 4 ++--
html/cgi-bin/logs.cgi/log.dat | 8 ++++++--
2 files changed, 8 insertions(+), 4 deletions(-)
--git a/config/menu/30-network.menu b/config/menu/30-network.menu
index c50508f..8e1336a 100644
--- a/config/menu/30-network.menu
+++ b/config/menu/30-network.menu
@@ -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'},
diff --git a/html/cgi-bin/logs.cgi/log.dat b/html/cgi-bin/logs.cgi/log.dat
index 44d6aeb..a8a7ba4 100644
--- a/html/cgi-bin/logs.cgi/log.dat
+++ b/html/cgi-bin/logs.cgi/log.dat
@@ -65,7 +65,9 @@ my %sections = (
'ipsec' => '(ipsec_[\w_]+: |pluto\[.*\]: |charon: |vpnwatch: )',
'openvpn' => '(openvpnserver\[.*\]: |.*n2n\[.*\]: )',
'pakfire' => '(pakfire:) ',
- 'wireless' => '(hostapd:|kernel: ath.*:|kernel: wifi[0-9]:) '
+ 'wireless' => '(hostapd:|kernel: ath.*:|kernel: wifi[0-9]:) ',
+ 'squid' => '(squid\[.*\]: |squid: )',
+ 'snort' => '(snort\[.*\]: )'
);
# Translations for the %sections array.
@@ -86,7 +88,9 @@ my %trsections = (
'ipsec' => 'IPSec',
'openvpn' => 'OpenVPN',
'pakfire' => 'Pakfire',
- 'wireless' => 'Wireless'
+ 'wireless' => 'Wireless',
+ 'squid' => "$Lang::tr{'web proxy'}",
+ 'snort' => "$Lang::tr{'intrusion detection'}"
);
--
2.8.3
prev parent reply other threads:[~2016-05-23 13:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-23 13:55 [PATCH 1/2] log.dat: fix missing quotation marks for 'ddns' Matthias Fischer
2016-05-23 13:55 ` Matthias Fischer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160523135513.1502-2-matthias.fischer@ipfire.org \
--to=matthias.fischer@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox