diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-05-14 15:20:28 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-05-14 15:20:28 +0200 |
commit | 6195ee595a01948dc58965a73a8b2ed33a3dc2b5 (patch) | |
tree | 602a265db37c4bc7a9f5c371552a97a6de61b498 /lib/plugins/authad/lang | |
parent | 3291df79a297e2bd72ca39b2b15c8414eebd843c (diff) | |
parent | c99a571951a32b7b0499cf969fd5e874ad354ff3 (diff) | |
download | rpg-6195ee595a01948dc58965a73a8b2ed33a3dc2b5.tar.gz rpg-6195ee595a01948dc58965a73a8b2ed33a3dc2b5.tar.bz2 |
Merge pull request #1144 from dokuwiki-translate/lang_update_25
Translation update (fr)
Diffstat (limited to 'lib/plugins/authad/lang')
-rw-r--r-- | lib/plugins/authad/lang/fr/lang.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/plugins/authad/lang/fr/lang.php b/lib/plugins/authad/lang/fr/lang.php index 4999967dc..8b3b95b54 100644 --- a/lib/plugins/authad/lang/fr/lang.php +++ b/lib/plugins/authad/lang/fr/lang.php @@ -5,6 +5,9 @@ * * @author ggallon <gwenael.gallon@mac.com> * @author Yannick Aure <yannick.aure@gmail.com> + * @author Pietroni <pietroni@informatique.univ-paris-diderot.fr> */ $lang['domain'] = 'Domaine de connexion'; $lang['authpwdexpire'] = 'Votre mot de passe expirera dans %d jours, vous devriez le changer bientôt.'; +$lang['passchangefail'] = 'Impossible de changer le mot de passe. Il est possible que les règles de sécurité des mots de passe n\'aient pas été respectées.'; +$lang['connectfail'] = 'Impossible de se connecter au serveur Active Directory.'; |