X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=applications%2Fluci-ntpc%2Fluasrc%2Fi18n%2Fntpc.en.lua;h=412fa73338663b10021fa633c4f6d3c1d7644ba4;hb=c7c262471364730d8eb0af5fc1a2765f842488b8;hp=58bf7b3ea7bd469b0125a59bf907e19b8d934cc8;hpb=3fdccc976e75d32f0fb11cbc413498bfd2d6c041;p=project%2Fluci.git diff --git a/applications/luci-ntpc/luasrc/i18n/ntpc.en.lua b/applications/luci-ntpc/luasrc/i18n/ntpc.en.lua index 58bf7b3ea..412fa7333 100644 --- a/applications/luci-ntpc/luasrc/i18n/ntpc.en.lua +++ b/applications/luci-ntpc/luasrc/i18n/ntpc.en.lua @@ -1,9 +1,9 @@ -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" \ 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]]