Ignore:
Timestamp:
May 18, 2014, 9:23:12 AM (10 years ago)
Author:
rvelices
Message:

autocomplete language update

File:
1 edited

Legend:

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

    r28153 r28499  
    88<tr>
    99<td>
    10         <label for=ac_in>{'In'|@translate}:</label><br>
     10        <label for=ac_in>{'When any of the following words is entered'|@translate}:</label><br>
    1111        <textarea id="ac_in" style="width:100%" rows="5"></textarea>
    1212</td>
     
    1616<td>
    1717        <select id="ac_type">
    18                 <option value="r">Replace</option>
    19                 <option value="a">Append</option>
     18                <option value="r">{'Ignore it and'|translate}</option>
     19                <option value="a">{'Search it and'|translate}</option>
    2020        </select>
    21 </td>
    22 </tr>
    23 
    24 <tr>
    25 <td>
    26         <label for=ac_out>{'Out'|@translate}:</label><br>
     21
     22</td>
     23</tr>
     24
     25<tr>
     26<td>
     27        <label for=ac_out>{'Search also for any of the following'|translate}:</label><br>
    2728        <textarea id="ac_out" style="width:100%" rows="3"></textarea>
    2829</td>
Note: See TracChangeset for help on using the changeset viewer.