1<?php 2/** 3 * English language file for pureldap plugin 4 * 5 * @author Andreas Gohr <andi@splitbrain.org> 6 */ 7 8$lang['pwdexpire'] = 'Your password will expire in less than %d days, you should change it soon.'; 9$lang['pass_reset'] = 'Maybe try resetting your password?'; 10 11$lang['ERROR_ACCOUNT_RESTRICTION'] = 'Account restrictions are preventing you from logging in. Please contact your administrator.'; 12$lang['ERROR_INVALID_LOGON_HOURS'] = 'Time restriction active, you are not allowed to log in at this time.'; 13$lang['ERROR_INVALID_WORKSTATION'] = 'Workstation restriction active. You are not allowed to log into the Wiki. Please contact your administrator.'; 14$lang['ERROR_PASSWORD_EXPIRED'] = 'Your password has expired.'; 15$lang['ERROR_ACCOUNT_DISABLED'] = 'Your account has been disabled. Please contact your administrator.'; 16$lang['ERROR_ACCOUNT_EXPIRED'] = 'Your account has expired. Please contact your administrator.'; 17$lang['ERROR_PASSWORD_MUST_CHANGE'] = 'Your password must be changed before you can log in.'; 18 19