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 Ihrer <a href="https://manage.auth0.com/#/applications">Auth0 Applikation</a>'; 11$lang['auth0-secret'] = 'Client Geheimcode Ihrer <a href="https://manage.auth0.com/#/applications">Auth0 Applikation</a>'; 12$lang['auth0-domain'] = 'Domäne Ihrer <a href="https://manage.auth0.com/#/applications">Auth0 Applikation</a>'; 13$lang['facebook-key'] = 'App-ID Ihrer <a href="https://developers.facebook.com/apps">Facebook-App</a>'; 14$lang['facebook-secret'] = 'App-Geheimcode Ihrer <a href="https://developers.facebook.com/apps">Facebook-App</a>'; 15$lang['github-key'] = 'Client ID Ihrer <a href="https://github.com/settings/applications">Github Applikation</a>'; 16$lang['github-secret'] = 'Client Secret Ihrer <a href="https://github.com/settings/applications">Github Applikation</a>'; 17$lang['google-key'] = 'Client-ID Ihres <a href="https://console.developers.google.com/project">Google Projects</a> (siehe "APIs & Dienste / Zugangsdaten")'; 18$lang['google-secret'] = 'Clientschlüssel Ihres <a href="https://console.developers.google.com/project">Google Projects</a> (siehe "APIs & Dienste / Zugangsdaten")'; 19$lang['dataporten-key'] = 'Client ID Ihrer <a href="https://dashboard.dataporten.no">Dataporten Applikation</a>'; 20$lang['dataporten-secret'] = 'Client Geheimhcode Ihrer <a href="https://dashboard.dataporten.no">Dataporten Applikation</a>'; 21$lang['mailRestriction'] = 'Beschränke Anmeldung auf Benutzerprofile dieser Domäne (optional, muss mit <code>@</code> beginnen)'; 22$lang['singleService'] = 'Nur einen oAuth Service zulassen (lokale Anmeldung wird deaktiviert!)'; 23$lang['singleService_o_'] = 'Alle Services zulassen'; 24$lang['register-on-auth'] = 'Authentifizierte Benutzer registrieren, auch wenn Selbstregistrierung in der Hauptkonfiguration nicht erlaubt ist.'; 25