Changeset 4882 for branches


Ignore:
Timestamp:
Feb 12, 2010, 11:16:13 PM (14 years ago)
Author:
nikrou
Message:

bug 1425 fixed : internationalization's bug on the template comments
merge from trunk

Location:
branches/2.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/language/fr_FR/admin.lang.php

    r4634 r4882  
    625625$lang['Optimizations errors'] = 'Certaines optimisations se sont terminées avec des erreurs.';
    626626$lang['delete this comment'] = 'supprimer ce commentaire';
     627$lang['validate this comment'] = 'valider ce commentaire';
    627628$lang['link_info_image'] = 'Modifier les informations';
    628629$lang['edit category informations'] = 'éditer les informations de cette catégorie';
  • branches/2.0/template/yoga/comment_list.tpl

    r2982 r4882  
    2323        {if isset($comment.U_VALIDATE)}
    2424        <li>
    25           <a href="{$comment.U_VALIDATE}" title="validate this comment">
     25          <a href="{$comment.U_VALIDATE}" title="{'validate this comment'|@translate}">
    2626            <img src="{$ROOT_URL}{$themeconf.icon_dir}/validate_s.png" class="button" alt="[validate]" />
    2727          </a>
Note: See TracChangeset for help on using the changeset viewer.