From e8497e5416a7a09d55b87de0ad0d38dc9e85438d Mon Sep 17 00:00:00 2001
From: schplurtz <Schplurtz@laposte.net>
Date: Mon, 16 Sep 2013 22:01:01 +0200
Subject: [PATCH] translation update

---
 lib/plugins/authldap/lang/fr/settings.php | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lib/plugins/authldap/lang/fr/settings.php b/lib/plugins/authldap/lang/fr/settings.php
index f8d29e7ed..dc475071e 100644
--- a/lib/plugins/authldap/lang/fr/settings.php
+++ b/lib/plugins/authldap/lang/fr/settings.php
@@ -22,3 +22,7 @@ $lang['userscope']             = 'Limiter la portée de recherche d\'utilisateur
 $lang['groupscope']            = 'Limiter la portée de recherche de groupes';
 $lang['groupkey']              = 'Affiliation aux groupes à partir de n\'importe quel attribut utilisateur (au lieu des groupes AD standards), p. ex. groupes par département ou numéro de téléphone';
 $lang['debug']                 = 'Afficher des informations de bégogage supplémentaires pour les erreurs';
+$lang['deref_o_0']             = 'LDAP_DEREF_NEVER';
+$lang['deref_o_1']             = 'LDAP_DEREF_SEARCHING';
+$lang['deref_o_2']             = 'LDAP_DEREF_FINDING';
+$lang['deref_o_3']             = 'LDAP_DEREF_ALWAYS';
-- 
GitLab