Files
purple-electrumwallet/electrum/plugins/labels/__init__.py
T

10 lines
353 B
Python
Raw Normal View History

2015-11-23 19:38:48 +01:00
from electrum.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.")
2015-11-23 19:38:48 +01:00
])
2023-08-30 13:11:33 +00:00
available_for = ['qt', 'qml', 'cmdline']
2015-11-23 19:38:48 +01:00