*/ $lang['info'] = 'Redirect URI to use when configuring the applications'; $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['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';