10440ff15Schris<?php 2*dba5f66fSEmmanuel 30440ff15Schris/** 4*dba5f66fSEmmanuel * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 5341744ecSGuy Brand * 68707b671SGuy Brand * @author Guy Brand <gb@unistra.fr> 71ba60149SAndreas Gohr * @author Delassaux Julien <julien@delassaux.fr> 864daa86aSAndreas Gohr * @author Maurice A. LeBlanc <leblancma@cooptel.qc.ca> 9f93b78f8SAndreas Gohr * @author stephane.gully@gmail.com 10a6039913SGuillaume Turri * @author Guillaume Turri <guillaume.turri@gmail.com> 117ea13553SErik Pedersen * @author Erik Pedersen <erik.pedersen@shaw.ca> 1250ecd461SOlivier * @author olivier duperray <duperray.olivier@laposte.net> 13202b7494SVincent Feltz * @author Vincent Feltz <psycho@feltzv.fr> 14c4b04b7fSPhilippe Bajoit * @author Philippe Bajoit <philippe.bajoit@gmail.com> 15c1fe9e9fSFlorian Gaub * @author Florian Gaub <floriang@floriang.net> 16def4baf2SSamuel Dorsaz * @author Samuel Dorsaz samuel.dorsaz@novelion.net 17e24ab4abSJohan Guilbaud * @author Johan Guilbaud <guilbaud.johan@gmail.com> 184f616b5fSChristophe Martin * @author schplurtz@laposte.net 19c9996306Sskimpax * @author skimpax@gmail.com 2014704953SYannick Aure * @author Yannick Aure <yannick.aure@gmail.com> 2105be3a57SOlivier Duval * @author Olivier DUVAL <zorky00@gmail.com> 22de78e4efSAnael Mobilia * @author Anael Mobilia <contrib@anael.eu> 23df60eba1SBruno Veilleux * @author Bruno Veilleux <bruno.vey@gmail.com> 240440ff15Schris */ 250440ff15Schris$lang['menu'] = 'Gestion des utilisateurs'; 26de78e4efSAnael Mobilia$lang['noauth'] = '(authentification de l\'utilisateur non disponible)'; 27de78e4efSAnael Mobilia$lang['nosupport'] = '(gestion de l\'utilisateur non supportée)'; 281ba60149SAndreas Gohr$lang['badauth'] = 'mécanisme d\'authentification invalide'; 291ba60149SAndreas Gohr$lang['user_id'] = 'Identifiant '; 301ba60149SAndreas Gohr$lang['user_pass'] = 'Mot de passe '; 311ba60149SAndreas Gohr$lang['user_name'] = 'Nom '; 321ba60149SAndreas Gohr$lang['user_mail'] = 'Courriel '; 331ba60149SAndreas Gohr$lang['user_groups'] = 'Groupes '; 341ba60149SAndreas Gohr$lang['field'] = 'Champ'; 351ba60149SAndreas Gohr$lang['value'] = 'Valeur'; 361ba60149SAndreas Gohr$lang['add'] = 'Ajouter'; 371ba60149SAndreas Gohr$lang['delete'] = 'Supprimer'; 38cf157a80Sgb$lang['delete_selected'] = 'Supprimer la sélection'; 39c1fe9e9fSFlorian Gaub$lang['edit'] = 'Modifier'; 40c1fe9e9fSFlorian Gaub$lang['edit_prompt'] = 'Modifier cet utilisateur'; 41cf157a80Sgb$lang['modify'] = 'Enregistrer les modifications'; 42cf157a80Sgb$lang['search'] = 'Rechercher'; 43cf157a80Sgb$lang['search_prompt'] = 'Effectuer la recherche'; 44cf157a80Sgb$lang['clear'] = 'Réinitialiser la recherche'; 45cf157a80Sgb$lang['filter'] = 'Filtre'; 46de78e4efSAnael Mobilia$lang['summary'] = 'Affichage des utilisateurs %1$d-%2$d parmi %3$d trouvés. %4$d utilisateurs au total.'; 47de78e4efSAnael Mobilia$lang['nonefound'] = 'Aucun utilisateur trouvé. %d utilisateurs au total.'; 48cf157a80Sgb$lang['delete_ok'] = '%d utilisateurs effacés'; 49de78e4efSAnael Mobilia$lang['delete_fail'] = '%d effacements échoués.'; 50c1fe9e9fSFlorian Gaub$lang['update_ok'] = 'Utilisateur mis à jour avec succès'; 51de78e4efSAnael Mobilia$lang['update_fail'] = 'Échec lors de la mise à jour de l\'utilisateur'; 52de78e4efSAnael Mobilia$lang['update_exists'] = 'Échec lors du changement du nom d\'utilisateur : le nom spécifié (%s) existe déjà (toutes les autres modifications seront effectuées).'; 53de78e4efSAnael Mobilia$lang['start'] = 'Début'; 54341744ecSGuy Brand$lang['prev'] = 'Précédent'; 55341744ecSGuy Brand$lang['next'] = 'Suivant'; 56de78e4efSAnael Mobilia$lang['last'] = 'Fin'; 57341744ecSGuy Brand$lang['edit_usermissing'] = 'Utilisateur sélectionné non trouvé, cet utilisateur a peut-être été supprimé ou modifié ailleurs.'; 5808fa6680SGuy Brand gb@isis.u-strasbg.fr$lang['user_notify'] = 'Notifier l\'utilisateur '; 59de78e4efSAnael Mobilia$lang['note_notify'] = 'Expédition de notification par courriel uniquement lorsque l\'utilisateur fourni un nouveau mot de passe.'; 602f07f429SGuy Brand$lang['note_group'] = 'Les nouveaux utilisateurs seront ajoutés au groupe par défaut (%s) si aucun groupe n\'est spécifié.'; 611f454ef2SGuillaume Turri$lang['note_pass'] = 'Le mot de passe sera généré automatiquement si le champ est laissé vide et si la notification de l\'utilisateur est activée.'; 6208fa6680SGuy Brand gb@isis.u-strasbg.fr$lang['add_ok'] = 'Utilisateur ajouté avec succès'; 631db60ac7SGuy Brand$lang['add_fail'] = 'Échec de l\'ajout de l\'utilisateur'; 6408fa6680SGuy Brand gb@isis.u-strasbg.fr$lang['notify_ok'] = 'Courriel de notification expédié'; 651db60ac7SGuy Brand$lang['notify_fail'] = 'Échec de l\'expédition du courriel de notification'; 66