From 25b3a66a21119d1d026e89a8cb3c4694d16d8643 Mon Sep 17 00:00:00 2001 From: mac12m99 Date: Sun, 11 Aug 2019 13:35:01 +0200 Subject: [PATCH] traduzioni mancanti sezione "I miei link" --- resources/language/English/strings.po | 20 ++++++++++++++++++++ resources/language/Italian/strings.po | 22 +++++++++++++++++++++- specials/kodfavorites.py | 8 ++++---- 3 files changed, 45 insertions(+), 5 deletions(-) diff --git a/resources/language/English/strings.po b/resources/language/English/strings.po index 36d067f9..9fb213b2 100644 --- a/resources/language/English/strings.po +++ b/resources/language/English/strings.po @@ -5583,4 +5583,24 @@ msgstr "" msgctxt "#70719" msgid "I can't automatically find the special episode number, please enter it manually" +msgstr "" + +msgctxt "#70720" +msgid "Dear User\n,You are currently not connected to any modem/router. You cannot access KOD because the channels will not be reachable! We advise you to check at least that the modem/router is switched on and/or your device is connected.\n" +msgstr "" + +msgctxt "#70721" +msgid "Dear user, you seem to have problems with ADSL! You cannot access KOD because the channels will not be accessible! We suggest you call your manager's toll-free number or check it out at least that the modem/router is on and/or your device is connected." +msgstr "" + +msgctxt "#70722" +msgid "Dear User, your current DNS do not allow you to reach all ergo sites, not all Channels will work. We recommend that you set up your DNS to take advantage of more channels. Search your favorite search engine how to set them up on your device." +msgstr "" + +msgctxt "#70723" +msgid "links in the folder" +msgstr "" + +msgctxt "#70724" +msgid "Channel" msgstr "" \ No newline at end of file diff --git a/resources/language/Italian/strings.po b/resources/language/Italian/strings.po index 315e9a74..b179c7e4 100644 --- a/resources/language/Italian/strings.po +++ b/resources/language/Italian/strings.po @@ -5583,4 +5583,24 @@ msgstr "N° Ep. (vuoto per OK) " msgctxt "#70719" msgid "I can't automatically find the special episode number, please enter it manually" -msgstr "Non riesco a trovare automaticamente il numero dell'episodio speciale, per favore inseriscilo manualmente" \ No newline at end of file +msgstr "Non riesco a trovare automaticamente il numero dell'episodio speciale, per favore inseriscilo manualmente" + +msgctxt "#70720" +msgid "Dear User\n,You are currently not connected to any modem/router. You cannot access KOD because the channels will not be reachable! We advise you to check at least that the modem/router is switched on and/or your device is connected.\n" +msgstr "Gentile Utente,\nAttualmente non risulti connesso a nessun Modem/Router.\nNON POTRAI ACCEDERE A KOD!\npoichè i canali non saranno raggiungibili, finchè non risolverai il problema. Controlla quanto meno che il modem/router sia acceso e/o il tuo dispositivo connesso.\n" + +msgctxt "#70721" +msgid "Dear user, you seem to have problems with ADSL! You cannot access KOD because the channels will not be accessible! We suggest you call your manager's toll-free number or check it out at least that the modem/router is on and/or your device is connected." +msgstr "Gentile Utente, sembra tu abbia problemi con l'ADSL! NON POTRAI ACCEDERE A KOD!\npoichè i canali non saranno raggiungibili, finchè non risolverai il problema. Controlla quanto meno che il modem/router sia acceso e/o il tuo dispositivo connesso." + +msgctxt "#70722" +msgid "Dear User, your current DNS do not allow you to reach all ergo sites, not all Channels will work. We recommend that you set up your DNS to take advantage of more channels. Search your favorite search engine how to set them up on your device." +msgstr "Gentile Utente, i tuoi DNS attuali non ti permettono di raggiungere tutti i siti, ergo, non tutti i Canali funzioneranno. Ti consigliamo, per usufruire di un maggior numero di canali, di impostare i DNS. Cerca sul tuo motore di ricerca preferito come impostarli sul tuo dispositivo." + +msgctxt "#70723" +msgid "links in the folder" +msgstr "collegamenti nella cartella" + +msgctxt "#70724" +msgid "Channel" +msgstr "Canale" \ No newline at end of file diff --git a/specials/kodfavorites.py b/specials/kodfavorites.py index 2cedae2f..4b263b38 100644 --- a/specials/kodfavorites.py +++ b/specials/kodfavorites.py @@ -202,7 +202,7 @@ def mainlist(item): context.append({'title': config.get_localized_string(70538), 'channel': item.channel, 'action': 'mover_perfil', 'i_perfil': i_perfil, 'direccion': 'bottom'}) - plot = '%d enlaces en la carpeta' % len(perfil['items']) + plot = str(len(perfil['items'])) + " " + config.get_localized_string(70723) itemlist.append(Item(channel=item.channel, action='mostrar_perfil', title=perfil['title'], plot=plot, i_perfil=i_perfil, context=context)) itemlist.append(item.clone(action='crear_perfil', title=config.get_localized_string(70542), folder=False)) @@ -230,10 +230,10 @@ def mostrar_perfil(item): it.context = [ {'title': '[COLOR blue]'+config.get_localized_string(70617)+'[/COLOR]', 'channel': item.channel, 'action': 'acciones_enlace', 'i_enlace': i_enlace, 'i_perfil': i_perfil} ] - it.plot += '[CR][CR][COLOR blue]Canal:[/COLOR] ' + it.channel + ' [COLOR blue]Action:[/COLOR] ' + it.action + it.plot += '[CR][CR][COLOR blue]' + config.get_localized_string(70724) + ':[/COLOR] ' + it.channel + ' [COLOR blue]' + config.get_localized_string(60266) + ':[/COLOR] ' + it.action if it.extra != '': it.plot += ' [COLOR blue]Extra:[/COLOR] ' + it.extra it.plot += '[CR][COLOR blue]Url:[/COLOR] ' + it.url if isinstance(it.url, str) else '...' - if it.date_added != '': it.plot += '[CR][COLOR blue]Added:[/COLOR] ' + it.date_added + if it.date_added != '': it.plot += '[CR][COLOR blue]' + config.get_localized_string(70469) + ':[/COLOR] ' + it.date_added # Si no es una url, ni tiene la ruta del sistema, convertir el path ya que se habrá copiado de otro dispositivo. # Sería más óptimo que la conversión se hiciera con un menú de importar, pero de momento se controla en run-time. @@ -732,7 +732,7 @@ def informacion_lista(item): if 'tinyupload_date' in alfav.info_lista: txt += '[CR]' + config.get_localized_string(70638) + ' ' + alfav.info_lista['tinyupload_date'] + ' ' + config.get_localized_string(70639) + ' [COLOR blue]' + alfav.info_lista['tinyupload_code'] + '[/COLOR]' - txt += '[CR]' + config.get_localized_string(70640) + ' ' + len(alfav.user_favorites) + txt += '[CR]' + config.get_localized_string(70640) + ' ' + str(len(alfav.user_favorites)) for perfil in alfav.user_favorites: txt += '[CR]- %s (%d %s)' % (perfil['title'], len(perfil['items']), config.get_localized_string(70641))