summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-minidlna/po/he/minidlna.po
AgeCommit message (Collapse)Author
2020-05-01treewide: i18n - sync translationsHannu Nyman
Sync translations Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-04-11treewide: resync translation templatesJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-02treewide: resync translationsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-11-07i18n: sync translations, add location annotatationsHannu Nyman
Thanks to a recent commit, the translation files will now have info about locations where the string is used. That can help is deciding the correct translation, as all contexts are more easily found. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-09-01i18n: sync translationsINAGAKI Hiroshi
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2018-08-15luci-app-minidlna: Colons removedAmeer Dawood
Colons have been removed as asked in #1566 Signed-off-by: Ameer Dawood <ameer1234567890@gmail.com>
2017-10-25luci-app-minidlna: Sync translationsINAGAKI Hiroshi
Synchronized translations with sources. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-10-25luci-app-minidlna: Fix errors in po filesINAGAKI Hiroshi
Modified incorrect "msgid" to "msgstr". Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-10-21Merge pull request #1380 from jcadduono/minidlnaHannu Nyman
luci-app-minidlna: add allow wide links option
2017-10-20luci-app-minidlna: Don't specify media_dir=Mike Lothian
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>
2017-09-24luci-app-minidlna: add allow wide links optionJames Christopher Adduono
This option was added to minidlna in version 1.2.0 and is set to no by default. Signed-off-by: James Christopher Adduono <jc@adduono.com>
2015-01-08Rework LuCI build systemJo-Philipp Wich
* Rename subdirectories to their repective OpenWrt package names * Make each LuCI module its own standalone package * Deploy a shared luci.mk which is used by each module Makefile Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>