. /** * Strings for component 'block_search', language 'en', branch 'MOODLE_20_STABLE' * * @package block_search * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['blockssearchswitches'] = 'Indexer activation for blocks'; $string['bytes'] = 'bytes (0 stands for no limits)'; $string['configenablefileindexing'] = 'Enable file indexing'; $string['configfiletypes'] = 'File types handled'; $string['configlimitindexbody'] = 'Indexed body size limitation'; $string['configpdftotextcmd'] = 'Path to command pdftotext'; $string['configtypetotxtcmd'] = 'Converter\'s command line'; $string['configtypetotxtenv'] = 'Environment define for converter'; $string['configwordtotextcmd'] = 'Path to command doctotext'; $string['configwordtotextenv'] = 'Environment setting for the MSWord converter'; $string['cmdtoconverttotextfor'] = 'Command to convert {$a} to text'; $string['enablefileindexing'] = 'Turn on indexing of different file types'; $string['enableindexinginmodule'] = 'Allow indexing of the {$a} module'; $string['enableindexinginblock'] = 'Allow indexing of the {$a} block'; $string['envforcmdtotextfor'] = 'Environment for {$a} conversion command to text'; $string['go'] = 'Go!'; $string['handlingfor'] = 'Extra handling for'; $string['indexbodylimit'] = 'The limit of indexing the body'; $string['listoffiletypes'] = 'The list of file types handled'; $string['modulessearchswitches'] = 'Indexer activation for modules'; $string['nosearchableblocks'] = 'No searchable blocks'; $string['nosearchablemodules'] = 'No searchable modules'; $string['pdfhandling'] = 'Acrobat PDF handling'; $string['pdftotextcmd'] = 'Command to convert PDF to text'; $string['pluginname'] = 'Global search'; $string['searchdiscovery'] = 'Searchable items discovery'; $string['searchmoodle'] = 'Search Moodle'; $string['usemoodleroot'] = 'Use moodle root for external converters'; $string['usemoodlerootdescription'] = 'Use moodle root for external converters'; $string['wordhandling'] = 'Microsoft Word handling'; $string['wordtotextcmd'] = 'Command to convert Microsoft Word to text'; $string['wordtotextenv'] = 'Environment setup for Microsoft Word to text converter';