[java-idp-translations] branch main updated: Add webauthn plugin messages
Phil Smart
philip.smart at jisc.ac.uk
Tue Aug 13 16:32:26 UTC 2024
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-idp-translations.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-translations.git;a=commit;h=2e21e5ab882ccd732a922ae9550773cf96a6bcd2
The following commit(s) were added to refs/heads/main by this push:
new 2e21e5a Add webauthn plugin messages
2e21e5a is described below
commit 2e21e5ab882ccd732a922ae9550773cf96a6bcd2
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Aug 13 17:31:22 2024 +0100
Add webauthn plugin messages
---
.../1/messages/messages.properties | 53 ++++++++++++++++++++++
1 file changed, 53 insertions(+)
diff --git a/java-idp-plugin-webauthn/1/messages/messages.properties b/java-idp-plugin-webauthn/1/messages/messages.properties
new file mode 100644
index 0000000..d8df1a2
--- /dev/null
+++ b/java-idp-plugin-webauthn/1/messages/messages.properties
@@ -0,0 +1,53 @@
+# In addition to the Apache 2.0 license, this content is also licensed
+# under the Creative Commons Attribution-ShareAlike 3.0 Unported license
+# (see http://creativecommons.org/licenses/by-sa/3.0/).
+
+# This is the as-delivered set of messages used in various views
+# so that internationalized translations can be made available and
+# so administrators can locally override or supplement the values
+# in their own message files.
+
+
+idp.webauthn.authn.authenticate.inprogress = Authenticating...
+idp.webauthn.authn.authenticate.retry = Login failed, retry
+idp.webauthn.authn.authenticate.submit = Submit authentication
+idp.webauthn.authn.authenticate = Login with passkey or security key
+
+idp.webauthn.authn.unsupported = Your browser is not WebAuthn compatible
+
+idp.webauthn.passwordless.explain = If you've enrolled a passkey or device/token for passwordless login, please enter your username below and press the corresponding button.
+
+idp.webauthn.enrollment.url = /idp/profile/admin/webauthn-registration
+idp.webauthn.enrollment = Register new credential
+
+idp.webauthn.register.registered.keys = Registered keys for
+idp.webauthn.register.credential.nickanme = Credential nickname
+idp.webauthn.register.credential.remove.confirm = Are you sure
+idp.webauthn.register.table.header.keyName = Key Name
+idp.webauthn.register.table.header.authenticatorDescription = Authenticator
+idp.webauthn.register.table.header.transports = Transports
+idp.webauthn.register.table.header.passkey = Passkey?
+idp.webauthn.register.table.header.registrationTime = Registration Time
+idp.webauthn.register.table.header.action = Action
+idp.webauthn.register.table.unknownCredential = unknown
+idp.webauthn.register.credential.remove = Remove
+idp.webauthn.register.registered.noKeys = You have no registered keys
+idp.webauthn.register.addKey = Add new security key
+idp.webauthn.register.finish = Finish
+idp.webauthn.register.submit = Submit registration
+idp.webauthn.register.username.explain = Please enter your username below.
+idp.webauthn.register.username.proceed = Next
+
+idp.webauthn.admin.search.title = Search for user
+
+idp.webauthn.ended = Your session has ended
+
+# When debug information has been enabled
+idp.webauthn.debug.title = Debugging
+idp.webauthn.debug.request = Request options
+idp.webauthn.register.debug.registration = Registration options
+
+# Messages to report back to the user during registration
+InvalidRegistration = Key registration unsuccessful
+ValidRegistration = Key was registered successfully
+KeyRemoved = Key was removed successfully
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list