]> git.mxchange.org Git - friendica-addons.git/blobdiff - keycloakpassword/lang/de/strings.php
regenerated all the strings
[friendica-addons.git] / keycloakpassword / lang / de / strings.php
index 8273a1e3dd0c5f389cb1adac9c2707a30a30c562..148b9d528dce3770c70d257324cab1d18c2cc687 100644 (file)
@@ -5,9 +5,10 @@ function string_plural_select_de($n){
        $n = intval($n);
        return intval($n != 1);
 }}
-;
-$a->strings["Client ID"] = "ID des Clients";
-$a->strings["Client secret"] = "Client Geheimnis";
-$a->strings["The secret assigned to the OpenID Connect client you created for this addon in Keycloak."] = "Das Geheimnis, das du in Keycloak für den Client hinterlegt hast.";
-$a->strings["OpenID Connect endpoint"] = "OpenID Verbindungsendpunkt";
-$a->strings["Save Settings"] = "Einstellungen speichern";
+$a->strings['Client ID'] = 'ID des Clients';
+$a->strings['The name of the OpenID Connect client you created for this addon in Keycloak.'] = 'Der Name des OpenID Clients den du für dieses Addon in Keycloak angelegt hast.';
+$a->strings['Client secret'] = 'Client Geheimnis';
+$a->strings['The secret assigned to the OpenID Connect client you created for this addon in Keycloak.'] = 'Das Geheimnis, das du in Keycloak für den Client hinterlegt hast.';
+$a->strings['OpenID Connect endpoint'] = 'OpenID Verbindungsendpunkt';
+$a->strings['URL to the Keycloak endpoint for your client. (E.g., https://example.com/auth/realms/some-realm/protocol/openid-connect)'] = 'Die URL des Keycloak Entpunktes fpr deinen Client (z.B. https://example.com/auth/realms/some-realm/protocol/openid-connect)';
+$a->strings['Save Settings'] = 'Einstellungen speichern';