MDL-59870 users: Default align participant table header row.
[moodle.git] / lang / en / search.php
blob096722d5a91d84c510c5baaf6f0b810a92318f90
1 <?php
2 // This file is part of Moodle - http://moodle.org/
3 //
4 // Moodle is free software: you can redistribute it and/or modify
5 // it under the terms of the GNU General Public License as published by
6 // the Free Software Foundation, either version 3 of the License, or
7 // (at your option) any later version.
8 //
9 // Moodle is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU General Public License for more details.
14 // You should have received a copy of the GNU General Public License
15 // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
17 /**
18 * Strings for component 'search', language 'en', branch 'MOODLE_20_STABLE'
20 * @package core
21 * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
22 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25 $string['advancedsearch'] = 'Advanced search';
26 $string['all'] = 'All';
27 $string['allareas'] = 'All areas';
28 $string['allcourses'] = 'All courses';
29 $string['author'] = 'Author';
30 $string['authorname'] = 'Author name';
31 $string['back'] = 'Back';
32 $string['beadmin'] = 'You need to be an admin user to use this page.';
33 $string['commenton'] = 'Comment on';
34 $string['createanindex'] = 'create an index';
35 $string['createdon'] = 'Created on';
36 $string['database'] = 'Database';
37 $string['databasestate'] = 'Indexing database state';
38 $string['datadirectory'] = 'Data directory';
39 $string['deletionsinindex'] = 'Deletions in index';
40 $string['docmodifiedon'] = 'Last modified on {$a}';
41 $string['doctype'] = 'Doctype';
42 $string['doctypenotsupported'] = 'The specified doc type is not yet supported';
43 $string['documents'] = 'documents';
44 $string['documentsfor'] = 'Documents for';
45 $string['documentsindatabase'] = 'Documents in database';
46 $string['documentsinindex'] = 'Documents in index';
47 $string['duration'] = 'Duration';
48 $string['emptydatabaseerror'] = 'Database table is not present, or contains no index records.';
49 $string['enginenotfound'] = 'Engine {$a} not found.';
50 $string['enginenotinstalled'] = 'Engine {$a} is not installed.';
51 $string['enginenotselected'] = 'You have not selected any search engine.';
52 $string['engineserverstatus'] = 'The search engine is not available. Please contact your administrator.';
53 $string['enteryoursearchquery'] = 'Enter your search query';
54 $string['errors'] = 'Errors';
55 $string['errorareanotavailable'] = '{$a} search area is not available.';
56 $string['filesinindexdirectory'] = 'Files in index directory';
57 $string['filterheader'] = 'Filter';
58 $string['fromtime'] = 'Modified after';
59 $string['globalsearch'] = 'Global search';
60 $string['globalsearchdisabled'] = 'Global searching is not enabled.';
61 $string['checkdb'] = 'Check database';
62 $string['checkdbadvice'] = 'Check your database for any problems.';
63 $string['checkdir'] = 'Check dir';
64 $string['checkdiradvice'] = 'Ensure the data directory exists and is writable.';
65 $string['incourse'] = 'in course {$a}';
66 $string['index'] = 'Index';
67 $string['invalidindexerror'] = 'Index directory either contains an invalid index, or nothing at all.';
68 $string['ittook'] = 'It took';
69 $string['matchingfile'] = 'Matched from file <span class="filename">{$a}</span>';
70 $string['matchingfiles'] = 'Matched from files:';
71 $string['next'] = 'Next';
72 $string['noindexmessage'] = 'Admin: There appears to be no search index. Please';
73 $string['noresults'] = 'No results';
74 $string['notitle'] = 'No title';
75 $string['normalsearch'] = 'Normal search';
76 $string['openedon'] = 'opened on';
77 $string['optimize'] = 'Optimize';
78 $string['queryerror'] = 'The query you provided could not be parsed by the search engine: {$a}';
79 $string['resultsreturnedfor'] = 'results returned for';
80 $string['runindexer'] = 'Run indexer (real)';
81 $string['runindexertest'] = 'Run indexer test';
82 $string['score'] = 'Score';
83 $string['search'] = 'Search';
84 $string['search:message_received'] = 'Messages - received';
85 $string['search:message_sent'] = 'Messages - sent';
86 $string['search:mycourse'] = 'My courses';
87 $string['search:user'] = 'Users';
88 $string['searcharea'] = 'Search area';
89 $string['searching'] = 'Searching in ...';
90 $string['searchnotpermitted'] = 'You are not allowed to do a search';
91 $string['searchsetupdescription'] = 'The following steps help you to set up Moodle global search.';
92 $string['seconds'] = 'seconds';
93 $string['solutions'] = 'Solutions';
94 $string['statistics'] = 'Statistics';
95 $string['step'] = 'Step';
96 $string['thesewordshelpimproverank'] = 'These words help improve rank';
97 $string['thesewordsmustappear'] = 'These words must appear';
98 $string['thesewordsmustnotappear'] = 'These words must not appear';
99 $string['title'] = 'Title';
100 $string['tofetchtheseresults'] = 'to fetch these results';
101 $string['totalsize'] = 'Total size';
102 $string['totime'] = 'Modified before';
103 $string['type'] = 'Type';
104 $string['uncompleteindexingerror'] = 'Indexing was not successfully completed, please restart it.';
105 $string['versiontoolow'] = 'Sorry, global search requires PHP 5.0.0 or later';
106 $string['viewresultincontext'] = 'View this result in context';
107 $string['whichmodulestosearch?'] = 'Which modules to search?';
108 $string['wordsintitle'] = 'Words in title';