electrum-bitcoinprivate/plugins/labels/__init__.py

10 lines
352 B
Python
Raw Normal View History

2019-02-28 13:26:15 -08:00
from electrum_zclassic.i18n import _
fullname = _('LabelSync')
description = ' '.join([
_("Save your wallet labels on a remote server, and synchronize them across multiple devices where you use Electrum."),
_("Labels, transactions IDs and addresses are encrypted before they are sent to the remote server.")
])
available_for = ['qt', 'kivy']