Merge pull request #1380 from jcadduono/minidlna
authorHannu Nyman <hannu.nyman@iki.fi>
Sat, 21 Oct 2017 06:50:01 +0000 (09:50 +0300)
committerGitHub <noreply@github.com>
Sat, 21 Oct 2017 06:50:01 +0000 (09:50 +0300)
luci-app-minidlna: add allow wide links option

27 files changed:
applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua
applications/luci-app-minidlna/po/ca/minidlna.po
applications/luci-app-minidlna/po/cs/minidlna.po
applications/luci-app-minidlna/po/de/minidlna.po
applications/luci-app-minidlna/po/el/minidlna.po
applications/luci-app-minidlna/po/en/minidlna.po
applications/luci-app-minidlna/po/es/minidlna.po
applications/luci-app-minidlna/po/fr/minidlna.po
applications/luci-app-minidlna/po/he/minidlna.po
applications/luci-app-minidlna/po/hu/minidlna.po
applications/luci-app-minidlna/po/it/minidlna.po
applications/luci-app-minidlna/po/ja/minidlna.po
applications/luci-app-minidlna/po/ms/minidlna.po
applications/luci-app-minidlna/po/no/minidlna.po
applications/luci-app-minidlna/po/pl/minidlna.po
applications/luci-app-minidlna/po/pt-br/minidlna.po
applications/luci-app-minidlna/po/pt/minidlna.po
applications/luci-app-minidlna/po/ro/minidlna.po
applications/luci-app-minidlna/po/ru/minidlna.po
applications/luci-app-minidlna/po/sk/minidlna.po
applications/luci-app-minidlna/po/sv/minidlna.po
applications/luci-app-minidlna/po/templates/minidlna.pot
applications/luci-app-minidlna/po/tr/minidlna.po
applications/luci-app-minidlna/po/uk/minidlna.po
applications/luci-app-minidlna/po/vi/minidlna.po
applications/luci-app-minidlna/po/zh-cn/minidlna.po
applications/luci-app-minidlna/po/zh-tw/minidlna.po

index 347f7f6..3f59e53 100644 (file)
@@ -91,6 +91,10 @@ s:taboption("advanced", Flag, "enable_tivo", translate("Enable TIVO:"),
        translate("Set this to enable support for streaming .jpg and .mp3 files to a TiVo supporting HMO."))
 o.rmempty = true
 
