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