t__init__.py - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
t__init__.py (354B)
---
1 from electrum.i18n import _
2
3 fullname = _('LabelSync')
4 description = ' '.join([
5 _("Save your wallet labels on a remote server, and synchronize them across multiple devices where you use Electrum."),
6 _("Labels, transactions IDs and addresses are encrypted before they are sent to the remote server.")
7 ])
8 available_for = ['qt', 'kivy', 'cmdline']
9