mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 02:48:48 +00:00
DE translation for the keycloakpassword addon added
This commit is contained in:
parent
f774d03903
commit
37e2241edb
2 changed files with 73 additions and 0 deletions
13
keycloakpassword/lang/de/strings.php
Normal file
13
keycloakpassword/lang/de/strings.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_de")) {
|
||||
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";
|
Loading…
Add table
Add a link
Reference in a new issue