about summary refs log tree commit diff stats
path: root/wiki/lib/plugins/authpdo/lang/fr
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/lib/plugins/authpdo/lang/fr')
-rw-r--r--wiki/lib/plugins/authpdo/lang/fr/lang.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/wiki/lib/plugins/authpdo/lang/fr/lang.php b/wiki/lib/plugins/authpdo/lang/fr/lang.php
new file mode 100644
index 0000000..ee87b0d
--- /dev/null
+++ b/wiki/lib/plugins/authpdo/lang/fr/lang.php
@@ -0,0 +1,10 @@
+<?php
+
+/**
+ * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ * 
+ * @author Pietroni <pietroni@informatique.univ-paris-diderot.fr>
+ */
+$lang['connectfail']           = 'Impossible de se connecter à la base de données.';
+$lang['userexists']            = 'Désolé, un utilisateur avec cet identifiant existe déjà.';
+$lang['writefail']             = 'Impossible de modifier les données utilisateur. Veuillez en informer l\'administrateur du Wiki.';