summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-statistics/luasrc/view/admin_statistics/networkplugins.htm
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-10-31 19:26:07 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-10-31 19:26:07 +0000
commitcffba70b2ebff664e385f077d30cf701cab49a70 (patch)
treef5d22dd86b44e051c1c74797c3584e101d1f566a /applications/luci-statistics/luasrc/view/admin_statistics/networkplugins.htm
parentb2671410bf5468443d6eb49f525d6c3e3fd7e28f (diff)
all: translation fixes in templates
Diffstat (limited to 'applications/luci-statistics/luasrc/view/admin_statistics/networkplugins.htm')
-rw-r--r--applications/luci-statistics/luasrc/view/admin_statistics/networkplugins.htm6
1 files changed, 3 insertions, 3 deletions
diff --git a/applications/luci-statistics/luasrc/view/admin_statistics/networkplugins.htm b/applications/luci-statistics/luasrc/view/admin_statistics/networkplugins.htm
index 13e52257ef..eacb3c3b7f 100644
--- a/applications/luci-statistics/luasrc/view/admin_statistics/networkplugins.htm
+++ b/applications/luci-statistics/luasrc/view/admin_statistics/networkplugins.htm
@@ -14,12 +14,12 @@ $Id$
-%>
<%+header%>
-<h2><a id="content" name="content"><%:stat_networkplugins Network plugins%></a></h2>
+<h2><a id="content" name="content"><%:Network plugins%></a></h2>
-<p><%:stat_networkplugins_desc Network plugins are used to collect information
+<p><%:Network plugins are used to collect information
about open tcp connections, interface traffic, iptables rules etc.%></p>
-<p><%:stat_networkplugins_installed Installed network plugins:%>
+<p><%:Installed network plugins:%>
<ul>
<% for plugin, desc in pairs(plugins) do %>
<% if nixio.fs.access("/usr/lib/collectd/" .. plugin .. ".so") then %>