diff options
author | vdigital <vdigital@piwigo.org> | 2007-01-30 07:00:17 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-01-30 07:00:17 +0000 |
commit | 0a2c5204369bdbf4f8b761444056d90c15b98317 (patch) | |
tree | abcf060e473d7a673b476f2677737f10cca97a0d /language/en_UK.iso-8859-1/common.lang.php | |
parent | 2f70d58b2243454085035177e4a6ab777a3bf55c (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | language/en_UK.iso-8859-1/common.lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php index 5de07a9d7..ad03a30ff 100644 --- a/language/en_UK.iso-8859-1/common.lang.php +++ b/language/en_UK.iso-8859-1/common.lang.php @@ -299,6 +299,8 @@ $lang['%d comment to validate'] = '%d comment to validate'; $lang['%d comments to validate'] = '%d comments to validate'; $lang['%d new comment'] = '%d new comment'; $lang['%d new comments'] = '%d new comments'; +$lang['%d comment'] = '%d comment'; +$lang['%d comments'] = '%d comments'; $lang['%d hit'] = '%d hit'; $lang['%d hits'] = '%d hits'; $lang['%d new element'] = '%d new element'; |