[java-idp-plugin-totp] branch main updated: JTOTP-18 - Add translations to a future release

Codeberg noreply at shibboleth.net
Tue Jun 9 17:11:57 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository java-idp-plugin-totp.

View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-totp/commit/aa7641157019a01bee0f84bff4d2dee1aa1e0f71

The following commit(s) were added to refs/heads/main by this push:
     new aa76411  JTOTP-18 - Add translations to a future release
aa76411 is described below

commit aa7641157019a01bee0f84bff4d2dee1aa1e0f71
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue Jun 9 13:11:48 2026 -0400

    JTOTP-18 - Add translations to a future release
    
    https://shibboleth.atlassian.net/browse/JTOTP-18
---
 .../shibboleth/idp/plugin/authn/totp/messages_de.properties | 12 ++++++++++++
 .../idp/plugin/authn/totp/messages_de_CH.properties         | 12 ++++++++++++
 .../shibboleth/idp/plugin/authn/totp/messages_it.properties | 12 ++++++++++++
 .../shibboleth/idp/plugin/authn/totp/messages_sk.properties | 13 +++++++++++++
 4 files changed, 49 insertions(+)

diff --git a/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/messages_de.properties b/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/messages_de.properties
new file mode 100644
index 0000000..164ec42
--- /dev/null
+++ b/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/messages_de.properties
@@ -0,0 +1,12 @@
+# 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.totp.field = Token-Code
+
+bad-tokencode.message = Der angegebene Token-Code war ungültig.
diff --git a/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/messages_de_CH.properties b/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/messages_de_CH.properties
new file mode 100644
index 0000000..164ec42
--- /dev/null
+++ b/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/messages_de_CH.properties
@@ -0,0 +1,12 @@
+# 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.totp.field = Token-Code
+
+bad-tokencode.message = Der angegebene Token-Code war ungültig.
diff --git a/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/messages_it.properties b/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/messages_it.properties
new file mode 100644
index 0000000..9e6771e
--- /dev/null
+++ b/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/messages_it.properties
@@ -0,0 +1,12 @@
+# 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.totp.field = Codice OTP
+
+bad-tokencode.message = Il codice inserito non era valido. 
diff --git a/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/messages_sk.properties b/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/messages_sk.properties
new file mode 100644
index 0000000..697cc32
--- /dev/null
+++ b/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/messages_sk.properties
@@ -0,0 +1,13 @@
+# 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.totp.field = Kód tokenu
+
+bad-tokencode.message = Zadaný kód tokenu bol neplatný.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list