Changeset 8545

Show
Ignore:
Timestamp:
04/09/12 13:35:49 (14 months ago)
Author:
jow
Message:

pplications/luci-minidlna: rework cbi model to use iface widget for interfaces and dynamic list for album art, introduce general and advanced tabs, sync translations

Location:
luci/trunk
Files:
22 modified

Legend:

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

    r8527 r8545  
    1313]]-- 
    1414 
     15local m, s, o 
     16 
    1517m = Map("minidlna", translate("miniDLNA"), 
    1618    translate("MiniDLNA is server software with the aim of being fully compliant with DLNA/UPnP-AV clients.")) 
     
    2224s.anonymous = true 
    2325 
    24 o = s:option(Flag, "enabled", translate("Enable:")) 
     26s:tab("general", translate("General Settings")) 
     27s:tab("advanced", translate("Advanced Settings")) 
     28 
     29o = s:taboption("general", Flag, "enabled", translate("Enable:")) 
    2530o.rmempty = false 
    2631 
     
    4146end 
    4247 
    43 port = s:option(Value, "port", translate("Port:"), 
     48o = s:taboption("general", Value, "port", translate("Port:"), 
    4449    translate("Port for HTTP (descriptions, SOAP, media transfer) traffic.")) 
    45 port.datatype = "port" 
    46 port.default = 8200 
     50o.datatype = "port" 
     51o.default = 8200 
    4752 
    48 s:option(Value, "interface", translate("Interfaces:"), 
    49     translate("Network interfaces to serve, comma delimited list.")) 
    5053 
    51 o = s:option(Value, "friendly_name", translate("Friendly name:"), 
     54o = s:taboption("general", Value, "interface", translate("Interfaces:"), 
     55    translate("Network interfaces to serve.")) 
     56 
     57o.template = "cbi/network_ifacelist" 
     58o.widget   = "checkbox" 
     59o.nocreate = true 
     60 
     61function o.cfgvalue(self, section) 
     62    local rv = { } 
     63    local val = Value.cfgvalue(self, section) 
     64    if val then 
     65        local ifc 
     66        for ifc in val:gmatch("[^,%s]+") do 
     67            rv[#rv+1] = ifc 
     68        end 
     69    end 
     70    return rv 
     71end 
     72 
     73function o.write(self, section, value) 
     74    local rv = { } 
     75    local ifc 
     76    for ifc in luci.util.imatch(value) do 
     77        rv[#rv+1] = ifc 
     78    end 
     79    Value.write(self, section, table.concat(rv, ",")) 
     80end 
     81 
     82 
     83o = s:taboption("general", Value, "friendly_name", translate("Friendly name:"), 
    5284    translate("Set this if you want to customize the name that shows up on your clients.")) 
    53 o.optional = true 
     85o.rmempty = true 
    5486o.placeholder = "OpenWrt DLNA Server" 
    5587 
    56 o = s:option(Value, "db_dir", translate("Database directory:"), 
     88o = s:taboption("advanced", Value, "db_dir", translate("Database directory:"), 
    5789    translate("Set this if you would like to specify the directory where you want MiniDLNA to store its database and album art cache.")) 
    58 o.optional = true 
     90o.rmempty = true 
    5991o.placeholder = "/var/cache/minidlna" 
    6092 
    61 o = s:option(Value, "log_dir", translate("Log directory:"), 
     93o = s:taboption("advanced", Value, "log_dir", translate("Log directory:"), 
    6294    translate("Set this if you would like to specify the directory where you want MiniDLNA to store its log file.")) 
    63 o.optional = true 
     95o.rmempty = true 
    6496o.placeholder = "/var/log" 
    6597 
    66 s:option(Flag, "inotify", translate("Enable inotify:"), 
     98s:taboption("advanced", Flag, "inotify", translate("Enable inotify:"), 
    6799    translate("Set this to enable inotify monitoring to automatically discover new files.")) 
    68100 
    69 s:option(Flag, "enable_tivo", translate("Enable TIVO:"), 
     101s:taboption("advanced", Flag, "enable_tivo", translate("Enable TIVO:"), 
    70102    translate("Set this to enable support for streaming .jpg and .mp3 files to a TiVo supporting HMO.")) 
    71 o.optional = true 
     103o.rmempty = true 
    72104 
    73 o = s:option(Flag, "strict_dlna", translate("Strict to DLNA standard:"), 
     105o = s:taboption("advanced", Flag, "strict_dlna", translate("Strict to DLNA standard:"), 
    74106    translate("Set this to strictly adhere to DLNA standards. This will allow server-side downscaling of very large JPEG images, which may hurt JPEG serving performance on (at least) Sony DLNA products.")) 
    75 o.optional = true 
     107o.rmempty = true 
    76108 
    77 o = s:option(Value, "presentation_url", translate("Presentation URL:")) 
    78 o.optional = true 
     109o = s:taboption("advanced", Value, "presentation_url", translate("Presentation URL:")) 
     110o.rmempty = true 
    79111o.placeholder = "http://192.168.1.1/" 
    80112 
    81 o = s:option(Value, "notify_interval", translate("Notify interval:"), 
     113o = s:taboption("advanced", Value, "notify_interval", translate("Notify interval:"), 
    82114    translate("Notify interval in seconds.")) 
    83115o.datatype = "uinteger" 
    84116o.placeholder = 900 
    85117 
    86 o = s:option(Value, "serial", translate("Announced serial number:"), 
     118o = s:taboption("advanced", Value, "serial", translate("Announced serial number:"), 
    87119    translate("Serial number the miniDLNA daemon will report to clients in its XML description.")) 
    88120o.placeholder = "12345678" 
    89121 
    90 s:option(Value, "model_number", translate("Announced model number:"), 
     122s:taboption("advanced", Value, "model_number", translate("Announced model number:"), 
    91123    translate("Model number the miniDLNA daemon will report to clients in its XML description.")) 
    92124o.placholder = "1" 
    93125 
    94 o = s:option(Value, "minissdpsocket", translate("miniSSDP socket:"), 
     126o = s:taboption("advanced", Value, "minissdpsocket", translate("miniSSDP socket:"), 
    95127    translate("Specify the path to the MiniSSDPd socket.")) 
    96 o.optional = true 
     128o.rmempty = true 
    97129o.placeholder = "/var/run/minissdpd.sock" 
    98130 
    99 o = s:option(ListValue, "root_container", translate("Root container:")) 
     131o = s:taboption("general", ListValue, "root_container", translate("Root container:")) 
    100132o:value(".", translate("Standard container")) 
    101133o:value("B", translate("Browse directory")) 
     
    104136o:value("P", translate("Pictures")) 
    105137 
    106 o = s:option(Value, "album_art_names", translate("Album art names:"), 
    107     translate("This is a list of file names to check for when searching for album art. Note: names must be delimited with a forward slash '/'")) 
    108 o.optional = true 
     138 
     139s:taboption("general", DynamicList, "media_dir", translate("Media directories:"), 
     140    translate("Set this to the directory you want scanned. If you want to restrict the directory to a specific content type, you can prepend the type ('A' for audio, 'V' for video, 'P' for images), followed by a comma, to the directory (eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified.")) 
     141 
     142 
     143o = s:taboption("general", DynamicList, "album_art_names", translate("Album art names:"), 
     144    translate("This is a list of file names to check for when searching for album art.")) 
     145o.rmempty = true 
    109146o.placeholder = "Cover.jpg/cover.jpg/AlbumArtSmall.jpg/albumartsmall.jpg" 
    110147 
    111 s:option(DynamicList, "media_dir", translate("Media directories:"), 
    112     translate("Set this to the directory you want scanned. If you want to restrict the directory to a specific content type, you can prepend the type ('A' for audio, 'V' for video, 'P' for images), followed by a comma, to the directory (eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified.")) 
     148function o.cfgvalue(self, section) 
     149    local rv = { } 
     150    local val = Value.cfgvalue(self, section) 
     151    if type(val) == "table" then val = table.concat(val, "/") end 
     152    local file 
     153    for file in val:gmatch("[^/%s]+") do 
     154        rv[#rv+1] = file 
     155    end 
     156    return rv 
     157end 
     158 
     159function o.write(self, section, value) 
     160    local rv = { } 
     161    local file 
     162    for file in luci.util.imatch(value) do 
     163        rv[#rv+1] = file 
     164    end 
     165    Value.write(self, section, table.concat(rv, "/")) 
     166end 
     167 
    113168 
    114169return m 
  • luci/trunk/po/ca/minidlna.po

    r8528 r8545  
    77"Content-Type: text/plain; charset=UTF-8\n" 
    88"Content-Transfer-Encoding: 8bit\n" 
     9 
     10msgid "Advanced Settings" 
     11msgstr "" 
    912 
    1013msgid "Album art names:" 
     
    3841msgstr "" 
    3942 
     43msgid "General Settings" 
     44msgstr "" 
     45 
    4046msgid "Interfaces:" 
    4147msgstr "" 
     
    6066msgstr "" 
    6167 
    62 msgid "Network interfaces to serve, comma delimited list." 
     68msgid "Network interfaces to serve." 
    6369msgstr "" 
    6470 
     
    142148msgstr "" 
    143149 
    144 msgid "" 
    145 "This is a list of file names to check for when searching for album art. " 
    146 "Note: names must be delimited with a forward slash '/'" 
     150msgid "This is a list of file names to check for when searching for album art." 
    147151msgstr "" 
    148152 
  • luci/trunk/po/de/minidlna.po

    r8530 r8545  
    55"Last-Translator: Jo-Philipp <xm@subsignal.org>\n" 
    66"Language-Team: none\n" 
    7 "Language: de\n" 
    87"MIME-Version: 1.0\n" 
    98"Content-Type: text/plain; charset=UTF-8\n" 
    109"Content-Transfer-Encoding: 8bit\n" 
     10"Language: de\n" 
    1111"Plural-Forms: nplurals=2; plural=(n != 1);\n" 
    1212"X-Generator: Pootle 2.0.4\n" 
    1313 
     14msgid "Advanced Settings" 
     15msgstr "" 
     16 
    1417msgid "Album art names:" 
    1518msgstr "Dateinamen für Cover-Bilder:" 
     
    4245msgstr "Spitzname:" 
    4346 
     47msgid "General Settings" 
     48msgstr "" 
     49 
    4450msgid "Interfaces:" 
    4551msgstr "Schnittstellen:" 
     
    6268"description." 
    6369msgstr "" 
    64 "Spezifiziert die Modellnummer welche der miniDLNA-Dienst als Teil seiner " 
    65 "XML-Beschreibung an Clients versendet." 
     70"Spezifiziert die Modellnummer welche der miniDLNA-Dienst als Teil seiner XML-" 
     71"Beschreibung an Clients versendet." 
    6672 
    6773msgid "Music" 
    6874msgstr "Musik" 
    6975 
    70 msgid "Network interfaces to serve, comma delimited list." 
    71 msgstr "Lister dee bedienten Netzwerkschnittstellen als Komma-getrennte Liste." 
     76msgid "Network interfaces to serve." 
     77msgstr "" 
    7278 
    7379msgid "Notify interval in seconds." 
     
    96102"description." 
    97103msgstr "" 
    98 "Spezifiziert die Seriennummer welche der miniDLNA-Dienst als Teil seiner " 
    99 "XML-Beschreibung an Clients versendet." 
     104"Spezifiziert die Seriennummer welche der miniDLNA-Dienst als Teil seiner XML-" 
     105"Beschreibung an Clients versendet." 
    100106 
    101107msgid "" 
     
    170176msgstr "Der miniDLNA-Dienst ist inaktiv." 
    171177 
    172 msgid "" 
    173 "This is a list of file names to check for when searching for album art. " 
    174 "Note: names must be delimited with a forward slash '/'" 
    175 msgstr "" 
    176 "Dies ist eine Liste von zu prüfenden Dateinamen wenn nach Album-Covern " 
    177 "gesucht wird. Hinweis: Namen müssen mit einem Schrägstrich ('/') getrennt " 
    178 "werden." 
     178msgid "This is a list of file names to check for when searching for album art." 
     179msgstr "" 
    179180 
    180181msgid "Video" 
     
    189190msgid "miniSSDP socket:" 
    190191msgstr "miniSSDP-Socket:" 
     192 
     193#~ msgid "Network interfaces to serve, comma delimited list." 
     194#~ msgstr "" 
     195#~ "Lister dee bedienten Netzwerkschnittstellen als Komma-getrennte Liste." 
     196 
     197#~ msgid "" 
     198#~ "This is a list of file names to check for when searching for album art. " 
     199#~ "Note: names must be delimited with a forward slash '/'" 
     200#~ msgstr "" 
     201#~ "Dies ist eine Liste von zu prüfenden Dateinamen wenn nach Album-Covern " 
     202#~ "gesucht wird. Hinweis: Namen müssen mit einem Schrägstrich ('/') getrennt " 
     203#~ "werden." 
  • luci/trunk/po/el/minidlna.po

    r8528 r8545  
    88"Content-Transfer-Encoding: 8bit\n" 
    99"Plural-Forms: nplurals=2; plural=(n != 1);\n" 
     10 
     11msgid "Advanced Settings" 
     12msgstr "" 
    1013 
    1114msgid "Album art names:" 
     
    3942msgstr "" 
    4043 
     44msgid "General Settings" 
     45msgstr "" 
     46 
    4147msgid "Interfaces:" 
    4248msgstr "" 
     
    6167msgstr "" 
    6268 
    63 msgid "Network interfaces to serve, comma delimited list." 
     69msgid "Network interfaces to serve." 
    6470msgstr "" 
    6571 
     
    143149msgstr "" 
    144150 
    145 msgid "" 
    146 "This is a list of file names to check for when searching for album art. " 
    147 "Note: names must be delimited with a forward slash '/'" 
     151msgid "This is a list of file names to check for when searching for album art." 
    148152msgstr "" 
    149153 
  • luci/trunk/po/en/minidlna.po

    r8528 r8545  
    88"Content-Transfer-Encoding: 8bit\n" 
    99"Plural-Forms: nplurals=2; plural=(n != 1);\n" 
     10 
     11msgid "Advanced Settings" 
     12msgstr "" 
    1013 
    1114msgid "Album art names:" 
     
    3942msgstr "Friendly name:" 
    4043 
     44msgid "General Settings" 
     45msgstr "" 
     46 
    4147msgid "Interfaces:" 
    4248msgstr "Interfaces:" 
     
    6571msgstr "Music" 
    6672 
    67 msgid "Network interfaces to serve, comma delimited list." 
    68 msgstr "Network interfaces to serve, comma delimited list." 
     73msgid "Network interfaces to serve." 
     74msgstr "" 
    6975 
    7076msgid "Notify interval in seconds." 
     
    164170msgstr "" 
    165171 
    166 msgid "" 
    167 "This is a list of file names to check for when searching for album art. " 
    168 "Note: names must be delimited with a forward slash '/'" 
     172msgid "This is a list of file names to check for when searching for album art." 
    169173msgstr "" 
    170 "This is a list of file names to check for when searching for album art. " 
    171 "Note: names must be delimited with a forward slash '/'" 
    172174 
    173175msgid "Video" 
     
    182184msgid "miniSSDP socket:" 
    183185msgstr "miniSSDP socket:" 
     186 
     187#~ msgid "Network interfaces to serve, comma delimited list." 
     188#~ msgstr "Network interfaces to serve, comma delimited list." 
     189 
     190#~ msgid "" 
     191#~ "This is a list of file names to check for when searching for album art. " 
     192#~ "Note: names must be delimited with a forward slash '/'" 
     193#~ msgstr "" 
     194#~ "This is a list of file names to check for when searching for album art. " 
     195#~ "Note: names must be delimited with a forward slash '/'" 
  • luci/trunk/po/es/minidlna.po

    r8528 r8545  
    88"Content-Transfer-Encoding: 8bit\n" 
    99"Plural-Forms: nplurals=2; plural=(n != 1);\n" 
     10 
     11msgid "Advanced Settings" 
     12msgstr "" 
    1013 
    1114msgid "Album art names:" 
     
    3942msgstr "" 
    4043 
     44msgid "General Settings" 
     45msgstr "" 
     46 
    4147msgid "Interfaces:" 
    4248msgstr "" 
     
    6167msgstr "" 
    6268 
    63 msgid "Network interfaces to serve, comma delimited list." 
     69msgid "Network interfaces to serve." 
    6470msgstr "" 
    6571 
     
    143149msgstr "" 
    144150 
    145 msgid "" 
    146 "This is a list of file names to check for when searching for album art. " 
    147 "Note: names must be delimited with a forward slash '/'" 
     151msgid "This is a list of file names to check for when searching for album art." 
    148152msgstr "" 
    149153 
  • luci/trunk/po/fr/minidlna.po

    r8528 r8545  
    88"Content-Transfer-Encoding: 8bit\n" 
    99"Plural-Forms: nplurals=2; plural=(n > 1);\n" 
     10 
     11msgid "Advanced Settings" 
     12msgstr "" 
    1013 
    1114msgid "Album art names:" 
     
    3942msgstr "" 
    4043 
     44msgid "General Settings" 
     45msgstr "" 
     46 
    4147msgid "Interfaces:" 
    4248msgstr "" 
     
    6167msgstr "" 
    6268 
    63 msgid "Network interfaces to serve, comma delimited list." 
     69msgid "Network interfaces to serve." 
    6470msgstr "" 
    6571 
     
    143149msgstr "" 
    144150 
    145 msgid "" 
    146 "This is a list of file names to check for when searching for album art. " 
    147 "Note: names must be delimited with a forward slash '/'" 
     151msgid "This is a list of file names to check for when searching for album art." 
    148152msgstr "" 
    149153 
  • luci/trunk/po/he/minidlna.po

    r8528 r8545  
    88"Content-Transfer-Encoding: 8bit\n" 
    99"Plural-Forms: nplurals=2; plural=(n != 1);\n" 
     10 
     11msgid "Advanced Settings" 
     12msgstr "" 
    1013 
    1114msgid "Album art names:" 
     
    3942msgstr "" 
    4043 
     44msgid "General Settings" 
     45msgstr "" 
     46 
    4147msgid "Interfaces:" 
    4248msgstr "" 
     
    6167msgstr "" 
    6268 
    63 msgid "Network interfaces to serve, comma delimited list." 
     69msgid "Network interfaces to serve." 
    6470msgstr "" 
    6571 
     
    143149msgstr "" 
    144150 
    145 msgid "" 
    146 "This is a list of file names to check for when searching for album art. " 
    147 "Note: names must be delimited with a forward slash '/'" 
     151msgid "This is a list of file names to check for when searching for album art." 
    148152msgstr "" 
    149153 
  • luci/trunk/po/hu/minidlna.po

    r8544 r8545  
    55"Last-Translator: Anonymous Pootle User\n" 
    66"Language-Team: none\n" 
    7 "Language: hu\n" 
    87"MIME-Version: 1.0\n" 
    98"Content-Type: text/plain; charset=UTF-8\n" 
    109"Content-Transfer-Encoding: 8bit\n" 
     10"Language: hu\n" 
    1111"Plural-Forms: nplurals=2; plural=(n != 1);\n" 
    1212"X-Generator: Pootle 2.0.4\n" 
     13 
     14msgid "Advanced Settings" 
     15msgstr "" 
    1316 
    1417msgid "Album art names:" 
     
    4245msgstr "Egyéni név:" 
    4346 
     47msgid "General Settings" 
     48msgstr "" 
     49 
    4450msgid "Interfaces:" 
    4551msgstr "Interfészek:" 
     
    6773msgstr "Zene" 
    6874 
    69 msgid "Network interfaces to serve, comma delimited list." 
    70 msgstr "Kiszolgált hálózati interfészek vesszővel elválasztott listája." 
     75msgid "Network interfaces to serve." 
     76msgstr "" 
    7177 
    7278msgid "Notify interval in seconds." 
     
    167173msgstr "A miniDLNA szolgáltatás nem aktív." 
    168174 
    169 msgid "" 
    170 "This is a list of file names to check for when searching for album art. " 
    171 "Note: names must be delimited with a forward slash '/'" 
     175msgid "This is a list of file names to check for when searching for album art." 
    172176msgstr "" 
    173 "Ez egy lista azokról a fájlnevekről, amelyeket ellenőrizni kell a " 
    174 "lemezborító keresésekor. Megjegyzés: a neveket per jellel ('/') kell " 
    175 "elválasztani egymástól." 
    176177 
    177178msgid "Video" 
     
    186187msgid "miniSSDP socket:" 
    187188msgstr "miniSSDP socket:" 
     189 
     190#~ msgid "Network interfaces to serve, comma delimited list." 
     191#~ msgstr "Kiszolgált hálózati interfészek vesszővel elválasztott listája." 
     192 
     193#~ msgid "" 
     194#~ "This is a list of file names to check for when searching for album art. " 
     195#~ "Note: names must be delimited with a forward slash '/'" 
     196#~ msgstr "" 
     197#~ "Ez egy lista azokról a fájlnevekről, amelyeket ellenőrizni kell a " 
     198#~ "lemezborító keresésekor. Megjegyzés: a neveket per jellel ('/') kell " 
     199#~ "elválasztani egymástól." 
  • luci/trunk/po/it/minidlna.po

    r8528 r8545  
    88"Content-Transfer-Encoding: 8bit\n" 
    99"Plural-Forms: nplurals=2; plural=(n != 1);\n" 
     10 
     11msgid "Advanced Settings" 
     12msgstr "" 
    1013 
    1114msgid "Album art names:" 
     
    3942msgstr "" 
    4043 
     44msgid "General Settings" 
     45msgstr "" 
     46 
    4147msgid "Interfaces:" 
    4248msgstr "" 
     
    6167msgstr "" 
    6268 
    63 msgid "Network interfaces to serve, comma delimited list." 
     69msgid "Network interfaces to serve." 
    6470msgstr "" 
    6571 
     
    143149msgstr "" 
    144150 
    145 msgid "" 
    146 "This is a list of file names to check for when searching for album art. " 
    147 "Note: names must be delimited with a forward slash '/'" 
     151msgid "This is a list of file names to check for when searching for album art." 
    148152msgstr "" 
    149153 
  • luci/trunk/po/ja/minidlna.po

    r8537 r8545  
    55"Last-Translator: Kentaro <kentaro.matsuyama@gmail.com>\n" 
    66"Language-Team: none\n" 
    7 "Language: ja\n" 
    87"MIME-Version: 1.0\n" 
    98"Content-Type: text/plain; charset=UTF-8\n" 
    109"Content-Transfer-Encoding: 8bit\n" 
     10"Language: ja\n" 
    1111"Plural-Forms: nplurals=1; plural=0;\n" 
    1212"X-Generator: Pootle 2.0.4\n" 
     13 
     14msgid "Advanced Settings" 
     15msgstr "" 
    1316 
    1417msgid "Album art names:" 
     
    4245msgstr "Friendly名:" 
    4346 
     47msgid "General Settings" 
     48msgstr "" 
     49 
    4450msgid "Interfaces:" 
    4551msgstr "インターフェース:" 
     
    5460"MiniDLNA is server software with the aim of being fully compliant with DLNA/" 
    5561"UPnP-AV clients." 
    56 msgstr "MiniDLNAは、DLNA/UPnP-AVクライアントの完全互換を目的としたサーバー・ソフトウェアです。" 
     62msgstr "" 
     63"MiniDLNAは、DLNA/UPnP-AVクライアントの完全互換を目的としたサーバー・ソフト" 
     64"ウェアです。" 
    5765 
    5866msgid "" 
     
    6472msgstr "ミュージック" 
    6573 
    66 msgid "Network interfaces to serve, comma delimited list." 
    67 msgstr "サービスが使用するネットワーク・インターフェースを設定します。カンマ記号 \",\" で区切ってください。" 
     74msgid "Network interfaces to serve." 
     75msgstr "" 
    6876 
    6977msgid "Notify interval in seconds." 
     
    146154msgstr "miniDLNA サービスは稼働していません。" 
    147155 
    148 msgid "" 
    149 "This is a list of file names to check for when searching for album art. " 
    150 "Note: names must be delimited with a forward slash '/'" 
    151 msgstr "アルバムアート検索時にチェックするファイル名のリストを設定します。注意: ファイル名はスラッシュ記号 '/' で区切ってください。" 
     156msgid "This is a list of file names to check for when searching for album art." 
     157msgstr "" 
    152158 
    153159msgid "Video" 
     
    162168msgid "miniSSDP socket:" 
    163169msgstr "miniSSDP ソケット:" 
     170 
     171#~ msgid "Network interfaces to serve, comma delimited list." 
     172#~ msgstr "" 
     173#~ "サービスが使用するネットワーク・インターフェースを設定します。カンマ記号 " 
     174#~ "\",\" で区切ってください。" 
     175 
     176#~ msgid "" 
     177#~ "This is a list of file names to check for when searching for album art. " 
     178#~ "Note: names must be delimited with a forward slash '/'" 
     179#~ msgstr "" 
     180#~ "アルバムアート検索時にチェックするファイル名のリストを設定します。注意: " 
     181#~ "ファイル名はスラッシュ記号 '/' で区切ってください。" 
  • luci/trunk/po/ms/minidlna.po

    r8528 r8545  
    77"Content-Type: text/plain; charset=UTF-8\n" 
    88"Content-Transfer-Encoding: 8bit\n" 
     9 
     10msgid "Advanced Settings" 
     11msgstr "" 
    912 
    1013msgid "Album art names:" 
     
    3841msgstr "" 
    3942 
     43msgid "General Settings" 
     44msgstr "" 
     45 
    4046msgid "Interfaces:" 
    4147msgstr "" 
     
    6066msgstr "" 
    6167 
    62 msgid "Network interfaces to serve, comma delimited list." 
     68msgid "Network interfaces to serve." 
    6369msgstr "" 
    6470 
     
    142148msgstr "" 
    143149 
    144 msgid "" 
    145 "This is a list of file names to check for when searching for album art. " 
    146 "Note: names must be delimited with a forward slash '/'" 
     150msgid "This is a list of file names to check for when searching for album art." 
    147151msgstr "" 
    148152 
  • luci/trunk/po/no/minidlna.po

    r8528 r8545  
    88"Content-Transfer-Encoding: 8bit\n" 
    99"Plural-Forms: nplurals=2; plural=(n != 1);\n" 
     10 
     11msgid "Advanced Settings" 
     12msgstr "" 
    1013 
    1114msgid "Album art names:" 
     
    3942msgstr "" 
    4043 
     44msgid "General Settings" 
     45msgstr "" 
     46 
    4147msgid "Interfaces:" 
    4248msgstr "" 
     
    6167msgstr "" 
    6268 
    63 msgid "Network interfaces to serve, comma delimited list." 
     69msgid "Network interfaces to serve." 
    6470msgstr "" 
    6571 
     
    143149msgstr "" 
    144150 
    145 msgid "" 
    146 "This is a list of file names to check for when searching for album art. " 
    147 "Note: names must be delimited with a forward slash '/'" 
     151msgid "This is a list of file names to check for when searching for album art." 
    148152msgstr "" 
    149153 
  • luci/trunk/po/pl/minidlna.po

    r8528 r8545  
    99"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " 
    1010"|| n%100>=20) ? 1 : 2);\n" 
     11 
     12msgid "Advanced Settings" 
     13msgstr "" 
    1114 
    1215msgid "Album art names:" 
     
    4043msgstr "" 
    4144 
     45msgid "General Settings" 
     46msgstr "" 
     47 
    4248msgid "Interfaces:" 
    4349msgstr "" 
     
    6268msgstr "" 
    6369 
    64 msgid "Network interfaces to serve, comma delimited list." 
     70msgid "Network interfaces to serve." 
    6571msgstr "" 
    6672 
     
    144150msgstr "" 
    145151 
    146 msgid "" 
    147 "This is a list of file names to check for when searching for album art. " 
    148 "Note: names must be delimited with a forward slash '/'" 
     152msgid "This is a list of file names to check for when searching for album art." 
    149153msgstr "" 
    150154 
  • luci/trunk/po/pt/minidlna.po

    r8528 r8545  
    88"Content-Transfer-Encoding: 8bit\n" 
    99"Plural-Forms: nplurals=2; plural=(n != 1);\n" 
     10 
     11msgid "Advanced Settings" 
     12msgstr "" 
    1013 
    1114msgid "Album art names:" 
     
    3942msgstr "" 
    4043 
     44msgid "General Settings" 
     45msgstr "" 
     46 
    4147msgid "Interfaces:" 
    4248msgstr "" 
     
    6167msgstr "" 
    6268 
    63 msgid "Network interfaces to serve, comma delimited list." 
     69msgid "Network interfaces to serve." 
    6470msgstr "" 
    6571 
     
    143149msgstr "" 
    144150 
    145 msgid "" 
    146 "This is a list of file names to check for when searching for album art. " 
    147 "Note: names must be delimited with a forward slash '/'" 
     151msgid "This is a list of file names to check for when searching for album art." 
    148152msgstr "" 
    149153 
  • luci/trunk/po/pt_BR/minidlna.po

    r8528 r8545  
    88"Content-Transfer-Encoding: 8bit\n" 
    99"Plural-Forms: nplurals=2; plural=(n > 1);\n" 
     10 
     11msgid "Advanced Settings" 
     12msgstr "" 
    1013 
    1114msgid "Album art names:" 
     
    3942msgstr "" 
    4043 
     44msgid "General Settings" 
     45msgstr "" 
     46 
    4147msgid "Interfaces:" 
    4248msgstr "" 
     
    6167msgstr "" 
    6268 
    63 msgid "Network interfaces to serve, comma delimited list." 
     69msgid "Network interfaces to serve." 
    6470msgstr "" 
    6571 
     
    143149msgstr "" 
    144150 
    145 msgid "" 
    146 "This is a list of file names to check for when searching for album art. " 
    147 "Note: names must be delimited with a forward slash '/'" 
     151msgid "This is a list of file names to check for when searching for album art." 
    148152msgstr "" 
    149153 
  • luci/trunk/po/ro/minidlna.po

    r8528 r8545  
    99"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " 
    1010"20)) ? 1 : 2;\n" 
     11 
     12msgid "Advanced Settings" 
     13msgstr "" 
    1114 
    1215msgid "Album art names:" 
     
    4043msgstr "" 
    4144 
     45msgid "General Settings" 
     46msgstr "" 
     47 
    4248msgid "Interfaces:" 
    4349msgstr "" 
     
    6268msgstr "" 
    6369 
    64 msgid "Network interfaces to serve, comma delimited list." 
     70msgid "Network interfaces to serve." 
    6571msgstr "" 
    6672 
     
    144150msgstr "" 
    145151 
    146 msgid "" 
    147 "This is a list of file names to check for when searching for album art. " 
    148 "Note: names must be delimited with a forward slash '/'" 
     152msgid "This is a list of file names to check for when searching for album art." 
    149153msgstr "" 
    150154 
  • luci/trunk/po/ru/minidlna.po

    r8528 r8545  
    99"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" 
    1010"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" 
     11 
     12msgid "Advanced Settings" 
     13msgstr "" 
    1114 
    1215msgid "Album art names:" 
     
    4043msgstr "" 
    4144 
     45msgid "General Settings" 
     46msgstr "" 
     47 
    4248msgid "Interfaces:" 
    4349msgstr "" 
     
    6268msgstr "" 
    6369 
    64 msgid "Network interfaces to serve, comma delimited list." 
     70msgid "Network interfaces to serve." 
    6571msgstr "" 
    6672 
     
    144150msgstr "" 
    145151 
    146 msgid "" 
    147 "This is a list of file names to check for when searching for album art. " 
    148 "Note: names must be delimited with a forward slash '/'" 
     152msgid "This is a list of file names to check for when searching for album art." 
    149153msgstr "" 
    150154 
  • luci/trunk/po/templates/minidlna.pot

    r8528 r8545  
    11msgid "" 
    22msgstr "Content-Type: text/plain; charset=UTF-8" 
     3 
     4msgid "Advanced Settings" 
     5msgstr "" 
    36 
    47msgid "Album art names:" 
     
    3235msgstr "" 
    3336 
     37msgid "General Settings" 
     38msgstr "" 
     39 
    3440msgid "Interfaces:" 
    3541msgstr "" 
     
    5460msgstr "" 
    5561 
    56 msgid "Network interfaces to serve, comma delimited list." 
     62msgid "Network interfaces to serve." 
    5763msgstr "" 
    5864 
     
    136142msgstr "" 
    137143 
    138 msgid "" 
    139 "This is a list of file names to check for when searching for album art. " 
    140 "Note: names must be delimited with a forward slash '/'" 
     144msgid "This is a list of file names to check for when searching for album art." 
    141145msgstr "" 
    142146 
  • luci/trunk/po/uk/minidlna.po

    r8528 r8545  
    99"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" 
    1010"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" 
     11 
     12msgid "Advanced Settings" 
     13msgstr "" 
    1114 
    1215msgid "Album art names:" 
     
    4043msgstr "" 
    4144 
     45msgid "General Settings" 
     46msgstr "" 
     47 
    4248msgid "Interfaces:" 
    4349msgstr "" 
     
    6268msgstr "" 
    6369 
    64 msgid "Network interfaces to serve, comma delimited list." 
     70msgid "Network interfaces to serve." 
    6571msgstr "" 
    6672 
     
    144150msgstr "" 
    145151 
    146 msgid "" 
    147 "This is a list of file names to check for when searching for album art. " 
    148 "Note: names must be delimited with a forward slash '/'" 
     152msgid "This is a list of file names to check for when searching for album art." 
    149153msgstr "" 
    150154 
  • luci/trunk/po/vi/minidlna.po

    r8528 r8545  
    88"Content-Transfer-Encoding: 8bit\n" 
    99"Plural-Forms: nplurals=1; plural=0;\n" 
     10 
     11msgid "Advanced Settings" 
     12msgstr "" 
    1013 
    1114msgid "Album art names:" 
     
    3942msgstr "" 
    4043 
     44msgid "General Settings" 
     45msgstr "" 
     46 
    4147msgid "Interfaces:" 
    4248msgstr "" 
     
    6167msgstr "" 
    6268 
    63 msgid "Network interfaces to serve, comma delimited list." 
     69msgid "Network interfaces to serve." 
    6470msgstr "" 
    6571 
     
    143149msgstr "" 
    144150 
    145 msgid "" 
    146 "This is a list of file names to check for when searching for album art. " 
    147 "Note: names must be delimited with a forward slash '/'" 
     151msgid "This is a list of file names to check for when searching for album art." 
    148152msgstr "" 
    149153 
  • luci/trunk/po/zh_CN/minidlna.po

    r8528 r8545  
    77"Content-Type: text/plain; charset=UTF-8\n" 
    88"Content-Transfer-Encoding: 8bit\n" 
     9 
     10msgid "Advanced Settings" 
     11msgstr "" 
    912 
    1013msgid "Album art names:" 
     
    3841msgstr "" 
    3942 
     43msgid "General Settings" 
     44msgstr "" 
     45 
    4046msgid "Interfaces:" 
    4147msgstr "" 
     
    6066msgstr "" 
    6167 
    62 msgid "Network interfaces to serve, comma delimited list." 
     68msgid "Network interfaces to serve." 
    6369msgstr "" 
    6470 
     
    142148msgstr "" 
    143149 
    144 msgid "" 
    145 "This is a list of file names to check for when searching for album art. " 
    146 "Note: names must be delimited with a forward slash '/'" 
     150msgid "This is a list of file names to check for when searching for album art." 
    147151msgstr "" 
    148152