* luci/statistics: implement initial i18n support, added first translations, removed...
[project/luci.git] / applications / luci-statistics / luasrc / statistics / rrdtool / definitions / netlink.lua
index 47594f0..8f32ab3 100644 (file)
@@ -7,12 +7,6 @@ function rrdargs( graph, plugin, plugin_instance )
        --
        local traffic = {
 
-               -- diagram title
-               title   = "Verkehr",
-
-               -- vertical label
-               vlabel  = "Bytes/s",
-
                -- diagram data description
                data = {
                        -- defined sources for data types, if ommitted assume a single DS named "value" (optional)
@@ -42,12 +36,6 @@ function rrdargs( graph, plugin, plugin_instance )
        --
        local packets = {
 
-               -- diagram title
-               title   = "Pakete",
-
-               -- vertical label
-               vlabel  = "Pakete/s",
-
                -- diagram data description
                data = {
                        -- data type order
@@ -116,12 +104,6 @@ function rrdargs( graph, plugin, plugin_instance )
        --
        local multicast = {
 
-               -- diagram title
-               title   = "Multicast-Pakete",
-
-               -- vertical label
-               vlabel  = "Pakete/s",
-
                -- diagram data description
                data = {
                        -- data type order
@@ -144,12 +126,6 @@ function rrdargs( graph, plugin, plugin_instance )
        --
        local collisions = {
 
-               -- diagram title
-               title   = "Paketkollisionen",
-
-               -- vertical label
-               vlabel  = "Kollisionen/s",
-
                -- diagram data description
                data = {
                        -- data type order
@@ -172,12 +148,6 @@ function rrdargs( graph, plugin, plugin_instance )
        --
        local errors = {
 
-               -- diagram title
-               title   = "TX/RX-Fehler",
-
-               -- vertical label
-               vlabel  = "Kollisionen/s",
-
                -- diagram data description
                data = {
                        -- data type order