summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-livestats/luasrc/i18n
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-12-07 19:38:31 +0000
committerSteven Barth <steven@midlink.org>2008-12-07 19:38:31 +0000
commit5c61c377c14730ac2de9d022d890f5918b46b001 (patch)
treeb27198603f2a72cc40fdd71dbd06593f4245ca5a /applications/luci-livestats/luasrc/i18n
parentdd74b986a03f10280a1a00299e9159c047bc8f6a (diff)
Completed LuCI Livestats
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