diff options
author | patdenice <patdenice@piwigo.org> | 2011-03-29 19:59:09 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2011-03-29 19:59:09 +0000 |
commit | 04d6281dd2a37fdd919b57e4a526f67bd2625210 (patch) | |
tree | ba42228f7e1729f2888d9ba0036530b242483bb8 /language/fr_FR/common.lang.php | |
parent | f0550e906c0d58e9e52a4da21cb5a6b8efef2497 (diff) |
merge r9923 from trunk to branch 2.1
bug:2234
HTML characters are allowed in username
git-svn-id: http://piwigo.org/svn/branches/2.1@9929 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/fr_FR/common.lang.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/language/fr_FR/common.lang.php b/language/fr_FR/common.lang.php index 4abab2079..8e03fe512 100644 --- a/language/fr_FR/common.lang.php +++ b/language/fr_FR/common.lang.php @@ -379,4 +379,5 @@ $lang['This author modified following comment:'] = 'Cet auteur a modifié le com $lang['This author removed the comment with id %d'] = 'Cet auteur a supprimé le commentaire portant l\'identifiant %d'; $lang['delete this comment'] = "supprimer ce commentaire"; $lang['validate this comment'] = 'valider ce commentaire'; -?> +$lang['html tags are not allowed in login'] = 'les balises html ne sont pas autorisées dans le login'; +?>
\ No newline at end of file |