X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-ntpc%2Fluasrc%2Fi18n%2Fntpc.en.lua;h=35e39044dc676ae8c83e52e55e75f5f0f70e5f8d;hp=1baf3405d42dd3be44820009273e1081d77bc32b;hb=7bf803250be75dac62c6e048fa675c93c9093b9a;hpb=fce0b845018c80410fc315a8046588709ac2861e diff --git a/applications/luci-ntpc/luasrc/i18n/ntpc.en.lua b/applications/luci-ntpc/luasrc/i18n/ntpc.en.lua index 1baf3405d..35e39044d 100644 --- a/applications/luci-ntpc/luasrc/i18n/ntpc.en.lua +++ b/applications/luci-ntpc/luasrc/i18n/ntpc.en.lua @@ -1,5 +1,9 @@ -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 +ntpc = 'Time Synchronisation' +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 = 'empty = infinite' +ntpc_drift = 'Clock Adjustment' +ntpc_drift_freq = 'Offset Frequency' +ntpc_current = 'Current system time'