xref: /plugin/oauth/lang/en/settings.php (revision 3b2654aa38c057bcd7208040f4575f71bf5fc213)
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)';
16551dc731SAndreas Gohr$lang['yahoo-key']       = 'The Consumer Key of your registered <a href="https://developer.apps.yahoo.com/dashboard/createKey.html">Yahoo Application</a>';
17551dc731SAndreas Gohr$lang['yahoo-secret']    = 'The Consumer Secret of your registered <a href="https://developer.apps.yahoo.com/dashboard/createKey.html">Yahoo Application</a>';
18*3b2654aaSAndreas Gohr$lang['doorkeeper-key']      = '(Example) The Application ID of your registered Doorkeeper Application.';
19*3b2654aaSAndreas Gohr$lang['doorkeeper-secret']   = '(Example) The Secret of your registered Doorkeeper Application.';
20*3b2654aaSAndreas Gohr$lang['doorkeeper-authurl']  = '(Example) The authorization endpoint URL of your Doorkeeper setup.';
21*3b2654aaSAndreas Gohr$lang['doorkeeper-tokenurl'] = '(Example) The access token endpoint URL of your Doorkeeper setup.';
22