+s:taboption("advanced", Flag, "wide_links", translate("Allow wide links"),
+       translate("Set this to allow serving content outside the media root (via symlinks)."))
+o.rmempty = true
+
 o = s:taboption("advanced", Flag, "strict_dlna", translate("Strict to DLNA standard:"),
        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."))
 o.rmempty = true
index f23c00f..ed710e5 100644 (file)
@@ -17,6 +17,9 @@ msgstr "Ajusts avançats"
 msgid "Album art names:"
 msgstr ""
 
+msgid "Allow wide links:"
+msgid ""
+
 msgid "Announced model number:"
 msgstr ""
 
index 2453d4a..f642510 100644 (file)
@@ -17,6 +17,9 @@ msgstr "Pokročilé nastavení"
 msgid "Album art names:"
 msgstr ""
 
+msgid "Allow wide links:"
+msgid ""
+
 msgid "Announced model number:"
 msgstr ""
 
index c39f1c7..4d20ec2 100644 (file)
@@ -17,6 +17,9 @@ msgstr "Erweiterte Einstellungen"
 msgid "Album art names:"
 msgstr "Dateinamen für Cover-Bilder:"
 
+msgid "Allow wide links:"
+msgid ""
+
 msgid "Announced model number:"
 msgstr "Angekündigte Modellnummer:"
 
index 1a6938a..d7af11c 100644 (file)
@@ -14,6 +14,9 @@ msgstr ""
 msgid "Album art names:"
 msgstr ""
 
+msgid "Allow wide links:"
+msgid ""
+
 msgid "Announced model number:"
 msgstr ""
 
index 375f71f..fefcfcc 100644 (file)
@@ -14,6 +14,9 @@ msgstr ""
 msgid "Album art names:"
 msgstr "Album art names:"
 
+msgid "Allow wide links:"
+msgid ""
+
 msgid "Announced model number:"
 msgstr "Announced model number:"
 
index 7426854..e08fff7 100644 (file)
@@ -17,6 +17,9 @@ msgstr "Configuración avanzada"
 msgid "Album art names:"
 msgstr "Imágenes de álbumes:"
 
+msgid "Allow wide links:"
+msgid ""
+
 msgid "Announced model number:"
 msgstr "Número de modelo declarado:"
 
index f7be991..5eb2e1b 100644 (file)
@@ -14,6 +14,9 @@ msgstr ""
 msgid "Album art names:"
 msgstr ""
 
+msgid "Allow wide links:"
+msgid ""
+
 msgid "Announced model number:"
 msgstr ""
 
index 1a6938a..d7af11c 100644 (file)
@@ -14,6 +14,9 @@ msgstr ""
 msgid "Album art names:"
 msgstr ""
 
+msgid "Allow wide links:"
+msgid ""
+
 msgid "Announced model number:"
 msgstr ""
 
index 4e6a1de..4f259c1 100644 (file)
@@ -17,6 +17,9 @@ msgstr "Haladó beállítások"
 msgid "Album art names:"
 msgstr "Borító album nevek:"
 
+msgid "Allow wide links:"
+msgid ""
+
 msgid "Announced model number:"
 msgstr "Közölt modellszám:"
 
index 9f6d3f2..b118916 100644 (file)
@@ -17,6 +17,9 @@ msgstr "Opzioni avanzate"
 msgid "Album art names:"
 msgstr "Nome Copertina Album:"
 
+msgid "Allow wide links:"
+msgid ""
+
 msgid "Announced model number:"
 msgstr "Numero modello annunciato:"
 
index 5846b4f..66bc503 100644 (file)
@@ -17,6 +17,9 @@ msgstr "詳細設定"
 msgid "Album art names:"
 msgstr "アルバムアートワーク・ファイル名:"
 
+msgid "Allow wide links:"
+msgid ""
+
 msgid "Announced model number:"
 msgstr "通知するモデル番号:"
 
index 596456b..a9f875e 100644 (file)
@@ -13,6 +13,9 @@ msgstr ""
 msgid "Album art names:"
 msgstr ""
 
+msgid "Allow wide links:"
+msgid ""
+
 msgid "Announced model number:"
 msgstr ""
 
index 096247a..4d70e39 100644 (file)
@@ -17,6 +17,9 @@ msgstr "Avanserte Innstillinger"
 msgid "Album art names:"
 msgstr "Albumbilder navn:"
 
+msgid "Allow wide links:"
+msgid ""
+
 msgid "Announced model number:"
 msgstr "Annonsert modellnummer:"
 
index ef0e98e..6215dc8 100644 (file)
@@ -18,6 +18,9 @@ msgstr "Ustawienia zaawansowane"
 msgid "Album art names:"
 msgstr "Nazwy okładek albumów:"
 
+msgid "Allow wide links:"
+msgid ""
+
 msgid "Announced model number:"
 msgstr "Rozgłaszany model:"
 
index 8e2e68c..29c7a7c 100644 (file)
@@ -14,6 +14,9 @@ msgstr "Configuração Avançada"
 msgid "Album art names:"
 msgstr "Nomes do Álbum artistico: "
 
+msgid "Allow wide links:"
+msgid ""
+
 msgid "Announced model number:"
 msgstr "numero de modelo anunciado:"
 
index bde0c6d..95d6b32 100644 (file)
@@ -17,6 +17,9 @@ msgstr "Definições Avançadas"
 msgid "Album art names:"
 msgstr ""
 
+msgid "Allow wide links:"
+msgid ""
+
 msgid "Announced model number:"
 msgstr "Número modelo anunciado:"
 
index ed9060e..786ac98 100644 (file)
@@ -18,6 +18,9 @@ msgstr "Setări avansate"
 msgid "Album art names:"
 msgstr ""
 
+msgid "Allow wide links:"
+msgid ""
+
 msgid "Announced model number:"
 msgstr ""
 
index c9ea96d..893fc71 100644 (file)
@@ -20,6 +20,9 @@ msgstr "Расширенные настройки"
 msgid "Album art names:"
 msgstr "Имена обложек альбома:"
 
+msgid "Allow wide links:"
+msgid ""
+
 msgid "Announced model number:"
 msgstr "Номер модели:"
 
index 7dcc5c6..0ea592e 100644 (file)
@@ -14,6 +14,9 @@ msgstr ""
 msgid "Album art names:"
 msgstr ""
 
+msgid "Allow wide links:"
+msgid ""
+
 msgid "Announced model number:"
 msgstr ""
 
index 85e79a5..169d55a 100644 (file)
@@ -15,6 +15,9 @@ msgstr ""
 msgid "Album art names:"
 msgstr ""
 
+msgid "Allow wide links:"
+msgid ""
+
 msgid "Announced model number:"
 msgstr ""
 
index 5919e55..d565824 100644 (file)
@@ -7,6 +7,9 @@ msgstr ""
 msgid "Album art names:"
 msgstr ""
 
+msgid "Allow wide links:"
+msgstr ""
+
 msgid "Announced model number:"
 msgstr ""
 
index e2c61b3..973dbd0 100644 (file)
@@ -14,6 +14,9 @@ msgstr ""
 msgid "Album art names:"
 msgstr ""
 
+msgid "Allow wide links:"
+msgid ""
+
 msgid "Announced model number:"
 msgstr ""
 
index 04eba0f..8bf5160 100644 (file)
@@ -15,6 +15,9 @@ msgstr ""
 msgid "Album art names:"
 msgstr ""
 
+msgid "Allow wide links:"
+msgid ""
+
 msgid "Announced model number:"
 msgstr ""
 
index e2c61b3..973dbd0 100644 (file)
@@ -14,6 +14,9 @@ msgstr ""
 msgid "Album art names:"
 msgstr ""
 
+msgid "Allow wide links:"
+msgid ""
+
 msgid "Announced model number:"
 msgstr ""
 
index 8339c94..393b116 100644 (file)
@@ -17,6 +17,9 @@ msgstr "高级设置"
 msgid "Album art names:"
 msgstr "专辑封面名称:"
 
+msgid "Allow wide links:"
+msgid ""
+
 msgid "Announced model number:"
 msgstr "通告型号:"
 
index 45cfa72..5dad93e 100644 (file)
@@ -17,6 +17,9 @@ msgstr "進階設定值"
 msgid "Album art names:"
 msgstr "專輯名稱"
 
+msgid "Allow wide links:"
+msgid ""
+
 msgid "Announced model number:"
 msgstr "已宣告型號數量"