diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-05-14 15:20:28 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-05-14 15:20:28 +0200 |
commit | 6195ee595a01948dc58965a73a8b2ed33a3dc2b5 (patch) | |
tree | 602a265db37c4bc7a9f5c371552a97a6de61b498 /lib/plugins/authmysql/lang/fr | |
parent | 3291df79a297e2bd72ca39b2b15c8414eebd843c (diff) | |
parent | c99a571951a32b7b0499cf969fd5e874ad354ff3 (diff) | |
download | rpg-6195ee595a01948dc58965a73a8b2ed33a3dc2b5.tar.gz rpg-6195ee595a01948dc58965a73a8b2ed33a3dc2b5.tar.bz2 |
Merge pull request #1144 from dokuwiki-translate/lang_update_25
Translation update (fr)
Diffstat (limited to 'lib/plugins/authmysql/lang/fr')
-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.'; |