source: extensions/rv_autocomplete/language/en_UK/plugin.lang.php @ 27770

Last change on this file since 27770 was 27770, checked in by rvelices, 10 years ago

autcocomplete language cleanup

File size: 1.2 KB
Line 
1<?php
2$lang['Configuration'] = 'Configuration';
3$lang['Exclude'] = 'Exclude';
4$lang['Custom'] = 'Custom';
5
6//Configuration
7$lang['If you change album/tag names or permalink you might want to'] = 'If you change album/tag names or permalink you might want to';
8$lang['Invalidate auto completion index cache'] = 'Invalidate auto completion index cache';
9$lang['(Auto completions are automatically invalidated on uploads, permission changes ...).'] = '(Auto completions are automatically invalidated on uploads, permission changes ...).';
10
11//custom
12$lang['Query'] = 'Query';
13$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)';
14$lang['Weight'] = 'Weight';
15$lang['Url'] = 'Url';
16$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$lang['Create a new suggestion'] = 'Create a new suggestion';
18?>
Note: See TracBrowser for help on using the repository browser.