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 8*43972fa4SAndreas Gohr$lang['facebook-key'] = 'The App ID of your registered <a href="https://developers.facebook.com/apps">Facebook application</a>'; 9*43972fa4SAndreas Gohr$lang['facebook-secret'] = 'The App Secret of your registered <a href="https://developers.facebook.com/apps">Facebook application</a>'; 10*43972fa4SAndreas Gohr$lang['github-key'] = 'The Client ID of your registered <a href="https://github.com/settings/applications">Github application</a>'; 11*43972fa4SAndreas Gohr$lang['github-secret'] = 'The Client Secret of your registered <a href="https://github.com/settings/applications">Github application</a>'; 12*43972fa4SAndreas Gohr$lang['google-key'] = 'The Client ID of your registered registered <a href="https://console.developers.google.com/project/appfeedica/apiui/credential">Google OAuth app</a>'; 13*43972fa4SAndreas Gohr$lang['google-secret'] = 'The Client Secret of your registered registered <a href="https://console.developers.google.com/project/appfeedica/apiui/credential">Google OAuth app</a>'; 14