. /** * Strings for component 'search', language 'en', branch 'MOODLE_20_STABLE' * * @package core * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['advancedsearch'] = 'Advanced search'; $string['all'] = 'All'; $string['author'] = 'Author'; $string['authorname'] = 'Author name'; $string['back'] = 'Back'; $string['beadmin'] = 'You need to be an admin user to use this page.'; $string['commenton'] = 'Comment on'; $string['createanindex'] = 'create an index'; $string['createdon'] = 'Created on'; $string['database'] = 'Database'; $string['databasestate'] = 'Indexing database state'; $string['datadirectory'] = 'Data directory'; $string['deletionsinindex'] = 'Deletions in index'; $string['doctype'] = 'Doctype'; $string['documents'] = 'documents'; $string['documentsfor'] = 'Documents for'; $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.'; $string['enteryoursearchquery'] = 'Enter your search query'; $string['errors'] = 'Errors'; $string['filesinindexdirectory'] = 'Files in index directory'; $string['globalsearchdisabled'] = 'Global searching is not enabled.'; $string['checkdb'] = 'Check database'; $string['checkdbadvice'] = 'Check your database for any problems.'; $string['checkdir'] = 'Check dir'; $string['checkdiradvice'] = 'Ensure the data directory exists and is writable.'; $string['invalidindexerror'] = 'Index directory either contains an invalid index, or nothing at all.'; $string['ittook'] = 'It took'; $string['next'] = 'Next'; $string['noindexmessage'] = 'Admin: There appears to be no search index. Please'; $string['normalsearch'] = 'Normal search'; $string['openedon'] = 'opened on'; $string['resultsreturnedfor'] = 'results returned for'; $string['runindexer'] = 'Run indexer (real)'; $string['runindexertest'] = 'Run indexer test'; $string['score'] = 'Score'; $string['search'] = 'Search'; $string['searching'] = 'Searching in ...'; $string['searchnotpermitted'] = 'You are not allowed to do a search'; $string['seconds'] = 'seconds'; $string['solutions'] = 'Solutions'; $string['statistics'] = 'Statistics'; $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'; $string['totalsize'] = 'Total size'; $string['type'] = 'Type'; $string['uncompleteindexingerror'] = 'Indexing was not successfully completed, please restart it.'; $string['versiontoolow'] = 'Sorry, global search requires PHP 5.0.0 or later'; $string['whichmodulestosearch?'] = 'Which modules to search?'; $string['wordsintitle'] = 'Words in title';