From 8c246e81746fac0fc0ff07266058d4ace5acdd55 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Thu, 14 Aug 2008 13:25:49 +0000 Subject: applications/luci-ntpc: Updated module to work with reworked UCI scheme --- applications/luci-ntpc/luasrc/i18n/ntpc.en.lua | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'applications/luci-ntpc/luasrc/i18n/ntpc.en.lua') diff --git a/applications/luci-ntpc/luasrc/i18n/ntpc.en.lua b/applications/luci-ntpc/luasrc/i18n/ntpc.en.lua index 1baf3405d4..9e6120b3b7 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 -- cgit v1.2.3