You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
343 B
9 lines
343 B
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.") |
|
]) |
|
available_for = ['qt', 'kivy'] |
|
|
|
|