timeline: if a section is set to hidden and the user is not capable of editing a...
[moodle-blog-course-format.git] / lang / en_utf8 / block_search.php
blobedb48e7ee2b15b045477a8600bdd700560f2a9ae
1 <?php
2 $string['asynchronous'] = 'Asynchronous (Ajax)';
3 $string['blockname'] = 'Global Search';
4 $string['blockssearchswitches'] = 'Indexer activation for blocks';
5 $string['blockssearchmnetfeatures'] = 'Moodle Network Search';
6 $string['bytes'] = ' bytes (0 stands for no limits)';
7 $string['configbuttonlabel'] = 'Button label';
8 $string['configenablefileindexing'] = 'Enable file indexing';
9 $string['configfiletypes'] = 'File types handled';
10 $string['configlimitindexbody'] = 'Indexed body size limitation';
11 $string['configpdftotextcmd'] = 'Path to command pdftotext';
12 $string['configsearchtext'] = 'Search text';
13 $string['configtypetotxtcmd'] = 'Converter\'s command line';
14 $string['configtypetotxtenv'] = 'Environment define for converter';
15 $string['configusingsoftlock'] = 'Software interlocking (for NFS mounted clusters)';
16 $string['configutf8transcoding'] = 'UTF8 transcoding direction of results';
17 $string['configwordtotextcmd'] = 'Path to command doctotext';
18 $string['configwordtotextenv'] = 'Environment setting for the MSWord converter';
19 $string['disabled'] = 'Disabled';
20 $string['disabledsearch'] = 'The global search engine is off. Inform your administrator.';
21 $string['enabled'] = 'Enabled';
22 $string['go'] = 'Go!';
23 $string['handlingfor'] = 'Extra handling for';
24 $string['modulessearchswitches'] = 'Indexer activation for modules';
25 $string['nosearchableblocks'] = 'No searchable blocks';
26 $string['nosearchablemodules'] = 'No searchable modules';
27 $string['pdfhandling'] = 'Acrobat PDF handling';
28 $string['search'] = 'Search';
29 $string['searchdiscovery'] = 'Searchable items discovery';
30 $string['searchmoodle'] = 'Search Moodle';
31 $string['synchronous'] = 'Synchronous';
32 $string['usemoodleroot'] = 'Use moodle root for external converters';
33 $string['wordhandling'] = 'Microsoft Word handling';