diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-23 15:59:53 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-23 15:59:53 +0000 |
commit | 1fb8929f221dfe23f3eeb05169ebfe4c908b926e (patch) | |
tree | b402e4e63cee98c5c7663a5b032239fe0b3ae991 /applications/luci-statistics/luasrc/i18n/statistics.en.lua | |
parent | 406400a198a073c54a02eaf3583f26cdab6691bc (diff) |
* luci/i18n: fixes for portoguese and eglish translations, thanks Carlos
Diffstat (limited to 'applications/luci-statistics/luasrc/i18n/statistics.en.lua')
-rw-r--r-- | applications/luci-statistics/luasrc/i18n/statistics.en.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/luci-statistics/luasrc/i18n/statistics.en.lua b/applications/luci-statistics/luasrc/i18n/statistics.en.lua index 5937a2ae4..c12b42007 100644 --- a/applications/luci-statistics/luasrc/i18n/statistics.en.lua +++ b/applications/luci-statistics/luasrc/i18n/statistics.en.lua @@ -1,4 +1,5 @@ stat_statistics = 'Statistics' +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.' stat_systemplugins = 'System plugins' stat_networkplugins = 'Network plugins' stat_outputplugins = 'Output plugins' |