<?php
/**
 * english language file for oauthgithub plugin
 *
 * @author Andreas Gohr <dokuwiki@cosmocode.de>
 */

$lang['key']      = 'The Client ID of your registered <a href="https://github.com/settings/developers">Github application</a>';
$lang['secret']   = 'The Client Secret of your registered <a href="https://github.com/settings/developers">Github application</a>';

