summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-ntpc/luasrc/i18n
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-07-17 21:01:15 +0000
committerSteven Barth <steven@midlink.org>2008-07-17 21:01:15 +0000
commitfce0b845018c80410fc315a8046588709ac2861e (patch)
tree5689e729d1046a349996baa5b0a1c828a3856fec /applications/luci-ntpc/luasrc/i18n
parent43b995148183a350c8d8af0dd202ad9dcc9fd8c9 (diff)
Added new application luci-ntpc to luci-full and luci-mini
Diffstat (limited to 'applications/luci-ntpc/luasrc/i18n')
-rw-r--r--applications/luci-ntpc/luasrc/i18n/ntpc.de.lua5
-rw-r--r--applications/luci-ntpc/luasrc/i18n/ntpc.en.lua5
2 files changed, 10 insertions, 0 deletions
diff --git a/applications/luci-ntpc/luasrc/i18n/ntpc.de.lua b/applications/luci-ntpc/luasrc/i18n/ntpc.de.lua
new file mode 100644
index 0000000000..4710414adb
--- /dev/null
+++ b/applications/luci-ntpc/luasrc/i18n/ntpc.de.lua
@@ -0,0 +1,5 @@
+ntpc = "Zeitsynchronisation"
+ntpc_desc = "Synchronisiert die Systemzeit über Internetzeitserver"
+ntpc_timeserver = "Zeitserver"
+ntpc_count = "Anzahl der Zeitmessungen"
+ntpc_count_desc = "0 = unendlich" \ No newline at end of file
diff --git a/applications/luci-ntpc/luasrc/i18n/ntpc.en.lua b/applications/luci-ntpc/luasrc/i18n/ntpc.en.lua
new file mode 100644
index 0000000000..1baf3405d4
--- /dev/null
+++ b/applications/luci-ntpc/luasrc/i18n/ntpc.en.lua
@@ -0,0 +1,5 @@
+ntpc = "Time Synchronisation"
+ntpc_desc = "Synchronizes the system time using internet time servers"
+ntpc_timeserver = "Time Server"
+ntpc_count = "Count of Time Measurements"
+ntpc_count_desc = "0 = infinite" \ No newline at end of file