improve link to zitadel in login form, + german translation

This commit is contained in:
Helmut Merz 2025-08-29 11:32:01 +02:00
parent 2a829d4dfb
commit b03c3a6e88
4 changed files with 8 additions and 4 deletions

View file

@ -1,9 +1,9 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 0.13.1\n" "Project-Id-Version: 3.0.1\n"
"POT-Creation-Date: 2007-05-22 12:00 CET\n" "POT-Creation-Date: 2007-05-22 12:00 CET\n"
"PO-Revision-Date: 2017-12-08 12:00 CET\n" "PO-Revision-Date: 2025-08-29 12:00 CET\n"
"Last-Translator: Helmut Merz <helmutm@cy55.de>\n" "Last-Translator: Helmut Merz <helmutm@cy55.de>\n"
"Language-Team: loops developers <helmutm@cy55.de>\n" "Language-Team: loops developers <helmutm@cy55.de>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -1470,3 +1470,7 @@ msgstr "Weitere Empfänger"
msgid "Send email" msgid "Send email"
msgstr "E-Mail senden" msgstr "E-Mail senden"
# authentication
msgid "login-with-oidc"
msgstr "Mit OpenID Connect (Zitadel) anmelden"

View file

@ -25,9 +25,9 @@
<p i18n:translate="" tal:condition="python: principal != 'zope.anybody'"> <p i18n:translate="" tal:condition="python: principal != 'zope.anybody'">
You are not authorized to perform this action. However, you may login as a You are not authorized to perform this action. However, you may login as a
different user who is authorized.</p> different user who is authorized.</p>
<p> <p i18n:domain="loops">
<a tal:attributes="href string:/auth_login?camefrom=$camefrom" <a tal:attributes="href string:/auth_login?camefrom=$camefrom"
i18n:translate="">Login with Zitadel</a> i18n:translate="login-with-oidc">Login with OpenID Connect (Zitadel)</a>
</p> </p>
<form action="." method="post" <form action="." method="post"
tal:attributes="action request/URL"> tal:attributes="action request/URL">