Ignore:
Timestamp:
May 23, 2011, 10:01:33 PM (13 years ago)
Author:
grum
Message:

fix bug:2306 - Some translation keys are not correct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-default/template/identification.tpl

    r6109 r11024  
    55  <div class="titrePage">
    66    <ul class="categoryActions">
    7       <li><a id="icon_lost_password" class="button" href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}"><!-- <img src="{$ROOT_URL}{$themeconf.icon_dir}/lost_password.png" class="button" alt="{'Forgot your password?'|@translate}">--> </a></li>
     7      <li><a id="icon_lost_password" class="button" href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}"> </a></li>
    88      {if isset($U_REGISTER) }
    9       <li><a id="icon_register" class="button" href="{$U_REGISTER}" title="{'Create a new account'|@translate}"><!-- <img src="{$ROOT_URL}{$themeconf.icon_dir}/register.png" class="button" alt="{'Register'|@translate}"/> --></a></li>
     9      <li><a id="icon_register" class="button" href="{$U_REGISTER}" title="{'Create a new account'|@translate}"></a></li>
    1010      {/if}
    11       <li><a id="icon_home" class="button" href="{$U_HOME}" title="{'Go through the gallery as a visitor'|@translate}"><!-- <img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'Home'|@translate}"/> --></a></li>
     11      <li><a id="icon_home" class="button" href="{$U_HOME}" title="{'Home'|@translate}"></a></li>
    1212    </ul>
    1313    <h2>{'Identification'|@translate}</h2>
     
    5353  <p>
    5454    {if isset($U_REGISTER) }
    55     <a id="icon_register2" class="button" href="{$U_REGISTER}" title="{'Register'|@translate}"><!-- <img src="{$ROOT_URL}{$themeconf.icon_dir}/register.png" class="button" alt="{'Register'|@translate}"> {'Register'|@translate}--></a>
     55    <a id="icon_register2" class="button" href="{$U_REGISTER}" title="{'Register'|@translate}"></a>
    5656    {/if}
    57     <a id="icon_lost_password2" class="button" href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}"><!-- <img src="{$ROOT_URL}{$themeconf.icon_dir}/lost_password.png" class="button" alt="{'Forgot your password?'|@translate}"> {'Forgot your password?'|@translate} --></a>
     57    <a id="icon_lost_password2" class="button" href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}"></a>
    5858  </p>
    5959
Note: See TracChangeset for help on using the changeset viewer.