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