[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
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. 13 // 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/>. 16 17 /** 18 * Strings for component 'search', language 'en', branch 'MOODLE_20_STABLE' 19 * 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 23 */ 24 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:mycourse'] = 'My courses'; 85 $string['search:user'] = 'Users'; 86 $string['searcharea'] = 'Search area'; 87 $string['searching'] = 'Searching in ...'; 88 $string['searchnotpermitted'] = 'You are not allowed to do a search'; 89 $string['searchsetupdescription'] = 'The following steps help you to set up Moodle global search.'; 90 $string['seconds'] = 'seconds'; 91 $string['solutions'] = 'Solutions'; 92 $string['statistics'] = 'Statistics'; 93 $string['step'] = 'Step'; 94 $string['thesewordshelpimproverank'] = 'These words help improve rank'; 95 $string['thesewordsmustappear'] = 'These words must appear'; 96 $string['thesewordsmustnotappear'] = 'These words must not appear'; 97 $string['title'] = 'Title'; 98 $string['tofetchtheseresults'] = 'to fetch these results'; 99 $string['totalsize'] = 'Total size'; 100 $string['totime'] = 'Modified before'; 101 $string['type'] = 'Type'; 102 $string['uncompleteindexingerror'] = 'Indexing was not successfully completed, please restart it.'; 103 $string['versiontoolow'] = 'Sorry, global search requires PHP 5.0.0 or later'; 104 $string['viewresultincontext'] = 'View this result in context'; 105 $string['whichmodulestosearch?'] = 'Which modules to search?'; 106 $string['wordsintitle'] = 'Words in title';
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |