1<?php
2/**
3 * Federated Login for DokuWiki - settings English language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @link       http://www.dokuwiki.org/plugin:fedauth
7 * @author     Aoi Karasu <aoikarasu@gmail.com>
8 */
9
10$lang['adminsonly']      = 'Only admins are allowed to configure authorization providers';
11$lang['customloginform'] = 'Use the customized login form instead of adding federated login to bottom of the original login form';
12$lang['fedauthonly']     = 'Disable local authorization (no local passwords) and use federated login only. This options works only when custom login form is enabled.';
13$lang['useajax']         = 'Use AJAX calls (this works only for browsers that support JavaScript)';
14