xref: /dokuwiki/lib/plugins/authad/lang/en/lang.php (revision 699e3c4900f2d6cc860a3587a05798cd23b7944d)
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
9$lang['domain'] = 'Logon Domain';
10$lang['authpwdexpire']         = 'Your password will expire in %d days, you should change it soon.';
11
12//Setup VIM: ex: et ts=4 :
13