summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-livestats/luasrc/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-livestats/luasrc/i18n')
-rw-r--r--applications/luci-livestats/luasrc/i18n/livestats.de.lua8
-rw-r--r--applications/luci-livestats/luasrc/i18n/livestats.en.lua8
2 files changed, 16 insertions, 0 deletions
diff --git a/applications/luci-livestats/luasrc/i18n/livestats.de.lua b/applications/luci-livestats/luasrc/i18n/livestats.de.lua
new file mode 100644
index 000000000..33c1eb19c
--- /dev/null
+++ b/applications/luci-livestats/luasrc/i18n/livestats.de.lua
@@ -0,0 +1,8 @@
+livestats_incoming = "eingehend"
+livestats_outgoing = "ausgehend"
+livestats_traffic = "Netzverkehr auf"
+livestats_wifi = "Signal-Rauschabstand für"
+livestats_loadavg = "Durchschnittliche Systemlast"
+livestats_stat_wireless = "Echtzeit-Drahtlosstatus"
+livestats_stat_traffic = "Echtzeit-Netzwerkverkehr"
+livestats_stat_loadavg = "Echtzeit-Systemlast" \ No newline at end of file
diff --git a/applications/luci-livestats/luasrc/i18n/livestats.en.lua b/applications/luci-livestats/luasrc/i18n/livestats.en.lua
new file mode 100644
index 000000000..04d326a1a
--- /dev/null
+++ b/applications/luci-livestats/luasrc/i18n/livestats.en.lua
@@ -0,0 +1,8 @@
+livestats_incoming = "incoming"
+livestats_outgoing = "outgoing"
+livestats_traffic = "traffic on"
+livestats_wifi = "signal-to-noise ratio for"
+livestats_loadavg = "load average"
+livestats_stat_wireless = "Realtime Wireless Status"
+livestats_stat_traffic = "Realtime Network Traffic"
+livestats_stat_loadavg = "Realtime System Load" \ No newline at end of file