1<?php
2/**
3 * english language file for oauthgithub plugin
4 *
5 * @author Andreas Gohr <dokuwiki@cosmocode.de>
6 */
7
8$lang['key']      = 'The Client ID of your registered <a href="https://github.com/settings/developers">Github application</a>';
9$lang['secret']   = 'The Client Secret of your registered <a href="https://github.com/settings/developers">Github application</a>';
10
11