]> git.mxchange.org Git - friendica-addons.git/blob - keycloakpassword/lang/de/strings.php
regenerated all the strings
[friendica-addons.git] / keycloakpassword / lang / de / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_de")) {
4 function string_plural_select_de($n){
5         $n = intval($n);
6         return intval($n != 1);
7 }}
8 $a->strings['Client ID'] = 'ID des Clients';
9 $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.';
10 $a->strings['Client secret'] = 'Client Geheimnis';
11 $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.';
12 $a->strings['OpenID Connect endpoint'] = 'OpenID Verbindungsendpunkt';
13 $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)';
14 $a->strings['Save Settings'] = 'Einstellungen speichern';