2015-11-23 19:38:48 +01:00
|
|
|
from electrum.i18n import _
|
|
|
|
|
|
|
|
|
|
fullname = _('LabelSync')
|
2016-02-11 10:16:27 +01:00
|
|
|
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
|
|
|
|