1<?php
2/**
3 * english language file for oauthdoorkeeper plugin
4 *
5 * @author Andreas Gohr <dokuwiki@cosmocode.de>
6 */
7
8$lang['baseurl'] = 'The base URL where your Doorkeeper instance is running';
9$lang['key'] = 'The Application UID';
10$lang['secret'] = 'The Application Secret';
11