moodle/lang/en_utf8/block_search.php
Francois Marier 6800d78e06 Drift between CVS and git
- large deletions
- lucene updates
- error() => print_error()
- NO_MOODLE_COOKIES define
- various other things
2008-06-25 17:31:23 +00:00

25 lines
1.3 KiB
PHP

<?php
$string['blockname'] = 'Global Search';
$string['configbuttonlabel'] = 'Button label';
$string['configenablefileindexing'] = 'Enable file indexing';
$string['configfiletypes'] = 'File types handled';
$string['configlimitindexbody'] = 'Indexed body size limitation';
$string['configpdftotextcmd'] = 'Path to command pdftotext';
$string['configwordtotextcmd'] = 'Path to command doctotext';
$string['configwordtotextenv'] = 'Environment setting for the MSWord converter';
$string['configsearchtext'] = 'Search text';
$string['go'] = 'Go!';
$string['bytes'] = ' bytes (0 stands for no limits)';
$string['searchmoodle'] = 'Search Moodle';
$string['usemoodleroot'] = 'Use moodle root for external converters';
$string['wordhandling'] = 'Microsoft Word handling';
$string['pdfhandling'] = 'Acrobat PDF handling';
$string['handlingfor'] = 'Extra handling for';
$string['searchdiscovery'] = 'Searchable items discovery';
$string['configtypetotxtcmd'] = 'Converter\'s command line';
$string['configtypetotxtenv'] = 'Environment define for converter';
$string['modulessearchswitches'] = 'Indexer activation for modules';
$string['blockssearchswitches'] = 'Indexer activation for blocks';
$string['nosearchablemodules'] = 'No searchable modules';
$string['nosearchableblocks'] = 'No searchable blocks';
?>