diff options
author | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-11-03 17:02:40 +0100 |
---|---|---|
committer | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-11-03 17:02:40 +0100 |
commit | 851fda341cc53b4aa61de6637917741f5508515c (patch) | |
tree | 84f89d0997397a21f249d279848ead54b84a90ca /pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties | |
parent | 1b28f26289239d3d02cd072d78b9625a6cf1d642 (diff) | |
download | pdf-over-851fda341cc53b4aa61de6637917741f5508515c.tar.gz pdf-over-851fda341cc53b4aa61de6637917741f5508515c.tar.bz2 pdf-over-851fda341cc53b4aa61de6637917741f5508515c.zip |
text w/ dependency info if fido2 unsupported
Diffstat (limited to 'pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties')
-rw-r--r-- | pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties b/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties index 73cdf4ca..4da17d9d 100644 --- a/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties +++ b/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties @@ -268,6 +268,8 @@ config.UpdateStatus.OUTDATED=New version available. <a>Update now</a>? config.UpdateStatus.UP_TO_DATE=PDF-Over is up to date. <a>Check again</a>? config.UpdateStatus.FAILED=Update check failed. <a>Retry</a>? config.fido2.AboutFIDO=ID Austria users can optionally substitute a suitable hardware security token for app authentication.\n\nThis does not replace username/password entry. However, instead of confirming the signature in the smartphone app, the user instead confirms it using their security token.\n\nFurther information regarding supported tokens is available at <a>oesterreich.gv.at</a>. +config.fido2.UnsupportedTryLibFido2=You are currently missing a required dependency to utilize FIDO2 tokens:\n ● <a>LibFido2</a>\n\nPlease install the dependency via your package manager, then restart PDF-Over. +config.fido2.UnsupportedPlatform=FIDO2 authentication is currently unsupported on your platform. config.fido2.InfoURL=https://www.oesterreich.gv.at/id-austria/haeufige-fragen/allgemeines-zu-id-austria#fido config.fido2.Group=FIDO2 settings config.fido2.ByDefault=Select FIDO2 authentication by default |