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 843972fa4SAndreas Gohr$lang['facebook-key'] = 'The App ID of your registered <a href="https://developers.facebook.com/apps">Facebook application</a>'; 943972fa4SAndreas Gohr$lang['facebook-secret'] = 'The App Secret of your registered <a href="https://developers.facebook.com/apps">Facebook application</a>'; 1043972fa4SAndreas Gohr$lang['github-key'] = 'The Client ID of your registered <a href="https://github.com/settings/applications">Github application</a>'; 1143972fa4SAndreas Gohr$lang['github-secret'] = 'The Client Secret of your registered <a href="https://github.com/settings/applications">Github application</a>'; 12*551dc731SAndreas Gohr$lang['google-key'] = 'The Client ID of your registered <a href="https://console.developers.google.com/project">Google Project</a> (see Credentials Screen)'; 13*551dc731SAndreas Gohr$lang['google-secret'] = 'The Client Secret of your registered <a href="https://console.developers.google.com/project">Google Project</a> (see Credentials Screen)'; 14*551dc731SAndreas Gohr$lang['yahoo-key'] = 'The Consumer Key of your registered <a href="https://developer.apps.yahoo.com/dashboard/createKey.html">Yahoo Application</a>'; 15*551dc731SAndreas Gohr$lang['yahoo-secret'] = 'The Consumer Secret of your registered <a href="https://developer.apps.yahoo.com/dashboard/createKey.html">Yahoo Application</a>';