aggiornamento lingue e testi

This commit is contained in:
axlt2002
2020-03-18 00:08:42 +01:00
parent 4772b9e82c
commit b5fdaeabeb
3 changed files with 29 additions and 29 deletions
+11 -11
View File
@@ -876,11 +876,11 @@ def add_movie(item):
insertados, sobreescritos, fallidos = save_movie(new_item) insertados, sobreescritos, fallidos = save_movie(new_item)
if fallidos == 0: if fallidos == 0:
platformtools.dialog_ok(config.get_localized_string(30131), new_item.contentTitle, platformtools.dialog_ok(config.get_localized_string(30131),
config.get_localized_string(30135)) # 'se ha añadido a la videoteca' config.get_localized_string(30135) % new_item.contentTitle) # 'se ha añadido a la videoteca'
else: else:
platformtools.dialog_ok(config.get_localized_string(30131), platformtools.dialog_ok(config.get_localized_string(30131),
config.get_localized_string(60066)) #"ERROR, la pelicula NO se ha añadido a la videoteca") config.get_localized_string(60066) % new_item.contentTitle) #"ERROR, la pelicula NO se ha añadido a la videoteca")
def add_tvshow(item, channel=None): def add_tvshow(item, channel=None):
@@ -948,20 +948,20 @@ def add_tvshow(item, channel=None):
insertados, sobreescritos, fallidos, path = save_tvshow(item, itemlist) insertados, sobreescritos, fallidos, path = save_tvshow(item, itemlist)
if not insertados and not sobreescritos and not fallidos: if not insertados and not sobreescritos and not fallidos:
platformtools.dialog_ok(config.get_localized_string(30131), config.get_localized_string(60067)) platformtools.dialog_ok(config.get_localized_string(30131), config.get_localized_string(60067) % item.show)
logger.error("The %s series could not be added to the video library. Could not get any episode" % item.show) logger.error("La serie %s no se ha podido añadir a la videoteca. No se ha podido obtener ningun episodio" % item.show)
elif fallidos == -1: elif fallidos == -1:
platformtools.dialog_ok(config.get_localized_string(30131), config.get_localized_string(60068)) platformtools.dialog_ok(config.get_localized_string(30131), config.get_localized_string(60068) % item.show)
logger.error("The %s series could not be added to the video library" % item.show) logger.error("La serie %s no se ha podido añadir a la videoteca" % item.show)
elif fallidos > 0: elif fallidos > 0:
platformtools.dialog_ok(config.get_localized_string(30131), config.get_localized_string(60069)) platformtools.dialog_ok(config.get_localized_string(30131), config.get_localized_string(60069) % item.show)
logger.error("Could not add %s episodes of the %s series to the video library" % (fallidos, item.show)) logger.error("No se han podido añadir %s episodios de la serie %s a la videoteca" % (fallidos, item.show))
else: else:
platformtools.dialog_ok(config.get_localized_string(30131), config.get_localized_string(60070)) platformtools.dialog_ok(config.get_localized_string(30131), config.get_localized_string(60070) % item.show)
logger.info("%s episodes of the %s series have been added to the video library" % (insertados, item.show)) logger.info("Se han añadido %s episodios de la serie %s a la videoteca" % (insertados, item.show))
if config.is_xbmc(): if config.is_xbmc():
if config.get_setting("sync_trakt_new_tvshow", "videolibrary"): if config.get_setting("sync_trakt_new_tvshow", "videolibrary"):
import xbmc import xbmc
+6 -6
View File
@@ -302,7 +302,7 @@ msgid "Do you want to remove links from this channel?"
msgstr "" msgstr ""
msgctxt "#30135" msgctxt "#30135"
msgid "added to the video library" msgid "The movie "%s" has been added to the video library"
msgstr "" msgstr ""
msgctxt "#30136" msgctxt "#30136"
@@ -871,23 +871,23 @@ msgid "Added episode to the video library..."
msgstr "" msgstr ""
msgctxt "#60066" msgctxt "#60066"
msgid "ERROR, It has NOT been possible to add the video to the video library" msgid "An error has occurred. It has not been possible to add the movie "%s" to the video library"
msgstr "" msgstr ""
msgctxt "#60067" msgctxt "#60067"
msgid "ERROR, TV show has NOT been added to video library\nIt has NOT been possible to add no episode" msgid "An error has occurred. The TV show "%s" has not been added to the video library. It has not been possible to add any episode"
msgstr "" msgstr ""
msgctxt "#60068" msgctxt "#60068"
msgid "ERROR, TV show has NOT been added to video library" msgid "An error has occurred. The TV show "%s" has not been added to the video library"
msgstr "" msgstr ""
msgctxt "#60069" msgctxt "#60069"
msgid "ERRORE, TV show has NOT been added completely to video library" msgid "An error has occurred. The TV show "%s" has not been added completely to the video library"
msgstr "" msgstr ""
msgctxt "#60070" msgctxt "#60070"
msgid "TV show has been added to video library" msgid "The TV show "%s" has been added to the video library"
msgstr "" msgstr ""
msgctxt "#60071" msgctxt "#60071"
+12 -12
View File
@@ -302,8 +302,8 @@ msgid "Do you want to remove links from this channel?"
msgstr "Vuoi rimuovere i collegamenti da questo canale?" msgstr "Vuoi rimuovere i collegamenti da questo canale?"
msgctxt "#30135" msgctxt "#30135"
msgid "added to the video library" msgid "The movie "%s" has been added to the video library"
msgstr "aggiunto alla libreria" msgstr "Il film "%s" è stato aggiunto alla videoteca"
msgctxt "#30136" msgctxt "#30136"
msgid "Original version" msgid "Original version"
@@ -870,24 +870,24 @@ msgid "Added episode to the video library..."
msgstr "Aggiunta episodio alla videoteca..." msgstr "Aggiunta episodio alla videoteca..."
msgctxt "#60066" msgctxt "#60066"
msgid "ERROR, It has NOT been possible to add the video to the video library" msgid "An error has occurred. It has not been possible to add the movie "%s" to the video library"
msgstr "ERRORE, NON è stato possibile aggiungere il video alla videoteca" msgstr "Si è verificato un errore. Non è stato possibile aggiungere il film "%s" alla videoteca"
msgctxt "#60067" msgctxt "#60067"
msgid "ERROR, TV show has NOT been added to video library\nIt has NOT been possible to add no episode" msgid "An error has occurred. The TV show "%s" has not been added to the video library. It has not been possible to add any episode"
msgstr "ERRORE, la serie TV NON è stata aggiunta alla videoteca\nNon è stato possibile aggiungere alcun episodio" msgstr "Si è verificato un errore. La serie TV "%s" non è stata aggiunta alla videoteca. Non è stato possibile aggiungere alcun episodio"
msgctxt "#60068" msgctxt "#60068"
msgid "ERROR, TV show has NOT been added to video library" msgid "An error has occurred. The TV show "%s" has not been added to the video library"
msgstr "ERRORE, la serie TV NON è stata aggiunta alla videoteca" msgstr "Si è verificato un errore. La serie TV "%s" non è stata aggiunta alla videoteca"
msgctxt "#60069" msgctxt "#60069"
msgid "ERRORE, TV show has NOT been added completely to video library" msgid "An error has occurred. The TV show "%s" has not been added completely to the video library"
msgstr "ERRORE, la serie TV NON è stata aggiunta completamente alla videoteca" msgstr "Si è verificato un errore. La serie TV "%s" non è stata aggiunta completamente alla videoteca"
msgctxt "#60070" msgctxt "#60070"
msgid "TV show has been added to video library" msgid "The TV show "%s" has been added to the video library"
msgstr "La serie TV è stata aggiunta alla videoteca" msgstr "La serie TV "%s" è stata aggiunta alla videoteca"
msgctxt "#60071" msgctxt "#60071"
msgid "Autoplay configuration" msgid "Autoplay configuration"