mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
9 lines
354 B
Python
9 lines
354 B
Python
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', 'cmdline']
|
|
|