summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-statistics')
-rw-r--r--applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool.js6
-rw-r--r--applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/olsrd.js5
-rw-r--r--applications/luci-app-statistics/po/ar/statistics.po28
-rw-r--r--applications/luci-app-statistics/po/bg/statistics.po28
-rw-r--r--applications/luci-app-statistics/po/bn_BD/statistics.po28
-rw-r--r--applications/luci-app-statistics/po/bs/statistics.po28
-rw-r--r--applications/luci-app-statistics/po/ca/statistics.po28
-rw-r--r--applications/luci-app-statistics/po/cs/statistics.po28
-rw-r--r--applications/luci-app-statistics/po/da/statistics.po1735
-rw-r--r--applications/luci-app-statistics/po/de/statistics.po28
-rw-r--r--applications/luci-app-statistics/po/el/statistics.po28
-rw-r--r--applications/luci-app-statistics/po/en/statistics.po28
-rw-r--r--applications/luci-app-statistics/po/es/statistics.po28
-rw-r--r--applications/luci-app-statistics/po/fi/statistics.po56
-rw-r--r--applications/luci-app-statistics/po/fr/statistics.po28
-rw-r--r--applications/luci-app-statistics/po/he/statistics.po28
-rw-r--r--applications/luci-app-statistics/po/hi/statistics.po28
-rw-r--r--applications/luci-app-statistics/po/hu/statistics.po28
-rw-r--r--applications/luci-app-statistics/po/it/statistics.po28
-rw-r--r--applications/luci-app-statistics/po/ja/statistics.po28
-rw-r--r--applications/luci-app-statistics/po/ko/statistics.po28
-rw-r--r--applications/luci-app-statistics/po/mr/statistics.po28
-rw-r--r--applications/luci-app-statistics/po/ms/statistics.po28
-rw-r--r--applications/luci-app-statistics/po/nb_NO/statistics.po28
-rw-r--r--applications/luci-app-statistics/po/nl/statistics.po28
-rw-r--r--applications/luci-app-statistics/po/pl/statistics.po28
-rw-r--r--applications/luci-app-statistics/po/pt/statistics.po28
-rw-r--r--applications/luci-app-statistics/po/pt_BR/statistics.po28
-rw-r--r--applications/luci-app-statistics/po/ro/statistics.po103
-rw-r--r--applications/luci-app-statistics/po/ru/statistics.po32
-rw-r--r--applications/luci-app-statistics/po/sk/statistics.po28
-rw-r--r--applications/luci-app-statistics/po/sv/statistics.po36
-rw-r--r--applications/luci-app-statistics/po/templates/statistics.pot28
-rw-r--r--applications/luci-app-statistics/po/tr/statistics.po28
-rw-r--r--applications/luci-app-statistics/po/uk/statistics.po42
-rw-r--r--applications/luci-app-statistics/po/vi/statistics.po28
-rw-r--r--applications/luci-app-statistics/po/zh_Hans/statistics.po32
-rw-r--r--applications/luci-app-statistics/po/zh_Hant/statistics.po32
-rw-r--r--applications/luci-app-statistics/root/etc/config/luci_statistics1
39 files changed, 2306 insertions, 558 deletions
diff --git a/applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool.js b/applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool.js
index 19e34e4bc6..0e8414ff2f 100644
--- a/applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool.js
+++ b/applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool.js
@@ -149,9 +149,9 @@ return baseclass.extend({
hostname = data[1];
this.opts.host = uci.get('luci_statistics', 'collectd', 'Hostname') || hostname;
- this.opts.timespan = uci.get('luci_statistics', 'rrdtool', 'default_timespan') || 900;
- this.opts.width = uci.get('luci_statistics', 'rrdtool', 'image_width') || 400;
- this.opts.height = uci.get('luci_statistics', 'rrdtool', 'image_height') || 100;
+ this.opts.timespan = uci.get('luci_statistics', 'rrdtool', 'default_timespan') || 3600;
+ this.opts.width = uci.get('luci_statistics', 'rrdtool', 'image_width') || 600;
+ this.opts.height = uci.get('luci_statistics', 'rrdtool', 'image_height') || 150;
this.opts.rrdpath = (uci.get('luci_statistics', 'collectd_rrdtool', 'DataDir') || '/tmp/rrd').replace(/\/$/, '');
this.opts.rrasingle = (uci.get('luci_statistics', 'collectd_rrdtool', 'RRASingle') == '1');
this.opts.rramax = (uci.get('luci_statistics', 'collectd_rrdtool', 'RRAMax') == '1');
diff --git a/applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/olsrd.js b/applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/olsrd.js
index 93cb266dc0..cafe2ac70e 100644
--- a/applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/olsrd.js
+++ b/applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/olsrd.js
@@ -86,10 +86,11 @@ return baseclass.extend({
opts = {};
opts[dsn1] = { color: "00ff00", title: "LQ (%s)".format(host) };
- opts[dns2] = { color: "0000ff", title: "NLQ (%s)".format(host), flip: true };
+ opts[dsn2] = { color: "0000ff", title: "NLQ (%s)".format(host), flip: true };
g.push({
- title: "%H: Signal Quality (%s)".format(host), vlabel: "ETX",
+ title: "%%H: Signal Quality (%s)".format(host),
+ vlabel: "ETX",
number_format: "%5.2lf", detail: true,
data: {
types: [ "signal_quality" ],
diff --git a/applications/luci-app-statistics/po/ar/statistics.po b/applications/luci-app-statistics/po/ar/statistics.po
index 57f27c1ed9..30233ca131 100644
--- a/applications/luci-app-statistics/po/ar/statistics.po
+++ b/applications/luci-app-statistics/po/ar/statistics.po
@@ -52,7 +52,7 @@ msgstr ""
msgid "Aggregate number of connected users"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
msgstr ""
@@ -253,15 +253,15 @@ msgstr ""
msgid "Disk Usage"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr ""
@@ -340,15 +340,15 @@ msgstr ""
msgid "Entropy monitoring enabled"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr ""
@@ -545,7 +545,7 @@ msgid "Load monitoring enabled"
msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr ""
@@ -898,7 +898,7 @@ msgstr ""
msgid "Network plugins"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr ""
@@ -946,7 +946,7 @@ msgstr ""
msgid "Output plugins"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
msgstr "نظرة عامة"
@@ -1113,7 +1113,7 @@ msgstr ""
msgid "Setup"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr ""
@@ -1180,7 +1180,7 @@ msgstr ""
msgid "Splash Leases Plugin Configuration"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr ""
@@ -1454,7 +1454,7 @@ msgstr ""
msgid "The uptime plugin collects statistics about the uptime of the system."
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr ""
@@ -1590,7 +1590,7 @@ msgstr ""
msgid "Writing *.rrd files to %s"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
diff --git a/applications/luci-app-statistics/po/bg/statistics.po b/applications/luci-app-statistics/po/bg/statistics.po
index ed3c0ed0ec..1df62de228 100644
--- a/applications/luci-app-statistics/po/bg/statistics.po
+++ b/applications/luci-app-statistics/po/bg/statistics.po
@@ -51,7 +51,7 @@ msgstr ""
msgid "Aggregate number of connected users"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
msgstr ""
@@ -252,15 +252,15 @@ msgstr ""
msgid "Disk Usage"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr ""
@@ -339,15 +339,15 @@ msgstr ""
msgid "Entropy monitoring enabled"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr ""
@@ -544,7 +544,7 @@ msgid "Load monitoring enabled"
msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr ""
@@ -845,7 +845,7 @@ msgstr ""
msgid "Network plugins"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr ""
@@ -893,7 +893,7 @@ msgstr ""
msgid "Output plugins"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
msgstr ""
@@ -1060,7 +1060,7 @@ msgstr ""
msgid "Setup"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr ""
@@ -1127,7 +1127,7 @@ msgstr ""
msgid "Splash Leases Plugin Configuration"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr ""
@@ -1401,7 +1401,7 @@ msgstr ""
msgid "The uptime plugin collects statistics about the uptime of the system."
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr ""
@@ -1537,7 +1537,7 @@ msgstr ""
msgid "Writing *.rrd files to %s"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
diff --git a/applications/luci-app-statistics/po/bn_BD/statistics.po b/applications/luci-app-statistics/po/bn_BD/statistics.po
index 1d30115867..8ecbe54df3 100644
--- a/applications/luci-app-statistics/po/bn_BD/statistics.po
+++ b/applications/luci-app-statistics/po/bn_BD/statistics.po
@@ -51,7 +51,7 @@ msgstr ""
msgid "Aggregate number of connected users"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
msgstr ""
@@ -252,15 +252,15 @@ msgstr ""
msgid "Disk Usage"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr ""
@@ -339,15 +339,15 @@ msgstr ""
msgid "Entropy monitoring enabled"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr ""
@@ -544,7 +544,7 @@ msgid "Load monitoring enabled"
msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr ""
@@ -845,7 +845,7 @@ msgstr ""
msgid "Network plugins"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr ""
@@ -893,7 +893,7 @@ msgstr ""
msgid "Output plugins"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
msgstr ""
@@ -1060,7 +1060,7 @@ msgstr ""
msgid "Setup"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr ""
@@ -1127,7 +1127,7 @@ msgstr ""
msgid "Splash Leases Plugin Configuration"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr ""
@@ -1401,7 +1401,7 @@ msgstr ""
msgid "The uptime plugin collects statistics about the uptime of the system."
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr ""
@@ -1537,7 +1537,7 @@ msgstr ""
msgid "Writing *.rrd files to %s"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
diff --git a/applications/luci-app-statistics/po/bs/statistics.po b/applications/luci-app-statistics/po/bs/statistics.po
index 963bdbc0b4..ce857394b3 100644
--- a/applications/luci-app-statistics/po/bs/statistics.po
+++ b/applications/luci-app-statistics/po/bs/statistics.po
@@ -52,7 +52,7 @@ msgstr ""
msgid "Aggregate number of connected users"
msgstr "Ukupan broj povezanih korisnika"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
msgstr "Primijeni interval »"
@@ -253,15 +253,15 @@ msgstr ""
msgid "Disk Usage"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr ""
@@ -340,15 +340,15 @@ msgstr ""
msgid "Entropy monitoring enabled"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr ""
@@ -545,7 +545,7 @@ msgid "Load monitoring enabled"
msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr ""
@@ -859,7 +859,7 @@ msgstr ""
msgid "Network plugins"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr ""
@@ -907,7 +907,7 @@ msgstr ""
msgid "Output plugins"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
msgstr ""
@@ -1074,7 +1074,7 @@ msgstr ""
msgid "Setup"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr ""
@@ -1141,7 +1141,7 @@ msgstr ""
msgid "Splash Leases Plugin Configuration"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr ""
@@ -1415,7 +1415,7 @@ msgstr ""
msgid "The uptime plugin collects statistics about the uptime of the system."
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr ""
@@ -1551,7 +1551,7 @@ msgstr ""
msgid "Writing *.rrd files to %s"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
diff --git a/applications/luci-app-statistics/po/ca/statistics.po b/applications/luci-app-statistics/po/ca/statistics.po
index 1f73f53ac1..3a44a3ea19 100644
--- a/applications/luci-app-statistics/po/ca/statistics.po
+++ b/applications/luci-app-statistics/po/ca/statistics.po
@@ -53,7 +53,7 @@ msgstr "Família d’adreces"
msgid "Aggregate number of connected users"
msgstr "Nombre totalitzat d’usuaris connectats"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
msgstr ""
@@ -256,15 +256,15 @@ msgstr "Ús d'espai en disc"
msgid "Disk Usage"
msgstr "Ús de disc"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr "Mostra el host »"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr "Mostra l'hora"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr ""
@@ -343,15 +343,15 @@ msgstr ""
msgid "Entropy monitoring enabled"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr ""
@@ -555,7 +555,7 @@ msgid "Load monitoring enabled"
msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr ""
@@ -856,7 +856,7 @@ msgstr ""
msgid "Network plugins"
msgstr "Connectors de xarxa"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr ""
@@ -904,7 +904,7 @@ msgstr ""
msgid "Output plugins"
msgstr "Connectors de sortida"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
msgstr "Visió de conjunt"
@@ -1071,7 +1071,7 @@ msgstr ""
msgid "Setup"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr ""
@@ -1138,7 +1138,7 @@ msgstr ""
msgid "Splash Leases Plugin Configuration"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr "Estadístiques"
@@ -1459,7 +1459,7 @@ msgstr ""
msgid "The uptime plugin collects statistics about the uptime of the system."
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr ""
@@ -1599,7 +1599,7 @@ msgstr ""
msgid "Writing *.rrd files to %s"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
diff --git a/applications/luci-app-statistics/po/cs/statistics.po b/applications/luci-app-statistics/po/cs/statistics.po
index 6f262c7582..f43f8d19f8 100644
--- a/applications/luci-app-statistics/po/cs/statistics.po
+++ b/applications/luci-app-statistics/po/cs/statistics.po
@@ -49,7 +49,7 @@ msgstr "Adresní rodina"
msgid "Aggregate number of connected users"
msgstr "Souhrnný počet připojených uživatelů"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
msgstr "Použít interval »"
@@ -251,15 +251,15 @@ msgstr "Využití místa na disku"
msgid "Disk Usage"
msgstr "Využití disku"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr "Zobrazit hostitele »"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr "Zobrazit časové rozpětí »"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr ""
@@ -338,15 +338,15 @@ msgstr "Konfigurace modulu entropie"
msgid "Entropy monitoring enabled"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr ""
@@ -553,7 +553,7 @@ msgid "Load monitoring enabled"
msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr ""
@@ -867,7 +867,7 @@ msgstr ""
msgid "Network plugins"
msgstr "Síťové pluginy"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr ""
@@ -915,7 +915,7 @@ msgstr "Stavové soubory OpenVPN"
msgid "Output plugins"
msgstr "Výstupní pluginy"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
msgstr ""
@@ -1083,7 +1083,7 @@ msgstr ""
msgid "Setup"
msgstr "Nastavení"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr ""
@@ -1150,7 +1150,7 @@ msgstr ""
msgid "Splash Leases Plugin Configuration"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr "Statistiky"
@@ -1468,7 +1468,7 @@ msgstr ""
msgid "The uptime plugin collects statistics about the uptime of the system."
msgstr "Modul uptime shromažďuje statistiku o době běhu systému."
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr ""
@@ -1608,7 +1608,7 @@ msgstr "Nastavení pluginu Wireless Iwinfo"
msgid "Writing *.rrd files to %s"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
diff --git a/applications/luci-app-statistics/po/da/statistics.po b/applications/luci-app-statistics/po/da/statistics.po
new file mode 100644
index 0000000000..ce6f802398
--- /dev/null
+++ b/applications/luci-app-statistics/po/da/statistics.po
@@ -0,0 +1,1735 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-05-19 19:35+0200\n"
+"PO-Revision-Date: 2021-11-16 17:38+0000\n"
+"Last-Translator: drax red <drax@outlook.dk>\n"
+"Language-Team: Danish <https://hosted.weblate.org/projects/openwrt/"
+"luciapplicationsstatistics/da/>\n"
+"Language: da\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Weblate 4.9.1-dev\n"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/apcups.js:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
+msgid "APC UPS"
+msgstr "APC UPS"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:6
+msgid "APCUPS Plugin Configuration"
+msgstr "APCUPS Plugin-konfiguration"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:14
+msgid "Absolute values"
+msgstr "Absolutte værdier"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:68
+msgid "Add IPv4 rule selector"
+msgstr "Tilføj IPv4-regelvælger"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:68
+msgid "Add IPv6 rule selector"
+msgstr "Tilføj IPv6-regelvælger"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:16
+msgid "Add command for reading values"
+msgstr "Tilføj kommando til at læse værdier"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:36
+msgid "Add notification command"
+msgstr "Tilføj notifikationskommando"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:19
+msgid "Address family"
+msgstr "Adresse familie"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:18
+msgid "Aggregate number of connected users"
+msgstr "Samlet antal tilsluttede brugere"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
+msgid "Apply interval »"
+msgstr "Anvend interval »"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:47
+msgid "Awaiting email input at %s"
+msgstr "Afventer e-mail-input kl. %s"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:59
+msgid "Base Directory"
+msgstr "Hoved Mappe"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:16
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:16
+msgid "Basic monitoring"
+msgstr "Grundlæggende overvågning"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js:25
+msgid "Basic process monitoring enabled"
+msgstr "Grundlæggende procesovervågning aktiveret"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:15
+msgid "By setting this, CPU is not aggregate of all processors on the system"
+msgstr ""
+"Ved at indstille dette, er CPU ikke samlet for alle processorer på systemet"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/contextswitch.js:6
+msgid "CPU Context Switches Plugin Configuration"
+msgstr "CPU-kontekst skifter plugin-konfiguration"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/cpufreq.js:8
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2
+msgid "CPU Frequency"
+msgstr "CPU frekvens"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:6
+msgid "CPU Frequency Plugin Configuration"
+msgstr "CPU Frekvens Plugin Konfiguration"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:6
+msgid "CPU Plugin Configuration"
+msgstr "CPU-plugin-konfiguration"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:40
+msgid "CPU monitoring is enabled"
+msgstr "CPU-overvågning er aktiveret"
+
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2
+msgid "CSV Output"
+msgstr "CSV-output"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/csv.js:6
+msgid "CSV Plugin Configuration"
+msgstr "CSV-plugin-konfiguration"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:70
+msgid "Cache collected data for"
+msgstr "Cache indsamlet data til"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:99
+msgid "Chain"
+msgstr "Kæde"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:19
+msgid "Change the ownership of the socket file to the specified group."
+msgstr "Skift ejerskabet af socket-filen til den angivne gruppe."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/chrony.js:8
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/chrony.json:2
+msgid "Chrony"
+msgstr "Chrony"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:6
+msgid "Chrony Plugin Configuration"
+msgstr "Chrony Plugin-konfiguration"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:32
+msgid "Chrony monitoring enabled"
+msgstr "Chrony overvågning aktiveret"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:21
+msgid "CollectLinks"
+msgstr "Saml Links"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:28
+msgid "CollectRoutes"
+msgstr "Indsamlingsruter"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:35
+msgid "CollectTopology"
+msgstr "Indsamling topologi"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:46
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:49
+msgid "Collectd Settings"
+msgstr "Samlede indstillinger"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:57
+msgid "Command monitoring enabled"
+msgstr "Kommando overvågning aktiveret"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:137
+msgid "Comment / Rule Number"
+msgstr "Kommentar / Regelnummer"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:174
+msgid "Configure…"
+msgstr "Konfigurer…"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/conntrack.js:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2
+msgid "Conntrack"
+msgstr "Conntrack"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/conntrack.js:6
+msgid "Conntrack Plugin Configuration"
+msgstr "Conntrack Plugin-konfiguration"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/conntrack.js:10
+msgid "Conntrack monitoring enabled"
+msgstr "Conntrack-overvågning aktiveret"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/contextswitch.js:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2
+msgid "Context Switches"
+msgstr "Kontekstskifter"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/contextswitch.js:10
+msgid "Context switch monitoring enabled"
+msgstr "Overvågning af kontekstskift aktiveret"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:23
+msgid "Controls which notifications should be sent to syslog."
+msgstr "Styrer hvilke meddelelser der skal sendes til syslog."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:28
+msgid "Create statistics about the network plugin itself"
+msgstr "Lav statistik om selve netværksplugin'et"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:7
+msgid "DF Plugin Configuration"
+msgstr "DF Plugin-konfiguration"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/dhcpleases.js:7
+msgid "DHCP Leases"
+msgstr "DHCP Leasing"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:6
+msgid "DHCP Leases Plugin Configuration"
+msgstr "Konfiguration af DHCP Lease Plugin"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:14
+msgid "DHCP leases file"
+msgstr "DHCP-leasingfil"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/dns.js:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2
+msgid "DNS"
+msgstr "DNS"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:7
+msgid "DNS Plugin Configuration"
+msgstr "DNS-plugin-konfiguration"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:74
+msgid "Data collection interval"
+msgstr "Dataindsamlingsinterval"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:71
+msgid "Datasets definition file"
+msgstr "Datasæt definition fil"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:22
+msgid "Detailled CPU frequency monitoring enabled"
+msgstr "Detaljeret CPU-frekvensovervågning aktiveret"
+
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dhcpleases.json:2
+msgid "Dhcpleases"
+msgstr "Dhcpleases"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:65
+msgid "Directory for collectd plugins"
+msgstr "Mappe for indsamlede plugins"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:62
+msgid "Directory for sub-configurations"
+msgstr "Mappe for underkonfigurationer"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:7
+msgid "Disk Plugin Configuration"
+msgstr "Disk Plugin-konfiguration"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/df.js:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2
+msgid "Disk Space Usage"
+msgstr "Brug af diskplads"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/disk.js:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2
+msgid "Disk Usage"
+msgstr "Diskbrug"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
+msgid "Display Host »"
+msgstr "Vis vært »"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
+msgid "Display timespan »"
+msgstr "Vis tidsrum »"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+msgid "Do not refresh"
+msgstr "Opdater ikke"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:7
+msgid "E-Mail Plugin Configuration"
+msgstr "E-mail plugin konfiguration"
+
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2
+msgid "Email"
+msgstr "E-mail"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:15
+msgid "Empty value = monitor all"
+msgstr "Tom værdi = overvåg alle"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:21
+msgid "Enable"
+msgstr "Aktiver"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:25
+msgid "Enable forwarding"
+msgstr "Aktiver videresendelse"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:28
+msgid "Enable statistics"
+msgstr "Aktiver statistik"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:12
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:12
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:12
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:12
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/csv.js:12
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:11
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:13
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:12
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:13
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:13
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:13
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:13
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:13
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:14
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:13
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:13
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:12
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:13
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:12
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:12
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:12
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:13
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:12
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js:12
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:12
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:21
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:13
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:12
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:12
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:13
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:13
+msgid "Enable this plugin"
+msgstr "Aktiver dette plugin"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:113
+msgid "Enabled"
+msgstr "Aktiveret"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/entropy.js:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2
+msgid "Entropy"
+msgstr "Entropi"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/entropy.js:6
+msgid "Entropy Plugin Configuration"
+msgstr "Entropi Plugin Konfiguration"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/entropy.js:10
+msgid "Entropy monitoring enabled"
+msgstr "Entropiovervågning aktiveret"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
+msgid "Every 30 seconds"
+msgstr "Hvert 30. sekund"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
+msgid "Every 5 seconds"
+msgstr "Hvert 5. sekund"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
+msgid "Every minute"
+msgstr "Hvert minut"
+
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2
+msgid "Exec"
+msgstr "Exec"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:7
+msgid "Exec Plugin Configuration"
+msgstr "Exec Plugin-konfiguration"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:67
+msgid "Expecting decimal value lower than one"
+msgstr "Forventer decimalværdi lavere end én"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:33
+msgid "Expecting permssions in octal notation"
+msgstr "Forventer tilladelser i oktal notation"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:49
+msgid "Expecting valid time range"
+msgstr "Forventer gyldigt tidsinterval"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:15
+msgid "Extra items"
+msgstr "Ekstra ting"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:14
+msgid "Fetch pages"
+msgstr "Hent sider"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:36
+msgid "Filter class monitoring"
+msgstr "Filterklasseovervågning"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/iptables.js:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2
+msgid "Firewall"
+msgstr "Firewall"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/ip6tables.js:7
+msgid "Firewall (IPv6)"
+msgstr "Firewall (IPv6)"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:90
+msgid "Flush cache after"
+msgstr "Tøm cache efter"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:25
+msgid "Forwarding between listen and server addresses"
+msgstr "Videresendelse mellem lytte- og serveradresser"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:92
+msgid ""
+"Free space, reserved space and used space is reported as relative values"
+msgstr ""
+"Fri plads, reserveret plads og brugt plads indberettes som relative værdier"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:21
+msgid "Gather compression statistics"
+msgstr "Indsamle kompressionsstatistikker"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:86
+msgid "General plugins"
+msgstr "Generelle plugins"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:15
+msgid "Generate a separate graph for each logged user"
+msgstr "Generer en separat graf for hver logget ind bruger"
+
+#: applications/luci-app-statistics/root/usr/share/rpcd/acl.d/luci-app-statistics.json:3
+msgid "Grant access to statistics resources"
+msgstr "Giv adgang til statistikressourcer"
+
+#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:15
+msgid "Graphs"
+msgstr "Grafer"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:31
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:51
+msgid "Group"
+msgstr "Gruppe"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:17
+msgid ""
+"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."
+msgstr ""
+"Her kan du definere eksterne kommandoer, som vil blive startet af collectd "
+"for at læse bestemte værdier. Værdierne aflæses fra stdout."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:37
+msgid ""
+"Here you can define external commands which will be started by collectd when "
+"certain threshold values have been reached. The values leading to invocation "
+"will be fed to the the called programs stdin."
+msgstr ""
+"Her kan du definere eksterne kommandoer, som vil blive startet af collectd, "
+"når bestemte tærskelværdier er nået. Værdierne, der fører til påkaldelse, "
+"vil blive ført til de kaldede programmers stdin."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:21
+msgid ""
+"Here you can define various criteria by which the monitored iptables rules "
+"are selected."
+msgstr ""
+"Her kan du definere forskellige kriterier, som de overvågede iptables-regler "
+"vælges efter."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:14
+msgid "Host"
+msgstr "Vært"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:14
+msgid "Host running chrony"
+msgstr "Vært kører chrony"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:51
+msgid "Hostname"
+msgstr "Værtsnavn"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:15
+msgid "IP or hostname where to get the txtinfo output from"
+msgstr "IP eller værtsnavn, hvorfra man henter txtinfo-outputtet"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/ipstatistics.js:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ipstatistics.json:2
+msgid "IP-Statistics"
+msgstr "IP-statistik"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ipstatistics.js:7
+msgid "IP-Statistics Plugin Configuration"
+msgstr "IP-Statistics Plugin Konfiguration"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ipstatistics.js:11
+msgid "IPv4/IPv6 Statistics monitoring enabled"
+msgstr "IPv4/IPv6 Statistikovervågning aktiveret"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:7
+msgid "IRQ Plugin Configuration"
+msgstr "IRQ plugin konfiguration"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:22
+msgid "Ignore source addresses"
+msgstr "Ignorer kildeadresser"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:70
+msgid "Instance name"
+msgstr "Instans navn"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:7
+msgid "Interface Plugin Configuration"
+msgstr "Interface Plugin Konfiguration"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/interface.js:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2
+msgid "Interfaces"
+msgstr "Interfaces"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/irq.js:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2
+msgid "Interrupts"
+msgstr "Afbryder"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:31
+msgid "Interval for pings"
+msgstr "Interval for ping"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:8
+msgid "Iptables Plugin Configuration"
+msgstr "Iptables Plugin-konfiguration"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:15
+msgid "Leave unselected to automatically determine interfaces to monitor."
+msgstr ""
+"Lad være umarkeret for automatisk at bestemme interfaces, der skal overvåges."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:39
+msgid ""
+"List of time spans to be stored in RRD database. E.g. \"1hour 1day 14day\". "
+"Allowed timespan types: min, h, hour(s), d, day(s), w, week(s), m, month(s), "
+"y, year(s)"
+msgstr ""
+"Liste over tidsrum, der skal gemmes i RRD-databasen. F.eks. \"1 time 1 dag "
+"14 dage\". Tilladte tidsrumstyper: min, t, time(r), d, dag(e), w, uge(r), m, "
+"måned(er), y, år(e)"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:40
+msgid "Listen host"
+msgstr "Lyt vært"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:44
+msgid "Listen port"
+msgstr "Lytteport"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:32
+msgid "Listener interfaces"
+msgstr "Lytter interfaces"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/load.js:6
+msgid "Load Plugin Configuration"
+msgstr "Indlæs plugin-konfiguration"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/load.js:10
+msgid "Load monitoring enabled"
+msgstr "Belastningsovervågning aktiveret"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
+msgid "Loading data…"
+msgstr "Indlæser data…"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:14
+msgid "Log level"
+msgstr "Log niveau"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:20
+msgid "Match IPv4 iptables rules"
+msgstr "Match IPv4 iptables regler"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:20
+msgid "Match IPv6 iptables rules"
+msgstr "Match IPv6 iptables regler"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:35
+msgid ""
+"Max values for a period can be used instead of averages when not using 'only "
+"average RRAs'"
+msgstr ""
+"Maks. værdier for en periode kan bruges i stedet for gennemsnit, når der "
+"ikke bruges 'kun gennemsnitlige RRA'er'"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:36
+msgid "Maximum Missed Packets"
+msgstr "Maksimalt Savnet pakker"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:38
+msgid "Maximum allowed connections"
+msgstr "Maksimalt tilladte forbindelser"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:20
+msgid "Maximum packet size"
+msgstr "Maksimal pakkestørrelse"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/memory.js:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2
+msgid "Memory"
+msgstr "Hukommelse"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:6
+msgid "Memory Plugin Configuration"
+msgstr "Hukommelsesplugin-konfiguration"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:23
+msgid "Memory monitoring enabled"
+msgstr "Hukommelsesovervågning aktiveret"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:89
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:32
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:21
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:45
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:25
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:41
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:47
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:21
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:34
+msgid "Monitor all except specified"
+msgstr "Overvåg alle undtagen specificeret"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:14
+msgid "Monitor all local listen ports"
+msgstr "Overvåg alle lokale lytteporte"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:15
+msgid "Monitor device(s) / thermal zone(s)"
+msgstr "Overvåg enhed(er) / termiske zone(r)"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:15
+msgid "Monitor devices"
+msgstr "Overvåg enheder"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:15
+msgid "Monitor disks and partitions"
+msgstr "Overvåg diske og partitioner"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:59
+msgid "Monitor filesystem types"
+msgstr "Overvåg filsystemtyper"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:14
+msgid "Monitor host"
+msgstr "Overvåg vært"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:14
+msgid "Monitor hosts"
+msgstr "Overvåg værter"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:15
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:15
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:15
+msgid "Monitor interfaces"
+msgstr "Overvåg interfaces"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:15
+msgid "Monitor interrupts"
+msgstr "Monitor afbryder"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:19
+msgid "Monitor local ports"
+msgstr "Overvåg lokale porte"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:37
+msgid "Monitor mount points"
+msgstr "Overvåg mount points"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js:14
+msgid "Monitor processes"
+msgstr "Overvåge processer"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:25
+msgid "Monitor remote ports"
+msgstr "Overvåg fjernporte"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:38
+msgid "Monitoring %s and %s"
+msgstr "Overvågning af %s og %s"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:106
+msgid "Monitoring %s, %s, %s"
+msgstr "Overvågning af %s, %s, %s"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
+msgid "Monitoring APC UPS at host %s, port %d"
+msgstr "Overvågning af APC UPS på vært %s, port %d"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19
+msgid "Monitoring DHCP leases enabled"
+msgstr "Overvågning af DHCP-leasing er aktiveret"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:32
+msgid "Monitoring DNS queries on all interfaces"
+msgstr "Overvågning af DNS-forespørgsler på alle interfaces"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:34
+msgid "Monitoring DNS queries on one interface"
+msgid_plural "Monitoring DNS queries on %d interfaces"
+msgstr[0] "Overvågning af DNS-forespørgsler på et interface"
+msgstr[1] "Overvågning af DNS-forespørgsler på %d interfaces"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:44
+msgid "Monitoring OLSRd status at %s:%d"
+msgstr "Overvåger OLSRd-status ved %s:%d"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:43
+msgid "Monitoring all but one disk"
+msgid_plural "Monitoring all but %d disks"
+msgstr[0] "Overvåger alle diske undtagen én"
+msgstr[1] "Overvåger alle undtagen %d diske"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:32
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:36
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:54
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:33
+msgid "Monitoring all but one interface"
+msgid_plural "Monitoring all but %d interfaces"
+msgstr[0] "Overvåger alle interface undtaget et"
+msgstr[1] "Overvåger alle undtaget %d interfaces"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:56
+msgid "Monitoring all but one interrupt"
+msgid_plural "Monitoring all but %d interrupts"
+msgstr[0] "Overvåger alle undtagen én afbrydelse"
+msgstr[1] "Overvåger alle undtagen %d afbrydelser"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:56
+msgid "Monitoring all but one sensor"
+msgid_plural "Monitoring all but %d sensors"
+msgstr[0] "Overvåger alle sensorer undtagen én"
+msgstr[1] "Overvåger alle undtagen %d sensorer"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:41
+msgid "Monitoring all disks"
+msgstr "Overvågning af alle diske"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:106
+msgid "Monitoring all except %s, %s, %s"
+msgstr "Overvåger alle undtagen %s, %s, %s"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:30
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:34
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:52
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:31
+msgid "Monitoring all interfaces"
+msgstr "Overvågning af alle interfaces"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:54
+msgid "Monitoring all interrupts"
+msgstr "Overvågning af alle afbrydelser"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:104
+msgid "Monitoring all partitions"
+msgstr "Overvågning af alle partitioner"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:60
+msgid "Monitoring all sensors"
+msgstr "Overvågning af alle sensorer"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:50
+msgid "Monitoring all thermal zones"
+msgstr "Overvågning af alle termiske zoner"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:46
+msgid "Monitoring all thermal zones except %s"
+msgstr "Overvåger alle termiske zoner undtagen %s"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:36
+msgid "Monitoring local listen ports"
+msgstr "Overvågning af lokale lytteporte"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:44
+msgid "Monitoring one OpenVPN instance"
+msgid_plural "Monitoring %d OpenVPN instances"
+msgstr[0] "Overvågning af en OpenVPN-instans"
+msgstr[1] "Overvågning af %d OpenVPN-instanser"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:21
+msgid "Monitoring one UPS"
+msgid_plural "Monitoring %d UPSes"
+msgstr[0] "Overvågning af én UPS"
+msgstr[1] "Overvågning af %d UPS'er"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:45
+msgid "Monitoring one disk"
+msgid_plural "Monitoring %d disks"
+msgstr[0] "Overvågning af en disk"
+msgstr[1] "Overvåger %d diske"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:48
+msgid "Monitoring one host"
+msgid_plural "Monitoring %d hosts"
+msgstr[0] "Overvågning af én vært"
+msgstr[1] "Overvåger %d værter"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:34
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:38
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:56
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:35
+msgid "Monitoring one interface"
+msgid_plural "Monitoring %d interfaces"
+msgstr[0] "Overvågning af et interface"
+msgstr[1] "Overvågning af %d interfaces"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:58
+msgid "Monitoring one interrupt"
+msgid_plural "Monitoring %d interrupts"
+msgstr[0] "Overvågning af en afbrydelse"
+msgstr[1] "Overvågning af %d afbrydelser"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js:23
+msgid "Monitoring one process"
+msgid_plural "Monitoring %d processes"
+msgstr[0] "Overvågning af én proces"
+msgstr[1] "Overvågning af %d processer"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:58
+msgid "Monitoring one sensor"
+msgid_plural "Monitoring %d sensors"
+msgstr[0] "Overvågning af en sensor"
+msgstr[1] "Overvågning af %d sensorer"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/splash_leases.js:10
+msgid "Monitoring splash leases"
+msgstr "Overvågning af splash leases"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:47
+msgid "Monitoring thermal zones %s"
+msgstr "Overvågning af termiske zoner %s"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:16
+msgid "More details about frequency usage and transitions"
+msgstr "Flere detaljer om frekvensbrug og overgange"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:25
+msgid "Name"
+msgstr "Navn"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/netlink.js:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2
+msgid "Netlink"
+msgstr "Netlink"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:7
+msgid "Netlink Plugin Configuration"
+msgstr "Netlink Plugin Konfiguration"
+
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2
+msgid "Network"
+msgstr "Netværk"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:6
+msgid "Network Plugin Configuration"
+msgstr "Konfiguration af netværksplugin"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:69
+msgid "Network communication enabled"
+msgstr "Netværkskommunikation aktiveret"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:87
+msgid "Network plugins"
+msgstr "Netværks plugins"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
+msgid "No RRD data found"
+msgstr "Ingen RRD-data fundet"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:15
+msgid ""
+"Note: as pages are rendered by user 'nobody', the *.rrd files, the storage "
+"directory and all its parent directories need to be world readable."
+msgstr ""
+"Bemærk: Da sider gengives af brugeren 'ingen', skal *.rrd-filerne, "
+"lagerbiblioteket og alle dets overordnede mapper være verdenslæselige."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:23
+msgid "Notify level"
+msgstr "Underret niveau"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:77
+msgid "Number of threads for data collection"
+msgstr "Antal tråde til dataindsamling"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/olsrd.js:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2
+msgid "OLSRd"
+msgstr "OLSRd"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:6
+msgid "OLSRd Plugin Configuration"
+msgstr "OLSRd Plugin-konfiguration"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:29
+msgid "Only create average RRAs"
+msgstr "Opret kun gennemsnitlige RRA'er"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/openvpn.js:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2
+msgid "OpenVPN"
+msgstr "OpenVPN"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:7
+msgid "OpenVPN Plugin Configuration"
+msgstr "OpenVPN Plugin-konfiguration"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:27
+msgid "OpenVPN status files"
+msgstr "OpenVPN-statusfiler"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:88
+msgid "Output plugins"
+msgstr "Output plugins"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
+msgid "Overview"
+msgstr "Oversigt"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:18
+msgid "Percent values"
+msgstr "Procentværdier"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/ping.js:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2
+msgid "Ping"
+msgstr "Ping"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:6
+msgid "Ping Plugin Configuration"
+msgstr "Ping-plugin-konfiguration"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:136
+msgid "Plugin is disabled"
+msgstr "Plugin er deaktiveret"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:18
+msgid "Port"
+msgstr "Port"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:19
+msgid "Port for apcupsd communication"
+msgstr "Port til apcupsd kommunikation"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:20
+msgid "Port for chronyd"
+msgstr "Port til chronyd"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:15
+msgid "Possibly bug in collectd. Only 127.0.0.1 and localhost work"
+msgstr "Muligvis fejl i collectd. Kun 127.0.0.1 og localhost virker"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/processes.js:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2
+msgid "Processes"
+msgstr "Processer"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js:6
+msgid "Processes Plugin Configuration"
+msgstr "Processer plugin-konfiguration"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/cpu.js:8
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2
+msgid "Processor"
+msgstr "Processor"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:26
+msgid "Qdisc monitoring"
+msgstr "Qdisc overvågning"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:57
+msgid "RRD XFiles Factor"
+msgstr "RRD XFiles-faktor"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:24
+msgid "RRD heart beat interval"
+msgstr "RRD hjerteslagsinterval"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:19
+msgid "RRD step interval"
+msgstr "RRD trininterval"
+
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2
+msgid "RRDTool"
+msgstr "RRDT-værktøj"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:6
+msgid "RRDTool Plugin Configuration"
+msgstr "RRDTool Plugin-konfiguration"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:27
+msgid "Report also the value for the idle metric"
+msgstr "Rapportér også værdien for inaktiv-metrikken"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:14
+msgid "Report by CPU"
+msgstr "Rapport fra CPU"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:20
+msgid "Report by state"
+msgstr "Rapport efter stat"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:32
+msgid "Report in percent"
+msgstr "Indberetning i procent"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:52
+msgid "Rows per RRA"
+msgstr "Rækker til RRA"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:161
+msgid "Rule monitoring enabled"
+msgstr "Regelovervågning aktiveret"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/snmp6.js:7
+msgid "SNMP6"
+msgstr "SNMP6"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:7
+msgid "SNMP6 Plugin Configuration"
+msgstr "SNMP6-plugin-konfiguration"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/sqm.js:7
+msgid "SQM"
+msgstr "SQM"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/sqmcake.js:7
+msgid "SQM-Cake"
+msgstr "SQM-kage"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:24
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:44
+msgid "Script"
+msgstr "Script"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:74
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:25
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:31
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:19
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:24
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:70
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:90
+msgid "Seconds"
+msgstr "Sekunder"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:23
+msgid "Sensor list"
+msgstr "Sensorliste"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/sensors.js:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2
+msgid "Sensors"
+msgstr "Sensorer"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:15
+msgid "Sensors Plugin Configuration"
+msgstr "Sensors Plugin-konfiguration"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:58
+msgid "Server host"
+msgstr "Server vært"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:50
+msgid "Server interfaces"
+msgstr "Server interfaces"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:62
+msgid "Server port"
+msgstr "Server port"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:20
+msgid "Set the maximum size for datagrams sent over the network"
+msgstr ""
+"Indstil den maksimale størrelse for datagrammer, der sendes over netværket"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:14
+msgid "Sets the syslog log-level."
+msgstr "Indstiller syslog-log-niveauet."
+
+#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:24
+msgid "Setup"
+msgstr "Opsætning"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
+msgid "Setup collectd"
+msgstr "Opsæt collectd"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31
+msgid "Shaping class monitoring"
+msgstr "Formgivning af klasseovervågning"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:26
+msgid "Show Idle state"
+msgstr "Vis inaktiv tilstand"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:34
+msgid "Show max values instead of averages"
+msgstr "Vis maks. værdier i stedet for gennemsnit"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:23
+msgid "Simple CPU frequency monitoring enabled"
+msgstr "Enkel CPU-frekvensovervågning aktiveret"
+
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/snmp6.json:2
+msgid "Snmp6"
+msgstr "Snmp6"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:34
+msgid "Socket %s active"
+msgstr "Socket %s er aktivt"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:15
+msgid "Socket file"
+msgstr "Socket fil"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:19
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:19
+msgid "Socket group"
+msgstr "Socket gruppe"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:15
+msgid "Socket path"
+msgstr "Socket sti"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:24
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:25
+msgid "Socket permissions"
+msgstr "Socket tilladelser"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:22
+msgid "Specifies what information to collect about links."
+msgstr "Angiver, hvilke oplysninger der skal indsamles om links."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:29
+msgid "Specifies what information to collect about routes."
+msgstr "Angiver, hvilke oplysninger der skal indsamles om ruter."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:36
+msgid "Specifies what information to collect about the global topology."
+msgstr ""
+"Specificerer, hvilke oplysninger der skal indsamles om den globale topologi."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/splash_leases.js:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2
+msgid "Splash Leases"
+msgstr "Splash Leases"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/splash_leases.js:6
+msgid "Splash Leases Plugin Configuration"
+msgstr "Splash Leases Plugin-konfiguration"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
+#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
+msgid "Statistics"
+msgstr "Statistikker"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:127
+msgid "Status"
+msgstr "Status"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:14
+msgid "Storage directory"
+msgstr "Opbevaringsmappe"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/csv.js:14
+msgid "Storage directory for the csv files"
+msgstr "Lagringsmappe til csv-filerne"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/csv.js:18
+msgid "Store data values as rates instead of absolute values"
+msgstr "Gem dataværdier som rater i stedet for absolutte værdier"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:38
+msgid "Stored timespans"
+msgstr "Lagrede tidsrum"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/csv.js:24
+msgid "Storing CSV data in %s"
+msgstr "Gemmer CSV-data i %s"
+
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/syslog.json:2
+msgid "Syslog"
+msgstr "Syslog"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:6
+msgid "Syslog Plugin Configuration"
+msgstr "Konfiguration af Syslog Plugin"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:32
+msgid "Syslog enabled"
+msgstr "Syslog aktiveret"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/load.js:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2
+msgid "System Load"
+msgstr "Systembelastning"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/tcpconns.js:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2
+msgid "TCP Connections"
+msgstr "TCP-forbindelser"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:6
+msgid "TCPConns Plugin Configuration"
+msgstr "TCPConns Plugin-konfiguration"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:15
+msgid "TTL for network packets"
+msgstr "TTL for netværkspakker"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:26
+msgid "TTL for ping packets"
+msgstr "TTL for ping-pakker"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:85
+msgid "Table"
+msgstr "Tabel"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:7
+msgid "The APCUPS plugin collects statistics about the APC UPS."
+msgstr "APCUPS plugin indsamler statistik om APC UPS."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:7
+msgid "The NUT plugin reads information about Uninterruptible Power Supplies."
+msgstr "NUT-plugin'et læser information om Uninterruptible Power Supplies."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:7
+msgid ""
+"The OLSRd plugin reads information about meshed networks from the txtinfo "
+"plugin of OLSRd."
+msgstr ""
+"OLSRd-plugin'et læser information om meshed-netværk fra txtinfo-plugin'et "
+"til OLSRd."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:8
+msgid ""
+"The OpenVPN plugin gathers information about the current vpn connection "
+"status."
+msgstr ""
+"OpenVPN-pluginnet indsamler information om den aktuelle vpn-"
+"forbindelsesstatus."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:7
+msgid ""
+"The SysLog plugin receives log messages from the daemon and dispatches them "
+"to syslog."
+msgstr ""
+"SysLog-plugin'et modtager logbeskeder fra dæmonen og sender dem til syslog."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:132
+msgid "The chain name must not contain spaces"
+msgstr "Kædenavnet må ikke indeholde mellemrum"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:7
+msgid "The chrony plugin will monitor chrony NTP server statistics"
+msgstr "Chrony-plugin'et vil overvåge chrony NTP-serverstatistik"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:153
+msgid "The comment to match must not contain spaces"
+msgstr "Kommentaren, der skal matches, må ikke indeholde mellemrum"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/conntrack.js:7
+msgid ""
+"The conntrack plugin collects statistics about the number of tracked "
+"connections."
+msgstr ""
+"Conntrack-plugin'et indsamler statistik om antallet af sporede forbindelser."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:7
+msgid "The cpu plugin collects basic statistics about the processor usage."
+msgstr "CPU-plugin'et indsamler grundlæggende statistik om processorbrugen."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/csv.js:7
+msgid ""
+"The csv plugin stores collected data in csv file format for further "
+"processing by external programs."
+msgstr ""
+"Csv-plugin'et gemmer indsamlede data i csv-filformat til videre behandling "
+"af eksterne programmer."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:8
+msgid ""
+"The df plugin collects statistics about the disk space usage on different "
+"devices, mount points or filesystem types."
+msgstr ""
+"df-plugin'et indsamler statistik om diskpladsforbruget på forskellige "
+"enheder, monteringspunkter eller filsystemtyper."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:7
+msgid "The dhcpleases plugin collects information about assigned DHCP leases."
+msgstr "dhcpleases-plugin'et indsamler oplysninger om tildelte DHCP leases."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:8
+msgid ""
+"The disk plugin collects detailed usage statistics for selected partitions "
+"or whole disks."
+msgstr ""
+"Disk-plugin'et indsamler detaljeret brugsstatistik for udvalgte partitioner "
+"eller hele diske."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:8
+msgid ""
+"The dns plugin collects detailed statistics about dns related traffic on "
+"selected interfaces."
+msgstr ""
+"dns-plugin'et indsamler detaljerede statistikker om dns-relateret trafik på "
+"udvalgte grænseflader."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:8
+msgid ""
+"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."
+msgstr ""
+"E-mail-plugin'et opretter en unix-socket, som kan bruges til at overføre e"
+"-mail-statistik til en kørende indsamlet dæmon. Dette plugin er primært "
+"beregnet til at blive brugt i forbindelse med Mail::SpamAssasin::Plugin::"
+"Collectd, men kan også bruges på andre måder."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/entropy.js:7
+msgid "The entropy plugin collects statistics about the available entropy."
+msgstr "Entropi-plugin'et indsamler statistik om den tilgængelige entropi."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:8
+msgid ""
+"The exec plugin starts external commands to read values from or to notify "
+"external processes when certain threshold values have been reached."
+msgstr ""
+"Exec-plugin'et starter eksterne kommandoer til at læse værdier fra eller for "
+"at underrette eksterne processer, når bestemte tærskelværdier er nået."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:80
+msgid "The instance name must not contain spaces"
+msgstr "Forekomstnavnet må ikke indeholde mellemrum"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:8
+msgid ""
+"The interface plugin collects traffic statistics on selected interfaces."
+msgstr "Interface-plugin'et indsamler trafikstatistik på udvalgte interfaces."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ipstatistics.js:8
+msgid ""
+"The ipstatistics plugin collects IPv4 and IPv6 statistics to compare them."
+msgstr ""
+"ipstatistics-plugin'et indsamler IPv4- og IPv6-statistikker for at "
+"sammenligne dem."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:9
+msgid ""
+"The iptables plugin will monitor selected firewall rules and collect "
+"information about processed bytes and packets per rule."
+msgstr ""
+"iptables-plugin'et vil overvåge udvalgte firewall-regler og indsamle "
+"oplysninger om behandlede bytes og pakker pr. regel."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:8
+msgid ""
+"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."
+msgstr ""
+"irq-plugin'et vil overvåge hastigheden af problemer pr. sekund for hver "
+"valgt afbrydelse. Hvis ingen interrupt er valgt, overvåges alle interrupts."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:8
+msgid ""
+"The iwinfo plugin collects statistics about wireless signal strength, noise "
+"and quality."
+msgstr ""
+"iwinfo plugin indsamler statistik om trådløs signalstyrke, støj og kvalitet."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/load.js:7
+msgid "The load plugin collects statistics about the general system load."
+msgstr ""
+"Indlæsningspluginnet indsamler statistik om den generelle systembelastning."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:7
+msgid "The memory plugin collects statistics about the memory usage."
+msgstr "Hukommelsesplugin'et indsamler statistik om hukommelsesforbruget."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:8
+msgid ""
+"The netlink plugin collects extended information like qdisc-, class- and "
+"filter-statistics for selected interfaces."
+msgstr ""
+"Netlink-plugin'et indsamler udvidet information som qdisc-, klasse- og "
+"filterstatistik for udvalgte grænseflader."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:7
+msgid ""
+"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 data is transferred to a collectd server "
+"instance, in server mode the local instance receives data from other hosts."
+msgstr ""
+"Netværksplugin'et giver netværksbaseret kommunikation mellem forskellige "
+"indsamlede instanser. Collectd kan fungere både i klient- og servertilstand. "
+"I klienttilstand overføres lokalt indsamlede data til en indsamlet "
+"serverforekomst, i servertilstand modtager den lokale forekomst data fra "
+"andre værter."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:7
+msgid ""
+"The ping plugin will send icmp echo replies to selected hosts and measure "
+"the roundtrip time for each host."
+msgstr ""
+"Ping-plugin'et sender icmp echo-svar til udvalgte værter og måler "
+"rundturstiden for hver vært."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js:7
+msgid ""
+"The processes plugin collects information like cpu time, page faults and "
+"memory usage of selected processes."
+msgstr ""
+"Processer-plugin'et indsamler information som cpu-tid, sidefejl og "
+"hukommelsesbrug af udvalgte processer."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:7
+msgid ""
+"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>"
+msgstr ""
+"rrdtool-plugin'et gemmer de indsamlede data i rrd-databasefiler, grundlaget "
+"for diagrammerne.<br /><br /><strong>Advarsel: Indstilling af forkerte "
+"værdier vil resultere i et meget højt hukommelsesforbrug i den midlertidige "
+"mappe. Dette kan gøre enheden ubrugelig!</strong>"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:16
+msgid ""
+"The sensors plugin uses the Linux Sensors framework to gather environmental "
+"statistics."
+msgstr ""
+"Sensor-plugin'et bruger Linux Sensors-rammeværket til at indsamle "
+"miljøstatistikker."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:8
+msgid "The snmp6 plugin collects IPv6 statistics for selected interfaces."
+msgstr "snmp6-plugin'et indsamler IPv6-statistik for udvalgte interfaces."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/splash_leases.js:7
+msgid ""
+"The splash leases plugin uses libuci to collect statistics about splash "
+"leases."
+msgstr ""
+"Splash leases plugin bruger libuci til at indsamle statistik om splash "
+"leases."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:7
+msgid ""
+"The tcpconns plugin collects information about open tcp connections on "
+"selected ports."
+msgstr ""
+"tcpconns-plugin'et indsamler information om åbne tcp-forbindelser på "
+"udvalgte porte."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:8
+msgid ""
+"The thermal plugin will monitor temperature of the system. Data is typically "
+"read from /sys/class/thermal/*/temp ( '*' denotes the thermal device to be "
+"read, e.g. thermal_zone1 )"
+msgstr ""
+"Det termiske plugin overvåger systemets temperatur. Data læses typisk fra /"
+"sys/class/thermal/*/temp ('*' angiver den termiske enhed, der skal læses, "
+"f.eks. thermal_zone1)"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:8
+msgid ""
+"The unixsock plugin creates a unix socket which can be used to read "
+"collected data from a running collectd instance."
+msgstr ""
+"Unixsock-plugin'et opretter en unix-socket, som kan bruges til at læse "
+"indsamlede data fra en kørende collectd-instans."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/uptime.js:7
+msgid "The uptime plugin collects statistics about the uptime of the system."
+msgstr "Oppetidspluginnet indsamler statistik om systemets oppetid."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
+msgid "There is no RRD data available yet to render graphs."
+msgstr "Der er endnu ingen tilgængelige RRD-data til at gengive grafer."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/thermal.js:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2
+msgid "Thermal"
+msgstr "Termisk"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:7
+msgid "Thermal Plugin Configuration"
+msgstr "Termisk plugin-konfiguration"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/contextswitch.js:7
+msgid "This plugin collects statistics about the processor context switches."
+msgstr "Dette plugin indsamler statistik om processorkontekstskiftene."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:7
+msgid "This plugin collects statistics about the processor frequency scaling."
+msgstr "Dette plugin indsamler statistik om processorfrekvensskalering."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:33
+msgid ""
+"This section defines on which interfaces collectd will wait for incoming "
+"connections."
+msgstr ""
+"Dette afsnit definerer, på hvilke interfaces collectd vil vente på indgående "
+"forbindelser."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:51
+msgid ""
+"This section defines to which servers the locally collected data is sent to."
+msgstr ""
+"Dette afsnit definerer, til hvilke servere de lokalt indsamlede data sendes "
+"til."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:25
+msgid "Timeout for polling chrony"
+msgstr "Timeout for polling chrony"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:80
+msgid "Try to lookup fully qualified hostname"
+msgstr "Prøv at slå et fuldt kvalificeret værtsnavn op"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/nut.js:7
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:14
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2
+msgid "UPS"
+msgstr "UPS"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:6
+msgid "UPS Plugin Configuration"
+msgstr "UPS-plugin-konfiguration"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:14
+msgid "UPS name in NUT ups@host format"
+msgstr "UPS-navn i NUT ups@host-format"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:27
+msgid "URL"
+msgstr "URL"
+
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2
+msgid "UnixSock"
+msgstr "UnixSock"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:7
+msgid "Unixsock Plugin Configuration"
+msgstr "Unixsock Plugin-konfiguration"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/uptime.js:15
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2
+msgid "Uptime"
+msgstr "Oppetid"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/uptime.js:6
+msgid "Uptime Plugin Configuration"
+msgstr "Oppetid Plugin-konfiguration"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/uptime.js:10
+msgid "Uptime monitoring enabled"
+msgstr "Oppetidsovervågning aktiveret"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:24
+msgid "Use improved naming schema"
+msgstr "Brug forbedret navngivningsskema"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:68
+msgid "Used PID file"
+msgstr "Brugt PID-fil"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:27
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:47
+msgid "User"
+msgstr "Bruger"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:21
+msgid "Verbose monitoring"
+msgstr "Verbose overvågning"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37
+msgid ""
+"When a host has not replied to this number of packets in a row, re-resolve "
+"the hostname in DNS. Useful for dynamic DNS hosts."
+msgstr ""
+"Når en vært ikke har svaret på dette antal pakker i træk, skal du genfinde "
+"værtsnavnet i DNS. Nyttigt for dynamiske DNS-værter."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16
+msgid "When none selected, all disks will be monitored."
+msgstr "Når ingen er valgt, vil alle diske blive overvåget."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:16
+msgid "When none selected, all interfaces will be monitored."
+msgstr "Når ingen er valgt, vil alle interfaces blive overvåget."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:21
+msgid "When set to true, reports per-state metric (system, user, idle)"
+msgstr ""
+"Når den er indstillet til sand, rapporterer metric pr. tilstand (system, "
+"bruger, inaktiv)"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:14
+msgid "When set to true, we request absolute values"
+msgstr "Når den er sat til sand, anmoder vi om absolutte værdier"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:33
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:18
+msgid "When set to true, we request percentage values"
+msgstr "Når den er sat til sand, anmoder vi om procentværdier"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/iwinfo.js:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2
+msgid "Wireless"
+msgstr "Trådløs"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:7
+msgid "Wireless iwinfo Plugin Configuration"
+msgstr "Konfiguration af trådløs iwinfo plugin"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:97
+msgid "Writing *.rrd files to %s"
+msgstr "Skriver *.rrd-filer til %s"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
+msgid ""
+"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
+"files."
+msgstr ""
+"Du skal konfigurere <em>collectd</em> til at indsamle data i <em>."
+"rrd</em>-filer."
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:31
+msgid "cURL plugin enabled"
+msgstr "cURL-plugin aktiveret"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/curl.js:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2
+msgid "cUrl"
+msgstr "cUrl"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:6
+msgid "cUrl Plugin Configuration"
+msgstr "cUrl Plugin-konfiguration"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:139
+msgid "none"
+msgstr "ingen"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:107
+msgid "one device"
+msgid_plural "%d devices"
+msgstr[0] "én enhed"
+msgstr[1] "%d enheder"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:109
+msgid "one filesystem type"
+msgid_plural "%d filesystem types"
+msgstr[0] "en filsystemtype"
+msgstr[1] "%d filsystemtyper"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:39
+msgid "one local port"
+msgid_plural "%d local ports"
+msgstr[0] "én lokal port"
+msgstr[1] "%d lokale porte"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:108
+msgid "one mount"
+msgid_plural "%d mounts"
+msgstr[0] "et mount"
+msgstr[1] "%d mounts"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:40
+msgid "one remote port"
+msgid_plural "%d remote ports"
+msgstr[0] "én ekstern port"
+msgstr[1] "%d fjernporte"
+
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:29
+msgid "reduces rrd size"
+msgstr "reducerer rrd-størrelsen"
+
+#~ msgid "Cache flush interval"
+#~ msgstr "Cache flush interval"
+
+#~ msgid "Action (target)"
+#~ msgstr "Action (target)"
+
+#~ msgid "Add matching rule"
+#~ msgstr "Add matching rule"
+
+#~ msgid ""
+#~ "Collectd is a small daemon for collecting data from various sources "
+#~ "through different plugins. On this page you can change general settings "
+#~ "for the collectd daemon."
+#~ msgstr ""
+#~ "Collectd is a small daemon for collecting data from various sources "
+#~ "through different plugins. On this page you can change general settings "
+#~ "for the collectd daemon."
+
+#~ msgid "Destination ip range"
+#~ msgstr "Destination ip range"
+
+#~ msgid "Incoming interface"
+#~ msgstr "Incoming interface"
+
+#~ msgid "Name of the rule"
+#~ msgstr "Name of the rule"
+
+#~ msgid "Network protocol"
+#~ msgstr "Network protocol"
+
+#~ msgid "Options"
+#~ msgstr "Options"
+
+#~ msgid "Outgoing interface"
+#~ msgstr "Outgoing interface"
+
+#~ msgid "Source ip range"
+#~ msgstr "Source ip range"
+
+#~ msgid "e.g. br-ff"
+#~ msgstr "e.g. br-ff"
+
+#~ msgid "e.g. br-lan"
+#~ msgstr "e.g. br-lan"
+
+#~ msgid "e.g. reject-with tcp-reset"
+#~ msgstr "e.g. reject-with tcp-reset"
+
+#~ msgid "max. 16 chars"
+#~ msgstr "max. 16 chars"
+
+#~ msgid "seconds; multiple separated by space"
+#~ msgstr "seconds; multiple separated by space"
+
+#~ msgid "server interfaces"
+#~ msgstr "server interfaces"
diff --git a/applications/luci-app-statistics/po/de/statistics.po b/applications/luci-app-statistics/po/de/statistics.po
index 2583bf2d67..5c65032991 100644
--- a/applications/luci-app-statistics/po/de/statistics.po
+++ b/applications/luci-app-statistics/po/de/statistics.po
@@ -51,7 +51,7 @@ msgstr "Adressfamilie"
msgid "Aggregate number of connected users"
msgstr "Anzahl aller Verbundenen Benutzer"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
msgstr "Intervall anwenden »"
@@ -254,15 +254,15 @@ msgstr "Plattenspeicher"
msgid "Disk Usage"
msgstr "Plattenauslastung"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr "Anzeigeserver"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr "Zeitspanne zeigen »"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr "Nicht aktualisieren"
@@ -341,15 +341,15 @@ msgstr "Entropie Plugin Konfiguration"
msgid "Entropy monitoring enabled"
msgstr "Überwachung von Entropie aktiviert"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr "Alle 30 Sekunden"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr "Alle 5 Sekunden"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr "Jede Minute"
@@ -557,7 +557,7 @@ msgid "Load monitoring enabled"
msgstr "Überwachung der CPU-Beanspruchung aktiviert"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr "Lade Daten…"
@@ -861,7 +861,7 @@ msgstr "Netzwerkkommunikation aktiviert"
msgid "Network plugins"
msgstr "Netzwerkplugins"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr "Keine RRD Daten gefunden"
@@ -912,7 +912,7 @@ msgstr "OpenVPN Statusdateien"
msgid "Output plugins"
msgstr "Ausgabeplugins"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
msgstr "Übersicht"
@@ -1080,7 +1080,7 @@ msgstr ""
msgid "Setup"
msgstr "Setup"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr "Richte collectd ein"
@@ -1147,7 +1147,7 @@ msgstr "Splash Leases"
msgid "Splash Leases Plugin Configuration"
msgstr "Splash Leases Plugin-Konfiguration"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr "Statistiken"
@@ -1481,7 +1481,7 @@ msgstr ""
msgid "The uptime plugin collects statistics about the uptime of the system."
msgstr "Das Laufzeit Plugin sammelt Statistiken über die Laufzeit des Systems."
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr "Es sind noch keine RRD-Daten verfügbar um Diagramme zu rendern."
@@ -1623,7 +1623,7 @@ msgstr "Wireless-iwinfo Plugin Konfiguration"
msgid "Writing *.rrd files to %s"
msgstr "Schreibe *.rrd Dateien nach %s"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
diff --git a/applications/luci-app-statistics/po/el/statistics.po b/applications/luci-app-statistics/po/el/statistics.po
index 70901fdfb7..cfd86ed8ee 100644
--- a/applications/luci-app-statistics/po/el/statistics.po
+++ b/applications/luci-app-statistics/po/el/statistics.po
@@ -51,7 +51,7 @@ msgstr ""
msgid "Aggregate number of connected users"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
msgstr ""
@@ -254,15 +254,15 @@ msgstr "Χρήση Χώρου στον δίσκο"
msgid "Disk Usage"
msgstr "Χρήση Δίσκου"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr "Εμφάνιση χρονικού εύρους »"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr ""
@@ -341,15 +341,15 @@ msgstr ""
msgid "Entropy monitoring enabled"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr ""
@@ -546,7 +546,7 @@ msgid "Load monitoring enabled"
msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr ""
@@ -847,7 +847,7 @@ msgstr ""
msgid "Network plugins"
msgstr "Πρόσθετα δικτύου"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr ""
@@ -895,7 +895,7 @@ msgstr ""
msgid "Output plugins"
msgstr "Πρόσθετα εξόδου"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
msgstr ""
@@ -1062,7 +1062,7 @@ msgstr ""
msgid "Setup"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr ""
@@ -1129,7 +1129,7 @@ msgstr ""
msgid "Splash Leases Plugin Configuration"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr "Στατιστικά"
@@ -1403,7 +1403,7 @@ msgstr ""
msgid "The uptime plugin collects statistics about the uptime of the system."
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr ""
@@ -1539,7 +1539,7 @@ msgstr ""
msgid "Writing *.rrd files to %s"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
diff --git a/applications/luci-app-statistics/po/en/statistics.po b/applications/luci-app-statistics/po/en/statistics.po
index f164deb939..35a89b9354 100644
--- a/applications/luci-app-statistics/po/en/statistics.po
+++ b/applications/luci-app-statistics/po/en/statistics.po
@@ -51,7 +51,7 @@ msgstr ""
msgid "Aggregate number of connected users"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
msgstr ""
@@ -252,15 +252,15 @@ msgstr "Disk Space Usage"
msgid "Disk Usage"
msgstr "Disk Usage"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr "Display timespan »"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr ""
@@ -339,15 +339,15 @@ msgstr ""
msgid "Entropy monitoring enabled"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr ""
@@ -551,7 +551,7 @@ msgid "Load monitoring enabled"
msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr ""
@@ -852,7 +852,7 @@ msgstr ""
msgid "Network plugins"
msgstr "Network plugins"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr ""
@@ -900,7 +900,7 @@ msgstr ""
msgid "Output plugins"
msgstr "Output plugins"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
msgstr ""
@@ -1067,7 +1067,7 @@ msgstr ""
msgid "Setup"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr ""
@@ -1134,7 +1134,7 @@ msgstr ""
msgid "Splash Leases Plugin Configuration"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr ""
@@ -1445,7 +1445,7 @@ msgstr ""
msgid "The uptime plugin collects statistics about the uptime of the system."
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr ""
@@ -1584,7 +1584,7 @@ msgstr ""
msgid "Writing *.rrd files to %s"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
diff --git a/applications/luci-app-statistics/po/es/statistics.po b/applications/luci-app-statistics/po/es/statistics.po
index 9dee689581..6f3053612e 100644
--- a/applications/luci-app-statistics/po/es/statistics.po
+++ b/applications/luci-app-statistics/po/es/statistics.po
@@ -51,7 +51,7 @@ msgstr "Familia de direcciones"
msgid "Aggregate number of connected users"
msgstr "Agregar número de usuarios conectados"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
msgstr "Aplicar intervalo »"
@@ -254,15 +254,15 @@ msgstr "Uso de espacio en disco"
msgid "Disk Usage"
msgstr "Uso de disco"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr "Mostrar Host »"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr "Mostrar lapso de tiempo »"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr "No actualizar"
@@ -341,15 +341,15 @@ msgstr "Configuración del complemento Entropía"
msgid "Entropy monitoring enabled"
msgstr "Monitoreo de entropía activado"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr "Cada 30 segundos"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr "Cada 5 segundos"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr "Cada minuto"
@@ -557,7 +557,7 @@ msgid "Load monitoring enabled"
msgstr "Monitoreo de carga activado"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr "Cargando datos…"
@@ -860,7 +860,7 @@ msgstr "Comunicación de red activada"
msgid "Network plugins"
msgstr "Plugins de red"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr "No se encontraron datos de RRD"
@@ -911,7 +911,7 @@ msgstr "Archivos de estado de OpenVPN"
msgid "Output plugins"
msgstr "Plugins de salida"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
msgstr "Visión general"
@@ -1079,7 +1079,7 @@ msgstr "Establece el nivel de registro de syslog."
msgid "Setup"
msgstr "Configuración"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr "Configuración de collectd"
@@ -1146,7 +1146,7 @@ msgstr "Splash Leases"
msgid "Splash Leases Plugin Configuration"
msgstr "Configuración del complemento \"Splash Leases\""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr "Estadísticas"
@@ -1491,7 +1491,7 @@ msgstr ""
"El plugin \"uptime\" recopila estadísticas sobre el tiempo de actividad del "
"sistema."
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr "Todavía no hay datos RRD disponibles para representar gráficos."
@@ -1641,7 +1641,7 @@ msgstr "Configuración plugin \"Wireless iwinfo\""
msgid "Writing *.rrd files to %s"
msgstr "Escribir archivos *.rrd en %s"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
diff --git a/applications/luci-app-statistics/po/fi/statistics.po b/applications/luci-app-statistics/po/fi/statistics.po
index de8b2847d2..377d9c2b9d 100644
--- a/applications/luci-app-statistics/po/fi/statistics.po
+++ b/applications/luci-app-statistics/po/fi/statistics.po
@@ -3,8 +3,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-05-19 19:35+0200\n"
-"PO-Revision-Date: 2021-04-05 07:56+0000\n"
-"Last-Translator: Petri Asikainen <uniluodossa@gmail.com>\n"
+"PO-Revision-Date: 2021-11-13 08:12+0000\n"
+"Last-Translator: Hannu Nyman <hannu.nyman@iki.fi>\n"
"Language-Team: Finnish <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsstatistics/fi/>\n"
"Language: fi\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 4.6-dev\n"
+"X-Generator: Weblate 4.9.1-dev\n"
#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/apcups.js:7
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
@@ -51,7 +51,7 @@ msgstr "Osoiteperhe"
msgid "Aggregate number of connected users"
msgstr "Yhdistettyjen käyttäjien kokonaismäärä"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
msgstr "Käytä aikaväliä »"
@@ -124,11 +124,11 @@ msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:6
msgid "Chrony Plugin Configuration"
-msgstr ""
+msgstr "Chrony-laajennuksen asetukset"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:32
msgid "Chrony monitoring enabled"
-msgstr ""
+msgstr "Chrony-seuranta käytössä"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:21
msgid "CollectLinks"
@@ -252,15 +252,15 @@ msgstr "Levytilan käyttö"
msgid "Disk Usage"
msgstr "Levyn käyttö"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr "Näytä isäntä »"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr "Näytä aikaväli »"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr "Älä päivitä"
@@ -339,15 +339,15 @@ msgstr "Entropia-lisäosan asetukset"
msgid "Entropy monitoring enabled"
msgstr "Entropian seuranta käytössä"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr "30 sekunnin välein"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr "Joka 5 sekunti"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr "Joka minuutti"
@@ -403,7 +403,7 @@ msgstr "Edelleenlähetys kuuntelu- ja palvelinosoitteiden välillä"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:92
msgid ""
"Free space, reserved space and used space is reported as relative values"
-msgstr ""
+msgstr "Vapaa, varattu ja käytetty tila ilmoitetaan suhteellisina arvoina"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:21
msgid "Gather compression statistics"
@@ -460,7 +460,7 @@ msgstr "Palvelin"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:14
msgid "Host running chrony"
-msgstr ""
+msgstr "Isäntä, jolla on käynnissä chrony"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:51
msgid "Hostname"
@@ -473,15 +473,15 @@ msgstr "IP-osoite tai isäntänimi, josta txtinfo-syöte haetaan"
#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/ipstatistics.js:7
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ipstatistics.json:2
msgid "IP-Statistics"
-msgstr ""
+msgstr "IP-tilastot"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ipstatistics.js:7
msgid "IP-Statistics Plugin Configuration"
-msgstr ""
+msgstr "IP-tilastolaajennuksen asetukset"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ipstatistics.js:11
msgid "IPv4/IPv6 Statistics monitoring enabled"
-msgstr ""
+msgstr "IPv4/IPv6-tilastojen seuranta käytössä"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:7
msgid "IRQ Plugin Configuration"
@@ -527,6 +527,9 @@ msgid ""
"Allowed timespan types: min, h, hour(s), d, day(s), w, week(s), m, month(s), "
"y, year(s)"
msgstr ""
+"Luettelo RRD-tietokantaan tallennettavista aikaväleistä. Esim. \"1hour 1day "
+"14day\". Sallitut aikavälien tyypit: min, h, hour(s), d, day(s), w, week(s), "
+"m, month(s), y, year(s)"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:40
msgid "Listen host"
@@ -549,7 +552,7 @@ msgid "Load monitoring enabled"
msgstr "Kuormituksen valvonta käytössä"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr "Tietoja ladataan …"
@@ -853,7 +856,7 @@ msgstr "Verkkoyhteydet sallittu"
msgid "Network plugins"
msgstr "Verkko-lisäosat"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr "RRD-tietokantaa (tai -tietoja) ei löydy"
@@ -903,7 +906,7 @@ msgstr "OpenVPN-tilatiedostot"
msgid "Output plugins"
msgstr "Tiedon näyttö -lisäosat"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
msgstr "Yleiskatsaus"
@@ -1070,7 +1073,7 @@ msgstr "Aseta syslog-lokin kirjaustaso."
msgid "Setup"
msgstr "Asetukset"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr "Collectd-perusasetukset"
@@ -1080,7 +1083,7 @@ msgstr "Muotoiluluokan asetukset"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:26
msgid "Show Idle state"
-msgstr ""
+msgstr "Näytä joutokäyntitila"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:34
msgid "Show max values instead of averages"
@@ -1137,7 +1140,7 @@ msgstr ""
msgid "Splash Leases Plugin Configuration"
msgstr "Splash Leases -lisäosan asetukset"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr "Tilastot"
@@ -1240,7 +1243,7 @@ msgstr "Ketjun nimessä ei voi olla välilyöntejä"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:7
msgid "The chrony plugin will monitor chrony NTP server statistics"
-msgstr ""
+msgstr "Chrony-laajennus seuraa Chrony NTP -palvelimen tilastoja"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:153
msgid "The comment to match must not contain spaces"
@@ -1321,6 +1324,7 @@ msgstr "Sovittimet-lisäosa kerää liikennetietoja avlituilta sovittimilta."
msgid ""
"The ipstatistics plugin collects IPv4 and IPv6 statistics to compare them."
msgstr ""
+"Ipstatistics-laajennus kerää IPv4- ja IPv6-tilastoja vertaillakseen niitä."
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:9
msgid ""
@@ -1448,7 +1452,7 @@ msgstr ""
msgid "The uptime plugin collects statistics about the uptime of the system."
msgstr "Uptime-laajennus kerää tilastotietoa järjestelmän saatavuudesta."
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr "RRD-tietoja ei ole vielä käytettävissä graafeja varten."
@@ -1589,7 +1593,7 @@ msgstr "Langattoman verkon iwinfo-lisäosan asetukset"
msgid "Writing *.rrd files to %s"
msgstr "Kirjoitetaan rrd-tiedostot hakemistoon %s"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
diff --git a/applications/luci-app-statistics/po/fr/statistics.po b/applications/luci-app-statistics/po/fr/statistics.po
index 5d399a2990..9810ccf7cd 100644
--- a/applications/luci-app-statistics/po/fr/statistics.po
+++ b/applications/luci-app-statistics/po/fr/statistics.po
@@ -51,7 +51,7 @@ msgstr ""
msgid "Aggregate number of connected users"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
msgstr "Appliquer l'intervalle »"
@@ -252,15 +252,15 @@ msgstr "Utilisation de l'espace-disque"
msgid "Disk Usage"
msgstr "Espace-disque"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr "Afficher période »"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr "Ne pas rafraîchir"
@@ -339,15 +339,15 @@ msgstr ""
msgid "Entropy monitoring enabled"
msgstr "Surveillance de l’entropie activée"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr "Toutes les 30 secondes"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr "Toutes les 5 secondes"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr "Chaque minute"
@@ -552,7 +552,7 @@ msgid "Load monitoring enabled"
msgstr "Surveillance de la charge activée"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr "Chargement des données…"
@@ -854,7 +854,7 @@ msgstr "Communication réseau activée"
msgid "Network plugins"
msgstr "Greffons liés au réseau"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr "Aucune donnée RRD trouvée"
@@ -902,7 +902,7 @@ msgstr ""
msgid "Output plugins"
msgstr "Greffons liés aux résultats"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
msgstr "Aperçu"
@@ -1069,7 +1069,7 @@ msgstr ""
msgid "Setup"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr "Configurer collectd"
@@ -1136,7 +1136,7 @@ msgstr ""
msgid "Splash Leases Plugin Configuration"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr "Statistiques"
@@ -1455,7 +1455,7 @@ msgstr ""
msgid "The uptime plugin collects statistics about the uptime of the system."
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr ""
"Il n'y a pas encore de données RRD disponibles pour le rendu des graphiques."
@@ -1597,7 +1597,7 @@ msgstr ""
msgid "Writing *.rrd files to %s"
msgstr "Écriture de fichiers *.rrd dans %s"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
diff --git a/applications/luci-app-statistics/po/he/statistics.po b/applications/luci-app-statistics/po/he/statistics.po
index 8e09315def..a03d81297c 100644
--- a/applications/luci-app-statistics/po/he/statistics.po
+++ b/applications/luci-app-statistics/po/he/statistics.po
@@ -51,7 +51,7 @@ msgstr ""
msgid "Aggregate number of connected users"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
msgstr ""
@@ -252,15 +252,15 @@ msgstr ""
msgid "Disk Usage"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr ""
@@ -339,15 +339,15 @@ msgstr ""
msgid "Entropy monitoring enabled"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr ""
@@ -544,7 +544,7 @@ msgid "Load monitoring enabled"
msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr ""
@@ -845,7 +845,7 @@ msgstr ""
msgid "Network plugins"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr ""
@@ -893,7 +893,7 @@ msgstr ""
msgid "Output plugins"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
msgstr ""
@@ -1060,7 +1060,7 @@ msgstr ""
msgid "Setup"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr ""
@@ -1127,7 +1127,7 @@ msgstr ""
msgid "Splash Leases Plugin Configuration"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr ""
@@ -1401,7 +1401,7 @@ msgstr ""
msgid "The uptime plugin collects statistics about the uptime of the system."
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr ""
@@ -1537,7 +1537,7 @@ msgstr ""
msgid "Writing *.rrd files to %s"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
diff --git a/applications/luci-app-statistics/po/hi/statistics.po b/applications/luci-app-statistics/po/hi/statistics.po
index 971e12b9f1..325905dd42 100644
--- a/applications/luci-app-statistics/po/hi/statistics.po
+++ b/applications/luci-app-statistics/po/hi/statistics.po
@@ -51,7 +51,7 @@ msgstr ""
msgid "Aggregate number of connected users"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
msgstr ""
@@ -252,15 +252,15 @@ msgstr ""
msgid "Disk Usage"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr ""
@@ -339,15 +339,15 @@ msgstr ""
msgid "Entropy monitoring enabled"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr ""
@@ -544,7 +544,7 @@ msgid "Load monitoring enabled"
msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr ""
@@ -845,7 +845,7 @@ msgstr ""
msgid "Network plugins"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr ""
@@ -893,7 +893,7 @@ msgstr ""
msgid "Output plugins"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
msgstr ""
@@ -1060,7 +1060,7 @@ msgstr ""
msgid "Setup"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr ""
@@ -1127,7 +1127,7 @@ msgstr ""
msgid "Splash Leases Plugin Configuration"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr ""
@@ -1401,7 +1401,7 @@ msgstr ""
msgid "The uptime plugin collects statistics about the uptime of the system."
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr ""
@@ -1537,7 +1537,7 @@ msgstr ""
msgid "Writing *.rrd files to %s"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
diff --git a/applications/luci-app-statistics/po/hu/statistics.po b/applications/luci-app-statistics/po/hu/statistics.po
index ce05550af5..7c253c3383 100644
--- a/applications/luci-app-statistics/po/hu/statistics.po
+++ b/applications/luci-app-statistics/po/hu/statistics.po
@@ -49,7 +49,7 @@ msgstr "Címcsalád"
msgid "Aggregate number of connected users"
msgstr "Kapcsolódott felhasználók összesített száma"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
msgstr ""
@@ -251,15 +251,15 @@ msgstr "Lemezterület-használat"
msgid "Disk Usage"
msgstr "Lemezhasználat"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr "Gép megjelenítése »"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr "Időszak megjelenítése »"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr ""
@@ -338,15 +338,15 @@ msgstr "Entrópia bővítmény beállítása"
msgid "Entropy monitoring enabled"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr ""
@@ -553,7 +553,7 @@ msgid "Load monitoring enabled"
msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr ""
@@ -856,7 +856,7 @@ msgstr ""
msgid "Network plugins"
msgstr "Hálózati bővítmények"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr ""
@@ -907,7 +907,7 @@ msgstr "OpenVPN állapotfájlok"
msgid "Output plugins"
msgstr "Kimeneti bővítmények"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
msgstr "Áttekintés"
@@ -1074,7 +1074,7 @@ msgstr ""
msgid "Setup"
msgstr "Beállítás"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr ""
@@ -1144,7 +1144,7 @@ msgstr "Indítási bérletek"
msgid "Splash Leases Plugin Configuration"
msgstr "Indítási bérletek bővítmény beállítása"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr "Statisztikák"
@@ -1477,7 +1477,7 @@ msgid "The uptime plugin collects statistics about the uptime of the system."
msgstr ""
"Az működési idő bővítmény a rendszer működési idejéről gyűjt statisztikákat."
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr ""
@@ -1620,7 +1620,7 @@ msgstr "Vezeték nélküli iwinfo bővítmény beállítása"
msgid "Writing *.rrd files to %s"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
diff --git a/applications/luci-app-statistics/po/it/statistics.po b/applications/luci-app-statistics/po/it/statistics.po
index 6cedc75a1b..4cafc81967 100644
--- a/applications/luci-app-statistics/po/it/statistics.po
+++ b/applications/luci-app-statistics/po/it/statistics.po
@@ -51,7 +51,7 @@ msgstr ""
msgid "Aggregate number of connected users"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
msgstr ""
@@ -253,15 +253,15 @@ msgstr ""
msgid "Disk Usage"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr ""
@@ -340,15 +340,15 @@ msgstr ""
msgid "Entropy monitoring enabled"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr ""
@@ -552,7 +552,7 @@ msgid "Load monitoring enabled"
msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr ""
@@ -853,7 +853,7 @@ msgstr ""
msgid "Network plugins"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr ""
@@ -901,7 +901,7 @@ msgstr ""
msgid "Output plugins"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
msgstr "Riepilogo"
@@ -1068,7 +1068,7 @@ msgstr ""
msgid "Setup"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr ""
@@ -1135,7 +1135,7 @@ msgstr ""
msgid "Splash Leases Plugin Configuration"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr ""
@@ -1409,7 +1409,7 @@ msgstr ""
msgid "The uptime plugin collects statistics about the uptime of the system."
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr ""
@@ -1545,7 +1545,7 @@ msgstr ""
msgid "Writing *.rrd files to %s"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
diff --git a/applications/luci-app-statistics/po/ja/statistics.po b/applications/luci-app-statistics/po/ja/statistics.po
index 57568e4423..a6a2e0101a 100644
--- a/applications/luci-app-statistics/po/ja/statistics.po
+++ b/applications/luci-app-statistics/po/ja/statistics.po
@@ -51,7 +51,7 @@ msgstr "アドレス ファミリ"
msgid "Aggregate number of connected users"
msgstr "接続ユーザー数の総計"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
msgstr "間隔を適用 »"
@@ -254,15 +254,15 @@ msgstr "ディスク スペース使用量"
msgid "Disk Usage"
msgstr "ディスクの使用"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr "ホストを表示 »"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr "期間表示 »"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr "リフレッシュしない"
@@ -341,15 +341,15 @@ msgstr "エントロピー プラグイン設定"
msgid "Entropy monitoring enabled"
msgstr "エントロピー監視が有効"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr "30 秒毎"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr "5 秒毎"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr "1 分毎"
@@ -555,7 +555,7 @@ msgid "Load monitoring enabled"
msgstr "負荷監視が有効"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr "データを読み込み中…"
@@ -846,7 +846,7 @@ msgstr "ネットワーク通信が有効"
msgid "Network plugins"
msgstr "ネットワーク プラグイン"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr "RRD データが見つかりません"
@@ -897,7 +897,7 @@ msgstr "OpenVPN ステータス ファイル"
msgid "Output plugins"
msgstr "出力プラグイン"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
msgstr "概要"
@@ -1064,7 +1064,7 @@ msgstr "syslog ログレベルを設定します。"
msgid "Setup"
msgstr "設定"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr "collectd のセットアップ"
@@ -1131,7 +1131,7 @@ msgstr "スプラッシュ・リース"
msgid "Splash Leases Plugin Configuration"
msgstr "スプラッシュ・リース・プラグインの設定"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr "統計"
@@ -1458,7 +1458,7 @@ msgstr ""
msgid "The uptime plugin collects statistics about the uptime of the system."
msgstr "稼働時間 プラグインは、システムの稼働時間についての統計を収集します。"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr "グラフの描画に利用可能な RRD データがありません。"
@@ -1601,7 +1601,7 @@ msgstr "無線LAN iwinfo プラグイン設定"
msgid "Writing *.rrd files to %s"
msgstr "*.rrd ファイルを %s に書き込み中"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
diff --git a/applications/luci-app-statistics/po/ko/statistics.po b/applications/luci-app-statistics/po/ko/statistics.po
index dced963e45..2f3a829cf3 100644
--- a/applications/luci-app-statistics/po/ko/statistics.po
+++ b/applications/luci-app-statistics/po/ko/statistics.po
@@ -51,7 +51,7 @@ msgstr ""
msgid "Aggregate number of connected users"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
msgstr ""
@@ -252,15 +252,15 @@ msgstr ""
msgid "Disk Usage"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr ""
@@ -339,15 +339,15 @@ msgstr ""
msgid "Entropy monitoring enabled"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr ""
@@ -544,7 +544,7 @@ msgid "Load monitoring enabled"
msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr ""
@@ -832,7 +832,7 @@ msgstr ""
msgid "Network plugins"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr ""
@@ -880,7 +880,7 @@ msgstr ""
msgid "Output plugins"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
msgstr ""
@@ -1047,7 +1047,7 @@ msgstr ""
msgid "Setup"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr ""
@@ -1114,7 +1114,7 @@ msgstr ""
msgid "Splash Leases Plugin Configuration"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr ""
@@ -1388,7 +1388,7 @@ msgstr ""
msgid "The uptime plugin collects statistics about the uptime of the system."
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr ""
@@ -1524,7 +1524,7 @@ msgstr ""
msgid "Writing *.rrd files to %s"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
diff --git a/applications/luci-app-statistics/po/mr/statistics.po b/applications/luci-app-statistics/po/mr/statistics.po
index 60b6f9b567..8bd7b81012 100644
--- a/applications/luci-app-statistics/po/mr/statistics.po
+++ b/applications/luci-app-statistics/po/mr/statistics.po
@@ -51,7 +51,7 @@ msgstr ""
msgid "Aggregate number of connected users"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
msgstr ""
@@ -252,15 +252,15 @@ msgstr ""
msgid "Disk Usage"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr ""
@@ -339,15 +339,15 @@ msgstr ""
msgid "Entropy monitoring enabled"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr ""
@@ -544,7 +544,7 @@ msgid "Load monitoring enabled"
msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr ""
@@ -845,7 +845,7 @@ msgstr ""
msgid "Network plugins"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr ""
@@ -893,7 +893,7 @@ msgstr ""
msgid "Output plugins"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
msgstr ""
@@ -1060,7 +1060,7 @@ msgstr ""
msgid "Setup"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr ""
@@ -1127,7 +1127,7 @@ msgstr ""
msgid "Splash Leases Plugin Configuration"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr ""
@@ -1401,7 +1401,7 @@ msgstr ""
msgid "The uptime plugin collects statistics about the uptime of the system."
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr ""
@@ -1537,7 +1537,7 @@ msgstr ""
msgid "Writing *.rrd files to %s"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
diff --git a/applications/luci-app-statistics/po/ms/statistics.po b/applications/luci-app-statistics/po/ms/statistics.po
index 9b2e4df376..8692d773c1 100644
--- a/applications/luci-app-statistics/po/ms/statistics.po
+++ b/applications/luci-app-statistics/po/ms/statistics.po
@@ -51,7 +51,7 @@ msgstr ""
msgid "Aggregate number of connected users"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
msgstr ""
@@ -252,15 +252,15 @@ msgstr ""
msgid "Disk Usage"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr ""
@@ -339,15 +339,15 @@ msgstr ""
msgid "Entropy monitoring enabled"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr ""
@@ -544,7 +544,7 @@ msgid "Load monitoring enabled"
msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr ""
@@ -832,7 +832,7 @@ msgstr ""
msgid "Network plugins"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr ""
@@ -880,7 +880,7 @@ msgstr ""
msgid "Output plugins"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
msgstr ""
@@ -1047,7 +1047,7 @@ msgstr ""
msgid "Setup"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr ""
@@ -1114,7 +1114,7 @@ msgstr ""
msgid "Splash Leases Plugin Configuration"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr ""
@@ -1388,7 +1388,7 @@ msgstr ""
msgid "The uptime plugin collects statistics about the uptime of the system."
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr ""
@@ -1524,7 +1524,7 @@ msgstr ""
msgid "Writing *.rrd files to %s"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
diff --git a/applications/luci-app-statistics/po/nb_NO/statistics.po b/applications/luci-app-statistics/po/nb_NO/statistics.po
index c243d45d8a..88a8e0c0b3 100644
--- a/applications/luci-app-statistics/po/nb_NO/statistics.po
+++ b/applications/luci-app-statistics/po/nb_NO/statistics.po
@@ -47,7 +47,7 @@ msgstr ""
msgid "Aggregate number of connected users"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
msgstr ""
@@ -249,15 +249,15 @@ msgstr "Disk Forbruk"
msgid "Disk Usage"
msgstr "Disk Anvendelse"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr "Vis tidsperiode »"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr ""
@@ -336,15 +336,15 @@ msgstr ""
msgid "Entropy monitoring enabled"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr ""
@@ -546,7 +546,7 @@ msgid "Load monitoring enabled"
msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr ""
@@ -847,7 +847,7 @@ msgstr ""
msgid "Network plugins"
msgstr "Nettverks plugin"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr ""
@@ -895,7 +895,7 @@ msgstr ""
msgid "Output plugins"
msgstr "Utdata Plugin"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
msgstr "Oversikt"
@@ -1062,7 +1062,7 @@ msgstr ""
msgid "Setup"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr ""
@@ -1129,7 +1129,7 @@ msgstr ""
msgid "Splash Leases Plugin Configuration"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr "Statistikk"
@@ -1439,7 +1439,7 @@ msgstr ""
msgid "The uptime plugin collects statistics about the uptime of the system."
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr ""
@@ -1580,7 +1580,7 @@ msgstr ""
msgid "Writing *.rrd files to %s"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
diff --git a/applications/luci-app-statistics/po/nl/statistics.po b/applications/luci-app-statistics/po/nl/statistics.po
index e5aeb24e84..437cff5472 100644
--- a/applications/luci-app-statistics/po/nl/statistics.po
+++ b/applications/luci-app-statistics/po/nl/statistics.po
@@ -51,7 +51,7 @@ msgstr ""
msgid "Aggregate number of connected users"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
msgstr ""
@@ -252,15 +252,15 @@ msgstr ""
msgid "Disk Usage"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr ""
@@ -339,15 +339,15 @@ msgstr ""
msgid "Entropy monitoring enabled"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr ""
@@ -544,7 +544,7 @@ msgid "Load monitoring enabled"
msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr ""
@@ -845,7 +845,7 @@ msgstr ""
msgid "Network plugins"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr ""
@@ -893,7 +893,7 @@ msgstr ""
msgid "Output plugins"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
msgstr ""
@@ -1060,7 +1060,7 @@ msgstr ""
msgid "Setup"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr ""
@@ -1127,7 +1127,7 @@ msgstr ""
msgid "Splash Leases Plugin Configuration"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr ""
@@ -1401,7 +1401,7 @@ msgstr ""
msgid "The uptime plugin collects statistics about the uptime of the system."
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr ""
@@ -1537,7 +1537,7 @@ msgstr ""
msgid "Writing *.rrd files to %s"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
diff --git a/applications/luci-app-statistics/po/pl/statistics.po b/applications/luci-app-statistics/po/pl/statistics.po
index 0c51ed9e46..24d53adaa3 100644
--- a/applications/luci-app-statistics/po/pl/statistics.po
+++ b/applications/luci-app-statistics/po/pl/statistics.po
@@ -52,7 +52,7 @@ msgstr "Rodzina adresów"
msgid "Aggregate number of connected users"
msgstr "Łączna liczba podłączonych użytkowników"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
msgstr "Zastosuj interwał »"
@@ -256,15 +256,15 @@ msgstr "Zużycie przestrzeni dyskowej"
msgid "Disk Usage"
msgstr "Użycie dysku"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr "Wyświetl Host >"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr "Przedział czasu wyświetlania »"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr "Nie odświeżaj"
@@ -343,15 +343,15 @@ msgstr "Konfiguracja wtyczki entropii"
msgid "Entropy monitoring enabled"
msgstr "Monitorowanie entropii włączone"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr "Co 30 sekund"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr "Co 5 sekund"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr "Co minutę"
@@ -563,7 +563,7 @@ msgid "Load monitoring enabled"
msgstr "Monitorowanie obciążenia włączone"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr "Ładowanie danych…"
@@ -879,7 +879,7 @@ msgstr "Komunikacja sieciowa włączona"
msgid "Network plugins"
msgstr "Wtyczki sieciowe"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr "Nie znaleziono danych RRD"
@@ -930,7 +930,7 @@ msgstr "Pliki statusu OpenVPN"
msgid "Output plugins"
msgstr "Pluginy wyjścia"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
msgstr "Przegląd"
@@ -1097,7 +1097,7 @@ msgstr "Ustawia poziom dziennika systemowego."
msgid "Setup"
msgstr "Konfiguracja"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr "Konfiguracja collectd"
@@ -1164,7 +1164,7 @@ msgstr "Dzierżawy Splash"
msgid "Splash Leases Plugin Configuration"
msgstr "Konfiguracja wtyczki dzierżaw Splash"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr "Statystyki"
@@ -1495,7 +1495,7 @@ msgstr ""
msgid "The uptime plugin collects statistics about the uptime of the system."
msgstr "Wtyczka uptime zbiera statystyki dotyczące czasu pracy systemu."
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr "Nie ma jeszcze dostępnych danych RRD do renderowania wykresów."
@@ -1641,7 +1641,7 @@ msgstr "Konfiguracja bezprzewodowego pluginu iwinfo"
msgid "Writing *.rrd files to %s"
msgstr "Zapisywanie plików *.rrd do %s"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
diff --git a/applications/luci-app-statistics/po/pt/statistics.po b/applications/luci-app-statistics/po/pt/statistics.po
index a5a14c1654..bbfed9b956 100644
--- a/applications/luci-app-statistics/po/pt/statistics.po
+++ b/applications/luci-app-statistics/po/pt/statistics.po
@@ -51,7 +51,7 @@ msgstr "Família de endereços"
msgid "Aggregate number of connected users"
msgstr "Numero agregado de utilizadores conectados"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
msgstr "Aplicar intervalo »"
@@ -253,15 +253,15 @@ msgstr "Utilização de espaço em disco"
msgid "Disk Usage"
msgstr "Utilização do Disco"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr "Mostrar Host »"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr "Mostrar intervalo »"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr "Não atualize"
@@ -340,15 +340,15 @@ msgstr "Configuração do Plugin de Entropia"
msgid "Entropy monitoring enabled"
msgstr "Monitoramento entropia ativado"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr "A cada 30 segundos"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr "A cada 5 segundos"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr "Cada minuto"
@@ -558,7 +558,7 @@ msgid "Load monitoring enabled"
msgstr "Monitoramento de carga ativado"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr "Carregando dados…"
@@ -861,7 +861,7 @@ msgstr "Comunicação de rede ativada"
msgid "Network plugins"
msgstr "Plugins de rede"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr "Nenhum dado RRD foi encontrado"
@@ -912,7 +912,7 @@ msgstr "Ficheiros de estado do OpenVPN"
msgid "Output plugins"
msgstr "Plugins de saída"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
msgstr "Visão Geral"
@@ -1079,7 +1079,7 @@ msgstr "Define o nível de registro log do syslog."
msgid "Setup"
msgstr "Configuração"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr "Configuração collectd"
@@ -1146,7 +1146,7 @@ msgstr "Concessões do Splash"
msgid "Splash Leases Plugin Configuration"
msgstr "Configuração do Plugin das Concessões do Splash"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr "Estatística"
@@ -1482,7 +1482,7 @@ msgstr ""
"O plugin de tempo de atividade coleta estatísticas sobre o tempo de "
"atividade do sistema."
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr "Ainda não há dados RRD disponíveis para renderizar os gráficos."
@@ -1629,7 +1629,7 @@ msgstr "Configuração do Plugin iwinfo da Rede Sem Fio (Wireless)"
msgid "Writing *.rrd files to %s"
msgstr "Escrevendo ficheiros *.rrd para %s"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
diff --git a/applications/luci-app-statistics/po/pt_BR/statistics.po b/applications/luci-app-statistics/po/pt_BR/statistics.po
index d09325979f..5e0b04d2e8 100644
--- a/applications/luci-app-statistics/po/pt_BR/statistics.po
+++ b/applications/luci-app-statistics/po/pt_BR/statistics.po
@@ -51,7 +51,7 @@ msgstr "Família de endereços"
msgid "Aggregate number of connected users"
msgstr "Numero agregado de usuários conectados"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
msgstr "Aplicar intervalo »"
@@ -253,15 +253,15 @@ msgstr "Utilização de espaço em disco"
msgid "Disk Usage"
msgstr "Utilização do Disco"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr "Mostrar Host"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr "Mostrar intervalo »"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr "Não atualize"
@@ -340,15 +340,15 @@ msgstr "Configuração do Plugin de Entropia"
msgid "Entropy monitoring enabled"
msgstr "Monitoramento entropia ativado"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr "A cada 30 segundos"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr "A cada 5 segundos"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr "Cada minuto"
@@ -560,7 +560,7 @@ msgid "Load monitoring enabled"
msgstr "Monitoramento de carga ativado"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr "Carregando dados…"
@@ -863,7 +863,7 @@ msgstr "Comunicação de rede ativada"
msgid "Network plugins"
msgstr "Plugins de rede"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr "Nenhum dado RRD foi encontrado"
@@ -914,7 +914,7 @@ msgstr "Arquivos de estado do OpenVPN"
msgid "Output plugins"
msgstr "Plugins de saída"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
msgstr "Visão geral"
@@ -1081,7 +1081,7 @@ msgstr "Define o nível de registro log do syslog."
msgid "Setup"
msgstr "Configuração"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr "Configuração collectd"
@@ -1148,7 +1148,7 @@ msgstr "Concessões do Splash"
msgid "Splash Leases Plugin Configuration"
msgstr "Configuração do Plugin das Concessões do Splash"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr "Estatísticas"
@@ -1484,7 +1484,7 @@ msgstr ""
"O plugin de tempo de atividade coleta estatísticas sobre o tempo de "
"atividade do sistema."
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr "Ainda não há dados RRD disponíveis para renderizar os gráficos."
@@ -1632,7 +1632,7 @@ msgstr "Configuração do Plugin iwinfo da Rede Sem Fio (Wireless)"
msgid "Writing *.rrd files to %s"
msgstr "Escrevendo arquivos *.rrd para %s"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
diff --git a/applications/luci-app-statistics/po/ro/statistics.po b/applications/luci-app-statistics/po/ro/statistics.po
index 4033ac5518..4d40319afb 100644
--- a/applications/luci-app-statistics/po/ro/statistics.po
+++ b/applications/luci-app-statistics/po/ro/statistics.po
@@ -3,8 +3,8 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2020-03-29 21:21+0000\n"
-"Last-Translator: Cristian Ionescu <joker_op@yahoo.com>\n"
+"PO-Revision-Date: 2021-11-17 19:57+0000\n"
+"Last-Translator: Simona Iacob <s@zp1.net>\n"
"Language-Team: Romanian <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsstatistics/ro/>\n"
"Language: ro\n"
@@ -13,52 +13,52 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
"20)) ? 1 : 2;\n"
-"X-Generator: Weblate 4.0-dev\n"
+"X-Generator: Weblate 4.9.1-dev\n"
#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/apcups.js:7
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
msgid "APC UPS"
-msgstr ""
+msgstr "APC UPS"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:6
msgid "APCUPS Plugin Configuration"
-msgstr ""
+msgstr "Configurarea Plugin-ului APCUPS"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:14
msgid "Absolute values"
-msgstr ""
+msgstr "Valori absolute"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:68
msgid "Add IPv4 rule selector"
-msgstr ""
+msgstr "Adăugați selectorul de reguli IPv4"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:68
msgid "Add IPv6 rule selector"
-msgstr ""
+msgstr "Adăugați selectorul de reguli IPv6"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:16
msgid "Add command for reading values"
-msgstr ""
+msgstr "Adăugați comanda pentru citirea valorilor"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:36
msgid "Add notification command"
-msgstr ""
+msgstr "Adăugați comanda de notificare"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:19
msgid "Address family"
-msgstr ""
+msgstr "Familie de adrese"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:18
msgid "Aggregate number of connected users"
-msgstr ""
+msgstr "Numărul agregat de utilizatori conectați"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
-msgstr ""
+msgstr "Aplică intervalul »"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:47
msgid "Awaiting email input at %s"
-msgstr ""
+msgstr "Așteptarea intrării e-mailului la %s"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:59
msgid "Base Directory"
@@ -67,28 +67,30 @@ msgstr "Directorul de baza"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:16
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:16
msgid "Basic monitoring"
-msgstr ""
+msgstr "Monitorizare de bază"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js:25
msgid "Basic process monitoring enabled"
-msgstr ""
+msgstr "Monitorizarea procesului de bază activată"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:15
msgid "By setting this, CPU is not aggregate of all processors on the system"
msgstr ""
+"Prin această setare, CPU nu este un agregat al tuturor procesoarelor de pe "
+"sistem"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/contextswitch.js:6
msgid "CPU Context Switches Plugin Configuration"
-msgstr ""
+msgstr "Comutarea contextului CPU Configurarea plugin-ului"
#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/cpufreq.js:8
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2
msgid "CPU Frequency"
-msgstr ""
+msgstr "Frecvența CPU"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:6
msgid "CPU Frequency Plugin Configuration"
-msgstr ""
+msgstr "Configurarea Plugin-ului de frecvență CPU"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:6
msgid "CPU Plugin Configuration"
@@ -96,7 +98,7 @@ msgstr "Configurarea pluginului CPU"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:40
msgid "CPU monitoring is enabled"
-msgstr ""
+msgstr "Monitorizarea CPU este activată"
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2
msgid "CSV Output"
@@ -108,15 +110,16 @@ msgstr "Configurarea pluginului CVS"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:70
msgid "Cache collected data for"
-msgstr ""
+msgstr "Stocarea în memoria cache a datelor colectate pentru"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:99
msgid "Chain"
-msgstr ""
+msgstr "Lanț"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:19
msgid "Change the ownership of the socket file to the specified group."
msgstr ""
+"Schimbă dreptul de proprietate al fișierului socket la grupul specificat."
#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/chrony.js:8
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/chrony.json:2
@@ -158,7 +161,7 @@ msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:174
msgid "Configure…"
-msgstr ""
+msgstr "Configurați…"
#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/conntrack.js:7
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2
@@ -253,15 +256,15 @@ msgstr "Utilizarea spatiului pe disc"
msgid "Disk Usage"
msgstr "Utilizarea discului"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr ""
@@ -279,7 +282,7 @@ msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:21
msgid "Enable"
-msgstr "Activează"
+msgstr "Activați"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:25
msgid "Enable forwarding"
@@ -325,7 +328,7 @@ msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:113
msgid "Enabled"
-msgstr ""
+msgstr "Activat"
#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/entropy.js:10
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2
@@ -340,21 +343,21 @@ msgstr ""
msgid "Entropy monitoring enabled"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr ""
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2
msgid "Exec"
-msgstr "Exec"
+msgstr "Executabil"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:7
msgid "Exec Plugin Configuration"
@@ -429,7 +432,7 @@ msgstr "Grafice"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:31
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:51
msgid "Group"
-msgstr ""
+msgstr "Grup"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:17
msgid ""
@@ -498,7 +501,7 @@ msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/interface.js:7
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2
msgid "Interfaces"
-msgstr "Interfete"
+msgstr "Interfețe"
#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/irq.js:7
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2
@@ -530,7 +533,7 @@ msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:44
msgid "Listen port"
-msgstr ""
+msgstr "Port de ascultare"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:32
msgid "Listener interfaces"
@@ -545,7 +548,7 @@ msgid "Load monitoring enabled"
msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr ""
@@ -636,7 +639,7 @@ msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:15
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:15
msgid "Monitor interfaces"
-msgstr ""
+msgstr "Monitorizarea interfețelor"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:15
msgid "Monitor interrupts"
@@ -845,7 +848,7 @@ msgstr ""
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2
msgid "Network"
-msgstr "Retea"
+msgstr "Rețea"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:6
msgid "Network Plugin Configuration"
@@ -859,7 +862,7 @@ msgstr ""
msgid "Network plugins"
msgstr "Pluginuri de retea"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr ""
@@ -907,9 +910,9 @@ msgstr ""
msgid "Output plugins"
msgstr "Pluginuri de iesire"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
-msgstr ""
+msgstr "Prezentare generală"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:18
msgid "Percent values"
@@ -976,7 +979,7 @@ msgstr ""
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2
msgid "RRDTool"
-msgstr "RRDTool"
+msgstr "InstrumentulRRD"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:6
msgid "RRDTool Plugin Configuration"
@@ -1074,7 +1077,7 @@ msgstr ""
msgid "Setup"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr ""
@@ -1141,7 +1144,7 @@ msgstr ""
msgid "Splash Leases Plugin Configuration"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr ""
@@ -1417,7 +1420,7 @@ msgstr ""
msgid "The uptime plugin collects statistics about the uptime of the system."
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr ""
@@ -1486,7 +1489,7 @@ msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/uptime.js:15
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2
msgid "Uptime"
-msgstr ""
+msgstr "Timp de funcționare"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/uptime.js:6
msgid "Uptime Plugin Configuration"
@@ -1543,7 +1546,7 @@ msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/iwinfo.js:7
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2
msgid "Wireless"
-msgstr "Wireless"
+msgstr "Fără fir"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:7
msgid "Wireless iwinfo Plugin Configuration"
@@ -1553,7 +1556,7 @@ msgstr ""
msgid "Writing *.rrd files to %s"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
@@ -1574,7 +1577,7 @@ msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:139
msgid "none"
-msgstr ""
+msgstr "niciunul"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:107
msgid "one device"
diff --git a/applications/luci-app-statistics/po/ru/statistics.po b/applications/luci-app-statistics/po/ru/statistics.po
index 77bb6bb0c4..8a6b1ecd52 100644
--- a/applications/luci-app-statistics/po/ru/statistics.po
+++ b/applications/luci-app-statistics/po/ru/statistics.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LuCI: statistics\n"
"POT-Creation-Date: 2017-10-17 22:00+0300\n"
-"PO-Revision-Date: 2021-10-05 12:02+0000\n"
+"PO-Revision-Date: 2021-10-26 14:59+0000\n"
"Last-Translator: Darin Avdeyeva <yulyablack@inbox.lv>\n"
"Language-Team: Russian <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsstatistics/ru/>\n"
@@ -53,7 +53,7 @@ msgstr "Тип адреса"
msgid "Aggregate number of connected users"
msgstr "Общее число подключенных пользователей"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
msgstr "Применить интервал »"
@@ -256,15 +256,15 @@ msgstr "Использовано места на диске"
msgid "Disk Usage"
msgstr "Использование диска"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr "Показать хост »"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr "Показать за промежуток »"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr "Не обновлять"
@@ -343,15 +343,15 @@ msgstr "Настройка плагина «Энтропия»"
msgid "Entropy monitoring enabled"
msgstr "Мониторинг энтропии включён"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr "Каждые 30 секунд"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr "Каждые 5 секунд"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr "Каждую минуту"
@@ -472,7 +472,7 @@ msgstr "Хост, на котором работает chrony"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:51
msgid "Hostname"
-msgstr "Имя хоста"
+msgstr "Имя"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:15
msgid "IP or hostname where to get the txtinfo output from"
@@ -562,7 +562,7 @@ msgid "Load monitoring enabled"
msgstr "Мониторинг загрузки включён"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr "Загрузка данных…"
@@ -878,7 +878,7 @@ msgstr "Сетевой плагин включён"
msgid "Network plugins"
msgstr "Сетевые плагины"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr "Данные RRD не найдены"
@@ -928,7 +928,7 @@ msgstr "Файлы состояния службы OpenVPN"
msgid "Output plugins"
msgstr "Плагины вывода"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
msgstr "Обзор"
@@ -1098,7 +1098,7 @@ msgstr "Устанавливает уровень журналирования s
msgid "Setup"
msgstr "Настройка"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr "Настройка collectd"
@@ -1165,7 +1165,7 @@ msgstr "Splash Leases"
msgid "Splash Leases Plugin Configuration"
msgstr "Настройка плагина «Splash Leases»"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr "Статистика"
@@ -1486,7 +1486,7 @@ msgstr ""
msgid "The uptime plugin collects statistics about the uptime of the system."
msgstr "Плагин «Uptime» собирает статистику о времени работы системы."
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr "Пока нет данных RRD для отображения графиков."
@@ -1629,7 +1629,7 @@ msgstr "Настройка плагина «Wi-Fi»"
msgid "Writing *.rrd files to %s"
msgstr "Запись *.rrd файлов в %s"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
diff --git a/applications/luci-app-statistics/po/sk/statistics.po b/applications/luci-app-statistics/po/sk/statistics.po
index 1f2440ae01..f1b378e25d 100644
--- a/applications/luci-app-statistics/po/sk/statistics.po
+++ b/applications/luci-app-statistics/po/sk/statistics.po
@@ -49,7 +49,7 @@ msgstr ""
msgid "Aggregate number of connected users"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
msgstr ""
@@ -250,15 +250,15 @@ msgstr ""
msgid "Disk Usage"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr ""
@@ -337,15 +337,15 @@ msgstr ""
msgid "Entropy monitoring enabled"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr ""
@@ -542,7 +542,7 @@ msgid "Load monitoring enabled"
msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr ""
@@ -856,7 +856,7 @@ msgstr ""
msgid "Network plugins"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr ""
@@ -904,7 +904,7 @@ msgstr ""
msgid "Output plugins"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
msgstr "Prehľad"
@@ -1071,7 +1071,7 @@ msgstr ""
msgid "Setup"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr ""
@@ -1138,7 +1138,7 @@ msgstr ""
msgid "Splash Leases Plugin Configuration"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr ""
@@ -1412,7 +1412,7 @@ msgstr ""
msgid "The uptime plugin collects statistics about the uptime of the system."
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr ""
@@ -1548,7 +1548,7 @@ msgstr ""
msgid "Writing *.rrd files to %s"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
diff --git a/applications/luci-app-statistics/po/sv/statistics.po b/applications/luci-app-statistics/po/sv/statistics.po
index 96424c424f..60454d409a 100644
--- a/applications/luci-app-statistics/po/sv/statistics.po
+++ b/applications/luci-app-statistics/po/sv/statistics.po
@@ -1,8 +1,8 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2021-04-07 17:42+0000\n"
-"Last-Translator: Luna Jernberg <droidbittin@gmail.com>\n"
+"PO-Revision-Date: 2021-11-05 14:38+0000\n"
+"Last-Translator: Paul Dee <itsascambutmailmeanyway+weblate@gmail.com>\n"
"Language-Team: Swedish <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsstatistics/sv/>\n"
"Language: sv\n"
@@ -10,7 +10,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 4.6-dev\n"
+"X-Generator: Weblate 4.9-dev\n"
#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/apcups.js:7
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
@@ -49,7 +49,7 @@ msgstr ""
msgid "Aggregate number of connected users"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
msgstr ""
@@ -250,15 +250,15 @@ msgstr "Användning av diskutrymme"
msgid "Disk Usage"
msgstr "Användning av disk"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr "Visa värd »"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr "Visa tidsspann »"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr ""
@@ -337,15 +337,15 @@ msgstr "Konfiguration av insticksprogrammet Entropi"
msgid "Entropy monitoring enabled"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr ""
@@ -542,7 +542,7 @@ msgid "Load monitoring enabled"
msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr ""
@@ -843,7 +843,7 @@ msgstr ""
msgid "Network plugins"
msgstr "Insticksprogram för nätverket"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr ""
@@ -891,7 +891,7 @@ msgstr "Statusfiler för OpenVPN"
msgid "Output plugins"
msgstr "Insticksprogram för utmatning"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
msgstr "Överblick"
@@ -1058,7 +1058,7 @@ msgstr ""
msgid "Setup"
msgstr "Installera"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr ""
@@ -1125,14 +1125,14 @@ msgstr ""
msgid "Splash Leases Plugin Configuration"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr "Statistik"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:127
msgid "Status"
-msgstr ""
+msgstr "Status"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:14
msgid "Storage directory"
@@ -1399,7 +1399,7 @@ msgstr ""
msgid "The uptime plugin collects statistics about the uptime of the system."
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr ""
@@ -1535,7 +1535,7 @@ msgstr ""
msgid "Writing *.rrd files to %s"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
diff --git a/applications/luci-app-statistics/po/templates/statistics.pot b/applications/luci-app-statistics/po/templates/statistics.pot
index fcbe7dffa6..1360ee5ff1 100644
--- a/applications/luci-app-statistics/po/templates/statistics.pot
+++ b/applications/luci-app-statistics/po/templates/statistics.pot
@@ -38,7 +38,7 @@ msgstr ""
msgid "Aggregate number of connected users"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
msgstr ""
@@ -239,15 +239,15 @@ msgstr ""
msgid "Disk Usage"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr ""
@@ -326,15 +326,15 @@ msgstr ""
msgid "Entropy monitoring enabled"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr ""
@@ -531,7 +531,7 @@ msgid "Load monitoring enabled"
msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr ""
@@ -832,7 +832,7 @@ msgstr ""
msgid "Network plugins"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr ""
@@ -880,7 +880,7 @@ msgstr ""
msgid "Output plugins"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
msgstr ""
@@ -1047,7 +1047,7 @@ msgstr ""
msgid "Setup"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr ""
@@ -1114,7 +1114,7 @@ msgstr ""
msgid "Splash Leases Plugin Configuration"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr ""
@@ -1388,7 +1388,7 @@ msgstr ""
msgid "The uptime plugin collects statistics about the uptime of the system."
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr ""
@@ -1524,7 +1524,7 @@ msgstr ""
msgid "Writing *.rrd files to %s"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
diff --git a/applications/luci-app-statistics/po/tr/statistics.po b/applications/luci-app-statistics/po/tr/statistics.po
index 3161153e40..5f02682691 100644
--- a/applications/luci-app-statistics/po/tr/statistics.po
+++ b/applications/luci-app-statistics/po/tr/statistics.po
@@ -49,7 +49,7 @@ msgstr "Adres ailesi"
msgid "Aggregate number of connected users"
msgstr "Toplam bağlı kullanıcı sayısı"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
msgstr "Aralığı uygula »"
@@ -250,15 +250,15 @@ msgstr "Disk Alanı Kullanımı"
msgid "Disk Usage"
msgstr "Disk kullanımı"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr "Ana Bilgisayarı Görüntüle »"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr "Zaman aralığını görüntüle »"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr "Yenileme"
@@ -337,15 +337,15 @@ msgstr "Entropi Eklenti Yapılandırması"
msgid "Entropy monitoring enabled"
msgstr "Entropi izleme etkinleştirildi"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr "30 saniyede bir"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr "5 saniyede bir"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr "Her dakika"
@@ -556,7 +556,7 @@ msgid "Load monitoring enabled"
msgstr "Yük izleme etkinleştirildi"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr "Veri yükleniyor…"
@@ -846,7 +846,7 @@ msgstr "Ağ iletişimi etkinleştirildi"
msgid "Network plugins"
msgstr "Ağ eklentileri"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr "RRD verisi bulunamadı"
@@ -897,7 +897,7 @@ msgstr "OpenVPN durum dosyaları"
msgid "Output plugins"
msgstr "Çıktı eklentileri"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
msgstr "Genel bakış"
@@ -1065,7 +1065,7 @@ msgstr "Sistem günlüğü günlük düzeyini ayarlar."
msgid "Setup"
msgstr "Kurulum"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr "Collectd kurulumu"
@@ -1132,7 +1132,7 @@ msgstr "Splash Kiraları"
msgid "Splash Leases Plugin Configuration"
msgstr "Splash Kiraları Eklenti Yapılandırması"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr "İstatistik"
@@ -1464,7 +1464,7 @@ msgstr ""
"Çalışma süresi eklentisi, sistemin çalışma süresi hakkında istatistikler "
"toplar."
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr "Grafikleri işlemek için henüz mevcut bir RRD verisi yok."
@@ -1611,7 +1611,7 @@ msgstr "Kablosuz iwinfo Eklentisi Yapılandırması"
msgid "Writing *.rrd files to %s"
msgstr "*.rrd dosyaları %s 'ye yazılıyor"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
diff --git a/applications/luci-app-statistics/po/uk/statistics.po b/applications/luci-app-statistics/po/uk/statistics.po
index cb80209661..45613d955c 100644
--- a/applications/luci-app-statistics/po/uk/statistics.po
+++ b/applications/luci-app-statistics/po/uk/statistics.po
@@ -3,17 +3,17 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2020-03-11 01:50+0000\n"
-"Last-Translator: Olexandr Nesterenko <olexn@ukr.net>\n"
+"PO-Revision-Date: 2021-11-04 17:37+0000\n"
+"Last-Translator: Paul Dee <itsascambutmailmeanyway+weblate@gmail.com>\n"
"Language-Team: Ukrainian <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsstatistics/uk/>\n"
"Language: uk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<="
-"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Weblate 4.0-dev\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Generator: Weblate 4.9-dev\n"
#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/apcups.js:7
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
@@ -52,7 +52,7 @@ msgstr "Тип адреси"
msgid "Aggregate number of connected users"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
msgstr ""
@@ -253,15 +253,15 @@ msgstr ""
msgid "Disk Usage"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr ""
@@ -340,15 +340,15 @@ msgstr "Конфігурація додатку «Ентропія»"
msgid "Entropy monitoring enabled"
msgstr "Моніторинг ентропії увімкнуто"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr "Кожні 30 секунд"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr "Кожні 5 секунд"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr "Щохвилини"
@@ -460,7 +460,7 @@ msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:51
msgid "Hostname"
-msgstr "Назва (ім'я) вузла"
+msgstr "Ім'я хоста"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:15
msgid "IP or hostname where to get the txtinfo output from"
@@ -545,7 +545,7 @@ msgid "Load monitoring enabled"
msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr ""
@@ -859,7 +859,7 @@ msgstr ""
msgid "Network plugins"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr ""
@@ -907,7 +907,7 @@ msgstr ""
msgid "Output plugins"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
msgstr "Огляд"
@@ -1074,7 +1074,7 @@ msgstr ""
msgid "Setup"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr ""
@@ -1141,7 +1141,7 @@ msgstr ""
msgid "Splash Leases Plugin Configuration"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr "Статистика"
@@ -1415,7 +1415,7 @@ msgstr ""
msgid "The uptime plugin collects statistics about the uptime of the system."
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr ""
@@ -1484,7 +1484,7 @@ msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/uptime.js:15
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2
msgid "Uptime"
-msgstr "Час безперервної роботи"
+msgstr "Час безвідмовної роботи"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/uptime.js:6
msgid "Uptime Plugin Configuration"
@@ -1551,7 +1551,7 @@ msgstr ""
msgid "Writing *.rrd files to %s"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
diff --git a/applications/luci-app-statistics/po/vi/statistics.po b/applications/luci-app-statistics/po/vi/statistics.po
index 7ae444e3db..5108c2b673 100644
--- a/applications/luci-app-statistics/po/vi/statistics.po
+++ b/applications/luci-app-statistics/po/vi/statistics.po
@@ -53,7 +53,7 @@ msgstr ""
msgid "Aggregate number of connected users"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
msgstr ""
@@ -254,15 +254,15 @@ msgstr "Khoảng trống trên đĩa"
msgid "Disk Usage"
msgstr "Disk Usage"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr "Display timespan"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr ""
@@ -341,15 +341,15 @@ msgstr ""
msgid "Entropy monitoring enabled"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr ""
@@ -553,7 +553,7 @@ msgid "Load monitoring enabled"
msgstr ""
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr ""
@@ -841,7 +841,7 @@ msgstr ""
msgid "Network plugins"
msgstr "Network plugins"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr ""
@@ -889,7 +889,7 @@ msgstr ""
msgid "Output plugins"
msgstr "Output plugins"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
msgstr ""
@@ -1056,7 +1056,7 @@ msgstr ""
msgid "Setup"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr ""
@@ -1123,7 +1123,7 @@ msgstr ""
msgid "Splash Leases Plugin Configuration"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr ""
@@ -1439,7 +1439,7 @@ msgstr ""
msgid "The uptime plugin collects statistics about the uptime of the system."
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr ""
@@ -1576,7 +1576,7 @@ msgstr ""
msgid "Writing *.rrd files to %s"
msgstr ""
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
diff --git a/applications/luci-app-statistics/po/zh_Hans/statistics.po b/applications/luci-app-statistics/po/zh_Hans/statistics.po
index 9a07dcb582..a92a591adb 100644
--- a/applications/luci-app-statistics/po/zh_Hans/statistics.po
+++ b/applications/luci-app-statistics/po/zh_Hans/statistics.po
@@ -55,7 +55,7 @@ msgstr "地址簇"
msgid "Aggregate number of connected users"
msgstr "连接用户总数"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
msgstr "应用间隔 »"
@@ -256,15 +256,15 @@ msgstr "磁盘空间使用情况"
msgid "Disk Usage"
msgstr "磁盘使用情况"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr "显示主机"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr "显示时间段"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr "不要刷新"
@@ -343,15 +343,15 @@ msgstr "熵插件配置"
msgid "Entropy monitoring enabled"
msgstr "熵值监控已启用"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr "每 30 秒"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr "每 5 秒"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr "每分钟"
@@ -554,7 +554,7 @@ msgid "Load monitoring enabled"
msgstr "已启用负载监控"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr "正在加载数据…"
@@ -842,7 +842,7 @@ msgstr "已启用网络通信"
msgid "Network plugins"
msgstr "Network 插件"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr "未找到 RRD 数据"
@@ -892,7 +892,7 @@ msgstr "OpenVPN 状态文件"
msgid "Output plugins"
msgstr "Output 插件"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
msgstr "概览"
@@ -1059,7 +1059,7 @@ msgstr "设置系统日志日志级别。"
msgid "Setup"
msgstr "设置"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr "设置collectd"
@@ -1126,7 +1126,7 @@ msgstr "Splash Leases"
msgid "Splash Leases Plugin Configuration"
msgstr "Splash Leases 插件配置"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr "统计"
@@ -1414,7 +1414,7 @@ msgstr "unixsock 插件创建一个 unix 套接字可用于读取 Collectd 实
msgid "The uptime plugin collects statistics about the uptime of the system."
msgstr "运行时间插件收集系统启动时间的统计信息。"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr "尚无可用的RRD数据来制作图表。"
@@ -1514,7 +1514,9 @@ msgstr "详细监测"
msgid ""
"When a host has not replied to this number of packets in a row, re-resolve "
"the hostname in DNS. Useful for dynamic DNS hosts."
-msgstr "当主机连着对指定数目的数据包无响应,在 DNS 中重新解析主机名。对动态 DNS 主机有用。"
+msgstr ""
+"当主机连着对指定数目的数据包无响应,在 DNS 中重新解析主机名。对动态 DNS 主机"
+"有用。"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16
msgid "When none selected, all disks will be monitored."
@@ -1550,7 +1552,7 @@ msgstr "无线 iwinfo 插件配置"
msgid "Writing *.rrd files to %s"
msgstr "正在写入 *.rrd 文件到 %s"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
diff --git a/applications/luci-app-statistics/po/zh_Hant/statistics.po b/applications/luci-app-statistics/po/zh_Hant/statistics.po
index 4e7ca95a9a..6c02ca91e6 100644
--- a/applications/luci-app-statistics/po/zh_Hant/statistics.po
+++ b/applications/luci-app-statistics/po/zh_Hant/statistics.po
@@ -54,7 +54,7 @@ msgstr "位址族"
msgid "Aggregate number of connected users"
msgstr "已連線使用者總數"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:228
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237
msgid "Apply interval »"
msgstr "應用間隔 »"
@@ -255,15 +255,15 @@ msgstr "磁碟空間使用情況"
msgid "Disk Usage"
msgstr "磁碟使用情況"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:212
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221
msgid "Display Host »"
msgstr "顯示主機 »"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:220
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229
msgid "Display timespan »"
msgstr "顯示時間段 »"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:195
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
msgid "Do not refresh"
msgstr "請勿重整"
@@ -342,15 +342,15 @@ msgstr "熵值插件設定"
msgid "Entropy monitoring enabled"
msgstr "熵監視已啟用"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:197
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206
msgid "Every 30 seconds"
msgstr "每 30 秒"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:196
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205
msgid "Every 5 seconds"
msgstr "每 5 秒"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:198
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207
msgid "Every minute"
msgstr "每分鐘"
@@ -553,7 +553,7 @@ msgid "Load monitoring enabled"
msgstr "負載監視已啟用"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:108
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117
msgid "Loading data…"
msgstr "讀取資料中…"
@@ -841,7 +841,7 @@ msgstr "網絡通訊已啟用"
msgid "Network plugins"
msgstr "Network 插件"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:169
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "No RRD data found"
msgstr "找不到 RRD 資料"
@@ -891,7 +891,7 @@ msgstr "OpenVPN 狀態檔案"
msgid "Output plugins"
msgstr "Output 插件"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:60
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46
msgid "Overview"
msgstr "概覽"
@@ -1058,7 +1058,7 @@ msgstr "設定系統日誌的日誌-級別。"
msgid "Setup"
msgstr "設定"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:176
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185
msgid "Setup collectd"
msgstr "設定 collectd"
@@ -1125,7 +1125,7 @@ msgstr "Splash 租約"
msgid "Splash Leases Plugin Configuration"
msgstr "Splash 租約外掛程式組態"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr "統計"
@@ -1413,7 +1413,7 @@ msgstr "unixsock 插件建立一個 unix 套接字可用於讀取 Collectd 例
msgid "The uptime plugin collects statistics about the uptime of the system."
msgstr "上線時間插件收集系統啟動時間的統計資訊。"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:170
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179
msgid "There is no RRD data available yet to render graphs."
msgstr "尚無可用的 RRD 資料來製作圖表。"
@@ -1513,7 +1513,9 @@ msgstr "詳細監視"
msgid ""
"When a host has not replied to this number of packets in a row, re-resolve "
"the hostname in DNS. Useful for dynamic DNS hosts."
-msgstr "當主機連著對指定數目的資料封包無回應,在 DNS 中重新解析主機名稱。對動態 DNS 主機有用。"
+msgstr ""
+"當主機連著對指定數目的資料封包無回應,在 DNS 中重新解析主機名稱。對動態 DNS "
+"主機有用。"
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16
msgid "When none selected, all disks will be monitored."
@@ -1549,7 +1551,7 @@ msgstr "無線 iwinfo 插件設定"
msgid "Writing *.rrd files to %s"
msgstr "正在寫入 *.rrd 檔案到 %s"
-#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
+#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
diff --git a/applications/luci-app-statistics/root/etc/config/luci_statistics b/applications/luci-app-statistics/root/etc/config/luci_statistics
index 581a1f5a2c..7ed2c5c190 100644
--- a/applications/luci-app-statistics/root/etc/config/luci_statistics
+++ b/applications/luci-app-statistics/root/etc/config/luci_statistics
@@ -12,6 +12,7 @@ config statistics 'collectd'
config statistics 'rrdtool'
option default_timespan '1hour'
option image_width '600'
+ option image_height '150'
option image_path '/tmp/rrdimg'
# output plugins