1<?php 2/** 3 * English language file for authsplit plugin 4 * 5 * @author Pieter Hollants <pieter@hollants.com> 6 */ 7 8$lang['nocfg'] = 'Config error: no value found for setting "%s"!'; 9$lang['pluginload'] = 'Config error: could not load auth plugin "%s"!'; 10 11$lang['erraddusercap'] = 'Automatic creation of DokuWiki user accounts enabled but secondary auth plugin "%s" does not support adding users!'; 12$lang['erradduserinfo'] = 'Automatic creation of DokuWiki user account failed because primary auth plugin "%s" could not provide user info!'; 13 14$lang['autocreated'] = 'A DokuWiki user account has been created for you automatically. Please review your user profile.'; 15 16//Setup VIM: ex: et ts=4 : 17