2010-04-10 14:01:45 +00:00
< ? php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Strings for component 'search' , language 'en' , branch 'MOODLE_20_STABLE'
*
2014-11-22 10:59:14 +13:00
* @ package core
2010-04-10 14:01:45 +00:00
* @ copyright 1999 onwards Martin Dougiamas { @ link http :// moodle . com }
* @ license http :// www . gnu . org / copyleft / gpl . html GNU GPL v3 or later
*/
2008-07-21 08:28:26 +00:00
2007-08-12 16:53:24 +00:00
$string [ 'advancedsearch' ] = 'Advanced search' ;
$string [ 'all' ] = 'All' ;
2016-02-19 14:46:37 +08:00
$string [ 'allareas' ] = 'All areas' ;
2016-04-07 14:41:59 -04:00
$string [ 'allcourses' ] = 'All courses' ;
2018-04-20 16:44:32 +01:00
$string [ 'allusers' ] = 'All users' ;
2007-08-12 16:53:24 +00:00
$string [ 'author' ] = 'Author' ;
$string [ 'authorname' ] = 'Author name' ;
$string [ 'back' ] = 'Back' ;
$string [ 'beadmin' ] = 'You need to be an admin user to use this page.' ;
2010-04-10 14:01:45 +00:00
$string [ 'commenton' ] = 'Comment on' ;
2017-12-21 14:23:01 +00:00
$string [ 'confirm_delete' ] = 'Are you sure you want to delete the index for {$a}? Until the search area is indexed, users will not get search results from this area.' ;
$string [ 'confirm_indexall' ] = 'Are you sure you want to update indexed contents now? If a large amount of content needs indexing, this can take a long time. For live servers, you should normally leave indexing to the \'Global search indexing\' scheduled task.' ;
$string [ 'confirm_reindexall' ] = 'Are you sure you want to reindex all site contents now? If your site contains a large amount of content, this will take a long time, and users may not get full search results until it completes.' ;
$string [ 'confirm_deleteall' ] = 'Are you sure you want to delete all indexed contents now? Until the site is indexed again, users will not get search results.' ;
2019-01-23 10:28:43 +11:00
$string [ 'core-all' ] = 'All' ;
$string [ 'core-course-content' ] = 'Course content' ;
$string [ 'core-courses' ] = 'Courses' ;
$string [ 'core-users' ] = 'Users' ;
$string [ 'core-other' ] = 'Other' ;
2007-08-12 16:53:24 +00:00
$string [ 'createanindex' ] = 'create an index' ;
$string [ 'createdon' ] = 'Created on' ;
$string [ 'database' ] = 'Database' ;
$string [ 'databasestate' ] = 'Indexing database state' ;
$string [ 'datadirectory' ] = 'Data directory' ;
2017-12-07 12:27:31 +00:00
$string [ 'deleteindex' ] = 'Delete index {$a}' ;
2007-08-12 16:53:24 +00:00
$string [ 'deletionsinindex' ] = 'Deletions in index' ;
2016-02-19 14:46:37 +08:00
$string [ 'docmodifiedon' ] = 'Last modified on {$a}' ;
2007-08-12 16:53:24 +00:00
$string [ 'doctype' ] = 'Doctype' ;
2016-02-19 14:46:37 +08:00
$string [ 'doctypenotsupported' ] = 'The specified doc type is not yet supported' ;
2007-08-12 16:53:24 +00:00
$string [ 'documents' ] = 'documents' ;
2010-04-10 14:01:45 +00:00
$string [ 'documentsfor' ] = 'Documents for' ;
2007-08-12 16:53:24 +00:00
$string [ 'documentsindatabase' ] = 'Documents in database' ;
$string [ 'documentsinindex' ] = 'Documents in index' ;
$string [ 'duration' ] = 'Duration' ;
$string [ 'emptydatabaseerror' ] = 'Database table is not present, or contains no index records.' ;
2016-02-19 14:46:37 +08:00
$string [ 'enginenotfound' ] = 'Engine {$a} not found.' ;
2016-07-27 13:56:31 +08:00
$string [ 'enginenotinstalled' ] = 'Engine {$a} is not installed.' ;
2016-07-20 11:26:14 +02:00
$string [ 'enginenotselected' ] = 'You have not selected any search engine.' ;
2016-02-19 14:46:37 +08:00
$string [ 'engineserverstatus' ] = 'The search engine is not available. Please contact your administrator.' ;
2007-08-12 16:53:24 +00:00
$string [ 'enteryoursearchquery' ] = 'Enter your search query' ;
2017-12-01 15:14:55 +00:00
$string [ 'error_indexing' ] = 'An error occurred while indexing' ;
2010-04-10 14:01:45 +00:00
$string [ 'errors' ] = 'Errors' ;
2016-02-19 14:46:37 +08:00
$string [ 'errorareanotavailable' ] = '{$a} search area is not available.' ;
2017-11-22 16:47:29 +00:00
$string [ 'everywhere' ] = 'Everywhere you can access' ;
2007-08-12 16:53:24 +00:00
$string [ 'filesinindexdirectory' ] = 'Files in index directory' ;
2016-02-19 14:46:37 +08:00
$string [ 'filterheader' ] = 'Filter' ;
$string [ 'fromtime' ] = 'Modified after' ;
$string [ 'globalsearch' ] = 'Global search' ;
2007-08-12 16:53:24 +00:00
$string [ 'globalsearchdisabled' ] = 'Global searching is not enabled.' ;
2017-12-07 12:27:31 +00:00
$string [ 'gradualreindex' ] = 'Gradual reindex {$a}' ;
$string [ 'gradualreindex_confirm' ] = 'Are you sure you want to reindex {$a}? This may take some time, although existing data will remain available during the reindex.' ;
2018-07-02 11:15:26 +02:00
$string [ 'gradualreindex_queued' ] = 'Reindexing has been requested for {$a->name} ({$a->count} contexts). This indexing will be carried out by the "Global search indexing" scheduled task.' ;
2010-12-08 19:42:42 +00:00
$string [ 'checkdb' ] = 'Check database' ;
2010-04-10 14:01:45 +00:00
$string [ 'checkdbadvice' ] = 'Check your database for any problems.' ;
$string [ 'checkdir' ] = 'Check dir' ;
$string [ 'checkdiradvice' ] = 'Ensure the data directory exists and is writable.' ;
2016-02-19 14:46:37 +08:00
$string [ 'incourse' ] = 'in course {$a}' ;
$string [ 'index' ] = 'Index' ;
2018-06-19 09:20:39 +08:00
$string [ 'indexwhendisabledfullnotice' ] = 'Indexing is currently not permitted when search is disabled. To enable this, please see the <a href="{$a->url}">searchindexwhendisabled</a> setting.' ;
$string [ 'indexwhendisabledshortnotice' ] = 'Indexing is not available.' ;
2007-08-12 16:53:24 +00:00
$string [ 'invalidindexerror' ] = 'Index directory either contains an invalid index, or nothing at all.' ;
$string [ 'ittook' ] = 'It took' ;
2016-03-24 15:44:27 -04:00
$string [ 'matchingfile' ] = 'Matched from file <span class="filename">{$a}</span>' ;
$string [ 'matchingfiles' ] = 'Matched from files:' ;
2019-01-07 11:16:35 +11:00
$string [ 'mycoursesonly' ] = 'My courses only' ;
2007-08-12 16:53:24 +00:00
$string [ 'next' ] = 'Next' ;
$string [ 'noindexmessage' ] = 'Admin: There appears to be no search index. Please' ;
2016-02-19 14:46:37 +08:00
$string [ 'noresults' ] = 'No results' ;
2016-03-23 08:55:48 -04:00
$string [ 'notitle' ] = 'No title' ;
2007-08-12 16:53:24 +00:00
$string [ 'normalsearch' ] = 'Normal search' ;
$string [ 'openedon' ] = 'opened on' ;
2016-02-19 14:46:37 +08:00
$string [ 'optimize' ] = 'Optimize' ;
2017-11-23 10:55:07 +00:00
$string [ 'order' ] = 'Results order' ;
$string [ 'order_location' ] = 'Prioritise results related to {$a}' ;
$string [ 'order_relevance' ] = 'Most relevant results first' ;
2017-12-07 12:27:31 +00:00
$string [ 'priority' ] = 'Priority' ;
$string [ 'priority_reindexing' ] = 'Reindexing' ;
$string [ 'priority_normal' ] = 'Normal' ;
2018-05-02 16:42:40 +02:00
$string [ 'privacy:metadata' ] = 'The search subsystem does not store any personal data.' ;
2017-12-07 12:27:31 +00:00
$string [ 'progress' ] = 'Progress' ;
2016-02-19 14:46:37 +08:00
$string [ 'queryerror' ] = 'The query you provided could not be parsed by the search engine: {$a}' ;
2017-12-07 12:27:31 +00:00
$string [ 'queueheading' ] = 'Additional indexing queue ({$a} items)' ;
2010-04-10 14:01:45 +00:00
$string [ 'resultsreturnedfor' ] = 'results returned for' ;
2007-08-12 16:53:24 +00:00
$string [ 'runindexer' ] = 'Run indexer (real)' ;
$string [ 'runindexertest' ] = 'Run indexer test' ;
2017-05-10 17:34:52 +01:00
$string [ 'schemanotupdated' ] = 'The search schema is out of date.' ;
$string [ 'schemaversionunknown' ] = 'Search engine does not know about the current schema version.' ;
2007-08-12 16:53:24 +00:00
$string [ 'score' ] = 'Score' ;
$string [ 'search' ] = 'Search' ;
2016-08-25 14:38:07 +02:00
$string [ 'search:message_received' ] = 'Messages - received' ;
$string [ 'search:message_sent' ] = 'Messages - sent' ;
2016-04-26 14:21:34 +08:00
$string [ 'search:mycourse' ] = 'My courses' ;
2019-01-07 11:16:35 +11:00
$string [ 'search:course' ] = 'Courses' ;
2018-01-22 17:35:09 +00:00
$string [ 'search:section' ] = 'Course sections' ;
2016-06-30 00:50:53 +05:30
$string [ 'search:user' ] = 'Users' ;
2016-02-19 14:46:37 +08:00
$string [ 'searcharea' ] = 'Search area' ;
2019-06-25 17:54:39 +02:00
$string [ 'searchareacategories' ] = 'Search area categories' ;
2007-08-12 16:53:24 +00:00
$string [ 'searching' ] = 'Searching in ...' ;
2011-09-19 11:15:45 +05:30
$string [ 'searchnotpermitted' ] = 'You are not allowed to do a search' ;
2016-02-19 14:46:37 +08:00
$string [ 'searchsetupdescription' ] = 'The following steps help you to set up Moodle global search.' ;
2017-11-22 16:47:29 +00:00
$string [ 'searchwithin' ] = 'Search within' ;
2010-04-10 14:01:45 +00:00
$string [ 'seconds' ] = 'seconds' ;
2007-08-12 16:53:24 +00:00
$string [ 'solutions' ] = 'Solutions' ;
$string [ 'statistics' ] = 'Statistics' ;
2016-02-19 14:46:37 +08:00
$string [ 'step' ] = 'Step' ;
2007-08-12 16:53:24 +00:00
$string [ 'thesewordshelpimproverank' ] = 'These words help improve rank' ;
$string [ 'thesewordsmustappear' ] = 'These words must appear' ;
$string [ 'thesewordsmustnotappear' ] = 'These words must not appear' ;
$string [ 'title' ] = 'Title' ;
$string [ 'tofetchtheseresults' ] = 'to fetch these results' ;
2010-12-08 19:42:42 +00:00
$string [ 'totalsize' ] = 'Total size' ;
2016-02-19 14:46:37 +08:00
$string [ 'totime' ] = 'Modified before' ;
2007-08-12 16:53:24 +00:00
$string [ 'type' ] = 'Type' ;
$string [ 'uncompleteindexingerror' ] = 'Indexing was not successfully completed, please restart it.' ;
2007-11-20 04:12:18 +00:00
$string [ 'versiontoolow' ] = 'Sorry, global search requires PHP 5.0.0 or later' ;
2016-02-19 14:46:37 +08:00
$string [ 'viewresultincontext' ] = 'View this result in context' ;
2007-08-12 16:53:24 +00:00
$string [ 'whichmodulestosearch?' ] = 'Which modules to search?' ;
$string [ 'wordsintitle' ] = 'Words in title' ;
2019-01-11 10:56:51 +01:00
$string [ 'search:customfield' ] = 'Course custom fields' ;