summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-statistics/luasrc
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-09-19 21:10:51 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-09-19 21:10:51 +0000
commit10db2c2637eeda14d6e9d11fb2be5b7dc89918d1 (patch)
treebf1a4a508e8ead3ed88159c85e3f25e400f03d9f /applications/luci-statistics/luasrc
parent0579eb0c0e9d6724a2cd4c34108ce690d03bab20 (diff)
* luci/app/statistics: fix some translation issues
Diffstat (limited to 'applications/luci-statistics/luasrc')
-rw-r--r--applications/luci-statistics/luasrc/i18n/statistics.de.lua1
-rw-r--r--applications/luci-statistics/luasrc/i18n/statistics.de.xml1
-rw-r--r--applications/luci-statistics/luasrc/view/admin_statistics/index.htm4
-rw-r--r--applications/luci-statistics/luasrc/view/public_statistics/graph.htm2
4 files changed, 5 insertions, 3 deletions
diff --git a/applications/luci-statistics/luasrc/i18n/statistics.de.lua b/applications/luci-statistics/luasrc/i18n/statistics.de.lua
index 6ea7cdb56..11d94322e 100644
--- a/applications/luci-statistics/luasrc/i18n/statistics.de.lua
+++ b/applications/luci-statistics/luasrc/i18n/statistics.de.lua
@@ -1,4 +1,5 @@
stat_statistics = 'Statistiken'
+stat_desc = 'Das Statistik-Paket basiert auf <a href="http://collectd.org/index.shtml">Collectd</a> und nutzt <a href="http://oss.oetiker.ch/rrdtool/">RRD Tool</a> um die gesammelten Daten in Diagramme zu rendern.'
stat_systemplugins = 'Systemplugins'
stat_networkplugins = 'Netzwerkplugins'
stat_outputplugins = 'Ausgabeplugins'
diff --git a/applications/luci-statistics/luasrc/i18n/statistics.de.xml b/applications/luci-statistics/luasrc/i18n/statistics.de.xml
index beee5e75f..1dee01c65 100644
--- a/applications/luci-statistics/luasrc/i18n/statistics.de.xml
+++ b/applications/luci-statistics/luasrc/i18n/statistics.de.xml
@@ -3,6 +3,7 @@
<i18n:msgs xmlns:i18n="http://luci.freifunk-halle.net/2008/i18n#" xmlns="http://www.w3.org/1999/xhtml">
<i18n:msg xml:id="stat_statistics">Statistiken</i18n:msg>
+<i18n:msg xml:id="stat_desc">Das Statistik-Paket basiert auf <a href="http://collectd.org/index.shtml">Collectd</a> und nutzt <a href="http://oss.oetiker.ch/rrdtool/">RRD Tool</a> um die gesammelten Daten in Diagramme zu rendern.</i18n:msg>
<i18n:msg xml:id="stat_systemplugins">Systemplugins</i18n:msg>
<i18n:msg xml:id="stat_networkplugins">Netzwerkplugins</i18n:msg>
<i18n:msg xml:id="stat_outputplugins">Ausgabeplugins</i18n:msg>
diff --git a/applications/luci-statistics/luasrc/view/admin_statistics/index.htm b/applications/luci-statistics/luasrc/view/admin_statistics/index.htm
index 69bc213ae..4a0c924e2 100644
--- a/applications/luci-statistics/luasrc/view/admin_statistics/index.htm
+++ b/applications/luci-statistics/luasrc/view/admin_statistics/index.htm
@@ -14,9 +14,9 @@ $Id$
-%>
<%+header%>
-<h1><%:stat Statistics%></h1>
+<h1><%:stat_statistics Statistics%></h1>
-<p><%:stat_desc The statistics package is based on<a href="http://collectd.org/index.shtml">Collectd</a>
+<p><%:stat_desc The statistics package is based on <a href="http://collectd.org/index.shtml">Collectd</a>
and uses <a href="http://oss.oetiker.ch/rrdtool/">RRD Tool</a> to render diagram images from collected data.%></p>
<%+footer%>
diff --git a/applications/luci-statistics/luasrc/view/public_statistics/graph.htm b/applications/luci-statistics/luasrc/view/public_statistics/graph.htm
index 4e7a2a15f..ff058b8b7 100644
--- a/applications/luci-statistics/luasrc/view/public_statistics/graph.htm
+++ b/applications/luci-statistics/luasrc/view/public_statistics/graph.htm
@@ -14,7 +14,7 @@ $Id$
-%>
<%+header%>
-<h1>Statistik</h1>
+<h1><%:stat_statistics Statistics%></h1>
<form action="" method="get">
<select name="timespan">