summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-ntpc/luasrc/i18n
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-08-14 13:25:49 +0000
committerSteven Barth <steven@midlink.org>2008-08-14 13:25:49 +0000
commit8c246e81746fac0fc0ff07266058d4ace5acdd55 (patch)
tree44b22acaf5268ff96067d6efefa70778613be57e /applications/luci-ntpc/luasrc/i18n
parente42779fcabec3995b87a50e233e95a2f3f7bc466 (diff)
applications/luci-ntpc: Updated module to work with reworked UCI scheme
Diffstat (limited to 'applications/luci-ntpc/luasrc/i18n')
-rw-r--r--applications/luci-ntpc/luasrc/i18n/ntpc.de.lua9
-rw-r--r--applications/luci-ntpc/luasrc/i18n/ntpc.en.lua9
2 files changed, 14 insertions, 4 deletions
diff --git a/applications/luci-ntpc/luasrc/i18n/ntpc.de.lua b/applications/luci-ntpc/luasrc/i18n/ntpc.de.lua
index 4710414ad..555f0ba38 100644
--- a/applications/luci-ntpc/luasrc/i18n/ntpc.de.lua
+++ b/applications/luci-ntpc/luasrc/i18n/ntpc.de.lua
@@ -1,5 +1,10 @@
ntpc = "Zeitsynchronisation"
-ntpc_desc = "Synchronisiert die Systemzeit über Internetzeitserver"
+ntpc_desc = "Synchronisiert die Systemzeit"
ntpc_timeserver = "Zeitserver"
+ntpc_interval = "Aktualisierungsintervall (in s)"
ntpc_count = "Anzahl der Zeitmessungen"
-ntpc_count_desc = "0 = unendlich" \ No newline at end of file
+ntpc_count_desc = "leer = unendlich"
+ntpc_drift = "Zeitgeberjustierung"
+ntpc_drift_freq = "Frequenzabweichung"
+ntpc_iface = "Quellschnittstelle"
+ntpc_iface_desc = "Schnittstelle, über die die Zeitserver kontaktiert werden." \ 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
index 1baf3405d..9e6120b3b 100644
--- a/applications/luci-ntpc/luasrc/i18n/ntpc.en.lua
+++ b/applications/luci-ntpc/luasrc/i18n/ntpc.en.lua
@@ -1,5 +1,10 @@
ntpc = "Time Synchronisation"
-ntpc_desc = "Synchronizes the system time using internet time servers"
+ntpc_desc = "Synchronizes the system time"
ntpc_timeserver = "Time Server"
+ntpc_interval = "Update Interval (in s)"
ntpc_count = "Count of Time Measurements"
-ntpc_count_desc = "0 = infinite" \ No newline at end of file
+ntpc_count_desc = "empty = infinite"
+ntpc_drift = "Clock Adjustment"
+ntpc_drift_freq = "Offset Frequency"
+ntpc_iface = "Source Interface"
+ntpc_iface_desc = "Interface which is used to contact the time servers." \ No newline at end of file