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/authldap | |
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/authldap')
-rw-r--r-- | lib/plugins/authldap/lang/fr/lang.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/plugins/authldap/lang/fr/lang.php b/lib/plugins/authldap/lang/fr/lang.php new file mode 100644 index 000000000..5797bda42 --- /dev/null +++ b/lib/plugins/authldap/lang/fr/lang.php @@ -0,0 +1,9 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Pietroni <pietroni@informatique.univ-paris-diderot.fr> + */ +$lang['connectfail'] = 'LDAP ne peux se connecter : %s'; +$lang['domainfail'] = 'LDAP ne trouve pas l\'utilisateur dn'; |