summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAntoine Turmel <geekshadow@gmail.com>2013-08-13 11:51:32 +0200
committerTranslator of Dokuwiki <translate@dokuwiki.org>2013-08-13 11:51:32 +0200
commit440b8f2e9d79442f105af80c0302c417b6a6a95e (patch)
tree591dbf6e8c94b04b3c181b2dc3290bc61c874af5 /lib
parent59a3d5532971229a83d07f18b53ee4f2932b385a (diff)
downloadrpg-440b8f2e9d79442f105af80c0302c417b6a6a95e.tar.gz
rpg-440b8f2e9d79442f105af80c0302c417b6a6a95e.tar.bz2
translation update
Diffstat (limited to 'lib')
-rw-r--r--lib/plugins/usermanager/lang/fr/lang.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/plugins/usermanager/lang/fr/lang.php b/lib/plugins/usermanager/lang/fr/lang.php
index 2ff1bd7a0..940603ab6 100644
--- a/lib/plugins/usermanager/lang/fr/lang.php
+++ b/lib/plugins/usermanager/lang/fr/lang.php
@@ -21,6 +21,7 @@
* @author Olivier DUVAL <zorky00@gmail.com>
* @author Anael Mobilia <contrib@anael.eu>
* @author Bruno Veilleux <bruno.vey@gmail.com>
+ * @author Antoine Turmel <geekshadow@gmail.com>
*/
$lang['menu'] = 'Gestion des utilisateurs';
$lang['noauth'] = '(authentification de l\'utilisateur non disponible)';
@@ -43,6 +44,9 @@ $lang['search'] = 'Rechercher';
$lang['search_prompt'] = 'Effectuer la recherche';
$lang['clear'] = 'Réinitialiser la recherche';
$lang['filter'] = 'Filtre';
+$lang['import'] = 'Importer les nouveaux utilisateurs';
+$lang['line'] = 'Ligne n°';
+$lang['error'] = 'Message d\'erreur';
$lang['summary'] = 'Affichage des utilisateurs %1$d-%2$d parmi %3$d trouvés. %4$d utilisateurs au total.';
$lang['nonefound'] = 'Aucun utilisateur trouvé. %d utilisateurs au total.';
$lang['delete_ok'] = '%d utilisateurs effacés';
@@ -63,3 +67,7 @@ $lang['add_ok'] = 'Utilisateur ajouté avec succès';
$lang['add_fail'] = 'Échec de l\'ajout de l\'utilisateur';
$lang['notify_ok'] = 'Courriel de notification expédié';
$lang['notify_fail'] = 'Échec de l\'expédition du courriel de notification';
+$lang['import_error_baduserid'] = 'Identifiant de l\'utilisateur manquant';
+$lang['import_error_badname'] = 'Mauvais nom';
+$lang['import_error_badmail'] = 'Mauvaise adresse e-mail';
+$lang['import_error_create'] = 'Impossible de créer l\'utilisateur';