diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-09-17 20:11:57 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-09-17 20:11:57 +0000 |
commit | 4ea1d5ced3dd51180df2a42b31a2929fa3cb80a8 (patch) | |
tree | 3a6ab373556c2bb54d0e81760fd3414dfb531150 /category.php | |
parent | 0245e00a7670a0c76962a95d2152c0962634bef1 (diff) |
Internationalization of the "comments" for the number of comments under each
picture.
git-svn-id: http://piwigo.org/svn/trunk@128 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'category.php')
-rw-r--r-- | category.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/category.php b/category.php index 127d133bc..285c69d68 100644 --- a/category.php +++ b/category.php @@ -99,7 +99,8 @@ $tpl = array( 'title_menu','nb_image_category','send_mail','title_send_mail', 'generation_time','connected_user','recent_image','days','generation_time', 'favorite_cat_hint','favorite_cat','stats','most_visited_cat_hint', - 'most_visited_cat','recent_cat','recent_cat_hint','upload_picture' ); + 'most_visited_cat','recent_cat','recent_cat_hint','upload_picture', + 'comments' ); templatize_array( $tpl, 'lang', $handle ); $tpl = array( 'mail_webmaster','webmaster','top_number','version','site_url' ); |