diff options
Diffstat (limited to 'applications/luci-statistics/luasrc/i18n/statistics.en.lua')
-rw-r--r-- | applications/luci-statistics/luasrc/i18n/statistics.en.lua | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/applications/luci-statistics/luasrc/i18n/statistics.en.lua b/applications/luci-statistics/luasrc/i18n/statistics.en.lua index d4e7eeac88..5937a2ae4f 100644 --- a/applications/luci-statistics/luasrc/i18n/statistics.en.lua +++ b/applications/luci-statistics/luasrc/i18n/statistics.en.lua @@ -21,6 +21,9 @@ stat_rrdtool = 'RRDTool' stat_network = 'Network' stat_csv = 'CSV Output' stat_load = 'System Load' +stat_dns = 'DNS' +stat_email = 'Email' +stat_unixsock = 'UnixSock' 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.' @@ -64,7 +67,7 @@ lucistatistics_collectddns_enable = 'Enable this plugin' lucistatistics_collectddns_interfaces = 'Monitor interfaces' lucistatistics_collectddns_interfaces_desc = 'multiple separated by space' lucistatistics_collectddns_ignoresources = 'Ignore source addresses' -lucistatistics_collectddns_ignoresources_desc = 'multiple separated by space' +lucistatistics_collectddns_ignoresources_desc = 'hold Ctrl while clicking to select multiple interfaces' 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' @@ -136,6 +139,7 @@ lucistatistics_collectdnetlink_classes = 'Shaping class monitoring' lucistatistics_collectdnetlink_classes_desc = 'hold Ctrl while clicking to select multiple interfaces' lucistatistics_collectdnetlink_filters = 'Filter class monitoring' lucistatistics_collectdnetlink_filters_desc = 'hold Ctrl while clicking to select multiple interfaces' +lucistatistics_collectdnetlink_ignoreselected = 'Monitor all except selected ones' 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' |