diff options
author | PaliPalo <palipalo@hotmail.fr> | 2019-09-24 14:46:41 +0200 |
---|---|---|
committer | DokuWiki Translation Interface <translate@dokuwiki.org> | 2019-09-24 14:46:41 +0200 |
commit | 118b2568d626265554d0f8491065a8f26c6a4bcc (patch) | |
tree | 795e5e6cea6785051e2e58f432ac1c6f78fa5a3a | |
parent | efcc1487d9dfee54b40d774aaca417ccf1848f94 (diff) | |
download | dokuwiki-118b2568d626265554d0f8491065a8f26c6a4bcc.tar.gz dokuwiki-118b2568d626265554d0f8491065a8f26c6a4bcc.zip |
translation update
-rw-r--r-- | inc/lang/fr/lang.php | 1 | ||||
-rw-r--r-- | lib/plugins/authldap/lang/fr/settings.php | 2 | ||||
-rw-r--r-- | lib/plugins/config/lang/fr/lang.php | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/inc/lang/fr/lang.php b/inc/lang/fr/lang.php index 9ae631df8..b43e2fc94 100644 --- a/inc/lang/fr/lang.php +++ b/inc/lang/fr/lang.php @@ -3,6 +3,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * + * @author PaliPalo <palipalo@hotmail.fr> * @author Schplurtz le Déboulonné <schplurtz@laposte.net> * @author Laurent Ponthieu <contact@coopindus.fr> * @author Damien Regad <dregad@mantisbt.org> diff --git a/lib/plugins/authldap/lang/fr/settings.php b/lib/plugins/authldap/lang/fr/settings.php index be3636708..b1285a3a1 100644 --- a/lib/plugins/authldap/lang/fr/settings.php +++ b/lib/plugins/authldap/lang/fr/settings.php @@ -3,6 +3,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * + * @author PaliPalo <palipalo@hotmail.fr> * @author Bruno Veilleux <bruno.vey@gmail.com> * @author schplurtz <Schplurtz@laposte.net> */ @@ -18,6 +19,7 @@ $lang['referrals'] = 'Suivre les références?'; $lang['deref'] = 'Comment déréférencer les alias ?'; $lang['binddn'] = 'Nom de domaine d\'un utilisateur de connexion facultatif si une connexion anonyme n\'est pas suffisante. Ex. : <code>cn=admin, dc=mon, dc=accueil</code>'; $lang['bindpw'] = 'Mot de passe de l\'utilisateur ci-dessus.'; +$lang['attributes'] = 'Attributs à récupérer avec la recherche LDAP.'; $lang['userscope'] = 'Limiter la portée de recherche d\'utilisateurs'; $lang['groupscope'] = 'Limiter la portée de recherche de groupes'; $lang['userkey'] = 'Attribut indiquant le nom d\'utilisateur. Doit être en accord avec le filtre d\'utilisateur.'; diff --git a/lib/plugins/config/lang/fr/lang.php b/lib/plugins/config/lang/fr/lang.php index 37bb6475b..dc645ed44 100644 --- a/lib/plugins/config/lang/fr/lang.php +++ b/lib/plugins/config/lang/fr/lang.php @@ -3,6 +3,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * + * @author PaliPalo <palipalo@hotmail.fr> * @author Schplurtz le Déboulonné <schplurtz@laposte.net> * @author Laurent Ponthieu <contact@coopindus.fr> * @author Damien Regad <dregad@mantisbt.org> |