regenerated all the strings

This commit is contained in:
Tobias Diekershoff 2021-10-10 08:27:53 +02:00
parent 55986ad17d
commit 25ba6023d0
767 changed files with 7410 additions and 7962 deletions

View 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';

View file

@ -5,8 +5,10 @@ function string_plural_select_hu($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Client ID"] = "Ügyfél-azonosító";
$a->strings["Client secret"] = "Ügyféltitok";
$a->strings["OpenID Connect endpoint"] = "OpenID Connect végpont";
$a->strings["Save Settings"] = "Beállítások mentése";
$a->strings['Client ID'] = 'Ügyfél-azonosító';
$a->strings['The name of the OpenID Connect client you created for this addon in Keycloak.'] = 'Az OpenID Connect ügyfelének neve, amelyet ehhez a bővítményhez hozott létre a Keycloak alkalmazásban.';
$a->strings['Client secret'] = 'Ügyféltitok';
$a->strings['The secret assigned to the OpenID Connect client you created for this addon in Keycloak.'] = 'Ahhoz az OpenID Connect ügyfélhez hozzárendelt titok, amelyet ehhez a bővítményhez hozott létre a Keycloak alkalmazásban.';
$a->strings['OpenID Connect endpoint'] = 'OpenID Connect végpont';
$a->strings['URL to the Keycloak endpoint for your client. (E.g., https://example.com/auth/realms/some-realm/protocol/openid-connect)'] = 'Az ügyfél URL-e a Keycloak végponthoz (például https://example.com/auth/realms/some-realm/protocol/openid-connect).';
$a->strings['Save Settings'] = 'Beállítások mentése';