bug 1425 fixed : internationalization's bug on the template comments

git-svn-id: http://piwigo.org/svn/trunk@4881 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
nikrou 2010-02-12 22:01:04 +00:00
commit bde6e61531
2 changed files with 2 additions and 1 deletions

View file

@ -624,6 +624,7 @@ $lang['Templates recorded.'] = 'La configuration des templates a été enregistr
$lang['Optimizations completed'] = 'Toutes les optimisations ont été réalisées avec succès.';
$lang['Optimizations errors'] = 'Certaines optimisations se sont terminées avec des erreurs.';
$lang['delete this comment'] = 'supprimer ce commentaire';
$lang['validate this comment'] = 'valider ce commentaire';
$lang['link_info_image'] = 'Modifier les informations';
$lang['edit category informations'] = 'éditer les informations de cette catégorie';
$lang['nothing'] = 'rien';

View file

@ -29,7 +29,7 @@
{/if}
{if isset($comment.U_VALIDATE)}
<li>
<a href="{$comment.U_VALIDATE}" title="validate this comment">
<a href="{$comment.U_VALIDATE}" title="{'validate this comment'|@translate}">
<img src="{$ROOT_URL}{$themeconf.icon_dir}/validate_s.png" class="button" alt="[validate]">
</a>
</li>