1<?php 2 3/** 4 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 5 * 6 * @author F. Mueller-Donath <j.felix@mueller-donath.de> 7 */ 8$lang['info'] = 'Weiterleitungs-URI für die Konfiguration der Applikationen'; 9$lang['custom-redirectURI'] = 'Folgende benutzerdefinierte Weiterleitungs-URI verwenden'; 10$lang['auth0-key'] = 'Client ID deiner <a href="https://manage.auth0.com/#/applications">Auth0 Applikation</a>'; 11$lang['auth0-secret'] = 'Client Geheimcode deiner <a href="https://manage.auth0.com/#/applications">Auth0 Applikation</a>'; 12$lang['auth0-domain'] = 'Domäne deiner <a href="https://manage.auth0.com/#/applications">Auth0 Applikation</a>'; 13$lang['facebook-key'] = 'App-ID deiner <a href="https://developers.facebook.com/apps">Facebook-App</a>'; 14$lang['facebook-secret'] = 'App-Geheimcode deiner <a href="https://developers.facebook.com/apps">Facebook-App</a>'; 15$lang['github-key'] = 'Client ID deiner <a href="https://github.com/settings/applications">Github Applikation</a>'; 16$lang['github-secret'] = 'Client Secret deiner <a href="https://github.com/settings/applications">Github Applikation</a>'; 17$lang['google-key'] = 'Client-ID deines <a href="https://console.developers.google.com/project">Google Projects</a> (siehe "APIs & Dienste / Zugangsdaten")'; 18$lang['google-secret'] = 'Clientschlüssel deines <a href="https://console.developers.google.com/project">Google Projects</a> (siehe "APIs & Dienste / Zugangsdaten")'; 19$lang['dataporten-key'] = 'Client ID deiner <a href="https://dashboard.dataporten.no">Dataporten Applikation</a>'; 20$lang['dataporten-secret'] = 'Client Geheimhcode deiner <a href="https://dashboard.dataporten.no">Dataporten Applikation</a>'; 21$lang['keycloak-key'] = 'Resource ID deiner Keycloak Applikation'; 22$lang['keycloak-secret'] = 'Geheimcode deiner Keycloak Applikation'; 23$lang['mailRestriction'] = 'Beschränke Anmeldung auf Benutzerprofile dieser Domäne (optional, muss mit <code>@</code> beginnen)'; 24$lang['singleService'] = 'Nur einen oAuth Service zulassen (lokale Anmeldung wird deaktiviert!)'; 25$lang['singleService_o_'] = 'Alle Services zulassen'; 26$lang['register-on-auth'] = 'Registriere authentifizierte Benutzer selbst wenn Selbstregistrierung in der Hauptkonfiguration nicht erlaubt ist.'; 27