mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
6800d78e06
- large deletions - lucene updates - error() => print_error() - NO_MOODLE_COOKIES define - various other things
25 lines
1.3 KiB
PHP
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';
|
|
?>
|