Merge branch 'MDL-58200-master' of git://github.com/damyon/moodle
[moodle.git] / lang / en / search.php
blob552d9b6064f6e5899b07ba318070d002ce541fe8
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['everywhere'] = 'Everywhere you can access';
57 $string['filesinindexdirectory'] = 'Files in index directory';
58 $string['filterheader'] = 'Filter';
59 $string['fromtime'] = 'Modified after';
60 $string['globalsearch'] = 'Global search';
61 $string['globalsearchdisabled'] = 'Global searching is not enabled.';
62 $string['checkdb'] = 'Check database';
63 $string['checkdbadvice'] = 'Check your database for any problems.';
64 $string['checkdir'] = 'Check dir';
65 $string['checkdiradvice'] = 'Ensure the data directory exists and is writable.';
66 $string['incourse'] = 'in course {$a}';
67 $string['index'] = 'Index';
68 $string['invalidindexerror'] = 'Index directory either contains an invalid index, or nothing at all.';
69 $string['ittook'] = 'It took';
70 $string['matchingfile'] = 'Matched from file <span class="filename">{$a}</span>';
71 $string['matchingfiles'] = 'Matched from files:';
72 $string['next'] = 'Next';
73 $string['noindexmessage'] = 'Admin: There appears to be no search index. Please';
74 $string['noresults'] = 'No results';
75 $string['notitle'] = 'No title';
76 $string['normalsearch'] = 'Normal search';
77 $string['openedon'] = 'opened on';
78 $string['optimize'] = 'Optimize';
79 $string['queryerror'] = 'The query you provided could not be parsed by the search engine: {$a}';
80 $string['resultsreturnedfor'] = 'results returned for';
81 $string['runindexer'] = 'Run indexer (real)';
82 $string['runindexertest'] = 'Run indexer test';
83 $string['score'] = 'Score';
84 $string['search'] = 'Search';
85 $string['search:message_received'] = 'Messages - received';
86 $string['search:message_sent'] = 'Messages - sent';
87 $string['search:mycourse'] = 'My courses';
88 $string['search:user'] = 'Users';
89 $string['searcharea'] = 'Search area';
90 $string['searching'] = 'Searching in ...';
91 $string['searchnotpermitted'] = 'You are not allowed to do a search';
92 $string['searchsetupdescription'] = 'The following steps help you to set up Moodle global search.';
93 $string['searchwithin'] = 'Search within';
94 $string['seconds'] = 'seconds';
95 $string['solutions'] = 'Solutions';
96 $string['statistics'] = 'Statistics';
97 $string['step'] = 'Step';
98 $string['thesewordshelpimproverank'] = 'These words help improve rank';
99 $string['thesewordsmustappear'] = 'These words must appear';
100 $string['thesewordsmustnotappear'] = 'These words must not appear';
101 $string['title'] = 'Title';
102 $string['tofetchtheseresults'] = 'to fetch these results';
103 $string['totalsize'] = 'Total size';
104 $string['totime'] = 'Modified before';
105 $string['type'] = 'Type';
106 $string['uncompleteindexingerror'] = 'Indexing was not successfully completed, please restart it.';
107 $string['versiontoolow'] = 'Sorry, global search requires PHP 5.0.0 or later';
108 $string['viewresultincontext'] = 'View this result in context';
109 $string['whichmodulestosearch?'] = 'Which modules to search?';
110 $string['wordsintitle'] = 'Words in title';