Changeset 4881


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

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

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/fr_FR/admin.lang.php

    r4633 r4881  
    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';
  • trunk/template/yoga/comment_list.tpl

    r3600 r4881  
    3030        {if isset($comment.U_VALIDATE)}
    3131        <li>
    32           <a href="{$comment.U_VALIDATE}" title="validate this comment">
     32          <a href="{$comment.U_VALIDATE}" title="{'validate this comment'|@translate}">
    3333            <img src="{$ROOT_URL}{$themeconf.icon_dir}/validate_s.png" class="button" alt="[validate]">
    3434          </a>
Note: See TracChangeset for help on using the changeset viewer.