185db969eSAndreas Gohr<?php 285db969eSAndreas Gohr/** 385db969eSAndreas Gohr * English language file for addomain plugin 4*5b795a65SPatrick 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'; 10*5b795a65SPatrick Brown$lang['authpwdexpire'] = 'Your password will expire in %d days, you should change it soon.'; 1185db969eSAndreas Gohr 1285db969eSAndreas Gohr//Setup VIM: ex: et ts=4 : 13