1dd7c733b8a08fbf76095eab5854ba58c2587ce1
[project/luci.git] / applications / luci-statistics / luasrc / i18n / statistics.en.lua
1 --[[
2
3 Luci i18n translation file for the statistics application
4 (c) 2008 Freifunk Leipzig / Jo-Philipp Wich <xm@leipzig.freifunk.net>
5
6 Licensed under the Apache License, Version 2.0 (the "License");
7 you may not use this file except in compliance with the License.
8 You may obtain a copy of the License at
9
10         http://www.apache.org/licenses/LICENSE-2.0
11
12 $Id$
13
14 ]]--
15
16
17 --
18 -- general translations
19 --
20
21 stat_statistics     = "Statistics"
22 stat_systemplugins  = "System plugins"
23 stat_networkplugins = "Network plugins"
24 stat_outputplugins  = "Output plugins"
25 stat_showtimespan   = "Display timespan &raquo;"
26 stat_graphs         = "Graphs"
27
28
29 --
30 -- collectd plugin translations
31 --
32
33 stat_collectd  = "Collectd"
34 stat_cpu       = "Processor"
35 stat_ping      = "Ping"
36 stat_iptables  = "Firewall"
37 stat_netlink   = "Netlink"
38 stat_processes = "Processes"
39 stat_wireless  = "Wireless"
40 stat_tcpconns  = "TCP Connections"
41 stat_interface = "Interfaces"
42 stat_df        = "Disk Space Usage"
43 stat_irq       = "Interrupts"
44 stat_disk      = "Disk Usage"
45 stat_exec      = "Exec"
46 stat_rrdtool   = "RRDTool"
47 stat_network   = "Network"
48 stat_csv       = "CSV Output"
49
50
51 --
52 -- diagram translations
53 --
54
55 stat_dg_title_wireless__signal_noise = "%H: Wireless - Signal Noise Ratio"
56 stat_dg_label_wireless__signal_noise = "dBm"
57 stat_ds_signal_noise = "Noise Level"
58 stat_ds_signal_power = "Signal Strength"
59
60 stat_dg_title_wireless__signal_quality = "%H: Wireless - Signal Quality"
61 stat_dg_label_wireless__signal_quality = "n"
62 stat_ds_signal_quality = "Signal Quality"
63
64 stat_dg_title_ping = "%H: ICMP Roundtrip Times"
65 stat_dg_label_ping = "ms"
66 stat_ds_ping = "%di"
67
68 stat_dg_title_iptables__ipt_packets = "%H: Firewall - Processed Packets"
69 stat_dg_label_iptables__ipt_packets = "Packets/s"
70 stat_ds_ipt_packets = 'Chain "%di"'
71
72 stat_dg_title_netlink__if_octets = "%H: Netlink - Transfer on %pi"
73 stat_dg_label_netlink__if_octets = "Bytes/s"
74 stat_ds_if_octets = "Bytes (%ds)"
75
76 stat_dg_title_netlink__if_packets = "%H: Netlink - Packets on %pi"
77 stat_dg_label_netlink__if_packets = "Packets/s"
78 stat_ds_if_packets = "Processed (%ds)"
79 stat_ds_if_dropped = "Dropped   (%ds)"
80 stat_ds_if_errors  = "Errors    (%ds)"
81
82 stat_dg_title_netlink__if_multicast = "%H: Netlink - Multicast on %pi"
83 stat_dg_label_netlink__if_multicast = "Packets/s"
84 stat_ds_if_multicast = "Packets"
85
86 stat_dg_title_netlink__if_collisions = "%H: Netlink - Collisions on %pi"
87 stat_dg_label_netlink__if_collisions = "Collisions/s"
88 stat_ds_if_collisions = "Collisions"
89
90 stat_dg_title_netlink__if_tx_errors = "%H: Netlink - Errors on %pi"
91 stat_dg_label_netlink__if_tx_errors = "Errors/s"
92 stat_ds_if_tx_errors = "%di"
93 stat_ds_if_rx_errors = "%di"
94
95 stat_dg_title_processes = "%H: Processes"
96 stat_dg_label_processes = "Processes/s"
97 stat_ds_ps_state = "%di"
98
99 stat_dg_title_processes__ps_cputime = "%H: Process %pi - used cpu time"
100 stat_dg_label_processes__ps_cputime = "Jiffies"
101 stat_ds_ps_cputime__syst = "system"
102 stat_ds_ps_cputime__user = "user"
103
104 stat_dg_title_processes__ps_count = "%H: Process %pi - threads and processes"
105 stat_dg_label_processes__ps_count = "Count"
106 stat_ds_ps_count = "%ds"
107
108 stat_dg_title_processes__ps_pagefaults = "%H: Process %pi - page faults"
109 stat_dg_label_processes__ps_pagefaults = "Pagefaults"
110 stat_ds_ps_pagefaults = "page faults"
111
112 stat_dg_title_processes__ps_rss = "%H: Process %pi - virtual memory size"
113 stat_dg_label_processes__ps_rss = "Bytes"
114 stat_ds_ps_rss = "virtual memory"
115
116 stat_dg_title_cpu = "%H: Usage on Processor #%pi"
117 stat_dg_label_cpu = "%"
118 stat_ds_cpu       = "%di"
119
120 stat_dg_title_interface__if_octets = "%H: Transfer on %di"
121 stat_dg_label_interface__if_octets = "Bytes/s"
122
123 stat_dg_title_interface__if_packets = "%H: Packets on %di"
124 stat_dg_label_interface__if_packets = "Packets/s"
125
126 stat_dg_title_tcpconns  = "%H: TCP-Connections to Port %pi"
127 stat_dg_label_tcpconns  = "Connections/s"
128 stat_ds_tcp_connections = "%di"
129
130 stat_dg_title_df        = "%H: Disk Space Usage on %di"
131 stat_dg_label_df        = "Bytes"
132 stat_ds_df__free        = "%ds"
133 stat_ds_df__used        = "%ds"
134
135 stat_dg_title_irq       = "%H: Interrupts"
136 stat_dg_label_irq       = "Issues/s"
137 stat_ds_irq             = "IRQ %di"
138
139
140 --
141 -- CBI translations
142 --
143
144 lucistatistics                  = "Statistics"
145
146 -- general config
147 lucistatistics_collectd         = "Collectd Settings"
148 lucistatistics_collectd_desc    = [[
149         Collectd is a small daeomon for collecting data from various sources through different plugins.
150         On this page you can change general settings for the collectd daemon.
151 ]]
152
153 lucistatistics_collectd_hostname      = "Hostname"
154 lucistatistics_collectd_basedir       = "Base Directory"
155 lucistatistics_collectd_include       = "Directory for sub-configurations"
156 lucistatistics_collectd_plugindir     = "Directory for collectd plugins"
157 lucistatistics_collectd_pidfile       = "Used PID file"
158 lucistatistics_collectd_typesdb       = "Datasets definition file"
159 lucistatistics_collectd_interval      = "Data collection interval"
160 lucistatistics_collectd_interval_desc = "Seconds"
161 lucistatistics_collectd_readthreads   = "Number of threads for data collection"
162 lucistatistics_collectd_fqdnlookup    = "Try to lookup fully qualified hostname"
163
164 -- cpu plugin
165 lucistatistics_collectdcpu            = "CPU Plugin Configuration"
166 lucistatistics_collectdcpu_desc       = "The cpu plugin collects basic statistics about the processor usage."
167 lucistatistics_collectdcpu_enable     = "Enable this plugin"
168
169 -- csv plugin
170 lucistatistics_collectdcsv            = "CSV Plugin Configuration"
171 lucistatistics_collectdcsv_desc       = "The csv plugin stores collected data in csv file format for further processing by external programs."
172 lucistatistics_collectdcsv_enable     = "Enable this plugin"
173 lucistatistics_collectdcsv_datadir    = "Storage directory for the csv files"
174 lucistatistics_collectdcsv_storerates = "Store data values as rates instead of absolute values"
175
176 -- df plugin
177 lucistatistics_collectddf                  = "DF Plugin Configuration"
178 lucistatistics_collectddf_desc             = "The df plugin collects statistics about the disk space usage on different devices, mount points or filesystem types."
179 lucistatistics_collectddf_enable           = "Enable this plugin"
180 lucistatistics_collectddf_devices          = "Monitor devices"
181 lucistatistics_collectddf_devices_desc     = "multiple separated by space"
182 lucistatistics_collectddf_mountpoints      = "Monitor mount points"
183 lucistatistics_collectddf_mountpoints_desc = "multiple separated by space"
184 lucistatistics_collectddf_fstypes          = "Monitor filesystem types"
185 lucistatistics_collectddf_fstypes_desc     = "multiple separated by space"
186 lucistatistics_collectddf_ignoreselected   = "Monitor all except selected ones"
187
188 -- disk plugin
189 lucistatistics_collectddisk                = "Disk Plugin Configuration"
190 lucistatistics_collectddisk_desc           = "The disk plugin collects detailled usage statistics for selected partitions or whole disks."
191 lucistatistics_collectddisk_enable         = "Enable this plugin"
192 lucistatistics_collectddisk_disks          = "Monitor disks and partitions"
193 lucistatistics_collectddisk_disks_desc     = "multiple separated by space"
194 lucistatistics_collectddisk_ignoreselected = "Monitor all except selected ones"
195
196 -- dns plugin
197 lucistatistics_collectddns                    = "DNS Plugin Configuration"
198 lucistatistics_collectddns_desc               = "The dns plugin collects detailled statistics about dns related traffic on selected interfaces."
199 lucistatistics_collectddns_enable             = "Enable this plugin"
200 lucistatistics_collectddns_interfaces         = "Monitor interfaces"
201 lucistatistics_collectddns_interfaces_desc    = "multiple separated by space"
202 lucistatistics_collectddns_ignoresources      = "Ignore source addresses"
203 lucistatistics_collectddns_ignoresources_desc = "multiple separated by space"
204
205 -- email plugin
206 lucistatistics_collectdemail                    = "E-Mail Plugin Configuration"
207 lucistatistics_collectdemail_desc               = [[
208         The email plugin creates a unix socket which can be used to transmit
209         email-statistics to a running collectd daemon. This plugin is primarily
210         intended to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd
211         but can be used in other ways as well.
212 ]]
213
214 lucistatistics_collectdemail_enable           = "Enable this plugin"
215 lucistatistics_collectdemail_socketfile       = "Filepath of the unix socket"
216 lucistatistics_collectdemail_socketgroup      = "Group ownership of the unix socket"
217 lucistatistics_collectdemail_socketgroup_desc = "group name"
218 lucistatistics_collectdemail_socketperms      = "File permissions of the unix socket"
219 lucistatistics_collectdemail_socketperms_desc = "octal"
220 lucistatistics_collectdemail_maxconns         = "Maximum allowed connections"
221
222 -- exec plugin
223 lucistatistics_collectdexec                = "Exec Plugin Configuration"
224 lucistatistics_collectdexec_desc           = [[
225         The exec plugin starts external commands to read values from or
226         to notify external processes when certain threshold values have
227         been reached.
228 ]]
229
230 lucistatistics_collectdexec_enable         = "Enable this plugin"
231 lucistatistics_collectdexecinput           = "Add command for reading values"
232 lucistatistics_collectdexecinput_desc      = [[
233         Here you can define external commands which will be started by collectd in order
234         to read certain values. The values will be read from stdout.
235 ]]
236
237 lucistatistics_collectdexecinput_cmdline   = "Commandline"
238 lucistatistics_collectdexecinput_cmduser   = "Run as user"
239 lucistatistics_collectdexecinput_cmdgroup  = "Run as group"
240 lucistatistics_collectdexecnotify          = "Add notification command"
241 lucistatistics_collectdexecnotify_desc     = [[
242         Here you can define external commands which will be started by collectd 
243         when certain threshold values have been reached. The values leading to
244         invokation will be feeded to the the called programs stdin.
245 ]]
246
247 lucistatistics_collectdexecnotify_cmdline  = "Commandline"
248 lucistatistics_collectdexecnotify_cmduser  = "Run as user"
249 lucistatistics_collectdexecnotify_cmdgroup = "Run as group"
250
251 -- interface plugin
252 lucistatistics_collectdinterface                 = "Interface Plugin Configuration"
253 lucistatistics_collectdinterface_desc            = "The interface plugin collects traffic statistics on selected interfaces."
254 lucistatistics_collectdinterface_enable          = "Enable this plugin"
255 lucistatistics_collectdinterface_interfaces      = "Monitor interfaces"
256 lucistatistics_collectdinterface_interfaces_desc = "hold Ctrl while clicking to select multiple interfaces"
257 lucistatistics_collectdinterface_ignoreselected  = "Monitor all except selected ones"
258
259 -- iptables plugin
260 lucistatistics_collectdiptables                       = "Iptables Plugin Configuration"
261 lucistatistics_collectdiptables_desc                  = [[
262         The iptables plugin will monitor selected firewall rules and collect
263         informations about processed bytes and packets per rule.
264 ]]
265
266 lucistatistics_collectdiptables_enable                = "Enable this plugin"
267
268 lucistatistics_collectdiptablesmatch                  = "Add matching rule"
269 lucistatistics_collectdiptablesmatch_desc             = [[
270         Here you can define various criteria by which the monitored
271         iptables rules are selected.
272 ]]
273
274 lucistatistics_collectdiptablesmatch_name             = "Name of the rule"
275 lucistatistics_collectdiptablesmatch_name_desc        = "max. 16 chars"
276 lucistatistics_collectdiptablesmatch_table            = "Table"
277 lucistatistics_collectdiptablesmatch_chain            = "Chain"
278 lucistatistics_collectdiptablesmatch_target           = "Action (target)"
279 lucistatistics_collectdiptablesmatch_protocol         = "Network protocol"
280 lucistatistics_collectdiptablesmatch_source           = "Source ip range"
281 lucistatistics_collectdiptablesmatch_source_desc      = "CIDR notation"
282 lucistatistics_collectdiptablesmatch_destination      = "Destination ip range"
283 lucistatistics_collectdiptablesmatch_destination_desc = "CIDR notation"
284 lucistatistics_collectdiptablesmatch_inputif          = "Incoming interface"
285 lucistatistics_collectdiptablesmatch_inputif_desc     = "e.g. br-lan"
286 lucistatistics_collectdiptablesmatch_outputif         = "Outgoing interface"
287 lucistatistics_collectdiptablesmatch_outputif_desc    = "e.g. br-ff"
288 lucistatistics_collectdiptablesmatch_options          = "Options"
289 lucistatistics_collectdiptablesmatch_options_desc     = "e.g. reject-with tcp-reset"
290
291 -- irq plugin
292 lucistatistics_collectdirq                = "IRQ Plugin Configuration"
293 lucistatistics_collectdirq_desc           = [[
294         The irq plugin will monitor the rate of issues per second for each selected interrupt.
295         If no interrupt is selected then all interrupts are monitored.
296 ]]
297
298 lucistatistics_collectdirq_enable         = "Enable this plugin"
299 lucistatistics_collectdirq_irqs           = "Monitor interrupts"
300 lucistatistics_collectdirq_irqs_desc      = "multiple separated by space"
301 lucistatistics_collectdirq_ignoreselected = "Monitor all except selected ones"
302
303 -- netlink plugin
304 lucistatistics_collectdnetlink            = "Netlink Plugin Configuration"
305 lucistatistics_collectdnetlink_desc       = [[
306         The netlink plugin collects extended informations like qdisc-, class- and
307         filter-statistics for selected interfaces.
308 ]]
309
310 lucistatistics_collectdnetlink_enable                 = "Enable this plugin"
311 lucistatistics_collectdnetlink_interfaces             = "Basic monitoring"
312 lucistatistics_collectdnetlink_interfaces_desc        = "hold Ctrl while clicking to select multiple interfaces"
313 lucistatistics_collectdnetlink_verboseinterfaces      = "Verbose monitoring"
314 lucistatistics_collectdnetlink_verboseinterfaces_desc = "hold Ctrl while clicking to select multiple interfaces"
315 lucistatistics_collectdnetlink_qdiscs                 = "Qdisc monitoring"
316 lucistatistics_collectdnetlink_qdiscs_desc            = "hold Ctrl while clicking to select multiple interfaces"
317 lucistatistics_collectdnetlink_classes                = "Shaping class monitoring"
318 lucistatistics_collectdnetlink_classes_desc           = "hold Ctrl while clicking to select multiple interfaces"
319 lucistatistics_collectdnetlink_filters                = "Filter class monitoring"
320 lucistatistics_collectdnetlink_filters_desc           = "hold Ctrl while clicking to select multiple interfaces"
321
322 -- network plugin
323 lucistatistics_collectdnetwork            = "Network Plugin Configuration"
324 lucistatistics_collectdnetwork_desc       = [[
325         The network plugin provides network based communication between different
326         collectd instances. Collectd can operate both in client and server mode.
327         In client mode locally collected date is transferred to a collectd server
328         instance, in server mode the local instance receives data from other hosts.
329 ]]
330
331 lucistatistics_collectdnetwork_enable          = "Enable this plugin"
332 lucistatistics_collectdnetworklisten           = "Listener interfaces"
333 lucistatistics_collectdnetworklisten_desc      = "This section defines on which interfaces collectd will wait for incoming connections."
334 lucistatistics_collectdnetworklisten_host      = "Listen host"
335 lucistatistics_collectdnetworklisten_host_desc = "host-, ip- or ip6 address"
336 lucistatistics_collectdnetworklisten_port      = "Listen port"
337 lucistatistics_collectdnetworklisten_port_desc = "0 - 65535"
338 lucistatistics_collectdnetworkserver           = "serverer interfaces"
339 lucistatistics_collectdnetworkserver_desc      = "This section defines to which servers the locally collected data is sent to."
340 lucistatistics_collectdnetworkserver_host      = "Server host"
341 lucistatistics_collectdnetworkserver_host_desc = "host-, ip- or ip6 address"
342 lucistatistics_collectdnetworkserver_port      = "Server port"
343 lucistatistics_collectdnetworkserver_port_desc = "0 - 65535"
344 lucistatistics_collectdnetwork_timetolive      = "TTL for network packets"
345 lucistatistics_collectdnetwork_timetolive_desc = "0 - 255"
346 lucistatistics_collectdnetwork_forward         = "Forwarding between listen and server addresses"
347 lucistatistics_collectdnetwork_cacheflush      = "Cache flush interval"
348 lucistatistics_collectdnetwork_cacheflush_desc = "seconds"
349
350 -- ping plugin
351 lucistatistics_collectdping            = "Ping Plugin Configuration"
352 lucistatistics_collectdping_desc       = [[
353         The ping plugin will send icmp echo replies to selected hosts and
354         measure the roundtrip time for each host.
355 ]]
356
357 lucistatistics_collectdping_enable     = "Enable this plugin"
358 lucistatistics_collectdping_hosts      = "Monitor hosts"
359 lucistatistics_collectdping_hosts_desc = "multiple separated by space"
360 lucistatistics_collectdping_ttl        = "TTL for ping packets"
361 lucistatistics_collectdping_ttl_desc   = "0 - 255"
362
363 -- processes plugin
364 lucistatistics_collectdprocesses                = "Processes Plugin Configuration"
365 lucistatistics_collectdprocesses_desc           = [[
366         The processes plugin collects informations like cpu time, page faults
367         and memory usage of selected processes.
368 ]]
369
370 lucistatistics_collectdprocesses_enable         = "Enable this plugin"
371 lucistatistics_collectdprocesses_processes      = "Monitor processes"
372 lucistatistics_collectdprocesses_processes_desc = "multiple separated by space"
373
374 -- rrdtool plugin
375 lucistatistics_collectdrrdtool                   = "RRDTool Plugin Configuration"
376 lucistatistics_collectdrrdtool_desc              = [[
377         The rrdtool plugin stores the collected data in rrd database files, the
378         foundation of the diagrams.<br /><br />
379         <strong>Warning: Setting the wrong values will result in a very
380         high memory consumption in the temporary directory. This can
381         render the device unusable!</strong>
382 ]]
383
384 lucistatistics_collectdrrdtool_enable            = "Enable this plugin"
385 lucistatistics_collectdrrdtool_datadir           = "Storage directory"
386 lucistatistics_collectdrrdtool_stepsize          = "RRD step interval"
387 lucistatistics_collectdrrdtool_stepsize_desc     = "seconds"
388 lucistatistics_collectdrrdtool_heartbeat         = "RRD heart beat interval"
389 lucistatistics_collectdrrdtool_heartbeat_desc    = "seconds"
390 lucistatistics_collectdrrdtool_rrasingle         = "Only create average RRAs"
391 lucistatistics_collectdrrdtool_rrasingle_desc    = "reduces rrd size"
392 lucistatistics_collectdrrdtool_rratimespans      = "Stored timespans"
393 lucistatistics_collectdrrdtool_rratimespans_desc = "seconds; multiple separated by space"
394 lucistatistics_collectdrrdtool_rrarows           = "Rows per RRA"
395 lucistatistics_collectdrrdtool_xff               = "RRD XFiles Factor"
396 lucistatistics_collectdrrdtool_cachetimeout      = "Cache collected data for"
397 lucistatistics_collectdrrdtool_cachetimeout_desc = "seconds"
398 lucistatistics_collectdrrdtool_cacheflush        = "Flush cache after"
399 lucistatistics_collectdrrdtool_cacheflush_desc   = "seconds"
400
401 -- tcpconns plugin
402 lucistatistics_collectdtcpconns                  = "TCPConns Plugin Configuration"
403 lucistatistics_collectdtcpconns_desc             = [[
404         The tcpconns plugin collects informations about
405         open tcp connections on selected ports.
406 ]]
407
408 lucistatistics_collectdtcpconns_enable           = "Enable this plugin"
409 lucistatistics_collectdtcpconns_listeningports   = "Monitor all local listen ports"
410 lucistatistics_collectdtcpconns_localports       = "Monitor local ports"
411 lucistatistics_collectdtcpconns_localports_desc  = "0 - 65535; multiple separated by space"
412 lucistatistics_collectdtcpconns_remoteports      = "Monitor remote ports"
413 lucistatistics_collectdtcpconns_remoteports_desc = "0 - 65535; multiple separated by space"
414
415 -- unixsock plugin
416 lucistatistics_collectdunixsock                    = "Unixsock Plugin Configuration"
417 lucistatistics_collectdunixsock_desc               = [[
418         The unixsock plugin creates a unix socket which can be used to read 
419         collected data from a running collectd instance.
420 ]]
421
422 lucistatistics_collectdunixsock_enable           = "Enable this plugin"
423 lucistatistics_collectdunixsock_socketfile       = "Filepath of the unix socket"
424 lucistatistics_collectdunixsock_socketgroup      = "Group ownership of the unix socket"
425 lucistatistics_collectdunixsock_socketgroup_desc = "group name"
426 lucistatistics_collectdunixsock_socketperms      = "File permissions of the unix socket"
427 lucistatistics_collectdunixsock_socketperms_desc = "octal"
428
429 -- wireless plugin
430 lucistatistics_collectdwireless                    = "Wireless Plugin Configuration"
431 lucistatistics_collectdwireless_desc               = [[
432         The wireless plugin collects statistics about wireless signal strength, noise and quality.
433 ]]
434
435 lucistatistics_collectdwireless_enable           = "Enable this plugin"
436