summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/interface.lua
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-05-28 22:34:26 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-05-28 22:34:26 +0000
commitb06638df6e776fc380687b06924a77b03055c00e (patch)
tree9474d20d6ea68d2bf3911e60b865c306462eac97 /applications/luci-statistics/luasrc/statistics/rrdtool/definitions/interface.lua
parentaafa5b786d4692fe65bdc2ac8552976d0a3a3a51 (diff)
* luci/statistics: implement initial i18n support, added first translations, removed hardcoded strings from models
Diffstat (limited to 'applications/luci-statistics/luasrc/statistics/rrdtool/definitions/interface.lua')
-rw-r--r--applications/luci-statistics/luasrc/statistics/rrdtool/definitions/interface.lua12
1 files changed, 0 insertions, 12 deletions
diff --git a/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/interface.lua b/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/interface.lua
index 1b61ad68e..0d812d6ec 100644
--- a/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/interface.lua
+++ b/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/interface.lua
@@ -7,12 +7,6 @@ function rrdargs( graph, host, plugin, plugin_instance )
--
local traffic = {
- -- diagram title
- title = "Verkehr",
-
- -- vertical label
- vlabel = "Bytes/s",
-
-- draw this diagram for each data instance
per_instance = true,
@@ -45,12 +39,6 @@ function rrdargs( graph, host, plugin, plugin_instance )
--
local packets = {
- -- diagram title
- title = "Pakete",
-
- -- vertical label
- vlabel = "Pakete/s",
-
-- draw this diagram for each data instance
per_instance = true,