adding some strings
[moodle-linuxchix.git] / blocks / search / lang / en_utf8 / block_search.php
blob95cb61df1ed04a90de77f8c7733aa404e34fe74f
1 <?
2 $string['blockname'] = 'Global Search';
3 $string['configbuttonlabel'] = 'Button label';
4 $string['configenablefileindexing'] = 'Enable file indexing';
5 $string['configfiletypes'] = 'File types handled';
6 $string['configlimitindexbody'] = 'Indexed body size limitation';
7 $string['configpdftotextcmd'] = 'Path to command pdftotext';
8 $string['configwordtotextcmd'] = 'Path to command doctotext';
9 $string['configwordtotextenv'] = 'Environment setting for the MSWord converter';
10 $string['configsearchtext'] = 'Search text';
11 $string['go'] = 'Go!';
12 $string['bytes'] = ' bytes (0 stands for no limits)';
13 $string['searchmoodle'] = 'Search Moodle';