mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
13 lines
577 B
PHP
13 lines
577 B
PHP
<?php
|
|
|
|
/**
|
|
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
|
*
|
|
* @author Rene <wllywlnt@yahoo.com>
|
|
* @author Dion Nicolaas <dion@nicolaas.net>
|
|
* @author Hugo Smet <hugo.smet@scarlet.be>
|
|
*/
|
|
$lang['domain'] = 'Inlog Domein';
|
|
$lang['authpwdexpire'] = 'Je wachtwoord verloopt in %d dagen, je moet het binnenkort veranderen';
|
|
$lang['passchangefail'] = 'Wijziging van het paswoord is mislukt. Wellicht beantwoord het paswoord niet aan de voorwaarden. ';
|
|
$lang['connectfail'] = 'Connectie met Active Directory server mislukt.';
|