diff options
Diffstat (limited to 'language/en_UK.iso-8859-1')
-rw-r--r-- | language/en_UK.iso-8859-1/common.lang.php | 3 | ||||
-rw-r--r-- | language/en_UK.iso-8859-1/help/configuration.html | 6 |
2 files changed, 9 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 6f382efdc..5de07a9d7 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 hit'] = '%d hit'; +$lang['%d hits'] = '%d hits'; $lang['%d new element'] = '%d new element'; $lang['%d new elements'] = '%d new elements'; $lang['%d new user'] = '%d new user'; @@ -570,6 +572,7 @@ $lang['searched words : %s'] = 'searched words : %s'; $lang['send_mail'] = 'Contact'; $lang['set as category representative'] = 'set as category representative'; $lang['show_nb_comments'] = 'Show number of comments'; +$lang['show_nb_hits'] = 'Show hits count'; $lang['slideshow'] = 'slideshow'; $lang['slideshow_stop'] = 'stop the slideshow'; $lang['special_categories'] = 'Specials'; diff --git a/language/en_UK.iso-8859-1/help/configuration.html b/language/en_UK.iso-8859-1/help/configuration.html index f26d7f3b9..8e6068c6e 100644 --- a/language/en_UK.iso-8859-1/help/configuration.html +++ b/language/en_UK.iso-8859-1/help/configuration.html @@ -93,6 +93,12 @@ users.</p> <li><strong>Show number of comments</strong>: show the number of comments for each picture on the thumbnails page. Resource consuming.</li> + <li><strong>Show hits count</strong>: display hits observed on picture + just under its thumbnail on the thumbnails page. + Only when advanced configuration parameter is: <br /> + $conf['show_nb_hits'] = true; <br /> + Notice: it is false by default.</li> + <li><strong>Maximum width of the pictures</strong>: maximum displayed width. If pictures are larger than this setting, they will be resized on display. If you consider filling this option, you'd better consider |