From 0a2c5204369bdbf4f8b761444056d90c15b98317 Mon Sep 17 00:00:00 2001 From: vdigital Date: Tue, 30 Jan 2007 07:00:17 +0000 Subject: Issue 0000614: Display hits under thumbnails like comments counter - Comments are not plurial < 2 - hits and comments have specific classes for css control git-svn-id: http://piwigo.org/svn/trunk@1769 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/fr_FR.iso-8859-1/common.lang.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'language/fr_FR.iso-8859-1/common.lang.php') diff --git a/language/fr_FR.iso-8859-1/common.lang.php b/language/fr_FR.iso-8859-1/common.lang.php index 73ec8159c..647f5fdc9 100644 --- a/language/fr_FR.iso-8859-1/common.lang.php +++ b/language/fr_FR.iso-8859-1/common.lang.php @@ -299,6 +299,8 @@ $lang['%d comment to validate'] = '%d commentaire utilisateur $lang['%d comments to validate'] = '%d commentaires utilisateur à valider'; $lang['%d new comment'] = '%d nouveau commentaire utilisateur'; $lang['%d new comments'] = '%d nouveaux commentaires utilisateur'; +$lang['%d comment'] = '%d commentaire'; +$lang['%d comments'] = '%d commentaires'; $lang['%d hit'] = 'vue %d fois'; $lang['%d hits'] = 'vue %d fois'; $lang['%d new element'] = '%d nouvel élément'; -- cgit v1.2.3