Updated XML translation system, fixed some errors with multiline-translations
[project/luci.git] / applications / luci-statistics / luasrc / i18n / statistics.en.lua
index 4c80660f0f11d8a6d2c88904019480ce1a1b23bf..1fd4d7eca468577c45c7da2eec19e7b399af2bb2 100644 (file)
@@ -33,6 +33,7 @@ stat_dg_label_ping = [[ms]]
 stat_ds_ping = [[%di]]
 stat_dg_title_iptables__ipt_packets = [[%H: Firewall - Processed Packets]]
 stat_dg_label_iptables__ipt_packets = [[Packets/s]]
+stat_ds_ipt_packets = [[Chain "%di"]]
 stat_dg_title_netlink__if_octets = [[%H: Netlink - Transfer on %pi]]
 stat_dg_label_netlink__if_octets = [[Bytes/s]]
 stat_ds_if_octets = [[Bytes (%ds)]]
@@ -91,6 +92,7 @@ stat_ds_load__midterm = [[5 min]]
 stat_ds_load__longterm = [[15 min]]
 lucistatistics = [[Statistics]]
 lucistatistics_collectd = [[Collectd Settings]]
+lucistatistics_collectd_desc = [[Collectd is a small daeomon for collecting data from various sources through different plugins. On this page you can change general settings for the collectd daemon.]]
 lucistatistics_collectd_hostname = [[Hostname]]
 lucistatistics_collectd_basedir = [[Base Directory]]
 lucistatistics_collectd_include = [[Directory for sub-configurations]]
@@ -133,6 +135,7 @@ lucistatistics_collectddns_interfaces_desc = [[multiple separated by space]]
 lucistatistics_collectddns_ignoresources = [[Ignore source addresses]]
 lucistatistics_collectddns_ignoresources_desc = [[multiple separated by space]]
 lucistatistics_collectdemail = [[E-Mail Plugin Configuration]]
+lucistatistics_collectdemail_desc = [[The email plugin creates a unix socket which can be used to transmit email-statistics to a running collectd daemon. This plugin is primarily intended to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can be used in other ways as well.]]
 lucistatistics_collectdemail_enable = [[Enable this plugin]]
 lucistatistics_collectdemail_socketfile = [[Filepath of the unix socket]]
 lucistatistics_collectdemail_socketgroup = [[Group ownership of the unix socket]]
