From b1ba248e43fe7b673024fde4b1ff3b44a94f55b0 Mon Sep 17 00:00:00 2001 From: thedoctor66 <37449358+thedoctor66@users.noreply.github.com> Date: Thu, 12 Jul 2018 18:52:44 +0200 Subject: [PATCH] Added localized strings --- plugin.video.alfa/channels/videolibrary.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin.video.alfa/channels/videolibrary.py b/plugin.video.alfa/channels/videolibrary.py index 14764ad3..a18e6784 100644 --- a/plugin.video.alfa/channels/videolibrary.py +++ b/plugin.video.alfa/channels/videolibrary.py @@ -16,10 +16,10 @@ def mainlist(item): itemlist = list() itemlist.append(Item(channel=item.channel, action="list_movies", title=config.get_localized_string(60509), - category="Videoteca de pelĂ­culas", + category=config.get_localized_string(70270), thumbnail=get_thumb("videolibrary_movie.png"))) itemlist.append(Item(channel=item.channel, action="list_tvshows", title=config.get_localized_string(60600), - category="Videoteca de series", + category=config.get_localized_string(70271), thumbnail=get_thumb("videolibrary_tvshow.png"))) return itemlist @@ -146,7 +146,7 @@ def list_tvshows(item): "action": "delete", "channel": "videolibrary", "multicanal": multicanal}, - {"title": "Buscar nuevos episodios ahora", + {"title": config.get_localized_string(70269), "action": "update_tvshow", "channel": "videolibrary"}] # ,{"title": "Cambiar contenido (PENDIENTE)",