Changeset 28499 for extensions/rv_autocomplete
- Timestamp:
- May 18, 2014, 9:23:12 AM (11 years ago)
- Location:
- extensions/rv_autocomplete
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/rv_autocomplete/admin/variants.tpl
r28153 r28499 8 8 <tr> 9 9 <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> 11 11 <textarea id="ac_in" style="width:100%" rows="5"></textarea> 12 12 </td> … … 16 16 <td> 17 17 <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> 20 20 </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> 27 28 <textarea id="ac_out" style="width:100%" rows="3"></textarea> 28 29 </td> -
extensions/rv_autocomplete/language/en_UK/plugin.lang.php
r27770 r28499 3 3 $lang['Exclude'] = 'Exclude'; 4 4 $lang['Custom'] = 'Custom'; 5 $lang['Variants'] = 'Variants'; 5 6 6 7 //Configuration … … 16 17 $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'; 17 18 $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'; 18 26 ?>
Note: See TracChangeset
for help on using the changeset viewer.