Changeset 8545
- Timestamp:
- 04/09/12 13:35:49 (14 months ago)
- Location:
- luci/trunk
- Files:
-
- 22 modified
-
applications/luci-minidlna/luasrc/model/cbi/minidlna.lua (modified) (4 diffs)
-
po/ca/minidlna.po (modified) (4 diffs)
-
po/de/minidlna.po (modified) (6 diffs)
-
po/el/minidlna.po (modified) (4 diffs)
-
po/en/minidlna.po (modified) (5 diffs)
-
po/es/minidlna.po (modified) (4 diffs)
-
po/fr/minidlna.po (modified) (4 diffs)
-
po/he/minidlna.po (modified) (4 diffs)
-
po/hu/minidlna.po (modified) (5 diffs)
-
po/it/minidlna.po (modified) (4 diffs)
-
po/ja/minidlna.po (modified) (6 diffs)
-
po/ms/minidlna.po (modified) (4 diffs)
-
po/no/minidlna.po (modified) (4 diffs)
-
po/pl/minidlna.po (modified) (4 diffs)
-
po/pt/minidlna.po (modified) (4 diffs)
-
po/pt_BR/minidlna.po (modified) (4 diffs)
-
po/ro/minidlna.po (modified) (4 diffs)
-
po/ru/minidlna.po (modified) (4 diffs)
-
po/templates/minidlna.pot (modified) (4 diffs)
-
po/uk/minidlna.po (modified) (4 diffs)
-
po/vi/minidlna.po (modified) (4 diffs)
-
po/zh_CN/minidlna.po (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/applications/luci-minidlna/luasrc/model/cbi/minidlna.lua
r8527 r8545 13 13 ]]-- 14 14 15 local m, s, o 16 15 17 m = Map("minidlna", translate("miniDLNA"), 16 18 translate("MiniDLNA is server software with the aim of being fully compliant with DLNA/UPnP-AV clients.")) … … 22 24 s.anonymous = true 23 25 24 o = s:option(Flag, "enabled", translate("Enable:")) 26 s:tab("general", translate("General Settings")) 27 s:tab("advanced", translate("Advanced Settings")) 28 29 o = s:taboption("general", Flag, "enabled", translate("Enable:")) 25 30 o.rmempty = false 26 31 … … 41 46 end 42 47 43 port = s:option(Value, "port", translate("Port:"),48 o = s:taboption("general", Value, "port", translate("Port:"), 44 49 translate("Port for HTTP (descriptions, SOAP, media transfer) traffic.")) 45 port.datatype = "port"46 port.default = 820050 o.datatype = "port" 51 o.default = 8200 47 52 48 s:option(Value, "interface", translate("Interfaces:"),49 translate("Network interfaces to serve, comma delimited list."))50 53 51 o = s:option(Value, "friendly_name", translate("Friendly name:"), 54 o = s:taboption("general", Value, "interface", translate("Interfaces:"), 55 translate("Network interfaces to serve.")) 56 57 o.template = "cbi/network_ifacelist" 58 o.widget = "checkbox" 59 o.nocreate = true 60 61 function 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 71 end 72 73 function 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, ",")) 80 end 81 82 83 o = s:taboption("general", Value, "friendly_name", translate("Friendly name:"), 52 84 translate("Set this if you want to customize the name that shows up on your clients.")) 53 o. optional= true85 o.rmempty = true 54 86 o.placeholder = "OpenWrt DLNA Server" 55 87 56 o = s: option(Value, "db_dir", translate("Database directory:"),88 o = s:taboption("advanced", Value, "db_dir", translate("Database directory:"), 57 89 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= true90 o.rmempty = true 59 91 o.placeholder = "/var/cache/minidlna" 60 92 61 o = s: option(Value, "log_dir", translate("Log directory:"),93 o = s:taboption("advanced", Value, "log_dir", translate("Log directory:"), 62 94 translate("Set this if you would like to specify the directory where you want MiniDLNA to store its log file.")) 63 o. optional= true95 o.rmempty = true 64 96 o.placeholder = "/var/log" 65 97 66 s: option(Flag, "inotify", translate("Enable inotify:"),98 s:taboption("advanced", Flag, "inotify", translate("Enable inotify:"), 67 99 translate("Set this to enable inotify monitoring to automatically discover new files.")) 68 100 69 s: option(Flag, "enable_tivo", translate("Enable TIVO:"),101 s:taboption("advanced", Flag, "enable_tivo", translate("Enable TIVO:"), 70 102 translate("Set this to enable support for streaming .jpg and .mp3 files to a TiVo supporting HMO.")) 71 o. optional= true103 o.rmempty = true 72 104 73 o = s: option(Flag, "strict_dlna", translate("Strict to DLNA standard:"),105 o = s:taboption("advanced", Flag, "strict_dlna", translate("Strict to DLNA standard:"), 74 106 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= true107 o.rmempty = true 76 108 77 o = s: option(Value, "presentation_url", translate("Presentation URL:"))78 o. optional= true109 o = s:taboption("advanced", Value, "presentation_url", translate("Presentation URL:")) 110 o.rmempty = true 79 111 o.placeholder = "http://192.168.1.1/" 80 112 81 o = s: option(Value, "notify_interval", translate("Notify interval:"),113 o = s:taboption("advanced", Value, "notify_interval", translate("Notify interval:"), 82 114 translate("Notify interval in seconds.")) 83 115 o.datatype = "uinteger" 84 116 o.placeholder = 900 85 117 86 o = s: option(Value, "serial", translate("Announced serial number:"),118 o = s:taboption("advanced", Value, "serial", translate("Announced serial number:"), 87 119 translate("Serial number the miniDLNA daemon will report to clients in its XML description.")) 88 120 o.placeholder = "12345678" 89 121 90 s: option(Value, "model_number", translate("Announced model number:"),122 s:taboption("advanced", Value, "model_number", translate("Announced model number:"), 91 123 translate("Model number the miniDLNA daemon will report to clients in its XML description.")) 92 124 o.placholder = "1" 93 125 94 o = s: option(Value, "minissdpsocket", translate("miniSSDP socket:"),126 o = s:taboption("advanced", Value, "minissdpsocket", translate("miniSSDP socket:"), 95 127 translate("Specify the path to the MiniSSDPd socket.")) 96 o. optional= true128 o.rmempty = true 97 129 o.placeholder = "/var/run/minissdpd.sock" 98 130 99 o = s: option(ListValue, "root_container", translate("Root container:"))131 o = s:taboption("general", ListValue, "root_container", translate("Root container:")) 100 132 o:value(".", translate("Standard container")) 101 133 o:value("B", translate("Browse directory")) … … 104 136 o:value("P", translate("Pictures")) 105 137 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 139 s: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 143 o = 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.")) 145 o.rmempty = true 109 146 o.placeholder = "Cover.jpg/cover.jpg/AlbumArtSmall.jpg/albumartsmall.jpg" 110 147 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.")) 148 function 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 157 end 158 159 function 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, "/")) 166 end 167 113 168 114 169 return m -
luci/trunk/po/ca/minidlna.po
r8528 r8545 7 7 "Content-Type: text/plain; charset=UTF-8\n" 8 8 "Content-Transfer-Encoding: 8bit\n" 9 10 msgid "Advanced Settings" 11 msgstr "" 9 12 10 13 msgid "Album art names:" … … 38 41 msgstr "" 39 42 43 msgid "General Settings" 44 msgstr "" 45 40 46 msgid "Interfaces:" 41 47 msgstr "" … … 60 66 msgstr "" 61 67 62 msgid "Network interfaces to serve , comma delimited list."68 msgid "Network interfaces to serve." 63 69 msgstr "" 64 70 … … 142 148 msgstr "" 143 149 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 '/'" 150 msgid "This is a list of file names to check for when searching for album art." 147 151 msgstr "" 148 152 -
luci/trunk/po/de/minidlna.po
r8530 r8545 5 5 "Last-Translator: Jo-Philipp <xm@subsignal.org>\n" 6 6 "Language-Team: none\n" 7 "Language: de\n"8 7 "MIME-Version: 1.0\n" 9 8 "Content-Type: text/plain; charset=UTF-8\n" 10 9 "Content-Transfer-Encoding: 8bit\n" 10 "Language: de\n" 11 11 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 12 12 "X-Generator: Pootle 2.0.4\n" 13 13 14 msgid "Advanced Settings" 15 msgstr "" 16 14 17 msgid "Album art names:" 15 18 msgstr "Dateinamen für Cover-Bilder:" … … 42 45 msgstr "Spitzname:" 43 46 47 msgid "General Settings" 48 msgstr "" 49 44 50 msgid "Interfaces:" 45 51 msgstr "Schnittstellen:" … … 62 68 "description." 63 69 msgstr "" 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." 66 72 67 73 msgid "Music" 68 74 msgstr "Musik" 69 75 70 msgid "Network interfaces to serve , comma delimited list."71 msgstr " Lister dee bedienten Netzwerkschnittstellen als Komma-getrennte Liste."76 msgid "Network interfaces to serve." 77 msgstr "" 72 78 73 79 msgid "Notify interval in seconds." … … 96 102 "description." 97 103 msgstr "" 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." 100 106 101 107 msgid "" … … 170 176 msgstr "Der miniDLNA-Dienst ist inaktiv." 171 177 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." 178 msgid "This is a list of file names to check for when searching for album art." 179 msgstr "" 179 180 180 181 msgid "Video" … … 189 190 msgid "miniSSDP socket:" 190 191 msgstr "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 8 8 "Content-Transfer-Encoding: 8bit\n" 9 9 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 10 11 msgid "Advanced Settings" 12 msgstr "" 10 13 11 14 msgid "Album art names:" … … 39 42 msgstr "" 40 43 44 msgid "General Settings" 45 msgstr "" 46 41 47 msgid "Interfaces:" 42 48 msgstr "" … … 61 67 msgstr "" 62 68 63 msgid "Network interfaces to serve , comma delimited list."69 msgid "Network interfaces to serve." 64 70 msgstr "" 65 71 … … 143 149 msgstr "" 144 150 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 '/'" 151 msgid "This is a list of file names to check for when searching for album art." 148 152 msgstr "" 149 153 -
luci/trunk/po/en/minidlna.po
r8528 r8545 8 8 "Content-Transfer-Encoding: 8bit\n" 9 9 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 10 11 msgid "Advanced Settings" 12 msgstr "" 10 13 11 14 msgid "Album art names:" … … 39 42 msgstr "Friendly name:" 40 43 44 msgid "General Settings" 45 msgstr "" 46 41 47 msgid "Interfaces:" 42 48 msgstr "Interfaces:" … … 65 71 msgstr "Music" 66 72 67 msgid "Network interfaces to serve , comma delimited list."68 msgstr " Network interfaces to serve, comma delimited list."73 msgid "Network interfaces to serve." 74 msgstr "" 69 75 70 76 msgid "Notify interval in seconds." … … 164 170 msgstr "" 165 171 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 '/'" 172 msgid "This is a list of file names to check for when searching for album art." 169 173 msgstr "" 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 '/'"172 174 173 175 msgid "Video" … … 182 184 msgid "miniSSDP socket:" 183 185 msgstr "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 8 8 "Content-Transfer-Encoding: 8bit\n" 9 9 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 10 11 msgid "Advanced Settings" 12 msgstr "" 10 13 11 14 msgid "Album art names:" … … 39 42 msgstr "" 40 43 44 msgid "General Settings" 45 msgstr "" 46 41 47 msgid "Interfaces:" 42 48 msgstr "" … … 61 67 msgstr "" 62 68 63 msgid "Network interfaces to serve , comma delimited list."69 msgid "Network interfaces to serve." 64 70 msgstr "" 65 71 … … 143 149 msgstr "" 144 150 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 '/'" 151 msgid "This is a list of file names to check for when searching for album art." 148 152 msgstr "" 149 153 -
luci/trunk/po/fr/minidlna.po
r8528 r8545 8 8 "Content-Transfer-Encoding: 8bit\n" 9 9 "Plural-Forms: nplurals=2; plural=(n > 1);\n" 10 11 msgid "Advanced Settings" 12 msgstr "" 10 13 11 14 msgid "Album art names:" … … 39 42 msgstr "" 40 43 44 msgid "General Settings" 45 msgstr "" 46 41 47 msgid "Interfaces:" 42 48 msgstr "" … … 61 67 msgstr "" 62 68 63 msgid "Network interfaces to serve , comma delimited list."69 msgid "Network interfaces to serve." 64 70 msgstr "" 65 71 … … 143 149 msgstr "" 144 150 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 '/'" 151 msgid "This is a list of file names to check for when searching for album art." 148 152 msgstr "" 149 153 -
luci/trunk/po/he/minidlna.po
r8528 r8545 8 8 "Content-Transfer-Encoding: 8bit\n" 9 9 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 10 11 msgid "Advanced Settings" 12 msgstr "" 10 13 11 14 msgid "Album art names:" … … 39 42 msgstr "" 40 43 44 msgid "General Settings" 45 msgstr "" 46 41 47 msgid "Interfaces:" 42 48 msgstr "" … … 61 67 msgstr "" 62 68 63 msgid "Network interfaces to serve , comma delimited list."69 msgid "Network interfaces to serve." 64 70 msgstr "" 65 71 … … 143 149 msgstr "" 144 150 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 '/'" 151 msgid "This is a list of file names to check for when searching for album art." 148 152 msgstr "" 149 153 -
luci/trunk/po/hu/minidlna.po
r8544 r8545 5 5 "Last-Translator: Anonymous Pootle User\n" 6 6 "Language-Team: none\n" 7 "Language: hu\n"8 7 "MIME-Version: 1.0\n" 9 8 "Content-Type: text/plain; charset=UTF-8\n" 10 9 "Content-Transfer-Encoding: 8bit\n" 10 "Language: hu\n" 11 11 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 12 12 "X-Generator: Pootle 2.0.4\n" 13 14 msgid "Advanced Settings" 15 msgstr "" 13 16 14 17 msgid "Album art names:" … … 42 45 msgstr "Egyéni név:" 43 46 47 msgid "General Settings" 48 msgstr "" 49 44 50 msgid "Interfaces:" 45 51 msgstr "Interfészek:" … … 67 73 msgstr "Zene" 68 74 69 msgid "Network interfaces to serve , comma delimited list."70 msgstr " Kiszolgált hálózati interfészek vesszővel elválasztott listája."75 msgid "Network interfaces to serve." 76 msgstr "" 71 77 72 78 msgid "Notify interval in seconds." … … 167 173 msgstr "A miniDLNA szolgáltatás nem aktív." 168 174 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 '/'" 175 msgid "This is a list of file names to check for when searching for album art." 172 176 msgstr "" 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."176 177 177 178 msgid "Video" … … 186 187 msgid "miniSSDP socket:" 187 188 msgstr "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 8 8 "Content-Transfer-Encoding: 8bit\n" 9 9 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 10 11 msgid "Advanced Settings" 12 msgstr "" 10 13 11 14 msgid "Album art names:" … … 39 42 msgstr "" 40 43 44 msgid "General Settings" 45 msgstr "" 46 41 47 msgid "Interfaces:" 42 48 msgstr "" … … 61 67 msgstr "" 62 68 63 msgid "Network interfaces to serve , comma delimited list."69 msgid "Network interfaces to serve." 64 70 msgstr "" 65 71 … … 143 149 msgstr "" 144 150 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 '/'" 151 msgid "This is a list of file names to check for when searching for album art." 148 152 msgstr "" 149 153 -
luci/trunk/po/ja/minidlna.po
r8537 r8545 5 5 "Last-Translator: Kentaro <kentaro.matsuyama@gmail.com>\n" 6 6 "Language-Team: none\n" 7 "Language: ja\n"8 7 "MIME-Version: 1.0\n" 9 8 "Content-Type: text/plain; charset=UTF-8\n" 10 9 "Content-Transfer-Encoding: 8bit\n" 10 "Language: ja\n" 11 11 "Plural-Forms: nplurals=1; plural=0;\n" 12 12 "X-Generator: Pootle 2.0.4\n" 13 14 msgid "Advanced Settings" 15 msgstr "" 13 16 14 17 msgid "Album art names:" … … 42 45 msgstr "Friendly名:" 43 46 47 msgid "General Settings" 48 msgstr "" 49 44 50 msgid "Interfaces:" 45 51 msgstr "インターフェース:" … … 54 60 "MiniDLNA is server software with the aim of being fully compliant with DLNA/" 55 61 "UPnP-AV clients." 56 msgstr "MiniDLNAは、DLNA/UPnP-AVクライアントの完全互換を目的としたサーバー・ソフトウェアです。" 62 msgstr "" 63 "MiniDLNAは、DLNA/UPnP-AVクライアントの完全互換を目的としたサーバー・ソフト" 64 "ウェアです。" 57 65 58 66 msgid "" … … 64 72 msgstr "ミュージック" 65 73 66 msgid "Network interfaces to serve , comma delimited list."67 msgstr " サービスが使用するネットワーク・インターフェースを設定します。カンマ記号 \",\" で区切ってください。"74 msgid "Network interfaces to serve." 75 msgstr "" 68 76 69 77 msgid "Notify interval in seconds." … … 146 154 msgstr "miniDLNA サービスは稼働していません。" 147 155 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 "アルバムアート検索時にチェックするファイル名のリストを設定します。注意: ファイル名はスラッシュ記号 '/' で区切ってください。" 156 msgid "This is a list of file names to check for when searching for album art." 157 msgstr "" 152 158 153 159 msgid "Video" … … 162 168 msgid "miniSSDP socket:" 163 169 msgstr "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 7 7 "Content-Type: text/plain; charset=UTF-8\n" 8 8 "Content-Transfer-Encoding: 8bit\n" 9 10 msgid "Advanced Settings" 11 msgstr "" 9 12 10 13 msgid "Album art names:" … … 38 41 msgstr "" 39 42 43 msgid "General Settings" 44 msgstr "" 45 40 46 msgid "Interfaces:" 41 47 msgstr "" … … 60 66 msgstr "" 61 67 62 msgid "Network interfaces to serve , comma delimited list."68 msgid "Network interfaces to serve." 63 69 msgstr "" 64 70 … … 142 148 msgstr "" 143 149 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 '/'" 150 msgid "This is a list of file names to check for when searching for album art." 147 151 msgstr "" 148 152 -
luci/trunk/po/no/minidlna.po
r8528 r8545 8 8 "Content-Transfer-Encoding: 8bit\n" 9 9 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 10 11 msgid "Advanced Settings" 12 msgstr "" 10 13 11 14 msgid "Album art names:" … … 39 42 msgstr "" 40 43 44 msgid "General Settings" 45 msgstr "" 46 41 47 msgid "Interfaces:" 42 48 msgstr "" … … 61 67 msgstr "" 62 68 63 msgid "Network interfaces to serve , comma delimited list."69 msgid "Network interfaces to serve." 64 70 msgstr "" 65 71 … … 143 149 msgstr "" 144 150 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 '/'" 151 msgid "This is a list of file names to check for when searching for album art." 148 152 msgstr "" 149 153 -
luci/trunk/po/pl/minidlna.po
r8528 r8545 9 9 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " 10 10 "|| n%100>=20) ? 1 : 2);\n" 11 12 msgid "Advanced Settings" 13 msgstr "" 11 14 12 15 msgid "Album art names:" … … 40 43 msgstr "" 41 44 45 msgid "General Settings" 46 msgstr "" 47 42 48 msgid "Interfaces:" 43 49 msgstr "" … … 62 68 msgstr "" 63 69 64 msgid "Network interfaces to serve , comma delimited list."70 msgid "Network interfaces to serve." 65 71 msgstr "" 66 72 … … 144 150 msgstr "" 145 151 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 '/'" 152 msgid "This is a list of file names to check for when searching for album art." 149 153 msgstr "" 150 154 -
luci/trunk/po/pt/minidlna.po
r8528 r8545 8 8 "Content-Transfer-Encoding: 8bit\n" 9 9 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 10 11 msgid "Advanced Settings" 12 msgstr "" 10 13 11 14 msgid "Album art names:" … … 39 42 msgstr "" 40 43 44 msgid "General Settings" 45 msgstr "" 46 41 47 msgid "Interfaces:" 42 48 msgstr "" … … 61 67 msgstr "" 62 68 63 msgid "Network interfaces to serve , comma delimited list."69 msgid "Network interfaces to serve." 64 70 msgstr "" 65 71 … … 143 149 msgstr "" 144 150 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 '/'" 151 msgid "This is a list of file names to check for when searching for album art." 148 152 msgstr "" 149 153 -
luci/trunk/po/pt_BR/minidlna.po
r8528 r8545 8 8 "Content-Transfer-Encoding: 8bit\n" 9 9 "Plural-Forms: nplurals=2; plural=(n > 1);\n" 10 11 msgid "Advanced Settings" 12 msgstr "" 10 13 11 14 msgid "Album art names:" … … 39 42 msgstr "" 40 43 44 msgid "General Settings" 45 msgstr "" 46 41 47 msgid "Interfaces:" 42 48 msgstr "" … … 61 67 msgstr "" 62 68 63 msgid "Network interfaces to serve , comma delimited list."69 msgid "Network interfaces to serve." 64 70 msgstr "" 65 71 … … 143 149 msgstr "" 144 150 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 '/'" 151 msgid "This is a list of file names to check for when searching for album art." 148 152 msgstr "" 149 153 -
luci/trunk/po/ro/minidlna.po
r8528 r8545 9 9 "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " 10 10 "20)) ? 1 : 2;\n" 11 12 msgid "Advanced Settings" 13 msgstr "" 11 14 12 15 msgid "Album art names:" … … 40 43 msgstr "" 41 44 45 msgid "General Settings" 46 msgstr "" 47 42 48 msgid "Interfaces:" 43 49 msgstr "" … … 62 68 msgstr "" 63 69 64 msgid "Network interfaces to serve , comma delimited list."70 msgid "Network interfaces to serve." 65 71 msgstr "" 66 72 … … 144 150 msgstr "" 145 151 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 '/'" 152 msgid "This is a list of file names to check for when searching for album art." 149 153 msgstr "" 150 154 -
luci/trunk/po/ru/minidlna.po
r8528 r8545 9 9 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" 10 10 "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" 11 12 msgid "Advanced Settings" 13 msgstr "" 11 14 12 15 msgid "Album art names:" … … 40 43 msgstr "" 41 44 45 msgid "General Settings" 46 msgstr "" 47 42 48 msgid "Interfaces:" 43 49 msgstr "" … … 62 68 msgstr "" 63 69 64 msgid "Network interfaces to serve , comma delimited list."70 msgid "Network interfaces to serve." 65 71 msgstr "" 66 72 … … 144 150 msgstr "" 145 151 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 '/'" 152 msgid "This is a list of file names to check for when searching for album art." 149 153 msgstr "" 150 154 -
luci/trunk/po/templates/minidlna.pot
r8528 r8545 1 1 msgid "" 2 2 msgstr "Content-Type: text/plain; charset=UTF-8" 3 4 msgid "Advanced Settings" 5 msgstr "" 3 6 4 7 msgid "Album art names:" … … 32 35 msgstr "" 33 36 37 msgid "General Settings" 38 msgstr "" 39 34 40 msgid "Interfaces:" 35 41 msgstr "" … … 54 60 msgstr "" 55 61 56 msgid "Network interfaces to serve , comma delimited list."62 msgid "Network interfaces to serve." 57 63 msgstr "" 58 64 … … 136 142 msgstr "" 137 143 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 '/'" 144 msgid "This is a list of file names to check for when searching for album art." 141 145 msgstr "" 142 146 -
luci/trunk/po/uk/minidlna.po
r8528 r8545 9 9 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" 10 10 "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" 11 12 msgid "Advanced Settings" 13 msgstr "" 11 14 12 15 msgid "Album art names:" … … 40 43 msgstr "" 41 44 45 msgid "General Settings" 46 msgstr "" 47 42 48 msgid "Interfaces:" 43 49 msgstr "" … … 62 68 msgstr "" 63 69 64 msgid "Network interfaces to serve , comma delimited list."70 msgid "Network interfaces to serve." 65 71 msgstr "" 66 72 … … 144 150 msgstr "" 145 151 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 '/'" 152 msgid "This is a list of file names to check for when searching for album art." 149 153 msgstr "" 150 154 -
luci/trunk/po/vi/minidlna.po
r8528 r8545 8 8 "Content-Transfer-Encoding: 8bit\n" 9 9 "Plural-Forms: nplurals=1; plural=0;\n" 10 11 msgid "Advanced Settings" 12 msgstr "" 10 13 11 14 msgid "Album art names:" … … 39 42 msgstr "" 40 43 44 msgid "General Settings" 45 msgstr "" 46 41 47 msgid "Interfaces:" 42 48 msgstr "" … … 61 67 msgstr "" 62 68 63 msgid "Network interfaces to serve , comma delimited list."69 msgid "Network interfaces to serve." 64 70 msgstr "" 65 71 … … 143 149 msgstr "" 144 150 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 '/'" 151 msgid "This is a list of file names to check for when searching for album art." 148 152 msgstr "" 149 153 -
luci/trunk/po/zh_CN/minidlna.po
r8528 r8545 7 7 "Content-Type: text/plain; charset=UTF-8\n" 8 8 "Content-Transfer-Encoding: 8bit\n" 9 10 msgid "Advanced Settings" 11 msgstr "" 9 12 10 13 msgid "Album art names:" … … 38 41 msgstr "" 39 42 43 msgid "General Settings" 44 msgstr "" 45 40 46 msgid "Interfaces:" 41 47 msgstr "" … … 60 66 msgstr "" 61 67 62 msgid "Network interfaces to serve , comma delimited list."68 msgid "Network interfaces to serve." 63 69 msgstr "" 64 70 … … 142 148 msgstr "" 143 149 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 '/'" 150 msgid "This is a list of file names to check for when searching for album art." 147 151 msgstr "" 148 152
