diff options
author | Anika Henke <anika@selfthinker.org> | 2015-07-30 19:09:39 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2015-07-30 19:09:39 +0100 |
commit | 1447dd1c1040a96c8c4c0685b145bcc9e76482cd (patch) | |
tree | 603efb0bb2265331c4283547b8b0a556c0225b42 /lib/plugins/authplain | |
parent | 42c73309b1de5b9342e3dd42da75d1bfcd7af3b9 (diff) | |
parent | eba74aed310c86e7714ef36a4e31c20476b7f5e6 (diff) | |
download | rpg-1447dd1c1040a96c8c4c0685b145bcc9e76482cd.tar.gz rpg-1447dd1c1040a96c8c4c0685b145bcc9e76482cd.tar.bz2 |
Merge pull request #1271 from dokuwiki-translate/lang_update_162
Translation update (fr)
Diffstat (limited to 'lib/plugins/authplain')
-rw-r--r-- | lib/plugins/authplain/lang/fr/lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/plugins/authplain/lang/fr/lang.php b/lib/plugins/authplain/lang/fr/lang.php index 9df04bba6..362e03bff 100644 --- a/lib/plugins/authplain/lang/fr/lang.php +++ b/lib/plugins/authplain/lang/fr/lang.php @@ -4,6 +4,8 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * * @author Carbain Frédéric <fcarbain@yahoo.fr> + * @author Nicolas Friedli <nicolas@theologique.ch> */ $lang['userexists'] = 'Désolé, ce nom d\'utilisateur est déjà pris.'; $lang['usernotexists'] = 'Désolé, cet utilisateur n\'existe pas.'; +$lang['writefail'] = 'Impossible de modifier les données utilisateur. Merci d\'en informer l\'administrateur du wiki.'; |