diff options
author | Mike Lothian <mike@fireburn.co.uk> | 2017-10-20 01:36:01 +0100 |
---|---|---|
committer | Mike Lothian <mike@fireburn.co.uk> | 2017-10-20 01:36:01 +0100 |
commit | 50937bcb20d2c42b8e23143f7d5977f08934774f (patch) | |
tree | db68a68591c1439223ee916dc094dbc2ddd44579 /applications/luci-app-minidlna/po/ja | |
parent | a98548edc7b9fc7a8d7313547e8049b61dd50ddd (diff) |
luci-app-minidlna: Don't specify media_dir=
This is added automatically. Entering it twice stops minidlna from
starting as the config ends up with
media_dir=media_dir=A,/dir/name
Signed-off-by: Mike Lothian <mike@fireburn.co.uk>
Diffstat (limited to 'applications/luci-app-minidlna/po/ja')
-rw-r--r-- | applications/luci-app-minidlna/po/ja/minidlna.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-minidlna/po/ja/minidlna.po b/applications/luci-app-minidlna/po/ja/minidlna.po index 4cfc3385b9..5846b4fab3 100644 --- a/applications/luci-app-minidlna/po/ja/minidlna.po +++ b/applications/luci-app-minidlna/po/ja/minidlna.po @@ -143,12 +143,12 @@ msgid "" "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." +"(eg. A,/mnt/media/Music). Multiple directories can be specified." msgstr "" "miniDLNA がスキャンするディレクトリを設定します。ディレクトリを特定のコンテン" "ツに制限したい場合、タイプをパスのはじめに付け、コンマ記号で区切ることで設定" "できます ('A'=オーディオ \"audio\", 'V'=ビデオ \"video\", 'P'=写真 \"images" -"\", 例: media_dir=A,/mnt/media/Music)。また、このオプションは複数のディレクト" +"\", 例: A,/mnt/media/Music)。また、このオプションは複数のディレクト" "リを登録可能です。" msgid "Specify the path to the MiniSSDPd socket." |