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