<?php
/**
 * english language file for oauth plugin
 *
 * @author Andreas Gohr <andi@splitbrain.org>
 */

$lang['facebook-key']    = 'The App ID of your registered <a href="https://developers.facebook.com/apps">Facebook application</a>';
$lang['facebook-secret'] = 'The App Secret of your registered <a href="https://developers.facebook.com/apps">Facebook application</a>';
$lang['github-key']      = 'The Client ID of your registered <a href="https://github.com/settings/applications">Github application</a>';
$lang['github-secret']   = 'The Client Secret of your registered <a href="https://github.com/settings/applications">Github application</a>';
$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>';
$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>';
