Ignore:
Timestamp:
Mar 15, 2014, 8:19:05 PM (10 years ago)
Author:
rvelices
Message:

autcocomplete language cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_autocomplete/language/en_UK/plugin.lang.php

    r22396 r27770  
    88$lang['Invalidate auto completion index cache'] = 'Invalidate auto completion index cache';
    99$lang['(Auto completions are automatically invalidated on uploads, permission changes ...).'] = '(Auto completions are automatically invalidated on uploads, permission changes ...).';
    10 $lang['Ideal number of suggestions'] = 'Ideal number of suggestions';
    11 $lang['Maximum number of suggestions'] = 'Maximum number of suggestions';
    12 $lang['Look for matches in other languages if the number of matches in main language is less than'] = 'Look for matches in other languages if the number of matches in main language is less than';
    13 $lang['Stop accumulating matches after'] = 'Stop accumulating matches after';
    14 $lang['positive matches'] = 'positive matches';
    1510
    1611//custom
    17 $lang['Query:'] = 'Query:';
     12$lang['Query'] = 'Query';
    1813$lang['Use <b>\</b> to break search (e.g. Central Park\, NY will not match NY but it will display it)'] = 'Use <b>\</b> to break search (e.g. Central Park\, NY will not match NY but it will display it)';
    19 $lang['Weight:'] = 'Weight:';
    20 $lang['Url:'] = 'Url:';
     14$lang['Weight'] = 'Weight';
     15$lang['Url'] = 'Url';
    2116$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';
    2217$lang['Create a new suggestion'] = 'Create a new suggestion';
    23 $lang['Name'] = 'Name';
    24 $lang['Weight'] = 'Weight';
    25 $lang['URL'] = 'URL';
    26 $lang['Actions'] = 'Actions';
    27 $lang['No data available in table'] = 'No data available in table';
    28 
    2918?>
Note: See TracChangeset for help on using the changeset viewer.