]> git.mxchange.org Git - friendica-addons.git/blob - saml/lang/de/strings.php
regenerated all the strings
[friendica-addons.git] / saml / 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['Settings statement'] = 'Anweisungen zu den Einstellungen';
9 $a->strings['A statement on the settings page explaining where the user should go to change their e-mail and password. BBCode allowed.'] = 'Erörternde Anweisungen, die auf der Einstellungsseite angezeigt werden und den Nutzern erklären, wo sie ihre E-Mail Adressen und Passwörter ändern sollen. BBCode wird unterstützt.';
10 $a->strings['IdP ID'] = 'IdP ID';
11 $a->strings['Identity provider (IdP) entity URI (e.g., https://example.com/auth/realms/user).'] = 'Entitäten-URL des Identitätsanbieters (IdP)  (z.B. https://example.com/auth/realms/user).';
12 $a->strings['Client ID'] = 'Client-ID';
13 $a->strings['Identifier assigned to client by the identity provider (IdP).'] = 'Kennung des Clients, die vom Identitätsanbieter (IdP) zugewiesen wurde.';
14 $a->strings['IdP SSO URL'] = 'IdP SSO URL';
15 $a->strings['The URL for your identity provider\'s SSO endpoint.'] = 'Die URL des SSO-Endpunktes deines Identitätenanbieters.';
16 $a->strings['IdP SLO request URL'] = 'IdP-SLO-Anfrage-URL';
17 $a->strings['The URL for your identity provider\'s SLO request endpoint.'] = 'Die URL des SLO-Anfrage-Endpunktes deines Identitätenanbieters.';
18 $a->strings['IdP SLO response URL'] = 'IdP-SLO-Antwort-URL';
19 $a->strings['The URL for your identity provider\'s SLO response endpoint.'] = 'Die URL des SLO-Antwort-Endpunktes deines Identitätenanbieters.';
20 $a->strings['SP private key'] = 'Privater Schlüssel (SP)';
21 $a->strings['The private key the addon should use to authenticate.'] = 'Der private Schlüssel, den das Addon zur Authentifizierung verwenden soll.';
22 $a->strings['SP certificate'] = 'SP-Zertifikat';
23 $a->strings['The certficate for the addon\'s private key.'] = 'Das Zertifikat für den privaten Schlüssel des Addons.';
24 $a->strings['IdP certificate'] = 'IdP-Zertifikat';
25 $a->strings['The x509 certficate for your identity provider.'] = 'Das x509-Zertifikat deines Identitätanbieters.';
26 $a->strings['Save Settings'] = 'Einstellungen speichern';