diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-09-07 21:32:31 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-09-07 21:32:31 +0000 |
commit | cdfb50b4260c0ef3b1b307b4d45cbf6b75be4b60 (patch) | |
tree | ad3d8a39d895d2ed3d27e46c32b1a8275a83f1c3 /language/francais.php | |
parent | 1c82a6fc891b4ead8e80aa4399c0b55efbfe9395 (diff) |
A guest can't take the username of an already existing user
git-svn-id: http://piwigo.org/svn/trunk@77 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/francais.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/francais.php b/language/francais.php index 1059e3b0b..3f32f0628 100644 --- a/language/francais.php +++ b/language/francais.php @@ -190,6 +190,7 @@ $lang['slideshow_stop'] = 'stopper le diaporama'; $lang['comment_added'] = 'Votre commentaire a été enregistré'; $lang['comment_to_validate'] = 'Un administrateur doit valider votre commentaire pour qu\'il soit visible'; $lang['comment_anti-flood'] = 'Système anti-flood : attendez un moment avant de déposer un message'; +$lang['comment_user_exists'] = 'Ce pseudo appartient à un autre utilisateur'; // end version 1.3 // page register |