1<?php 2/** 3 * English language file for authldap plugin 4 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 5 * 6 */ 7 8$lang['connectfail'] = 'LDAP cannot connect: %s'; 9$lang['domainfail'] = 'LDAP cannot find your user dn'; 10$lang['userexists'] = 'Sorry, a user with this login already exists.'; 11$lang['usernotexists'] = 'Sorry, that user doesn\'t exist.'; 12$lang['writefail'] = 'Unable to modify user data. Please inform the Wiki-Admin'; 13$lang['protected'] = 'Data for user %s is protected and can not be modified or deleted.'; 14