1<?php 2/** 3 * english language file for oauth plugin 4 * 5 * @author Andreas Gohr <andi@splitbrain.org> 6 */ 7 8 9$lang['info'] = 'Redirect URI to use when configuring the applications'; 10$lang['facebook-key'] = 'The App ID of your registered <a href="https://developers.facebook.com/apps">Facebook application</a>'; 11$lang['facebook-secret'] = 'The App Secret of your registered <a href="https://developers.facebook.com/apps">Facebook application</a>'; 12$lang['github-key'] = 'The Client ID of your registered <a href="https://github.com/settings/applications">Github application</a>'; 13$lang['github-secret'] = 'The Client Secret of your registered <a href="https://github.com/settings/applications">Github application</a>'; 14$lang['google-key'] = 'The Client ID of your registered <a href="https://console.developers.google.com/project">Google Project</a> (see Credentials Screen)'; 15$lang['google-secret'] = 'The Client Secret of your registered <a href="https://console.developers.google.com/project">Google Project</a> (see Credentials Screen)'; 16$lang['yahoo-key'] = 'The Consumer Key of your registered <a href="https://developer.apps.yahoo.com/dashboard/createKey.html">Yahoo Application</a>'; 17$lang['yahoo-secret'] = 'The Consumer Secret of your registered <a href="https://developer.apps.yahoo.com/dashboard/createKey.html">Yahoo Application</a>'; 18$lang['doorkeeper-key'] = '(Example) The Application ID of your registered Doorkeeper Application.'; 19$lang['doorkeeper-secret'] = '(Example) The Secret of your registered Doorkeeper Application.'; 20$lang['doorkeeper-authurl'] = '(Example) The authorization endpoint URL of your Doorkeeper setup.'; 21$lang['doorkeeper-tokenurl'] = '(Example) The access token endpoint URL of your Doorkeeper setup.'; 22$lang['singleService'] = 'Login with single oAuth service only (disables local logins!)'; 23$lang['singleService_o_'] = 'Allow all services'; 24