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

autocomplete language update

Location:
extensions/rv_autocomplete
Files:
2 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>
  • extensions/rv_autocomplete/language/en_UK/plugin.lang.php

    r27770 r28499  
    33$lang['Exclude'] = 'Exclude';
    44$lang['Custom'] = 'Custom';
     5$lang['Variants'] = 'Variants';
    56
    67//Configuration
     
    1617$lang['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'] = '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';
    1718$lang['Create a new suggestion'] = 'Create a new suggestion';
     19
     20//variants
     21$lang['Create new variants'] = 'Create new variants';
     22$lang['When any of the following words is entered'] = 'When any of the following words is entered';
     23$lang['Ignore it and'] = 'Ignore it and';
     24$lang['Search it and'] = 'Search it and';
     25$lang['Search also for any of the following'] = 'Search also for any of the following';
    1826?>
Note: See TracChangeset for help on using the changeset viewer.