185db969eSAndreas Gohr<?php 285db969eSAndreas Gohr/** 385db969eSAndreas Gohr * English language file for addomain plugin 45b795a65SPatrick Brown * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 585db969eSAndreas Gohr * 685db969eSAndreas Gohr * @author Andreas Gohr <gohr@cosmocode.de> 785db969eSAndreas Gohr */ 885db969eSAndreas Gohr 985db969eSAndreas Gohr$lang['domain'] = 'Logon Domain'; 105b795a65SPatrick Brown$lang['authpwdexpire'] = 'Your password will expire in %d days, you should change it soon.'; 118f03c311SPatrick Brown$lang['passchangefail'] = 'Failed to change the password. Maybe the password policy was not met?'; 12*70018978SMichael Wilmes$lang['userchangefail'] = 'Failed to change user attributes. Maybe your account does not have permissions to make changes?'; 138f03c311SPatrick Brown$lang['connectfail'] = 'Failed to connect to Active Directory server.'; 1485db969eSAndreas Gohr 1585db969eSAndreas Gohr//Setup VIM: ex: et ts=4 : 16