mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
15 lines
713 B
PHP
15 lines
713 B
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';
|
|
?>
|