Fixed a typo
[project/luci.git] / applications / luci-statistics / luasrc / i18n / statistics.en.lua
index 1dd7c73..757e97c 100644 (file)
@@ -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       = [[
@@ -335,7 +350,7 @@ lucistatistics_collectdnetworklisten_host      = "Listen host"
 lucistatistics_collectdnetworklisten_host_desc = "host-, ip- or ip6 address"
 lucistatistics_collectdnetworklisten_port      = "Listen port"
 lucistatistics_collectdnetworklisten_port_desc = "0 - 65535"
-lucistatistics_collectdnetworkserver           = "serverer interfaces"
+lucistatistics_collectdnetworkserver           = "server interfaces"
 lucistatistics_collectdnetworkserver_desc      = "This section defines to which servers the locally collected data is sent to."
 lucistatistics_collectdnetworkserver_host      = "Server host"
 lucistatistics_collectdnetworkserver_host_desc = "host-, ip- or ip6 address"