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