@@ -141,12 +144,15 @@ lucistatistics_collectdemail_socketperms = [[File permissions of the unix socket
 lucistatistics_collectdemail_socketperms_desc = [[octal]]
 lucistatistics_collectdemail_maxconns = [[Maximum allowed connections]]
 lucistatistics_collectdexec = [[Exec Plugin Configuration]]
+lucistatistics_collectdexec_desc = [[The exec plugin starts external commands to read values from or to notify external processes when certain threshold values have been reached.]]
 lucistatistics_collectdexec_enable = [[Enable this plugin]]
 lucistatistics_collectdexecinput = [[Add command for reading values]]
+lucistatistics_collectdexecinput_desc = [[Here you can define external commands which will be started by collectd in order to read certain values. The values will be read from stdout.]]
 lucistatistics_collectdexecinput_cmdline = [[Commandline]]
 lucistatistics_collectdexecinput_cmduser = [[Run as user]]
 lucistatistics_collectdexecinput_cmdgroup = [[Run as group]]
 lucistatistics_collectdexecnotify = [[Add notification command]]
+lucistatistics_collectdexecnotify_desc = [[Here you can define external commands which will be started by collectd when certain threshold values have been reached. The values leading to invokation will be feeded to the the called programs stdin.]]
 lucistatistics_collectdexecnotify_cmdline = [[Commandline]]
 lucistatistics_collectdexecnotify_cmduser = [[Run as user]]
 lucistatistics_collectdexecnotify_cmdgroup = [[Run as group]]
@@ -157,8 +163,10 @@ lucistatistics_collectdinterface_interfaces = [[Monitor interfaces]]
 lucistatistics_collectdinterface_interfaces_desc = [[hold Ctrl while clicking to select multiple interfaces]]
 lucistatistics_collectdinterface_ignoreselected = [[Monitor all except selected ones]]
 lucistatistics_collectdiptables = [[Iptables Plugin Configuration]]
+lucistatistics_collectdiptables_desc = [[The iptables plugin will monitor selected firewall rules and collect informations about processed bytes and packets per rule.]]
 lucistatistics_collectdiptables_enable = [[Enable this plugin]]
 lucistatistics_collectdiptablesmatch = [[Add matching rule]]
+lucistatistics_collectdiptablesmatch_desc = [[Here you can define various criteria by which the monitored iptables rules are selected.]]
 lucistatistics_collectdiptablesmatch_name = [[Name of the rule]]
 lucistatistics_collectdiptablesmatch_name_desc = [[max. 16 chars]]
 lucistatistics_collectdiptablesmatch_table = [[Table]]
@@ -176,13 +184,16 @@ lucistatistics_collectdiptablesmatch_outputif_desc = [[e.g. br-ff]]
 lucistatistics_collectdiptablesmatch_options = [[Options]]
 lucistatistics_collectdiptablesmatch_options_desc = [[e.g. reject-with tcp-reset]]
 lucistatistics_collectdirq = [[IRQ Plugin Configuration]]
+lucistatistics_collectdirq_desc = [[The irq plugin will monitor the rate of issues per second for each selected interrupt. If no interrupt is selected then all interrupts are monitored.]]
 lucistatistics_collectdirq_enable = [[Enable this plugin]]
 lucistatistics_collectdirq_irqs = [[Monitor interrupts]]
 lucistatistics_collectdirq_irqs_desc = [[multiple separated by space]]
 lucistatistics_collectdirq_ignoreselected = [[Monitor all except selected ones]]
 lucistatistics_collectdload = [[Load Plugin Configuration]]
+lucistatistics_collectdload_desc = [[The load plugin collects statistics about the general system load.]]
 lucistatistics_collectdload_enable = [[Enable this plugin]]
 lucistatistics_collectdnetlink = [[Netlink Plugin Configuration]]
+lucistatistics_collectdnetlink_desc = [[The netlink plugin collects extended informations like qdisc-, class- and filter-statistics for selected interfaces.]]
 lucistatistics_collectdnetlink_enable = [[Enable this plugin]]
 lucistatistics_collectdnetlink_interfaces = [[Basic monitoring]]
 lucistatistics_collectdnetlink_interfaces_desc = [[hold Ctrl while clicking to select multiple interfaces]]
@@ -195,6 +206,7 @@ lucistatistics_collectdnetlink_classes_desc = [[hold Ctrl while clicking to sele
 lucistatistics_collectdnetlink_filters = [[Filter class monitoring]]
 lucistatistics_collectdnetlink_filters_desc = [[hold Ctrl while clicking to select multiple interfaces]]
 lucistatistics_collectdnetwork = [[Network Plugin Configuration]]
+lucistatistics_collectdnetwork_desc = [[The network plugin provides network based communication between different collectd instances. Collectd can operate both in client and server mode. In client mode locally collected date is transferred to a collectd server instance, in server mode the local instance receives data from other hosts.]]
 lucistatistics_collectdnetwork_enable = [[Enable this plugin]]
 lucistatistics_collectdnetworklisten = [[Listener interfaces]]
 lucistatistics_collectdnetworklisten_desc = [[This section defines on which interfaces collectd will wait for incoming connections.]]
@@ -214,16 +226,19 @@ lucistatistics_collectdnetwork_forward = [[Forwarding between listen and server
 lucistatistics_collectdnetwork_cacheflush = [[Cache flush interval]]
 lucistatistics_collectdnetwork_cacheflush_desc = [[seconds]]
 lucistatistics_collectdping = [[Ping Plugin Configuration]]
+lucistatistics_collectdping_desc = [[The ping plugin will send icmp echo replies to selected hosts and measure the roundtrip time for each host.]]
 lucistatistics_collectdping_enable = [[Enable this plugin]]
 lucistatistics_collectdping_hosts = [[Monitor hosts]]
 lucistatistics_collectdping_hosts_desc = [[multiple separated by space]]
 lucistatistics_collectdping_ttl = [[TTL for ping packets]]
 lucistatistics_collectdping_ttl_desc = [[0 - 255]]
 lucistatistics_collectdprocesses = [[Processes Plugin Configuration]]
+lucistatistics_collectdprocesses_desc = [[The processes plugin collects informations like cpu time, page faults and memory usage of selected processes.]]
 lucistatistics_collectdprocesses_enable = [[Enable this plugin]]
 lucistatistics_collectdprocesses_processes = [[Monitor processes]]
 lucistatistics_collectdprocesses_processes_desc = [[multiple separated by space]]
 lucistatistics_collectdrrdtool = [[RRDTool Plugin Configuration]]
+lucistatistics_collectdrrdtool_desc = [[The rrdtool plugin stores the collected data in rrd database files, the foundation of the diagrams.<br /><br /><strong>Warning: Setting the wrong values will result in a very high memory consumption in the temporary directory. This can render the device unusable!</strong>]]
 lucistatistics_collectdrrdtool_enable = [[Enable this plugin]]
 lucistatistics_collectdrrdtool_datadir = [[Storage directory]]
 lucistatistics_collectdrrdtool_stepsize = [[RRD step interval]]
@@ -241,6 +256,7 @@ lucistatistics_collectdrrdtool_cachetimeout_desc = [[seconds]]
 lucistatistics_collectdrrdtool_cacheflush = [[Flush cache after]]
 lucistatistics_collectdrrdtool_cacheflush_desc = [[seconds]]
 lucistatistics_collectdtcpconns = [[TCPConns Plugin Configuration]]
+lucistatistics_collectdtcpconns_desc = [[The tcpconns plugin collects informations about open tcp connections on selected ports.]]
 lucistatistics_collectdtcpconns_enable = [[Enable this plugin]]
 lucistatistics_collectdtcpconns_listeningports = [[Monitor all local listen ports]]
 lucistatistics_collectdtcpconns_localports = [[Monitor local ports]]
@@ -248,6 +264,7 @@ lucistatistics_collectdtcpconns_localports_desc = [[0 - 65535; multiple separate
 lucistatistics_collectdtcpconns_remoteports = [[Monitor remote ports]]
 lucistatistics_collectdtcpconns_remoteports_desc = [[0 - 65535; multiple separated by space]]
 lucistatistics_collectdunixsock = [[Unixsock Plugin Configuration]]
+lucistatistics_collectdunixsock_desc = [[The unixsock plugin creates a unix socket which can be used to read collected data from a running collectd instance.]]
 lucistatistics_collectdunixsock_enable = [[Enable this plugin]]
 lucistatistics_collectdunixsock_socketfile = [[Filepath of the unix socket]]
 lucistatistics_collectdunixsock_socketgroup = [[Group ownership of the unix socket]]
@@ -255,4 +272,5 @@ lucistatistics_collectdunixsock_socketgroup_desc = [[group name]]
 lucistatistics_collectdunixsock_socketperms = [[File permissions of the unix socket]]
 lucistatistics_collectdunixsock_socketperms_desc = [[octal]]
 lucistatistics_collectdwireless = [[Wireless Plugin Configuration]]
+lucistatistics_collectdwireless_desc = [[The wireless plugin collects statistics about wireless signal strength, noise and quality.]]
 lucistatistics_collectdwireless_enable = [[Enable this plugin]]