from electrum.i18n import _ fullname = _('Revealer') description = ''.join(["
", ""+_("Do you have something to hide ?")+"", '
', '
', _("Revealer is a seed phrase back-up solution. It allows you to create a cold, analog, multi-factor backup of your wallet seeds, or of any arbitrary secret."), '
', '
', _("Using a Revealer is better than writing your seed phrases on paper: a revealer is invulnerable to physical access and allows creation of trustless redundancy."), '
', '
', _("This plug-in allows you to generate a pdf file of your secret phrase encrypted visually for your physical Revealer. You can print it trustlessly - it can only be decrypted optically with your Revealer."), '
', '
', _("The plug-in also allows you to generate a digital Revealer file and print it yourself on a transparent overhead foil."), '
', '
', _("Once activated you can access the plug-in through the icon at the seed dialog."), '
', '
', _("For more information, visit"), " https://revealer.cc", '
', '
', ]) available_for = ['qt']