Remove donations

This commit is contained in:
Claus Vium 2019-02-02 22:29:12 +01:00
parent c50d495768
commit a0fb2207ac
8 changed files with 0 additions and 26 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

View File

@ -915,10 +915,6 @@ msgctxt "#33162"
msgid "Reset the music library?"
msgstr "Musik Datenbank zurücksetzen?"
msgctxt "#33163"
msgid "Support this project"
msgstr "Unterstütze dieses Projekt"
msgctxt "#33164"
msgid "Mask sensitive information in log (does not apply to kodi logging)"
msgstr ""

View File

@ -806,10 +806,6 @@ msgctxt "#33162"
msgid "Reset the music library?"
msgstr ""
msgctxt "#33163"
msgid "Support this project"
msgstr ""
msgctxt "#33164"
msgid "Mask sensitive information in log (does not apply to kodi logging)"
msgstr ""

View File

@ -918,10 +918,6 @@ msgctxt "#33162"
msgid "Reset the music library?"
msgstr "Réinitialiser la médiathèque musicale ?"
msgctxt "#33163"
msgid "Support this project"
msgstr "Soutenir ce projet"
msgctxt "#33164"
msgid "Mask sensitive information in log (does not apply to kodi logging)"
msgstr ""

View File

@ -911,10 +911,6 @@ msgctxt "#33162"
msgid "Reset the music library?"
msgstr "Ripristinare la libreria musicale?"
msgctxt "#33163"
msgid "Support this project"
msgstr "Supporta questo progetto"
msgctxt "#33164"
msgid "Mask sensitive information in log (does not apply to kodi logging)"
msgstr ""

View File

@ -905,10 +905,6 @@ msgctxt "#33162"
msgid "Reset the music library?"
msgstr "Muziek bibliotheek resetten?"
msgctxt "#33163"
msgid "Support this project"
msgstr "Dit project ondersteunen"
msgctxt "#33164"
msgid "Mask sensitive information in log (does not apply to kodi logging)"
msgstr ""

View File

@ -901,10 +901,6 @@ msgctxt "#33162"
msgid "Reset the music library?"
msgstr "Zresetować bibliotekę muzyki?"
msgctxt "#33163"
msgid "Support this project"
msgstr "Wesprzyj projekt"
msgctxt "#33164"
msgid "Mask sensitive information in log (does not apply to kodi logging)"
msgstr ""

View File

@ -191,8 +191,6 @@ def listing():
if settings('backupPath'):
directory(_(33092), "plugin://plugin.video.jellyfin/?mode=backup", False)
directory(_(33163), None, False, artwork="special://home/addons/plugin.video.jellyfin/donations.png")
xbmcplugin.setContent(int(sys.argv[1]), 'files')
xbmcplugin.endOfDirectory(int(sys.argv[1]))