* luci/statistics: implement initial i18n support, added first translations, removed...
[project/luci.git] / applications / luci-statistics / luasrc / statistics / rrdtool / definitions / ping / ping.lua
index cf1db00..a7bf295 100644 (file)
@@ -3,9 +3,6 @@ module("luci.statistics.rrdtool.definitions.ping.ping", package.seeall)
 function rrdargs( graph, plugin, plugin_instance, dtype )
 
        return {
-               title  = "Pingzeiten",
-               vlabel = "ms",
-
                data = {
                        sources = {
                                ping = { "ping" }