Traduzioni Client Torrent
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user