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

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

autocomplete language update

File size: 1.5 KB
Line 
1<?php
2$lang['Configuration'] = 'Configuration';
3$lang['Exclude'] = 'Exclude';
4$lang['Custom'] = 'Custom';
5$lang['Variants'] = 'Variants';
6
7//Configuration
8$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';
9$lang['Invalidate auto completion index cache'] = 'Invalidate auto completion index cache';
10$lang['(Auto completions are automatically invalidated on uploads, permission changes ...).'] = '(Auto completions are automatically invalidated on uploads, permission changes ...).';
11
12//custom
13$lang['Query'] = 'Query';
14$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)';
15$lang['Weight'] = 'Weight';
16$lang['Url'] = 'Url';
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';
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';
26?>
Note: See TracBrowser for help on using the repository browser.