<?php
/**
 * Federated Login for DokuWiki - settings English language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @link       http://www.dokuwiki.org/plugin:fedauth
 * @author     Aoi Karasu <aoikarasu@gmail.com>
 */

$lang['adminsonly']      = 'Only admins are allowed to configure authorization providers';
$lang['customloginform'] = 'Use the customized login form instead of adding federated login to bottom of the original login form';
$lang['fedauthonly']     = 'Disable local authorization (no local passwords) and use federated login only. This options works only when custom login form is enabled.';
$lang['useajax']         = 'Use AJAX calls (this works only for browsers that support JavaScript)';
