diff options
author | Pietroni <pietroni@informatique.univ-paris-diderot.fr> | 2015-05-13 17:31:08 +0200 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2015-05-13 17:31:08 +0200 |
commit | c99a571951a32b7b0499cf969fd5e874ad354ff3 (patch) | |
tree | 2a03e6068ba8892aa05e1ea55ccbf3121a603b61 /lib/plugins/authmysql/lang | |
parent | 5cbc64787ecd0f444538a65c4e62b0ed1b6df4a1 (diff) | |
download | rpg-c99a571951a32b7b0499cf969fd5e874ad354ff3.tar.gz rpg-c99a571951a32b7b0499cf969fd5e874ad354ff3.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/authmysql/lang')
-rw-r--r-- | lib/plugins/authmysql/lang/fr/lang.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/plugins/authmysql/lang/fr/lang.php b/lib/plugins/authmysql/lang/fr/lang.php new file mode 100644 index 000000000..d5a1e1209 --- /dev/null +++ b/lib/plugins/authmysql/lang/fr/lang.php @@ -0,0 +1,11 @@ +<?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['usernotexists'] = 'Désolé, cet utilisateur n\'existe pas.'; +$lang['writefail'] = 'Impossible de modifier les données utilisateur. Veuillez en informer l\'administrateur du Wiki.'; |