<?php
/**
 * English language file for authsplit plugin
 *
 * @author Pieter Hollants <pieter@hollants.com>
 */

$lang['nocfg']      = 'Config error: no value found for setting "%s"!';
$lang['pluginload'] = 'Config error: could not load auth plugin "%s"!';

$lang['erraddusercap'] = 'Automatic creation of DokuWiki user accounts enabled but secondary auth plugin "%s" does not support adding users!';
$lang['erradduserinfo'] = 'Automatic creation of DokuWiki user account failed because primary auth plugin "%s" could not provide user info!';

$lang['autocreated'] = 'A DokuWiki user account has been created for you automatically. Please review your user profile.';

//Setup VIM: ex: et ts=4 :
