From 851fda341cc53b4aa61de6637917741f5508515c Mon Sep 17 00:00:00 2001 From: Jakob Heher Date: Thu, 3 Nov 2022 17:02:40 +0100 Subject: text w/ dependency info if fido2 unsupported --- pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties') 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. Update now? config.UpdateStatus.UP_TO_DATE=PDF-Over is up to date. Check again? config.UpdateStatus.FAILED=Update check failed. Retry? 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 oesterreich.gv.at. +config.fido2.UnsupportedTryLibFido2=You are currently missing a required dependency to utilize FIDO2 tokens:\n ● LibFido2\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 -- cgit v1.2.3