def Translate(self, text):
     return to_unicode(getLocalizedLabel(to_unicode(text)))
 def TranslateText(self, text):
     return to_unicode(getLocalizedText(to_unicode(text)))
 def UpNext_Notify(self, data):
     upnext_signal(ADDON_ID, to_unicode(data))