mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Remove donations
This commit is contained in:
parent
c50d495768
commit
a0fb2207ac
8 changed files with 0 additions and 26 deletions
BIN
donations.png
BIN
donations.png
Binary file not shown.
Before Width: | Height: | Size: 8.9 KiB |
|
@ -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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
|
|
@ -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]))
|
||||
|
||||
|
|
Loading…
Reference in a new issue