aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2010-02-12 22:01:04 +0000
committernikrou <nikrou@piwigo.org>2010-02-12 22:01:04 +0000
commitbde6e615311caaa4d5723b424926c4162324ea71 (patch)
tree1d12903df3bbb627bdb243d7d3f052fcd8ab2516
parent7be5566b384e4ee1099b4a7586d24bbc8623aebc (diff)
bug 1425 fixed : internationalization's bug on the template comments
git-svn-id: http://piwigo.org/svn/trunk@4881 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--language/fr_FR/admin.lang.php1
-rw-r--r--template/yoga/comment_list.tpl2
2 files changed, 2 insertions, 1 deletions
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php
index eece09a5e..345ddee39 100644
--- a/language/fr_FR/admin.lang.php
+++ b/language/fr_FR/admin.lang.php
@@ -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';
diff --git a/template/yoga/comment_list.tpl b/template/yoga/comment_list.tpl
index fbb8ad7b0..9a344685c 100644
--- a/template/yoga/comment_list.tpl
+++ b/template/yoga/comment_list.tpl
@@ -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>