*/
$lang['info'] = 'Redirect URI to use when configuring the applications';
$lang['custom-redirectURI'] = 'Use the following custom redirect URI';
$lang['auth0-key'] = 'The Client ID of your registered Auth0 application';
$lang['auth0-secret'] = 'The Client Secret of your registered Auth0 application';
$lang['auth0-domain'] = 'The Domain of your registered Auth0 account';
$lang['facebook-key'] = 'The App ID of your registered Facebook application';
$lang['facebook-secret'] = 'The App Secret of your registered Facebook application';
$lang['github-key'] = 'The Client ID of your registered Github application';
$lang['github-secret'] = 'The Client Secret of your registered Github application';
$lang['google-key'] = 'The Client ID of your registered Google Project (see Credentials Screen)';
$lang['google-secret'] = 'The Client Secret of your registered Google Project (see Credentials Screen)';
$lang['keycloak-key'] = 'The resource id of your Keycloak application.';
$lang['keycloak-secret'] = 'The Secret of your Keycloak Application.';
$lang['keycloak-authurl'] = 'The authorization endpoint URL of your Keycloak setup.';
$lang['keycloak-tokenurl'] = 'The access token endpoint URL of your Keycloak setup.';
$lang['keycloak-userinfourl'] = 'The userinfo endpoint URL of your Keycloak setup.';
$lang['mailRestriction'] = "Limit authentification to users from this domain (optional, must start with an @
)";
$lang['yahoo-key'] = 'The Consumer Key of your registered Yahoo Application';
$lang['yahoo-secret'] = 'The Consumer Secret of your registered Yahoo Application';
$lang['doorkeeper-key'] = '(Example) The Application ID of your registered Doorkeeper Application.';
$lang['doorkeeper-secret'] = '(Example) The Secret of your registered Doorkeeper Application.';
$lang['doorkeeper-authurl'] = '(Example) The authorization endpoint URL of your Doorkeeper setup.';
$lang['doorkeeper-tokenurl'] = '(Example) The access token endpoint URL of your Doorkeeper setup.';
$lang['singleService'] = 'Login with single oAuth service only (disables local logins!)';
$lang['singleService_o_'] = 'Allow all services';