Changeset 5207 for trunk/themes


Ignore:
Timestamp:
Mar 20, 2010, 11:35:39 PM (14 years ago)
Author:
nikrou
Message:

Fix some language keys problems
Need translations !

Location:
trunk/themes
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/comment_list.tpl

    r5178 r5207  
    2323        {if isset($comment.U_EDIT) and !isset($comment.IN_EDIT)}
    2424        <li>
    25           <a class="editComment" href="{$comment.U_EDIT}#edit_comment" title="edit this comment">
     25          <a class="editComment" href="{$comment.U_EDIT}#edit_comment" title="{'edit this comment'|@translate}">
    2626            <img src="{$ROOT_URL}{$themeconf.icon_dir}/edit.png" class="button" alt="[edit]">
    2727          </a>
     
    4242      <form  method="post" action="{$comment.U_EDIT}" class="filter" id="editComment">
    4343        <fieldset>
    44           <legend>Edit a comment</legend>
     44          <legend>{'Edit a comment'|@translate}</legend>
    4545          <label>{'Comment'|@translate}<textarea name="content" id="contenteditid" rows="5" cols="80">{$comment.CONTENT|@escape}</textarea></label>
    4646          <input type="hidden" name="key" value="{$comment.KEY}">
  • trunk/themes/default/template/picture.tpl

    r5178 r5207  
    110110{/if}
    111111
    112 <table id="standard" class="infoTable" summary="Some info about this picture">
     112<table id="standard" class="infoTable" summary="{'Some info about this picture'|@translate}">
    113113  <tr id="Author">
    114114    <td class="label">{'Author'|@translate}</td>
Note: See TracChangeset for help on using the changeset viewer.