mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
12 lines
533 B
PHP
12 lines
533 B
PHP
<?php
|
|
|
|
/**
|
|
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
|
*
|
|
* @author Andreas Gohr <gohr@cosmocode.de>
|
|
* @author Philip Knack <p.knack@stollfuss.de>
|
|
*/
|
|
$lang['domain'] = 'Anmelde-Domäne';
|
|
$lang['authpwdexpire'] = 'Ihr Passwort läuft in %d Tag(en) ab. Sie sollten es frühzeitig ändern.';
|
|
$lang['passchangefail'] = 'Kennwortänderung fehlgeschlagen. Entspricht das Kennwort der Richtlinie?';
|
|
$lang['connectfail'] = 'Verbindung zum Active Directory Server fehlgeschlagen.';
|