1<?php
2
3/**
4 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5 *
6 * @author F. Mueller-Donath <j.felix@mueller-donath.de>
7 */
8
9$lang['baseurl']        = 'URL Ihrer <a href="https://github.com/wechange-eg/faq/blob/main/OAuth2.md">WECHANGE Applikation</a>';
10$lang['key']            = 'Client ID Ihrer <a href="https://github.com/wechange-eg/faq/blob/main/OAuth2.md">WECHANGE Applikation</a>';
11$lang['secret']         = 'Client Secret Ihrer <a href="https://github.com/wechange-eg/faq/blob/main/OAuth2.md">WECHANGE Applikation</a>';
12$lang['label']          = 'Beschriftung für den Login Button';
13