* luci/applications: statistics: split i18n data for rrdtool (Latin1) and webinterfac...
[project/luci.git] / applications / luci-statistics / luasrc / i18n / statistics.en.lua
1 stat_statistics = [[Statistics]]
2 stat_systemplugins = [[System plugins]]
3 stat_networkplugins = [[Network plugins]]
4 stat_outputplugins = [[Output plugins]]
5 stat_showtimespan = [[Display timespan ยป]]
6 stat_graphs = [[Graphs]]
7 stat_collectd = [[Collectd]]
8 stat_cpu = [[Processor]]
9 stat_ping = [[Ping]]
10 stat_iptables = [[Firewall]]
11 stat_netlink = [[Netlink]]
12 stat_processes = [[Processes]]
13 stat_wireless = [[Wireless]]
14 stat_tcpconns = [[TCP Connections]]
15 stat_interface = [[Interfaces]]
16 stat_df = [[Disk Space Usage]]
17 stat_irq = [[Interrupts]]
18 stat_disk = [[Disk Usage]]
19 stat_exec = [[Exec]]
20 stat_rrdtool = [[RRDTool]]
21 stat_network = [[Network]]
22 stat_csv = [[CSV Output]]
23 stat_load = [[System Load]]
24 lucistatistics = [[Statistics]]
25 lucistatistics_collectd = [[Collectd Settings]]
26 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.]]
27 lucistatistics_collectd_hostname = [[Hostname]]
28 lucistatistics_collectd_basedir = [[Base Directory]]
29 lucistatistics_collectd_include = [[Directory for sub-configurations]]
30 lucistatistics_collectd_plugindir = [[Directory for collectd plugins]]
31 lucistatistics_collectd_pidfile = [[Used PID file]]
32 lucistatistics_collectd_typesdb = [[Datasets definition file]]
33 lucistatistics_collectd_interval = [[Data collection interval]]
34 lucistatistics_collectd_interval_desc = [[Seconds]]
35 lucistatistics_collectd_readthreads = [[Number of threads for data collection]]
36 lucistatistics_collectd_fqdnlookup = [[Try to lookup fully qualified hostname]]
37 lucistatistics_collectdcpu = [[CPU Plugin Configuration]]
38 lucistatistics_collectdcpu_desc = [[The cpu plugin collects basic statistics about the processor usage.]]
39 lucistatistics_collectdcpu_enable = [[Enable this plugin]]
40 lucistatistics_collectdcsv = [[CSV Plugin Configuration]]
41 lucistatistics_collectdcsv_desc = [[The csv plugin stores collected data in csv file format for further processing by external programs.]]
42 lucistatistics_collectdcsv_enable = [[Enable this plugin]]
43 lucistatistics_collectdcsv_datadir = [[Storage directory for the csv files]]
44 lucistatistics_collectdcsv_storerates = [[Store data values as rates instead of absolute values]]
45 lucistatistics_collectddf = [[DF Plugin Configuration]]
46 lucistatistics_collectddf_desc = [[The df plugin collects statistics about the disk space usage on different devices, mount points or filesystem types.]]
47 lucistatistics_collectddf_enable = [[Enable this plugin]]
48 lucistatistics_collectddf_devices = [[Monitor devices]]
49 lucistatistics_collectddf_devices_desc = [[multiple separated by space]]
50 lucistatistics_collectddf_mountpoints = [[Monitor mount points]]
51 lucistatistics_collectddf_mountpoints_desc = [[multiple separated by space]]
52 lucistatistics_collectddf_fstypes = [[Monitor filesystem types]]
53 lucistatistics_collectddf_fstypes_desc = [[multiple separated by space]]
54 lucistatistics_collectddf_ignoreselected = [[Monitor all except selected ones]]
55 lucistatistics_collectddisk = [[Disk Plugin Configuration]]
56 lucistatistics_collectddisk_desc = [[The disk plugin collects detailled usage statistics for selected partitions or whole disks.]]
57 lucistatistics_collectddisk_enable = [[Enable this plugin]]
58 lucistatistics_collectddisk_disks = [[Monitor disks and partitions]]
59 lucistatistics_collectddisk_disks_desc = [[multiple separated by space]]
60 lucistatistics_collectddisk_ignoreselected = [[Monitor all except selected ones]]
61 lucistatistics_collectddns = [[DNS Plugin Configuration]]
62 lucistatistics_collectddns_desc = [[The dns plugin collects detailled statistics about dns related traffic on selected interfaces.]]
63 lucistatistics_collectddns_enable = [[Enable this plugin]]
64 lucistatistics_collectddns_interfaces = [[Monitor interfaces]]
65 lucistatistics_collectddns_interfaces_desc = [[multiple separated by space]]
66 lucistatistics_collectddns_ignoresources = [[Ignore source addresses]]
67 lucistatistics_collectddns_ignoresources_desc = [[multiple separated by space]]
68 lucistatistics_collectdemail = [[E-Mail Plugin Configuration]]
69 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.]]
70 lucistatistics_collectdemail_enable = [[Enable this plugin]]
71 lucistatistics_collectdemail_socketfile = [[Filepath of the unix socket]]
72 lucistatistics_collectdemail_socketgroup = [[Group ownership of the unix socket]]
73 lucistatistics_collectdemail_socketgroup_desc = [[group name]]
74 lucistatistics_collectdemail_socketperms = [[File permissions of the unix socket]]
75 lucistatistics_collectdemail_socketperms_desc = [[octal]]
76 lucistatistics_collectdemail_maxconns = [[Maximum allowed connections]]
77 lucistatistics_collectdexec = [[Exec Plugin Configuration]]
78 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.]]
79 lucistatistics_collectdexec_enable = [[Enable this plugin]]
80 lucistatistics_collectdexecinput = [[Add command for reading values]]
81 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.]]
82 lucistatistics_collectdexecinput_cmdline = [[Commandline]]
83 lucistatistics_collectdexecinput_cmduser = [[Run as user]]
84 lucistatistics_collectdexecinput_cmdgroup = [[Run as group]]
85 lucistatistics_collectdexecnotify = [[Add notification command]]
86 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.]]
87 lucistatistics_collectdexecnotify_cmdline = [[Commandline]]
88 lucistatistics_collectdexecnotify_cmduser = [[Run as user]]
89 lucistatistics_collectdexecnotify_cmdgroup = [[Run as group]]
90 lucistatistics_collectdinterface = [[Interface Plugin Configuration]]
91 lucistatistics_collectdinterface_desc = [[The interface plugin collects traffic statistics on selected interfaces.]]
92 lucistatistics_collectdinterface_enable = [[Enable this plugin]]
93 lucistatistics_collectdinterface_interfaces = [[Monitor interfaces]]
94 lucistatistics_collectdinterface_interfaces_desc = [[hold Ctrl while clicking to select multiple interfaces]]
95 lucistatistics_collectdinterface_ignoreselected = [[Monitor all except selected ones]]
96 lucistatistics_collectdiptables = [[Iptables Plugin Configuration]]
97 lucistatistics_collectdiptables_desc = [[The iptables plugin will monitor selected firewall rules and collect informations about processed bytes and packets per rule.]]
98 lucistatistics_collectdiptables_enable = [[Enable this plugin]]
99 lucistatistics_collectdiptablesmatch = [[Add matching rule]]
100 lucistatistics_collectdiptablesmatch_desc = [[Here you can define various criteria by which the monitored iptables rules are selected.]]
101 lucistatistics_collectdiptablesmatch_name = [[Name of the rule]]
102 lucistatistics_collectdiptablesmatch_name_desc = [[max. 16 chars]]
103 lucistatistics_collectdiptablesmatch_table = [[Table]]
104 lucistatistics_collectdiptablesmatch_chain = [[Chain]]
105 lucistatistics_collectdiptablesmatch_target = [[Action (target)]]
106 lucistatistics_collectdiptablesmatch_protocol = [[Network protocol]]
107 lucistatistics_collectdiptablesmatch_source = [[Source ip range]]
108 lucistatistics_collectdiptablesmatch_source_desc = [[CIDR notation]]
109 lucistatistics_collectdiptablesmatch_destination = [[Destination ip range]]
110 lucistatistics_collectdiptablesmatch_destination_desc = [[CIDR notation]]
111 lucistatistics_collectdiptablesmatch_inputif = [[Incoming interface]]
112 lucistatistics_collectdiptablesmatch_inputif_desc = [[e.g. br-lan]]
113 lucistatistics_collectdiptablesmatch_outputif = [[Outgoing interface]]
114 lucistatistics_collectdiptablesmatch_outputif_desc = [[e.g. br-ff]]
115 lucistatistics_collectdiptablesmatch_options = [[Options]]
116 lucistatistics_collectdiptablesmatch_options_desc = [[e.g. reject-with tcp-reset]]
117 lucistatistics_collectdirq = [[IRQ Plugin Configuration]]
118 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.]]
119 lucistatistics_collectdirq_enable = [[Enable this plugin]]
120 lucistatistics_collectdirq_irqs = [[Monitor interrupts]]
121 lucistatistics_collectdirq_irqs_desc = [[multiple separated by space]]
122 lucistatistics_collectdirq_ignoreselected = [[Monitor all except selected ones]]
123 lucistatistics_collectdload = [[Load Plugin Configuration]]
124 lucistatistics_collectdload_desc = [[The load plugin collects statistics about the general system load.]]
125 lucistatistics_collectdload_enable = [[Enable this plugin]]
126 lucistatistics_collectdnetlink = [[Netlink Plugin Configuration]]
127 lucistatistics_collectdnetlink_desc = [[The netlink plugin collects extended informations like qdisc-, class- and filter-statistics for selected interfaces.]]
128 lucistatistics_collectdnetlink_enable = [[Enable this plugin]]
129 lucistatistics_collectdnetlink_interfaces = [[Basic monitoring]]
130 lucistatistics_collectdnetlink_interfaces_desc = [[hold Ctrl while clicking to select multiple interfaces]]
131 lucistatistics_collectdnetlink_verboseinterfaces = [[Verbose monitoring]]
132 lucistatistics_collectdnetlink_verboseinterfaces_desc = [[hold Ctrl while clicking to select multiple interfaces]]
133 lucistatistics_collectdnetlink_qdiscs = [[Qdisc monitoring]]
134 lucistatistics_collectdnetlink_qdiscs_desc = [[hold Ctrl while clicking to select multiple interfaces]]
135 lucistatistics_collectdnetlink_classes = [[Shaping class monitoring]]
136 lucistatistics_collectdnetlink_classes_desc = [[hold Ctrl while clicking to select multiple interfaces]]
137 lucistatistics_collectdnetlink_filters = [[Filter class monitoring]]
138 lucistatistics_collectdnetlink_filters_desc = [[hold Ctrl while clicking to select multiple interfaces]]
139 lucistatistics_collectdnetwork = [[Network Plugin Configuration]]
140 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.]]
141 lucistatistics_collectdnetwork_enable = [[Enable this plugin]]
142 lucistatistics_collectdnetworklisten = [[Listener interfaces]]
143 lucistatistics_collectdnetworklisten_desc = [[This section defines on which interfaces collectd will wait for incoming connections.]]
144 lucistatistics_collectdnetworklisten_host = [[Listen host]]
145 lucistatistics_collectdnetworklisten_host_desc = [[host-, ip- or ip6 address]]
146 lucistatistics_collectdnetworklisten_port = [[Listen port]]
147 lucistatistics_collectdnetworklisten_port_desc = [[0 - 65535]]
148 lucistatistics_collectdnetworkserver = [[server interfaces]]
149 lucistatistics_collectdnetworkserver_desc = [[This section defines to which servers the locally collected data is sent to.]]
150 lucistatistics_collectdnetworkserver_host = [[Server host]]
151 lucistatistics_collectdnetworkserver_host_desc = [[host-, ip- or ip6 address]]
152 lucistatistics_collectdnetworkserver_port = [[Server port]]
153 lucistatistics_collectdnetworkserver_port_desc = [[0 - 65535]]
154 lucistatistics_collectdnetwork_timetolive = [[TTL for network packets]]
155 lucistatistics_collectdnetwork_timetolive_desc = [[0 - 255]]
156 lucistatistics_collectdnetwork_forward = [[Forwarding between listen and server addresses]]
157 lucistatistics_collectdnetwork_cacheflush = [[Cache flush interval]]
158 lucistatistics_collectdnetwork_cacheflush_desc = [[seconds]]
159 lucistatistics_collectdping = [[Ping Plugin Configuration]]
160 lucistatistics_collectdping_desc = [[The ping plugin will send icmp echo replies to selected hosts and measure the roundtrip time for each host.]]
161 lucistatistics_collectdping_enable = [[Enable this plugin]]
162 lucistatistics_collectdping_hosts = [[Monitor hosts]]
163 lucistatistics_collectdping_hosts_desc = [[multiple separated by space]]
164 lucistatistics_collectdping_ttl = [[TTL for ping packets]]
165 lucistatistics_collectdping_ttl_desc = [[0 - 255]]
166 lucistatistics_collectdprocesses = [[Processes Plugin Configuration]]
167 lucistatistics_collectdprocesses_desc = [[The processes plugin collects informations like cpu time, page faults and memory usage of selected processes.]]
168 lucistatistics_collectdprocesses_enable = [[Enable this plugin]]
169 lucistatistics_collectdprocesses_processes = [[Monitor processes]]
170 lucistatistics_collectdprocesses_processes_desc = [[multiple separated by space]]
171 lucistatistics_collectdrrdtool = [[RRDTool Plugin Configuration]]
172 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>]]
173 lucistatistics_collectdrrdtool_enable = [[Enable this plugin]]
174 lucistatistics_collectdrrdtool_datadir = [[Storage directory]]
175 lucistatistics_collectdrrdtool_stepsize = [[RRD step interval]]
176 lucistatistics_collectdrrdtool_stepsize_desc = [[seconds]]
177 lucistatistics_collectdrrdtool_heartbeat = [[RRD heart beat interval]]
178 lucistatistics_collectdrrdtool_heartbeat_desc = [[seconds]]
179 lucistatistics_collectdrrdtool_rrasingle = [[Only create average RRAs]]
180 lucistatistics_collectdrrdtool_rrasingle_desc = [[reduces rrd size]]
181 lucistatistics_collectdrrdtool_rratimespans = [[Stored timespans]]
182 lucistatistics_collectdrrdtool_rratimespans_desc = [[seconds; multiple separated by space]]
183 lucistatistics_collectdrrdtool_rrarows = [[Rows per RRA]]
184 lucistatistics_collectdrrdtool_xff = [[RRD XFiles Factor]]
185 lucistatistics_collectdrrdtool_cachetimeout = [[Cache collected data for]]
186 lucistatistics_collectdrrdtool_cachetimeout_desc = [[seconds]]
187 lucistatistics_collectdrrdtool_cacheflush = [[Flush cache after]]
188 lucistatistics_collectdrrdtool_cacheflush_desc = [[seconds]]
189 lucistatistics_collectdtcpconns = [[TCPConns Plugin Configuration]]
190 lucistatistics_collectdtcpconns_desc = [[The tcpconns plugin collects informations about open tcp connections on selected ports.]]
191 lucistatistics_collectdtcpconns_enable = [[Enable this plugin]]
192 lucistatistics_collectdtcpconns_listeningports = [[Monitor all local listen ports]]
193 lucistatistics_collectdtcpconns_localports = [[Monitor local ports]]
194 lucistatistics_collectdtcpconns_localports_desc = [[0 - 65535; multiple separated by space]]
195 lucistatistics_collectdtcpconns_remoteports = [[Monitor remote ports]]
196 lucistatistics_collectdtcpconns_remoteports_desc = [[0 - 65535; multiple separated by space]]
197 lucistatistics_collectdunixsock = [[Unixsock Plugin Configuration]]
198 lucistatistics_collectdunixsock_desc = [[The unixsock plugin creates a unix socket which can be used to read collected data from a running collectd instance.]]
199 lucistatistics_collectdunixsock_enable = [[Enable this plugin]]
200 lucistatistics_collectdunixsock_socketfile = [[Filepath of the unix socket]]
201 lucistatistics_collectdunixsock_socketgroup = [[Group ownership of the unix socket]]
202 lucistatistics_collectdunixsock_socketgroup_desc = [[group name]]
203 lucistatistics_collectdunixsock_socketperms = [[File permissions of the unix socket]]
204 lucistatistics_collectdunixsock_socketperms_desc = [[octal]]
205 lucistatistics_collectdwireless = [[Wireless Plugin Configuration]]
206 lucistatistics_collectdwireless_desc = [[The wireless plugin collects statistics about wireless signal strength, noise and quality.]]
207 lucistatistics_collectdwireless_enable = [[Enable this plugin]]