mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 09:54:27 +02:00
regenerated all the strings
This commit is contained in:
parent
55986ad17d
commit
25ba6023d0
767 changed files with 7410 additions and 7962 deletions
|
@ -5,19 +5,22 @@ function string_plural_select_de($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Settings statement"] = "Anweisungen zu den Einstellungen";
|
||||
$a->strings["IdP ID"] = "IdP 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"] = "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";
|
||||
$a->strings['Settings statement'] = 'Anweisungen zu den Einstellungen';
|
||||
$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.';
|
||||
$a->strings['IdP ID'] = 'IdP ID';
|
||||
$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).';
|
||||
$a->strings['Client ID'] = 'Client-ID';
|
||||
$a->strings['Identifier assigned to client by the identity provider (IdP).'] = 'Kennung des Clients, die vom Identitätsanbieter (IdP) zugewiesen wurde.';
|
||||
$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'] = 'Privater Schlüssel (SP)';
|
||||
$a->strings['The private key the addon should use to authenticate.'] = 'Der private Schlüssel, den das Addon zur Authentifizierung verwenden soll.';
|
||||
$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';
|
||||
|
|
|
@ -5,16 +5,22 @@ function string_plural_select_hu($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Settings statement"] = "Beállítások nyilatkozata";
|
||||
$a->strings["IdP ID"] = "IdP-azonosító";
|
||||
$a->strings["Client ID"] = "Ügyfél-azonosító";
|
||||
$a->strings["IdP SSO URL"] = "IdP SSO URL";
|
||||
$a->strings["IdP SLO request URL"] = "IdP SLO kérés URL";
|
||||
$a->strings["IdP SLO response URL"] = "IdP SLO válasz URL";
|
||||
$a->strings["SP private key"] = "Szolgáltató személyes kulcsa";
|
||||
$a->strings["SP certificate"] = "Szolgáltató tanúsítványa";
|
||||
$a->strings["The certficate for the addon's private key."] = "A tanúsítvány a bővítmény személyes kulcsához.";
|
||||
$a->strings["IdP certificate"] = "IdP tanúsítvány";
|
||||
$a->strings["The x509 certficate for your identity provider."] = "A személyazonosság-szolgáltatójának x509 tanúsítványa.";
|
||||
$a->strings["Save Settings"] = "Beállítások mentése";
|
||||
$a->strings['Settings statement'] = 'Beállítások nyilatkozata';
|
||||
$a->strings['A statement on the settings page explaining where the user should go to change their e-mail and password. BBCode allowed.'] = 'Egy nyilatkozat a beállítások oldalon, amely elmagyarázza, hogy a felhasználónak hova kell mennie az e-mail-címének és a jelszavának megváltoztatásához. A BBCode engedélyezett.';
|
||||
$a->strings['IdP ID'] = 'IdP-azonosító';
|
||||
$a->strings['Identity provider (IdP) entity URI (e.g., https://example.com/auth/realms/user).'] = 'Személyazonosság-szolgáltató (IdP) entitás URI-ja (például https://example.com/auth/realms/user).';
|
||||
$a->strings['Client ID'] = 'Ügyfél-azonosító';
|
||||
$a->strings['Identifier assigned to client by the identity provider (IdP).'] = 'A személyazonosság-szolgáltató (IdP) által az ügyfélhez rendelt azonosító.';
|
||||
$a->strings['IdP SSO URL'] = 'IdP SSO URL';
|
||||
$a->strings['The URL for your identity provider\'s SSO endpoint.'] = 'Az URL a személyazonosság-szolgáltatója egyszeri bejelentkezésének végpontjához.';
|
||||
$a->strings['IdP SLO request URL'] = 'IdP SLO kérés URL';
|
||||
$a->strings['The URL for your identity provider\'s SLO request endpoint.'] = 'Az URL a személyazonosság-szolgáltatója egyszeri kijelentkezési kérésének végpontjához.';
|
||||
$a->strings['IdP SLO response URL'] = 'IdP SLO válasz URL';
|
||||
$a->strings['The URL for your identity provider\'s SLO response endpoint.'] = 'Az URL a személyazonosság-szolgáltatója egyszeri kijelentkezési válaszának végpontjához.';
|
||||
$a->strings['SP private key'] = 'Szolgáltató személyes kulcsa';
|
||||
$a->strings['The private key the addon should use to authenticate.'] = 'Az a személyes kulcs, amelyet a bővítménynek a hitelesítéshez kell használnia.';
|
||||
$a->strings['SP certificate'] = 'Szolgáltató tanúsítványa';
|
||||
$a->strings['The certficate for the addon\'s private key.'] = 'A tanúsítvány a bővítmény személyes kulcsához.';
|
||||
$a->strings['IdP certificate'] = 'IdP tanúsítvány';
|
||||
$a->strings['The x509 certficate for your identity provider.'] = 'A személyazonosság-szolgáltatójának x509 tanúsítványa.';
|
||||
$a->strings['Save Settings'] = 'Beállítások mentése';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue