diff options
author | Pietroni <pietroni@informatique.univ-paris-diderot.fr> | 2015-05-13 17:31:08 +0200 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2015-05-13 17:31:08 +0200 |
commit | c99a571951a32b7b0499cf969fd5e874ad354ff3 (patch) | |
tree | 2a03e6068ba8892aa05e1ea55ccbf3121a603b61 /lib/plugins/authldap/lang/fr/lang.php | |
parent | 5cbc64787ecd0f444538a65c4e62b0ed1b6df4a1 (diff) | |
download | rpg-c99a571951a32b7b0499cf969fd5e874ad354ff3.tar.gz rpg-c99a571951a32b7b0499cf969fd5e874ad354ff3.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/authldap/lang/fr/lang.php')
-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'; |