xref: /plugin/oauth/lang/en/settings.php (revision d4ee65cf424e51feaf0beca4f8e0ba6531f526ce)
180852c15SAndreas Gohr<?php
280852c15SAndreas Gohr/**
380852c15SAndreas Gohr * english language file for oauth plugin
480852c15SAndreas Gohr *
580852c15SAndreas Gohr * @author Andreas Gohr <andi@splitbrain.org>
680852c15SAndreas Gohr */
780852c15SAndreas Gohr
826eb6013SAndreas Gohr
926eb6013SAndreas Gohr$lang['info']            = 'Redirect URI to use when configuring the applications';
1043972fa4SAndreas Gohr$lang['facebook-key']    = 'The App ID of your registered <a href="https://developers.facebook.com/apps">Facebook application</a>';
1143972fa4SAndreas Gohr$lang['facebook-secret'] = 'The App Secret of your registered <a href="https://developers.facebook.com/apps">Facebook application</a>';
1243972fa4SAndreas Gohr$lang['github-key']      = 'The Client ID of your registered <a href="https://github.com/settings/applications">Github application</a>';
1343972fa4SAndreas Gohr$lang['github-secret']   = 'The Client Secret of your registered <a href="https://github.com/settings/applications">Github application</a>';
14551dc731SAndreas Gohr$lang['google-key']      = 'The Client ID of your registered <a href="https://console.developers.google.com/project">Google Project</a> (see Credentials Screen)';
15551dc731SAndreas Gohr$lang['google-secret']   = 'The Client Secret of your registered <a href="https://console.developers.google.com/project">Google Project</a> (see Credentials Screen)';
16*d4ee65cfSMichael Große$lang['mailRestriction']   = "Limit authentification to users from this domain (optional, must start with an <code>@</code>)";
17551dc731SAndreas Gohr$lang['yahoo-key']       = 'The Consumer Key of your registered <a href="https://developer.apps.yahoo.com/dashboard/createKey.html">Yahoo Application</a>';
18551dc731SAndreas Gohr$lang['yahoo-secret']    = 'The Consumer Secret of your registered <a href="https://developer.apps.yahoo.com/dashboard/createKey.html">Yahoo Application</a>';
193b2654aaSAndreas Gohr$lang['doorkeeper-key']      = '(Example) The Application ID of your registered Doorkeeper Application.';
203b2654aaSAndreas Gohr$lang['doorkeeper-secret']   = '(Example) The Secret of your registered Doorkeeper Application.';
213b2654aaSAndreas Gohr$lang['doorkeeper-authurl']  = '(Example) The authorization endpoint URL of your Doorkeeper setup.';
223b2654aaSAndreas Gohr$lang['doorkeeper-tokenurl'] = '(Example) The access token endpoint URL of your Doorkeeper setup.';
23a5e3cc43SMichael Große$lang['singleService']            = 'Login with single oAuth service only (disables local logins!)';
244304ef94SMichael Große$lang['singleService_o_'] = 'Allow all services';
25