xref: /dokuwiki/lib/plugins/usermanager/lang/fr/lang.php (revision 4f616b5f20590d5f3a592bd53f2fc932968940d8)
10440ff15Schris<?php
20440ff15Schris/**
30440ff15Schris * french language file
4341744ecSGuy Brand *
5341744ecSGuy Brand * @author Guy Brand <gb@isis.u-strasbg.fr>
61ba60149SAndreas Gohr * @author Delassaux Julien <julien@delassaux.fr>
764daa86aSAndreas Gohr * @author Maurice A. LeBlanc <leblancma@cooptel.qc.ca>
8d288e197SGuy Brand * @author gb@isis.u-strasbg.fr
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>
18*4f616b5fSChristophe Martin * @author schplurtz@laposte.net
190440ff15Schris */
200440ff15Schris$lang['menu']                  = 'Gestion des utilisateurs';
21cf157a80Sgb$lang['noauth']                = '(authentification utilisateur non disponible)';
22cf157a80Sgb$lang['nosupport']             = '(gestion utilisateur non supportée)';
231ba60149SAndreas Gohr$lang['badauth']               = 'mécanisme d\'authentification invalide';
241ba60149SAndreas Gohr$lang['user_id']               = 'Identifiant ';
251ba60149SAndreas Gohr$lang['user_pass']             = 'Mot de passe ';
261ba60149SAndreas Gohr$lang['user_name']             = 'Nom ';
271ba60149SAndreas Gohr$lang['user_mail']             = 'Courriel ';
281ba60149SAndreas Gohr$lang['user_groups']           = 'Groupes ';
291ba60149SAndreas Gohr$lang['field']                 = 'Champ';
301ba60149SAndreas Gohr$lang['value']                 = 'Valeur';
311ba60149SAndreas Gohr$lang['add']                   = 'Ajouter';
321ba60149SAndreas Gohr$lang['delete']                = 'Supprimer';
33cf157a80Sgb$lang['delete_selected']       = 'Supprimer la sélection';
34c1fe9e9fSFlorian Gaub$lang['edit']                  = 'Modifier';
35c1fe9e9fSFlorian Gaub$lang['edit_prompt']           = 'Modifier cet utilisateur';
36cf157a80Sgb$lang['modify']                = 'Enregistrer les modifications';
37cf157a80Sgb$lang['search']                = 'Rechercher';
38cf157a80Sgb$lang['search_prompt']         = 'Effectuer la recherche';
39cf157a80Sgb$lang['clear']                 = 'Réinitialiser la recherche';
40cf157a80Sgb$lang['filter']                = 'Filtre';
411db60ac7SGuy Brand$lang['summary']               = 'Affichage des utilisateurs %1$d-%2$d parmi %3$d trouvé(s). %4$d utilisateur(s) au total.';
421db60ac7SGuy Brand$lang['nonefound']             = 'Aucun utilisateur trouvé. %d utilisateur(s) au total.';
43cf157a80Sgb$lang['delete_ok']             = '%d utilisateurs effacés';
44cf157a80Sgb$lang['delete_fail']           = '%d effacement échoué.';
45c1fe9e9fSFlorian Gaub$lang['update_ok']             = 'Utilisateur mis à jour avec succès';
46c1fe9e9fSFlorian Gaub$lang['update_fail']           = 'Échec de la mise à jour utilisateur';
47c1fe9e9fSFlorian Gaub$lang['update_exists']         = 'Échec du changement de nom d\'utilisateur, le nom spécifié (%s) existe déjà (toutes les autres modifications seront effectuées).';
48341744ecSGuy Brand$lang['start']                 = 'Démarrage';
49341744ecSGuy Brand$lang['prev']                  = 'Précédent';
50341744ecSGuy Brand$lang['next']                  = 'Suivant';
51341744ecSGuy Brand$lang['last']                  = 'Dernier';
52341744ecSGuy Brand$lang['edit_usermissing']      = 'Utilisateur sélectionné non trouvé, cet utilisateur a peut-être été supprimé ou modifié ailleurs.';
5308fa6680SGuy Brand gb@isis.u-strasbg.fr$lang['user_notify']           = 'Notifier l\'utilisateur ';
5408fa6680SGuy Brand gb@isis.u-strasbg.fr$lang['note_notify']           = 'Envoi de notification par courriel uniquement lorsqu\'un nouveau mot de passe est attribué à l\'utilisateur.';
552f07f429SGuy Brand$lang['note_group']            = 'Les nouveaux utilisateurs seront ajoutés au groupe par défaut (%s) si aucun groupe n\'est spécifié.';
561f454ef2SGuillaume 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.';
5708fa6680SGuy Brand gb@isis.u-strasbg.fr$lang['add_ok']                = 'Utilisateur ajouté avec succès';
581db60ac7SGuy Brand$lang['add_fail']              = 'Échec de l\'ajout de l\'utilisateur';
5908fa6680SGuy Brand gb@isis.u-strasbg.fr$lang['notify_ok']             = 'Courriel de notification expédié';
601db60ac7SGuy Brand$lang['notify_fail']           = 'Échec de l\'expédition du courriel de notification';
61