diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-06-08 21:51:55 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-06-08 21:51:55 +0000 |
commit | de2e0ce10cb60d690da63c018f2162b47ef96141 (patch) | |
tree | ab303ac36c8c1d3003ef1d2a677b80b920b27266 /applications/luci-statistics/luasrc/i18n | |
parent | 0d4b628c7bb72b3785fd9ce7d71f85ddb6b250a0 (diff) |
* luci/statistics: implement support for the load plugin
Diffstat (limited to 'applications/luci-statistics/luasrc/i18n')
-rw-r--r-- | applications/luci-statistics/luasrc/i18n/statistics.de.lua | 15 | ||||
-rw-r--r-- | applications/luci-statistics/luasrc/i18n/statistics.en.lua | 15 |
2 files changed, 30 insertions, 0 deletions
diff --git a/applications/luci-statistics/luasrc/i18n/statistics.de.lua b/applications/luci-statistics/luasrc/i18n/statistics.de.lua index 4ba1e1ecd..9251c3210 100644 --- a/applications/luci-statistics/luasrc/i18n/statistics.de.lua +++ b/applications/luci-statistics/luasrc/i18n/statistics.de.lua @@ -46,6 +46,7 @@ stat_exec = "Exec" stat_rrdtool = "RRDTool" stat_network = "Netzwerk" stat_csv = "CSV Ausgabe" +stat_load = "Systemlast" -- @@ -136,6 +137,12 @@ stat_dg_title_irq = "%H: Interrupts" stat_dg_label_irq = "Aufrufe/s" stat_ds_irq = "IRQ %di" +stat_dg_title_load = "%H: Systemlast" +stat_dg_label_load = "Last" +stat_ds_load__shortterm = "1 Minute" +stat_ds_load__midterm = "5 Minuten" +stat_ds_load__longterm = "15 Minuten" + -- -- CBI translations @@ -306,6 +313,14 @@ lucistatistics_collectdirq_irqs = "Interrups überwachen" lucistatistics_collectdirq_irqs_desc = "mehrere mit Leerzeichen trennen" lucistatistics_collectdirq_ignoreselected = "Alle außer Ausgewählte überwachen" +-- load plugin +lucistatistics_collectdload = "Load Plugin Konfiguration" +lucistatistics_collectdload_desc = [[ + Das Load-Plugin sammelt Informationen über die allgemeine Systemlast. +]] + +lucistatistics_collectdload_enable = "Plugin aktivieren" + -- netlink plugin lucistatistics_collectdnetlink = "Netlink Plugin Konfiguration" lucistatistics_collectdnetlink_desc = [[ diff --git a/applications/luci-statistics/luasrc/i18n/statistics.en.lua b/applications/luci-statistics/luasrc/i18n/statistics.en.lua index 1dd7c733b..14c1c6929 100644 --- a/applications/luci-statistics/luasrc/i18n/statistics.en.lua +++ b/applications/luci-statistics/luasrc/i18n/statistics.en.lua @@ -46,6 +46,7 @@ stat_exec = "Exec" stat_rrdtool = "RRDTool" stat_network = "Network" stat_csv = "CSV Output" +stat_load = "System Load" -- @@ -136,6 +137,12 @@ stat_dg_title_irq = "%H: Interrupts" stat_dg_label_irq = "Issues/s" stat_ds_irq = "IRQ %di" +stat_dg_title_load = "%H: System Load" +stat_dg_label_load = "Load" +stat_ds_load__shortterm = "1 min" +stat_ds_load__midterm = "5 min" +stat_ds_load__longterm = "15 min" + -- -- CBI translations @@ -300,6 +307,14 @@ lucistatistics_collectdirq_irqs = "Monitor interrupts" lucistatistics_collectdirq_irqs_desc = "multiple separated by space" lucistatistics_collectdirq_ignoreselected = "Monitor all except selected ones" +-- load plugin +lucistatistics_collectdload = "Load Plugin Configuration" +lucistatistics_collectdload_desc = [[ + The load plugin collects statistics about the general system load. +]] + +lucistatistics_collectdload_enable = "Enable this plugin" + -- netlink plugin lucistatistics_collectdnetlink = "Netlink Plugin Configuration" lucistatistics_collectdnetlink_desc = [[ |