diff options
Diffstat (limited to 'wiki/lib/plugins/authldap/lang/fr/lang.php')
-rw-r--r-- | wiki/lib/plugins/authldap/lang/fr/lang.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/wiki/lib/plugins/authldap/lang/fr/lang.php b/wiki/lib/plugins/authldap/lang/fr/lang.php new file mode 100644 index 0000000..ce26e86 --- /dev/null +++ b/wiki/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'; |