diff --git a/resources/language/resource.language.en_gb/strings.po b/resources/language/resource.language.en_gb/strings.po index 6a60f680..254bf6d7 100644 --- a/resources/language/resource.language.en_gb/strings.po +++ b/resources/language/resource.language.en_gb/strings.po @@ -1425,7 +1425,7 @@ msgid "The unzipped %s file already exists, or you want to overwrite it.?" msgstr "" msgctxt "#60305" -msgid "" +msgid "[COLOR red]Do not open this link[/COLOR]" msgstr "" msgctxt "#60306" @@ -1437,7 +1437,7 @@ msgid "Use 'Preferences' to change your password" msgstr "" msgctxt "#60308" -msgid "" +msgid "[COLOR red]It's one use, so write it[/COLOR]" msgstr "" msgctxt "#60309" @@ -1541,7 +1541,7 @@ msgid "Configuration" msgstr "" msgctxt "#60334" -msgid "" +msgid "Log file too large. Restart Kodi and retry" msgstr "" msgctxt "#60335" diff --git a/resources/language/resource.language.it_it/strings.po b/resources/language/resource.language.it_it/strings.po index c53a7fd4..f9c8b612 100644 --- a/resources/language/resource.language.it_it/strings.po +++ b/resources/language/resource.language.it_it/strings.po @@ -1424,8 +1424,8 @@ msgid "The unzipped %s file already exists, or you want to overwrite it.?" msgstr "il file %s da decomprimere esiste già, vuoi sovrascriverlo?" msgctxt "#60305" -msgid "" -msgstr "" +msgid "[COLOR red]Do not open this link[/COLOR]" +msgstr "[COLOR red]NON aprire questo link[/COLOR]" msgctxt "#60306" msgid "The fields 'New password' and 'Confirm new password' do not match" @@ -1436,8 +1436,8 @@ msgid "Use 'Preferences' to change your password" msgstr "Entra in 'Preferenze' per cambiare la password" msgctxt "#60308" -msgid "" -msgstr "" +msgid "[COLOR red]It's one use, so write it[/COLOR]" +msgstr "[COLOR red]Funziona una volta sola, quindi scrivilo[/COLOR]" msgctxt "#60309" msgid "The password is not correct." @@ -1540,8 +1540,8 @@ msgid "Configuration" msgstr "Configurazione" msgctxt "#60334" -msgid "" -msgstr "" +msgid "Log file too large. Restart Kodi and retry" +msgstr "File di log troppo pesante. Riapri kodi e riprova" msgctxt "#60335" msgid "Watch in..." diff --git a/specials/setting.py b/specials/setting.py index 2f847944..c66f9a2e 100644 --- a/specials/setting.py +++ b/specials/setting.py @@ -836,9 +836,15 @@ def report_menu(item): action = 'call_browser' url = item.url itemlist.append(Item(channel=item.channel, action=action, - title="**- LOG: [COLOR gold]%s[/COLOR] -**" % item.url, url=url, + title="LOG: [COLOR gold]%s[/COLOR]" % item.url, url=url, thumbnail=thumb_next, unify=False, folder=False)) - + if item.one_use: + itemlist.append(Item(channel=item.channel, action="", + title=config.get_localized_string(60305), + thumbnail=thumb_next, folder=False)) + itemlist.append(Item(channel=item.channel, action="", + title=config.get_localized_string(60308), + thumbnail=thumb_next, folder=False)) itemlist.append(Item(channel=item.channel, action="call_browser", title="su Github (raccomandato)", url='https://github.com/kodiondemand/addon/issues', thumbnail=thumb_next, @@ -847,14 +853,6 @@ def report_menu(item): url='https://t.me/kodiondemand', title="Su telegram", thumbnail=thumb_next, unify=False, folder=False)) - if item.one_use: - itemlist.append(Item(channel=item.channel, action="", - title="[COLOR orange]NO ACCEDA al INFORME: se BORRARÁ[/COLOR]", - thumbnail=thumb_next, folder=False)) - itemlist.append(Item(channel=item.channel, action="", - title="[COLOR orange]ya que es de un solo uso[/COLOR]", - thumbnail=thumb_next, folder=False)) - return itemlist @@ -917,33 +915,34 @@ def report_send(item, description='', fatal=False): # directly on the forum. If it is a size problem, you are asked to reset Kodi and redo the fault, to # that the LOG is smaller. - pastebin_list = { - 'hastebin': ('1', 'https://hastebin.com/', 'documents', 'random', '', '', - 'data', 'json', 'key', '', '0.29', '10', True, 'raw/', '', ''), - 'dpaste': ('1', 'http://dpaste.com/', 'api/v2/', 'random', 'content=', - '&syntax=text&title=%s&poster=alfa&expiry_days=7', - 'headers', '', '', 'location', '0.23', '15', True, '', '.txt', ''), - 'ghostbin': ('1', 'https://ghostbin.com/', 'paste/new', 'random', 'lang=text&text=', - '&expire=2d&password=&title=%s', - 'data', 'regex', '