xref: /dokuwiki/lib/plugins/usermanager/lang/fr/lang.php (revision d288e1977673609c78ece109e5f2231093fef75d)
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>
8*d288e197SGuy Brand * @author gb@isis.u-strasbg.fr
90440ff15Schris */
100440ff15Schris$lang['menu']                  = 'Gestion des utilisateurs';
11cf157a80Sgb$lang['noauth']                = '(authentification utilisateur non disponible)';
12cf157a80Sgb$lang['nosupport']             = '(gestion utilisateur non supportée)';
131ba60149SAndreas Gohr$lang['badauth']               = 'mécanisme d\'authentification invalide';
141ba60149SAndreas Gohr$lang['user_id']               = 'Identifiant ';
151ba60149SAndreas Gohr$lang['user_pass']             = 'Mot de passe ';
161ba60149SAndreas Gohr$lang['user_name']             = 'Nom ';
171ba60149SAndreas Gohr$lang['user_mail']             = 'Courriel ';
181ba60149SAndreas Gohr$lang['user_groups']           = 'Groupes ';
191ba60149SAndreas Gohr$lang['field']                 = 'Champ';
201ba60149SAndreas Gohr$lang['value']                 = 'Valeur';
211ba60149SAndreas Gohr$lang['add']                   = 'Ajouter';
221ba60149SAndreas Gohr$lang['delete']                = 'Supprimer';
23cf157a80Sgb$lang['delete_selected']       = 'Supprimer la sélection';
241ba60149SAndreas Gohr$lang['edit']                  = 'Éditer';
25cf157a80Sgb$lang['edit_prompt']           = 'Éditer cet utilisateur';
26cf157a80Sgb$lang['modify']                = 'Enregistrer les modifications';
27cf157a80Sgb$lang['search']                = 'Rechercher';
28cf157a80Sgb$lang['search_prompt']         = 'Effectuer la recherche';
29cf157a80Sgb$lang['clear']                 = 'Réinitialiser la recherche';
30cf157a80Sgb$lang['filter']                = 'Filtre';
311db60ac7SGuy Brand$lang['summary']               = 'Affichage des utilisateurs %1$d-%2$d parmi %3$d trouvé(s). %4$d utilisateur(s) au total.';
321db60ac7SGuy Brand$lang['nonefound']             = 'Aucun utilisateur trouvé. %d utilisateur(s) au total.';
33cf157a80Sgb$lang['delete_ok']             = '%d utilisateurs effacés';
34cf157a80Sgb$lang['delete_fail']           = '%d effacement échoué.';
35cf157a80Sgb$lang['update_ok']             = 'utilisateur mis à jour avec succès';
36cf157a80Sgb$lang['update_fail']           = 'échec de la mise à jour utilisateur';
37cf157a80Sgb$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).';
38341744ecSGuy Brand$lang['start']                 = 'Démarrage';
39341744ecSGuy Brand$lang['prev']                  = 'Précédent';
40341744ecSGuy Brand$lang['next']                  = 'Suivant';
41341744ecSGuy Brand$lang['last']                  = 'Dernier';
42341744ecSGuy Brand$lang['edit_usermissing']      = 'Utilisateur sélectionné non trouvé, cet utilisateur a peut-être été supprimé ou modifié ailleurs.';
4308fa6680SGuy Brand gb@isis.u-strasbg.fr$lang['user_notify']           = 'Notifier l\'utilisateur ';
4408fa6680SGuy 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.';
452f07f429SGuy Brand$lang['note_group']            = 'Les nouveaux utilisateurs seront ajoutés au groupe par défaut (%s) si aucun groupe n\'est spécifié.';
4608fa6680SGuy Brand gb@isis.u-strasbg.fr$lang['add_ok']                = 'Utilisateur ajouté avec succès';
471db60ac7SGuy Brand$lang['add_fail']              = 'Échec de l\'ajout de l\'utilisateur';
4808fa6680SGuy Brand gb@isis.u-strasbg.fr$lang['notify_ok']             = 'Courriel de notification expédié';
491db60ac7SGuy Brand$lang['notify_fail']           = 'Échec de l\'expédition du courriel de notification';
50