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.
10 lines
449 B
10 lines
449 B
9 years ago
|
from electrum.i18n import _
|
||
|
|
||
|
fullname = _('LabelSync')
|
||
|
description = '\n'.join([
|
||
|
_("Synchronize your labels across multiple Electrum installs by using a remote database to save your data. Labels, transactions ids and addresses are encrypted before they are sent to the remote server."),
|
||
|
_("The label sync's server software is open-source as well and can be found on github.com/maran/electrum-sync-server")
|
||
|
])
|
||
|
available_for = ['qt', 'kivy']
|
||
|
|