xref: /dokuwiki/lib/plugins/usermanager/lang/fr/lang.php (revision 0440ff150cefe9088c8aa126e646f901c69a7793)
1<?php
2/**
3 * french language file
4 */
5
6// settings must be present and set appropriately for the language
7$lang['encoding']   = 'utf-8';
8$lang['direction']  = 'ltr';
9
10// for admin plugins, the menu prompt to be displayed in the admin menu
11// if set here, the plugin doesn't need to override the getMenuText() method
12$lang['menu'] = 'Gestion des utilisateurs';
13
14// custom language strings for the plugin
15$lang["user_id"] = "Identifiant";
16$lang["user_pass"] = "Mot de passe";
17$lang["user_name"] = "Nom";
18$lang["user_mail"] = "E-mail";
19$lang["user_groups"] = "Groupes";
20
21$lang["field"] = "Champ";
22$lang["value"] = "Valeur";
23$lang["add"] = "Ajouter";
24$lang["delete"] = "Supprimer";
25$lang["edit"] = "Modifier";
26