Changeset 6065

Show
Ignore:
Timestamp:
04/14/10 12:36:13 (3 years ago)
Author:
ben
Message:

ntpc: clean-up translation strings

Location:
luci/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • luci/trunk/applications/luci-ntpc/luasrc/model/cbi/ntpc/ntpc.lua

    r5940 r6065  
    1919s.addremove = false 
    2020 
    21 s:option(DummyValue, "_time", translate("ntpc_current")).value = os.date("%c") 
     21s:option(DummyValue, "_time", translate("Current system time")).value = os.date("%c") 
    2222 
    23 s:option(Value, "interval", translate("Update Interval (in s)")).rmempty = true 
    24 s:option(Value, "count", translate("Count of Time Measurements"), translate("empty = infinite")).rmempty = true 
     23s:option(Value, "interval", translate("Update interval (in seconds)")).rmempty = true 
     24s:option(Value, "count", translate("Count of time measurements"), translate("empty = infinite")).rmempty = true 
    2525 
    2626 
     
    2828s2.anonymous = true 
    2929s2.addremove = false 
    30 s2:option(Value, "freq", translate("Offset Frequency")).rmempty = true 
     30s2:option(Value, "freq", translate("Offset frequency")).rmempty = true 
    3131 
    32 s3 = m:section(TypedSection, "ntpserver", translate("Time Server")) 
     32s3 = m:section(TypedSection, "ntpserver", translate("Time Servers")) 
    3333s3.anonymous = true 
    3434s3.addremove = true 
  • luci/trunk/applications/luci-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua

    r5940 r6065  
    2020s.addremove = false 
    2121 
    22 s:option(DummyValue, "_time", translate("ntpc_current")).value = os.date("%c") 
     22s:option(DummyValue, "_time", translate("Current system time")).value = os.date("%c") 
    2323 
    24 s:option(Value, "interval", translate("Update Interval (in s)")).rmempty = true 
     24s:option(Value, "interval", translate("Update interval (in seconds)")).rmempty = true 
    2525 
    2626 
  • 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 
    34msgid "" 
    4 msgstr "Content-Type: text/plain; charset=UTF-8" 
     5msgstr "" 
     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" 
    515 
    6 #. Time Synchronisation 
    7 #: applications/luci-ntpc/luasrc/i18n/ntpc.en.lua:1 
    816msgid "Time Synchronisation" 
    917msgstr "" 
    1018 
    11 #. Synchronizes the system time 
    12 #: applications/luci-ntpc/luasrc/i18n/ntpc.en.lua:2 
    1319msgid "Synchronizes the system time" 
    1420msgstr "" 
    1521 
    16 #. Time Server 
    17 #: applications/luci-ntpc/luasrc/i18n/ntpc.en.lua:3 
    18 msgid "Time Server" 
     22msgid "General" 
    1923msgstr "" 
    2024 
    21 #. Update Interval (in s) 
    22 #: applications/luci-ntpc/luasrc/i18n/ntpc.en.lua:4 
    23 msgid "Update Interval (in s)" 
     25msgid "Current system time" 
    2426msgstr "" 
    2527 
    26 #. Count of Time Measurements 
    27 #: applications/luci-ntpc/luasrc/i18n/ntpc.en.lua:5 
    28 msgid "Count of Time Measurements" 
     28msgid "Update interval (in seconds)" 
    2929msgstr "" 
    3030 
    31 #. empty = infinite 
    32 #: applications/luci-ntpc/luasrc/i18n/ntpc.en.lua:6 
     31msgid "Count of time measurements" 
     32msgstr "" 
     33 
    3334msgid "empty = infinite" 
    3435msgstr "" 
    3536 
    36 #. Clock Adjustment 
    37 #: applications/luci-ntpc/luasrc/i18n/ntpc.en.lua:7 
    3837msgid "Clock Adjustment" 
    3938msgstr "" 
    4039 
    41 #. Offset Frequency 
    42 #: applications/luci-ntpc/luasrc/i18n/ntpc.en.lua:8 
    43 msgid "Offset Frequency" 
     40msgid "Offset frequency" 
    4441msgstr "" 
    4542 
    46 #. Current system time 
    47 #: applications/luci-ntpc/luasrc/i18n/ntpc.en.lua:9 
    48 msgid "Current system time" 
     43msgid "Time Servers" 
    4944msgstr "" 
     45 
     46msgid "Hostname" 
     47msgstr "" 
     48 
     49msgid "Port" 
     50msgstr ""