1<?php
2/**
3 * english language file for oauthgithub plugin
4 *
5 * @author Andreas Gohr <dokuwiki@cosmocode.de>
6 */
7
8$lang['baseurl']  = 'The URL of your <a href="https://github.com/wechange-eg/faq/blob/main/OAuth2.md">WECHANGE application</a>';
9$lang['key']      = 'The Client ID of your <a href="https://github.com/wechange-eg/faq/blob/main/OAuth2.md">WECHANGE application</a>';
10$lang['secret']   = 'The Client Secret of your <a href="https://github.com/wechange-eg/faq/blob/main/OAuth2.md">WECHANGE application</a>';
11$lang['label']    = 'Label for the login button';
12
13