Fix Translation

This commit is contained in:
Alhaziel
2019-06-01 19:08:42 +02:00
parent 018c8408d8
commit 202dfb7429
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -470,11 +470,11 @@ def find_and_set_infoLabels(item):
if item.contentType == "movie":
tipo_busqueda = "movie"
tipo_contenido = config.get_localized_string(70283)
tipo_contenido = config.get_localized_string(60247)
title = item.contentTitle
else:
tipo_busqueda = "tv"
tipo_contenido = config.get_localized_string(60245)
tipo_contenido = config.get_localized_string(60298)
title = item.contentSerieName
# Si el titulo incluye el (año) se lo quitamos
@@ -497,7 +497,7 @@ def find_and_set_infoLabels(item):
if len(results) > 1:
from platformcode import platformtools
tmdb_result = platformtools.show_video_info(results, item=item,
caption=config.get_localized_string(60247) %(title, tipo_contenido))
caption= tipo_contenido % title)
elif len(results) > 0:
tmdb_result = results[0]
+1 -1
View File
@@ -1070,7 +1070,7 @@ msgid "Full information"
msgstr ""
msgctxt "#60247"
msgid "[%s]: Select the correct %s"
msgid "[%s]: Select the correct movie"
msgstr ""
msgctxt "#60248"
+2 -2
View File
@@ -1070,8 +1070,8 @@ msgid "Full information"
msgstr "Informazioni complete"
msgctxt "#60247"
msgid "[%s]: Select the correct %s"
msgstr "[%s]: Seleziona la %s corretta"
msgid "[%s]: Select the correct movie"
msgstr "[%s]: Seleziona il Film corretto"
msgctxt "#60248"
msgid "Login to this page: %s"