Skip to content

Commit

Permalink
[partnerbox]
Browse files Browse the repository at this point in the history
* update logo
* update po files
  • Loading branch information
jbleyel committed May 27, 2024
1 parent 60f95f0 commit d171c3f
Show file tree
Hide file tree
Showing 14 changed files with 719 additions and 771 deletions.
146 changes: 71 additions & 75 deletions partnerbox2/po/Partnerbox.pot

Large diffs are not rendered by default.

146 changes: 71 additions & 75 deletions partnerbox2/po/cs.po

Large diffs are not rendered by default.

170 changes: 78 additions & 92 deletions partnerbox2/po/de.po

Large diffs are not rendered by default.

146 changes: 71 additions & 75 deletions partnerbox2/po/hu.po

Large diffs are not rendered by default.

146 changes: 71 additions & 75 deletions partnerbox2/po/it.po

Large diffs are not rendered by default.

146 changes: 71 additions & 75 deletions partnerbox2/po/lt.po

Large diffs are not rendered by default.

147 changes: 71 additions & 76 deletions partnerbox2/po/nl.po

Large diffs are not rendered by default.

147 changes: 71 additions & 76 deletions partnerbox2/po/ru.po

Large diffs are not rendered by default.

146 changes: 71 additions & 75 deletions partnerbox2/po/sr.po

Large diffs are not rendered by default.

146 changes: 71 additions & 75 deletions partnerbox2/po/sv.po

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion partnerbox2/src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ plugin_PYTHON = \
plugin.py

plugin_DATA = \
Setup_Partnerbox.png \
logo.png \
setup.xml
Binary file removed partnerbox2/src/Setup_Partnerbox.png
Binary file not shown.
Binary file added partnerbox2/src/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion partnerbox2/src/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -2208,5 +2208,5 @@ def Plugins(**kwargs):
clist.append(PluginDescriptor(name=_("Partnerbox: RemoteTV Player"), description=_("Stream TV from your partnerbox"), where=[PluginDescriptor.WHERE_EXTENSIONSMENU], fnc=remotetvplayer))
if config.plugins.Partnerbox.showcurrentstreaminextensionsmenu.value:
clist.append(PluginDescriptor(name=_("Partnerbox: Stream current RemoteChannel"), description=_("Stream current channel from partnerbox"), where=[PluginDescriptor.WHERE_EXTENSIONSMENU], fnc=currentremotetv))
clist.append(PluginDescriptor(name=_("Partnerbox"), description=_("Setup for Partnerbox"), where=[PluginDescriptor.WHERE_PLUGINMENU], icon="Setup_Partnerbox.png", fnc=setup))
clist.append(PluginDescriptor(name=_("Partnerbox"), description=_("Setup for Partnerbox"), where=[PluginDescriptor.WHERE_PLUGINMENU], icon="logo.png", fnc=setup))
return clist

0 comments on commit d171c3f

Please sign in to comment.