mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
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
This commit is contained in:
@@ -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' );
|
||||
|
||||
@@ -32,6 +32,7 @@ $lang['keywords'] = 'mots-clefs';
|
||||
$lang['errors_title'] = 'Erreurs';
|
||||
$lang['infos_title'] = 'Informations';
|
||||
$lang['default'] = 'défaut';
|
||||
$lang['comments'] = 'commentaires';
|
||||
// end version 1.3
|
||||
|
||||
// page diapo
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
</a>
|
||||
{#icon}
|
||||
<!--VTP_nb_comments-->
|
||||
<br />{#nb} comments
|
||||
<br />{#nb} {#comments}
|
||||
<!--/VTP_nb_comments-->
|
||||
</td>
|
||||
<!--/VTP_thumbnail-->
|
||||
|
||||
Reference in New Issue
Block a user