summaryrefslogtreecommitdiff
path: root/lib/plugins/authldap/lang
diff options
context:
space:
mode:
authorSchplurtz le Déboulonné <schplurtz@laposte.net>2015-02-24 22:16:02 +0100
committerTranslator of Dokuwiki <translate@dokuwiki.org>2015-02-24 22:16:02 +0100
commit6401de3d8cba9f2c76724a2c2c68c7d3fc97d2e4 (patch)
tree618d1debd30095922e07a1eed868a36625227f61 /lib/plugins/authldap/lang
parent9cbf80e627322dee19852b953ef242b4e0ad514a (diff)
downloadrpg-6401de3d8cba9f2c76724a2c2c68c7d3fc97d2e4.tar.gz
rpg-6401de3d8cba9f2c76724a2c2c68c7d3fc97d2e4.tar.bz2
translation update
Diffstat (limited to 'lib/plugins/authldap/lang')
-rw-r--r--lib/plugins/authldap/lang/fr/settings.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/plugins/authldap/lang/fr/settings.php b/lib/plugins/authldap/lang/fr/settings.php
index dc475071e..aa75105cf 100644
--- a/lib/plugins/authldap/lang/fr/settings.php
+++ b/lib/plugins/authldap/lang/fr/settings.php
@@ -5,6 +5,7 @@
*
* @author Bruno Veilleux <bruno.vey@gmail.com>
* @author schplurtz <Schplurtz@laposte.net>
+ * @author Schplurtz le Déboulonné <schplurtz@laposte.net>
*/
$lang['server'] = 'Votre serveur LDAP. Soit le nom d\'hôte (<code>localhost</code>) ou l\'URL complète (<code>ldap://serveur.dom:389</code>)';
$lang['port'] = 'Port du serveur LDAP si l\'URL complète n\'a pas été indiquée ci-dessus';
@@ -26,3 +27,6 @@ $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';
+$lang['referrals_o_-1'] = 'comportement par défaut';
+$lang['referrals_o_0'] = 'ne pas suivre les références';
+$lang['referrals_o_1'] = 'suivre les références';