X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-statistics%2Fluasrc%2Fi18n%2Fstatistics.en.lua;h=14c1c69297b884dcc23c094664d42e2aca69416f;hp=1dd7c733b8a08fbf76095eab5854ba58c2587ce1;hb=de2e0ce10cb60d690da63c018f2162b47ef96141;hpb=0d4b628c7bb72b3785fd9ce7d71f85ddb6b250a0 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 = [[