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

$lang['baseurl']  = 'The URL of your <a href="https://github.com/wechange-eg/faq/blob/main/OAuth2.md">WECHANGE application</a>';
$lang['key']      = 'The Client ID of your <a href="https://github.com/wechange-eg/faq/blob/main/OAuth2.md">WECHANGE application</a>';
$lang['secret']   = 'The Client Secret of your <a href="https://github.com/wechange-eg/faq/blob/main/OAuth2.md">WECHANGE application</a>';
$lang['label']    = 'Label for the login button';

