Changeset 6065
- Timestamp:
- 04/14/10 12:36:13 (3 years ago)
- Location:
- luci/trunk
- Files:
-
- 3 modified
-
applications/luci-ntpc/luasrc/model/cbi/ntpc/ntpc.lua (modified) (2 diffs)
-
applications/luci-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua (modified) (1 diff)
-
po/templates/ntpc.pot (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/applications/luci-ntpc/luasrc/model/cbi/ntpc/ntpc.lua
r5940 r6065 19 19 s.addremove = false 20 20 21 s:option(DummyValue, "_time", translate(" ntpc_current")).value = os.date("%c")21 s:option(DummyValue, "_time", translate("Current system time")).value = os.date("%c") 22 22 23 s:option(Value, "interval", translate("Update Interval (ins)")).rmempty = true24 s:option(Value, "count", translate("Count of Time Measurements"), translate("empty = infinite")).rmempty = true23 s:option(Value, "interval", translate("Update interval (in seconds)")).rmempty = true 24 s:option(Value, "count", translate("Count of time measurements"), translate("empty = infinite")).rmempty = true 25 25 26 26 … … 28 28 s2.anonymous = true 29 29 s2.addremove = false 30 s2:option(Value, "freq", translate("Offset Frequency")).rmempty = true30 s2:option(Value, "freq", translate("Offset frequency")).rmempty = true 31 31 32 s3 = m:section(TypedSection, "ntpserver", translate("Time Server "))32 s3 = m:section(TypedSection, "ntpserver", translate("Time Servers")) 33 33 s3.anonymous = true 34 34 s3.addremove = true -
luci/trunk/applications/luci-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua
r5940 r6065 20 20 s.addremove = false 21 21 22 s:option(DummyValue, "_time", translate(" ntpc_current")).value = os.date("%c")22 s:option(DummyValue, "_time", translate("Current system time")).value = os.date("%c") 23 23 24 s:option(Value, "interval", translate("Update Interval (ins)")).rmempty = true24 s:option(Value, "interval", translate("Update interval (in seconds)")).rmempty = true 25 25 26 26 -
luci/trunk/po/templates/ntpc.pot
r5474 r6065 1 # ntpc.pot 2 # generated from ./applications/luci-ntpc/luasrc/i18n/ntpc.en.lua 1 # Generated from applications/luci-ntpc/luasrc/model/cbi/ntpc/*.lua 2 # 3 #, fuzzy 3 4 msgid "" 4 msgstr "Content-Type: text/plain; charset=UTF-8" 5 msgstr "" 6 "Project-Id-Version: PACKAGE VERSION\n" 7 "Report-Msgid-Bugs-To: \n" 8 "POT-Creation-Date: 2010-04-14 13:24+0200\n" 9 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 10 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 11 "Language-Team: LANGUAGE <LL@li.org>\n" 12 "MIME-Version: 1.0\n" 13 "Content-Type: text/plain; charset=UTF-8\n" 14 "Content-Transfer-Encoding: 8bit\n" 5 15 6 #. Time Synchronisation7 #: applications/luci-ntpc/luasrc/i18n/ntpc.en.lua:18 16 msgid "Time Synchronisation" 9 17 msgstr "" 10 18 11 #. Synchronizes the system time12 #: applications/luci-ntpc/luasrc/i18n/ntpc.en.lua:213 19 msgid "Synchronizes the system time" 14 20 msgstr "" 15 21 16 #. Time Server 17 #: applications/luci-ntpc/luasrc/i18n/ntpc.en.lua:3 18 msgid "Time Server" 22 msgid "General" 19 23 msgstr "" 20 24 21 #. Update Interval (in s) 22 #: applications/luci-ntpc/luasrc/i18n/ntpc.en.lua:4 23 msgid "Update Interval (in s)" 25 msgid "Current system time" 24 26 msgstr "" 25 27 26 #. Count of Time Measurements 27 #: applications/luci-ntpc/luasrc/i18n/ntpc.en.lua:5 28 msgid "Count of Time Measurements" 28 msgid "Update interval (in seconds)" 29 29 msgstr "" 30 30 31 #. empty = infinite 32 #: applications/luci-ntpc/luasrc/i18n/ntpc.en.lua:6 31 msgid "Count of time measurements" 32 msgstr "" 33 33 34 msgid "empty = infinite" 34 35 msgstr "" 35 36 36 #. Clock Adjustment37 #: applications/luci-ntpc/luasrc/i18n/ntpc.en.lua:738 37 msgid "Clock Adjustment" 39 38 msgstr "" 40 39 41 #. Offset Frequency 42 #: applications/luci-ntpc/luasrc/i18n/ntpc.en.lua:8 43 msgid "Offset Frequency" 40 msgid "Offset frequency" 44 41 msgstr "" 45 42 46 #. Current system time 47 #: applications/luci-ntpc/luasrc/i18n/ntpc.en.lua:9 48 msgid "Current system time" 43 msgid "Time Servers" 49 44 msgstr "" 45 46 msgid "Hostname" 47 msgstr "" 48 49 msgid "Port" 50 msgstr ""
