Ignore:
Timestamp:
Apr 27, 2013, 5:35:05 PM (11 years ago)
Author:
ddtddt
Message:

[extensions] - rv_autocomplete - localisation step 1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_autocomplete/admin/custom.tpl

    r22201 r22375  
    88<tr>
    99<td>
    10         <label for=ac_name style="min-width:100px">Query:</label>
     10        <label for=ac_name style="min-width:100px">{'Query:'|@translate}</label>
    1111</td>
    1212<td>
     
    1616<tr>
    1717<td colspan=2>
    18 <small>Use <b>\</b> to break search (e.g. Central Park\, NY will not match NY but it will display it)
     18<small>{'Use <b>\</b> to break search (e.g. Central Park\, NY will not match NY but it will display it)'|@translate}
    1919</small>
    2020</td>
     
    2424<tr>
    2525<td>
    26 <label for=ac_counter>Weight:</label>
     26<label for=ac_counter>{'Weight:'|@translate}</label>
    2727</td>
    2828<td>
     
    3333<tr>
    3434<td>
    35 <label for=ac_url>Url:</label>
     35<label for=ac_url>{'Url:'|@translate}</label>
    3636</td>
    3737<td>
     
    4242<tr>
    4343<td colspan=2>
    44 <small>Leave empty for automatic gallery search <br>
    45 OR enter an url ($r/ at the start of url means this gallery)<br>
    46 OR enter q=Term to search for a specific term
     44<small>{'Leave empty for automatic gallery search <br>OR enter an url ($r/ at the start of url means this gallery)<br>OR enter q=Term to search for a specific term'|@translate}
    4745</small>
    4846</td>
     
    5250</div>
    5351
    54 <p><a class="openAddNew">Create a new suggestion</a></p>
     52<p><a class="openAddNew">{'Create a new suggestion'|@translate}</a></p>
    5553<table id="csTable" class="table2">
    5654<thead>
    5755<tr class="throw">
    58 <th>Name</th>
    59 <th>Weight</th>
    60 <th>URL</th>
    61 <th>Actions</th>
     56<th>{'Name'|@translate}</th>
     57<th>{'Weight'|@translate}</th>
     58<th>{'URL'|@translate}</th>
     59<th>{'Actions'|@translate}</th>
    6260</tr>
    6361</thead>
     
    6664</table>
    6765
    68 <p><a class="openAddNew">Create a new suggestion</a></p>
     66<p><a class="openAddNew">{'Create a new suggestion'|@translate}</a></p>
    6967
    7068{include file='include/colorbox.inc.tpl'}
Note: See TracChangeset for help on using the changeset viewer.