added localized strings
This commit is contained in:
@@ -891,7 +891,7 @@ class related(xbmcgui.WindowDialog):
|
||||
|
||||
self.gt_peli = xbmcgui.ControlTextBox(210, 385, 1100, 60, self.fonts["12"])
|
||||
self.addControl(self.gt_peli)
|
||||
self.gt_peli.setText("[COLOR limegreen][B]Género: [/B][/COLOR]")
|
||||
self.gt_peli.setText("[COLOR limegreen][B]%s[/B][/COLOR]" % config.get_localized_string(70499))
|
||||
if set_animation:
|
||||
self.gt_peli.setAnimations(
|
||||
[('conditional', 'effect=slide start=0,-7000 delay=5750 time=700 condition=true tween=circle easing=in',),
|
||||
@@ -907,7 +907,7 @@ class related(xbmcgui.WindowDialog):
|
||||
|
||||
self.pt_peli = xbmcgui.ControlTextBox(210, 410, 307, 60, self.fonts["12"])
|
||||
self.addControl(self.pt_peli)
|
||||
self.pt_peli.setText("[COLOR limegreen][B]Productora: [/B][/COLOR]")
|
||||
self.pt_peli.setText("[COLOR limegreen][B]%s[/B][/COLOR]" % config.get_localized_string(70498))
|
||||
if set_animation:
|
||||
self.pt_peli.setAnimations(
|
||||
[('conditional', 'effect=slide start=0,-7000 delay=5700 time=700 condition=true tween=circle easing=in',),
|
||||
|
||||
@@ -1350,7 +1350,7 @@ class Tmdb(object):
|
||||
|
||||
if "status_code" in self.temporada[numtemporada]:
|
||||
#Se ha producido un error
|
||||
msg = "La busqueda de " + buscando + " no dio resultados."
|
||||
msg = config.get_localized_string(70496) + buscando + config.get_localized_string(70497)
|
||||
msg += "\nError de tmdb: %s %s" % (
|
||||
self.temporada[numtemporada]["status_code"], self.temporada[numtemporada]["status_message"])
|
||||
logger.debug(msg)
|
||||
|
||||
@@ -1894,7 +1894,7 @@ msgid "Uploading new data"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#60470"
|
||||
msgid "Buscando en Tmdb......."
|
||||
msgid "Searching in Tmdb......."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#60471"
|
||||
@@ -4682,3 +4682,20 @@ msgstr ""
|
||||
msgctxt "#70495"
|
||||
msgid "(10) Masterpiece"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#70496"
|
||||
msgid "The search for "
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#70497"
|
||||
msgid " did not match."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#70498"
|
||||
msgid "Producer: "
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#70499"
|
||||
msgid "Genre: "
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -3989,7 +3989,7 @@ msgstr "[FA] Aggiungi o rimuovi da un elenco utenti"
|
||||
|
||||
msgctxt "#70327"
|
||||
msgid "It's part of: %s"
|
||||
msgstr "E'parte di: %s"
|
||||
msgstr "Fa parte di: %s"
|
||||
|
||||
msgctxt "#70328"
|
||||
msgid "%ss similarar"
|
||||
@@ -4670,3 +4670,20 @@ msgstr "(9) Geniale"
|
||||
msgctxt "#70495"
|
||||
msgid "(10) Masterpiece"
|
||||
msgstr "(10) Capolavoro"
|
||||
|
||||
msgctxt "#70496"
|
||||
msgid "The search for "
|
||||
msgstr "La ricerca di "
|
||||
|
||||
msgctxt "#70497"
|
||||
msgid " did not match."
|
||||
msgstr " non ha dato risultati."
|
||||
|
||||
msgctxt "#70498"
|
||||
msgid "Producer: "
|
||||
msgstr "Produzione: "
|
||||
|
||||
msgctxt "#70499"
|
||||
msgid "Genere: "
|
||||
msgstr "Género: "
|
||||
|
||||
|
||||
@@ -4670,3 +4670,20 @@ msgstr "(9) Genial"
|
||||
msgctxt "#70495"
|
||||
msgid "(10) Masterpiece"
|
||||
msgstr "(10) Obra maestra"
|
||||
|
||||
msgctxt "#70496"
|
||||
msgid "The search for "
|
||||
msgstr "La busqueda de "
|
||||
|
||||
msgctxt "#70497"
|
||||
msgid " did not match."
|
||||
msgstr " no dio resultados."
|
||||
|
||||
msgctxt "#70498"
|
||||
msgid "Producer: "
|
||||
msgstr "Productora: "
|
||||
|
||||
msgctxt "#70499"
|
||||
msgid "Genre: "
|
||||
msgstr "Género: "
|
||||
|
||||
|
||||
@@ -4670,3 +4670,20 @@ msgstr "(9) Genial"
|
||||
msgctxt "#70495"
|
||||
msgid "(10) Masterpiece"
|
||||
msgstr "(10) Obra maestra"
|
||||
|
||||
msgctxt "#70496"
|
||||
msgid "The search for "
|
||||
msgstr "La busqueda de "
|
||||
|
||||
msgctxt "#70497"
|
||||
msgid " did not match."
|
||||
msgstr " no dio resultados."
|
||||
|
||||
msgctxt "#70498"
|
||||
msgid "Producer: "
|
||||
msgstr "Productora: "
|
||||
|
||||
msgctxt "#70499"
|
||||
msgid "Genre: "
|
||||
msgstr "Género: "
|
||||
|
||||
|
||||
@@ -4670,3 +4670,20 @@ msgstr "(9) Genial"
|
||||
msgctxt "#70495"
|
||||
msgid "(10) Masterpiece"
|
||||
msgstr "(10) Obra maestra"
|
||||
|
||||
msgctxt "#70496"
|
||||
msgid "The search for "
|
||||
msgstr "La busqueda de "
|
||||
|
||||
msgctxt "#70497"
|
||||
msgid " did not match."
|
||||
msgstr " no dio resultados."
|
||||
|
||||
msgctxt "#70498"
|
||||
msgid "Producer: "
|
||||
msgstr "Productora: "
|
||||
|
||||
msgctxt "#70499"
|
||||
msgid "Genre: "
|
||||
msgstr "Género: "
|
||||
|
||||
|
||||
Reference in New Issue
Block a user