Traduzioni Client Torrent

This commit is contained in:
Alhaziel
2020-03-12 19:26:28 +01:00
parent f75ec7aa20
commit 3a890e0794
6 changed files with 73 additions and 14 deletions

View File

@@ -33,7 +33,7 @@ except:
DOWNLOAD_PATH = config.get_setting("bt_download_path", server="torrent", default=config.get_setting("downloadpath"))
BACKGROUND = config.get_setting("mct_background_download", server="torrent", default=True)
RAR = config.get_setting("mct_rar_unpack", server="torrent", default=True)
msg_header = 'Alfa BT Cliente Torrent'
msg_header = 'Client Torrent BT'
class Client(object):

View File

@@ -184,9 +184,7 @@ try:
LIBTORRENT_MSG = config.get_setting("libtorrent_msg", server="torrent", default='')
if not LIBTORRENT_MSG:
dialog = xbmcgui.Dialog()
dialog.notification('ALFA: Instalando Cliente Torrent interno', \
'Puede solicitarle permisos de Superusuario', time=15000)
log('### ALFA: Notificación enviada: Instalando Cliente Torrent interno')
dialog.notification('KoD: '+ config.get_localizad_string(70766), config.get_localizad_string(70767), time=15000)
config.set_setting("libtorrent_msg", 'OK', server="torrent")
from core import scrapertools