xref: /dokuwiki/lib/plugins/usermanager/lang/fr/lang.php (revision 1ba60149a86e0315c46451bbab09f40c251b2649)
10440ff15Schris<?php
20440ff15Schris/**
30440ff15Schris * french language file
4341744ecSGuy Brand *
5341744ecSGuy Brand * @author Guy Brand <gb@isis.u-strasbg.fr>
6*1ba60149SAndreas Gohr * @author Delassaux Julien <julien@delassaux.fr>
70440ff15Schris */
80440ff15Schris$lang['menu']                  = 'Gestion des utilisateurs';
9cf157a80Sgb$lang['noauth']                = '(authentification utilisateur non disponible)';
10cf157a80Sgb$lang['nosupport']             = '(gestion utilisateur non supportée)';
11*1ba60149SAndreas Gohr$lang['badauth']               = 'mécanisme d\'authentification invalide';
12*1ba60149SAndreas Gohr$lang['user_id']               = 'Identifiant ';
13*1ba60149SAndreas Gohr$lang['user_pass']             = 'Mot de passe ';
14*1ba60149SAndreas Gohr$lang['user_name']             = 'Nom ';
15*1ba60149SAndreas Gohr$lang['user_mail']             = 'Courriel ';
16*1ba60149SAndreas Gohr$lang['user_groups']           = 'Groupes ';
17*1ba60149SAndreas Gohr$lang['field']                 = 'Champ';
18*1ba60149SAndreas Gohr$lang['value']                 = 'Valeur';
19*1ba60149SAndreas Gohr$lang['add']                   = 'Ajouter';
20*1ba60149SAndreas Gohr$lang['delete']                = 'Supprimer';
21cf157a80Sgb$lang['delete_selected']       = 'Supprimer la sélection';
22*1ba60149SAndreas Gohr$lang['edit']                  = 'Éditer';
23cf157a80Sgb$lang['edit_prompt']           = 'Éditer cet utilisateur';
24cf157a80Sgb$lang['modify']                = 'Enregistrer les modifications';
25cf157a80Sgb$lang['search']                = 'Rechercher';
26cf157a80Sgb$lang['search_prompt']         = 'Effectuer la recherche';
27cf157a80Sgb$lang['clear']                 = 'Réinitialiser la recherche';
28cf157a80Sgb$lang['filter']                = 'Filtre';
291db60ac7SGuy Brand$lang['summary']               = 'Affichage des utilisateurs %1$d-%2$d parmi %3$d trouvé(s). %4$d utilisateur(s) au total.';
301db60ac7SGuy Brand$lang['nonefound']             = 'Aucun utilisateur trouvé. %d utilisateur(s) au total.';
31cf157a80Sgb$lang['delete_ok']             = '%d utilisateurs effacés';
32cf157a80Sgb$lang['delete_fail']           = '%d effacement échoué.';
33cf157a80Sgb$lang['update_ok']             = 'utilisateur mis à jour avec succès';
34cf157a80Sgb$lang['update_fail']           = 'échec de la mise à jour utilisateur';
35cf157a80Sgb$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).';
36341744ecSGuy Brand$lang['start']                 = 'Démarrage';
37341744ecSGuy Brand$lang['prev']                  = 'Précédent';
38341744ecSGuy Brand$lang['next']                  = 'Suivant';
39341744ecSGuy Brand$lang['last']                  = 'Dernier';
40341744ecSGuy Brand$lang['edit_usermissing']      = 'Utilisateur sélectionné non trouvé, cet utilisateur a peut-être été supprimé ou modifié ailleurs.';
4108fa6680SGuy Brand gb@isis.u-strasbg.fr$lang['user_notify']           = 'Notifier l\'utilisateur ';
4208fa6680SGuy 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.';
432f07f429SGuy Brand$lang['note_group']            = 'Les nouveaux utilisateurs seront ajoutés au groupe par défaut (%s) si aucun groupe n\'est spécifié.';
4408fa6680SGuy Brand gb@isis.u-strasbg.fr$lang['add_ok']                = 'Utilisateur ajouté avec succès';
451db60ac7SGuy Brand$lang['add_fail']              = 'Échec de l\'ajout de l\'utilisateur';
4608fa6680SGuy Brand gb@isis.u-strasbg.fr$lang['notify_ok']             = 'Courriel  de notification expédié';
471db60ac7SGuy Brand$lang['notify_fail']           = 'Échec de l\'expédition du courriel de notification';
48