global search MDL-25056 added a port of the global_config.html to settings.php. Leavi...
[moodle.git] / blocks / search / lang / en / block_search.php
CommitLineData
a4459c2d 1<?php
30c8dd34
DM
2
3// This file is part of Moodle - http://moodle.org/
4//
5// Moodle is free software: you can redistribute it and/or modify
6// it under the terms of the GNU General Public License as published by
7// the Free Software Foundation, either version 3 of the License, or
8// (at your option) any later version.
9//
10// Moodle is distributed in the hope that it will be useful,
11// but WITHOUT ANY WARRANTY; without even the implied warranty of
12// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13// GNU General Public License for more details.
14//
15// You should have received a copy of the GNU General Public License
16// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
17
18/**
19 * Strings for component 'block_search', language 'en', branch 'MOODLE_20_STABLE'
20 *
21 * @package block_search
22 * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
23 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
24 */
25
30c8dd34
DM
26$string['blockssearchswitches'] = 'Indexer activation for blocks';
27$string['bytes'] = 'bytes (0 stands for no limits)';
714ee0b6 28$string['configbuttonlabel'] = 'Button label';
29$string['configenablefileindexing'] = 'Enable file indexing';
30$string['configfiletypes'] = 'File types handled';
31$string['configlimitindexbody'] = 'Indexed body size limitation';
32$string['configpdftotextcmd'] = 'Path to command pdftotext';
30c8dd34
DM
33$string['configsearchtext'] = 'Search text';
34$string['configtypetotxtcmd'] = 'Converter\'s command line';
35$string['configtypetotxtenv'] = 'Environment define for converter';
714ee0b6 36$string['configwordtotextcmd'] = 'Path to command doctotext';
37$string['configwordtotextenv'] = 'Environment setting for the MSWord converter';
c0ae6c5e
AB
38$string['cmdtoconverttotextfor'] = 'Command to convert {$a} to text';
39$string['enablefileindexing'] = 'Turn on indexing of different file types';
40$string['enableindexinginmodule'] = 'Allow indexing of the {$a} module';
41$string['enableindexinginblock'] = 'Allow indexing of the {$a} block';
42$string['envforcmdtotextfor'] = 'Environment for {$a} conversion command to text';
714ee0b6 43$string['go'] = 'Go!';
6800d78e 44$string['handlingfor'] = 'Extra handling for';
c0ae6c5e
AB
45$string['headingofsearchblock'] = 'The title shown above the search box in the block';
46$string['indexbodylimit'] = 'The limit of indexing the body';
47$string['labelofsearchbutton'] = 'The text in the block search button itself';
48$string['listoffiletypes'] = 'The list of file types handled';
6800d78e 49$string['modulessearchswitches'] = 'Indexer activation for modules';
6800d78e 50$string['nosearchableblocks'] = 'No searchable blocks';
30c8dd34
DM
51$string['nosearchablemodules'] = 'No searchable modules';
52$string['pdfhandling'] = 'Acrobat PDF handling';
c0ae6c5e 53$string['pdftotextcmd'] = 'Command to convert PDF to text';
16b5fdaf 54$string['pluginname'] = 'Global search';
30c8dd34
DM
55$string['searchdiscovery'] = 'Searchable items discovery';
56$string['searchmoodle'] = 'Search Moodle';
57$string['usemoodleroot'] = 'Use moodle root for external converters';
c0ae6c5e 58$string['usemoodlerootdescription'] = 'Use moodle root for external converters';
30c8dd34 59$string['wordhandling'] = 'Microsoft Word handling';
c0ae6c5e
AB
60$string['wordtotextcmd'] = 'Command to convert Microsoft Word to text';
61$string['wordtotextenv'] = 'Environment setup for Microsoft Word to text converter';