xref: /dokuwiki/lib/plugins/authad/lang/en/lang.php (revision 8f03c311f28eaffe92893ec1a4d0b78581926e13)
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.';
11*8f03c311SPatrick Brown$lang['passchangefail']  = 'Failed to change the password. Maybe the password policy was not met?';
12*8f03c311SPatrick Brown$lang['connectfail']     = 'Failed to connect to Active Directory server.';
1385db969eSAndreas Gohr
1485db969eSAndreas Gohr//Setup VIM: ex: et ts=4 :
15