Skip to content
Snippets Groups Projects
Commit e18abddf authored by Andreas Gohr's avatar Andreas Gohr Committed by GitHub
Browse files

Merge pull request #54 from dokuwiki-translate/lang_update_558

Translation update (de-informal)
parents d6166a7d 7ccd261a
No related branches found
No related tags found
No related merge requests found
<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author F. Mueller-Donath <j.felix@mueller-donath.de>
*/
$lang['emailduplicate'] = 'Diese Emailadresse ist bereits mit einem anderen Benutzerprofil verknüpft.';
$lang['loginwith'] = 'Mit anderen Services anmelden:';
$lang['authnotenabled'] = 'Für das mit dieser Emailadresse verknüpfte Benutzerprofil ist die Anmeldung mit %s nicht erlaubt. Bitte melde dich auf eine andere Art an um dein Benutzerprofil dafür zu konfigurieren.';
$lang['wrongConfig'] = 'Das oAuth Plugin ist fehlerhaft konfiguriert, es können derzeit nur lokale Anmeldedaten verwendet werden. Bitte wende dich an den Administrator dieses Wikis.';
$lang['loginButton'] = 'Anmelden mit';
$lang['rejectedEMail'] = 'Ungültige Emailadresse. Nur Adressen aus den folgenden Domänen sind erlaubt: %s!';
$lang['eMailRestricted'] = '<p id="oauth_email_restricted">Nur Adressen aus den folgenden Domänen sind erlaubt: %s!</p>';
$lang['addUser not possible'] = 'Die Registrierung ist nicht erlaubt oder conf/users.auth.php ist nicht schreibbar. Bitte wende dich an den Administrator dieses Wikis.';
$lang['oauth login failed'] = 'Anmeldung fehlgeschlagen.';
<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author F. Mueller-Donath <j.felix@mueller-donath.de>
*/
$lang['info'] = 'Weiterleitungs-URI für die Konfiguration der Applikationen';
$lang['custom-redirectURI'] = 'Folgende benutzerdefinierte Weiterleitungs-URI verwenden';
$lang['auth0-key'] = 'Client ID deiner <a href="https://manage.auth0.com/#/applications">Auth0 Applikation</a>';
$lang['auth0-secret'] = 'Client Geheimcode deiner <a href="https://manage.auth0.com/#/applications">Auth0 Applikation</a>';
$lang['auth0-domain'] = 'Domäne deiner <a href="https://manage.auth0.com/#/applications">Auth0 Applikation</a>';
$lang['facebook-key'] = 'App-ID deiner <a href="https://developers.facebook.com/apps">Facebook-App</a>';
$lang['facebook-secret'] = 'App-Geheimcode deiner <a href="https://developers.facebook.com/apps">Facebook-App</a>';
$lang['github-key'] = 'Client ID deiner <a href="https://github.com/settings/applications">Github Applikation</a>';
$lang['github-secret'] = 'Client Secret deiner <a href="https://github.com/settings/applications">Github Applikation</a>';
$lang['google-key'] = 'Client-ID deines <a href="https://console.developers.google.com/project">Google Projects</a> (siehe "APIs & Dienste / Zugangsdaten")';
$lang['google-secret'] = 'Clientschlüssel deines <a href="https://console.developers.google.com/project">Google Projects</a> (siehe "APIs & Dienste / Zugangsdaten")';
$lang['dataporten-key'] = 'Client ID deiner <a href="https://dashboard.dataporten.no">Dataporten Applikation</a>';
$lang['dataporten-secret'] = 'Client Geheimhcode deiner <a href="https://dashboard.dataporten.no">Dataporten Applikation</a>';
$lang['keycloak-key'] = 'Resource ID deiner Keycloak Applikation';
$lang['keycloak-secret'] = 'Geheimcode deiner Keycloak Applikation';
$lang['mailRestriction'] = 'Beschränke Anmeldung auf Benutzerprofile dieser Domäne (optional, muss mit <code>@</code> beginnen)';
$lang['singleService'] = 'Nur einen oAuth Service zulassen (lokale Anmeldung wird deaktiviert!)';
$lang['singleService_o_'] = 'Alle Services zulassen';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment