You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

16 lines
635 B

  1. <?php
  2. /**
  3. * English language file for addomain plugin
  4. * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
  5. *
  6. * @author Andreas Gohr <gohr@cosmocode.de>
  7. */
  8. $lang['domain'] = 'Logon Domain';
  9. $lang['authpwdexpire'] = 'Your password will expire in %d days, you should change it soon.';
  10. $lang['passchangefail'] = 'Failed to change the password. Maybe the password policy was not met?';
  11. $lang['userchangefail'] = 'Failed to change user attributes. Maybe your account does not have permissions to make changes?';
  12. $lang['connectfail'] = 'Failed to connect to Active Directory server.';
  13. //Setup VIM: ex: et ts=4 :