mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 10:28:50 +00:00
DE translation update saml addon THX Till Mohr
This commit is contained in:
parent
d753afb1b0
commit
40c7094532
2 changed files with 29 additions and 28 deletions
|
@ -8,16 +8,16 @@ function string_plural_select_de($n){
|
|||
;
|
||||
$a->strings["Settings statement"] = "Anweisungen zu den Einstellungen";
|
||||
$a->strings["IdP ID"] = "IdP ID";
|
||||
$a->strings["Client ID"] = "Client ID";
|
||||
$a->strings["Client ID"] = "Client-ID";
|
||||
$a->strings["IdP SSO URL"] = "IdP SSO URL";
|
||||
$a->strings["The URL for your identity provider's SSO endpoint."] = "Die URL des SSO Endpunktes deines Identitätenanbieters";
|
||||
$a->strings["IdP SLO request URL"] = "IdP SLO Anfrage URL";
|
||||
$a->strings["The URL for your identity provider's SLO request endpoint."] = "Die URL des SLO Anfrage Endpunktes deines Identitätenanbieters";
|
||||
$a->strings["IdP SLO response URL"] = "IdP SLO Antwort URL";
|
||||
$a->strings["The URL for your identity provider's SLO response endpoint."] = "Die URL des SLO Antwort Endpunktes deines Identitätenanbieters";
|
||||
$a->strings["SP private key"] = "SP privater Schlüssel";
|
||||
$a->strings["SP certificate"] = "SP Zertifikat";
|
||||
$a->strings["The certficate for the addon's private key."] = "Das Zertifikat für den privaten Schlüssel des Addons";
|
||||
$a->strings["IdP certificate"] = "IdP Zertifikat";
|
||||
$a->strings["The x509 certficate for your identity provider."] = "Das x509 Zertifikat deines Identitätanbieters";
|
||||
$a->strings["The URL for your identity provider's SSO endpoint."] = "Die URL des SSO-Endpunktes deines Identitätenanbieters.";
|
||||
$a->strings["IdP SLO request URL"] = "IdP-SLO-Anfrage-URL";
|
||||
$a->strings["The URL for your identity provider's SLO request endpoint."] = "Die URL des SLO-Anfrage-Endpunktes deines Identitätenanbieters.";
|
||||
$a->strings["IdP SLO response URL"] = "IdP-SLO-Antwort-URL";
|
||||
$a->strings["The URL for your identity provider's SLO response endpoint."] = "Die URL des SLO-Antwort-Endpunktes deines Identitätenanbieters.";
|
||||
$a->strings["SP private key"] = "Privater Schlüssel (SP)";
|
||||
$a->strings["SP certificate"] = "SP-Zertifikat";
|
||||
$a->strings["The certficate for the addon's private key."] = "Das Zertifikat für den privaten Schlüssel des Addons.";
|
||||
$a->strings["IdP certificate"] = "IdP-Zertifikat";
|
||||
$a->strings["The x509 certficate for your identity provider."] = "Das x509-Zertifikat deines Identitätanbieters.";
|
||||
$a->strings["Save Settings"] = "Einstellungen speichern";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue