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

Last change on this file since 22396 was 22396, checked in by ddtddt, 11 years ago
File size: 1.8 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$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';
15
16//custom
17$lang['Query:'] = 'Query:';
18$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:';
21$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';
22$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
29?>
Note: See TracBrowser for help on using the repository browser.