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/search.tpl

    r6109 r11024  
    44  <div class="titrePage">
    55    <ul class="categoryActions">
    6       <li><a id="icon_help" class="button" href="{$U_HELP}" onclick="popuphelp(this.href); return false;" title="{'Help'|@translate}" rel="nofollow"> <!-- <img src="{$ROOT_URL}{$themeconf.icon_dir}/help.png" class="button" alt="(?)"> --></a></li>
    7       <li><a id="icon_home" class="button" href="{$U_HOME}" title="{'return to homepage'|@translate}" rel="home"> <!--<img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'Home'|@translate}"/>--> </a></li>
     6      <li><a id="icon_help" class="button" href="{$U_HELP}" onclick="popuphelp(this.href); return false;" title="{'Help'|@translate}" rel="nofollow"> </a></li>
     7      <li><a id="icon_home" class="button" href="{$U_HOME}" title="{'Home'|@translate}" rel="home"> </a></li>
    88    </ul>
    99    <h2>{'Search'|@translate}</h2>
     
    9393<fieldset>
    9494  <legend>{'Search Options'|@translate}</legend>
    95   <label>{'Search in Categories'|@translate}<br/>
     95  <label>{'Search in albums'|@translate}<br/>
    9696    <select class="categoryList" name="cat[]" multiple="multiple" >
    9797      {html_options options=$category_options selected=$category_options_selected}
     
    9999  </label>
    100100  <ul>
    101     <li><label>{'Search in subcategories'|@translate}</label></li>
     101    <li><label>{'Search in sub-albums'|@translate}</label></li>
    102102    <li><label>
    103103      <input type="radio" name="subcats-included" value="1" checked="checked" />{'Yes'|@translate}
Note: See TracChangeset for help on using the changeset viewer.