1<?php 2/** 3 * english language file for oauth plugin 4 * 5 * @author Andreas Gohr <andi@splitbrain.org> 6 */ 7 8$lang['facebook-key'] = 'The App ID of your registered <a href="https://developers.facebook.com/apps">Facebook application</a>'; 9$lang['facebook-secret'] = 'The App Secret of your registered <a href="https://developers.facebook.com/apps">Facebook application</a>'; 10$lang['github-key'] = 'The Client ID of your registered <a href="https://github.com/settings/applications">Github application</a>'; 11$lang['github-secret'] = 'The Client Secret of your registered <a href="https://github.com/settings/applications">Github application</a>'; 12$lang['google-key'] = 'The Client ID of your registered registered <a href="https://console.developers.google.com/project">Google Project</a> (see Credentials Screen)'; 13$lang['google-secret'] = 'The Client Secret of your registered registered <a href="https://console.developers.google.com/project">Google Project</a> (see Credentials Screen)'; 14