from electrum.i18n import _ fullname = _('Two Factor Authentication') description = ''.join([ _("This plugin adds two-factor authentication to your wallet."), '
', _("For more information, visit"), " https://api.trustedcoin.com/#/electrum-help" ]) requires_wallet_type = ['2fa'] registers_wallet_type = ('twofactor', '2fa', _("Wallet with two-factor authentication")) available_for = ['qt']