xref: /dokuwiki/lib/plugins/usermanager/lang/fr/lang.php (revision 8591ce16271da38ce23890ba6c2662414f17e82e)
10440ff15Schris<?php
2dba5f66fSEmmanuel
30440ff15Schris/**
4dba5f66fSEmmanuel * @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>
9*8591ce16SSchplurtz le Déboulonné * @author stephane.gully <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>
16e24ab4abSJohan Guilbaud * @author Johan Guilbaud <guilbaud.johan@gmail.com>
1714704953SYannick Aure * @author Yannick Aure <yannick.aure@gmail.com>
1805be3a57SOlivier Duval * @author Olivier DUVAL <zorky00@gmail.com>
19de78e4efSAnael Mobilia * @author Anael Mobilia <contrib@anael.eu>
20df60eba1SBruno Veilleux * @author Bruno Veilleux <bruno.vey@gmail.com>
21440b8f2eSAntoine Turmel * @author Antoine Turmel <geekshadow@gmail.com>
2279c64e95SJérôme Brandt * @author Jérôme Brandt <jeromebrandt@gmail.com>
23bc0b7525SSchplurtz le Déboulonné * @author Schplurtz le Déboulonné <Schplurtz@laposte.net>
240da48067Strebmuh * @author Olivier Humbert <trebmuh@tuxfamily.org>
25909860c4SEric * @author Eric <ericstevenart@netc.fr>
260440ff15Schris */
270440ff15Schris$lang['menu']                  = 'Gestion des utilisateurs';
28de78e4efSAnael Mobilia$lang['noauth']                = '(authentification de l\'utilisateur non disponible)';
2955ba1452SSchplurtz le Déboulonné$lang['nosupport']             = '(gestion de l\'utilisateur non pris en charge)';
301ba60149SAndreas Gohr$lang['badauth']               = 'mécanisme d\'authentification invalide';
311ba60149SAndreas Gohr$lang['user_id']               = 'Identifiant ';
321ba60149SAndreas Gohr$lang['user_pass']             = 'Mot de passe ';
331ba60149SAndreas Gohr$lang['user_name']             = 'Nom ';
341ba60149SAndreas Gohr$lang['user_mail']             = 'Courriel ';
351ba60149SAndreas Gohr$lang['user_groups']           = 'Groupes ';
361ba60149SAndreas Gohr$lang['field']                 = 'Champ';
371ba60149SAndreas Gohr$lang['value']                 = 'Valeur';
381ba60149SAndreas Gohr$lang['add']                   = 'Ajouter';
391ba60149SAndreas Gohr$lang['delete']                = 'Supprimer';
40cf157a80Sgb$lang['delete_selected']       = 'Supprimer la sélection';
41c1fe9e9fSFlorian Gaub$lang['edit']                  = 'Modifier';
42c1fe9e9fSFlorian Gaub$lang['edit_prompt']           = 'Modifier cet utilisateur';
43cf157a80Sgb$lang['modify']                = 'Enregistrer les modifications';
44cf157a80Sgb$lang['search']                = 'Rechercher';
45cf157a80Sgb$lang['search_prompt']         = 'Effectuer la recherche';
46cf157a80Sgb$lang['clear']                 = 'Réinitialiser la recherche';
47cf157a80Sgb$lang['filter']                = 'Filtre';
48e6ce96e7SVincent Feltz$lang['export_all']            = 'Exporter tous les utilisateurs (CSV)';
492f182b4aSschplurtz$lang['export_filtered']       = 'Exporter la liste d\'utilisateurs filtrés (CSV)';
502f182b4aSschplurtz$lang['import']                = 'Importer de nouveaux utilisateurs';
51440b8f2eSAntoine Turmel$lang['line']                  = 'Ligne n°';
52440b8f2eSAntoine Turmel$lang['error']                 = 'Message d\'erreur';
53de78e4efSAnael Mobilia$lang['summary']               = 'Affichage des utilisateurs %1$d-%2$d parmi %3$d trouvés. %4$d utilisateurs au total.';
54de78e4efSAnael Mobilia$lang['nonefound']             = 'Aucun utilisateur trouvé. %d utilisateurs au total.';
55cf157a80Sgb$lang['delete_ok']             = '%d utilisateurs effacés';
56de78e4efSAnael Mobilia$lang['delete_fail']           = '%d effacements échoués.';
57c1fe9e9fSFlorian Gaub$lang['update_ok']             = 'Utilisateur mis à jour avec succès';
58de78e4efSAnael Mobilia$lang['update_fail']           = 'Échec lors de la mise à jour de l\'utilisateur';
59de78e4efSAnael 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).';
60de78e4efSAnael Mobilia$lang['start']                 = 'Début';
61341744ecSGuy Brand$lang['prev']                  = 'Précédent';
62341744ecSGuy Brand$lang['next']                  = 'Suivant';
63de78e4efSAnael Mobilia$lang['last']                  = 'Fin';
64341744ecSGuy Brand$lang['edit_usermissing']      = 'Utilisateur sélectionné non trouvé, cet utilisateur a peut-être été supprimé ou modifié ailleurs.';
6508fa6680SGuy Brand gb@isis.u-strasbg.fr$lang['user_notify']           = 'Notifier l\'utilisateur ';
66de78e4efSAnael Mobilia$lang['note_notify']           = 'Expédition de notification par courriel uniquement lorsque l\'utilisateur fourni un nouveau mot de passe.';
672f07f429SGuy Brand$lang['note_group']            = 'Les nouveaux utilisateurs seront ajoutés au groupe par défaut (%s) si aucun groupe n\'est spécifié.';
681f454ef2SGuillaume 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.';
6908fa6680SGuy Brand gb@isis.u-strasbg.fr$lang['add_ok']                = 'Utilisateur ajouté avec succès';
701db60ac7SGuy Brand$lang['add_fail']              = 'Échec de l\'ajout de l\'utilisateur';
7108fa6680SGuy Brand gb@isis.u-strasbg.fr$lang['notify_ok']             = 'Courriel de notification expédié';
721db60ac7SGuy Brand$lang['notify_fail']           = 'Échec de l\'expédition du courriel de notification';
7379c64e95SJérôme Brandt$lang['import_userlistcsv']    = 'Liste utilisateur (fichier CSV)';
7479c64e95SJérôme Brandt$lang['import_header']         = 'Erreurs d\'import les plus récentes';
75e6ce96e7SVincent Feltz$lang['import_success_count']  = 'Import d’utilisateurs : %d utilisateurs trouvés, %d utilisateurs importés avec succès.';
76e6ce96e7SVincent Feltz$lang['import_failure_count']  = 'Import d\'utilisateurs : %d ont échoué. Les erreurs sont listées ci-dessous.';
77e6ce96e7SVincent Feltz$lang['import_error_fields']   = 'Nombre de champs insuffisant, %d trouvé, 4 requis.';
78440b8f2eSAntoine Turmel$lang['import_error_baduserid'] = 'Identifiant de l\'utilisateur manquant';
79440b8f2eSAntoine Turmel$lang['import_error_badname']  = 'Mauvais nom';
80440b8f2eSAntoine Turmel$lang['import_error_badmail']  = 'Mauvaise adresse e-mail';
81e6ce96e7SVincent Feltz$lang['import_error_upload']   = 'L\'import a échoué. Le fichier csv n\'a pas pu être téléchargé ou bien il est vide.';
82e6ce96e7SVincent Feltz$lang['import_error_readfail'] = 'L\'import a échoué. Impossible de lire le fichier téléchargé.';
83440b8f2eSAntoine Turmel$lang['import_error_create']   = 'Impossible de créer l\'utilisateur';
842f182b4aSschplurtz$lang['import_notify_fail']    = 'Impossible d\'expédier une notification à l\'utilisateur importé %s, adresse %s.';
8579c64e95SJérôme Brandt$lang['import_downloadfailures'] = 'Télécharger les erreurs au format CSV pour correction';
86bc0b7525SSchplurtz le Déboulonné$lang['addUser_error_missing_pass'] = 'Veuillez saisir un mot de passe ou activer la notification à l\'utilisateur pour permettre la génération d\'un mot de passe.';
87bc0b7525SSchplurtz le Déboulonné$lang['addUser_error_pass_not_identical'] = 'Les mots de passe saisis diffèrent.';
880da48067Strebmuh$lang['addUser_error_modPass_disabled'] = 'La modification des mots de passe est actuellement désactivée.';
89bc0b7525SSchplurtz le Déboulonné$lang['addUser_error_name_missing'] = 'Veuillez saisir un nom pour le nouvel utilisateur.';
90bc0b7525SSchplurtz le Déboulonné$lang['addUser_error_modName_disabled'] = 'La modification des noms est actuellement désactivée.';
91909860c4SEric$lang['addUser_error_mail_missing'] = 'Veuillez saisir une adresse de courriel pour le nouvel utilisateur.';
92bc0b7525SSchplurtz le Déboulonné$lang['addUser_error_modMail_disabled'] = 'La modification des adresses de courriel est actuellement désactivée.';
93bc0b7525SSchplurtz le Déboulonné$lang['addUser_error_create_event_failed'] = 'Un greffon a empêché l\'ajout du nouvel utilisateur. Examinez les autres messages potentiels pour obtenir de plus amples informations.';
94