| [ Index ] |
PHP Cross Reference of Moodle 1.9.3 [Build 15-Oct-2008] |
[Summary view] [Print] [Text view]
1 <?php // $Id: search.php,v 1.1.2.1 2007/11/20 04:09:41 toyomoyo Exp $ 2 3 $string['advancedsearch'] = 'Advanced search'; 4 $string['all'] = 'All'; 5 $string['author'] = 'Author'; 6 $string['authorname'] = 'Author name'; 7 $string['back'] = 'Back'; 8 $string['beadmin'] = 'You need to be an admin user to use this page.'; 9 $string['checkdb'] = 'Check Database'; 10 $string['checkdbadvice'] = 'Check your database for any problems.'; 11 $string['checkdir'] = 'Check dir'; 12 $string['checkdiradvice'] = 'Ensure the data directory exists and is writable.'; 13 $string['commenton'] = 'Comment on '; 14 $string['createanindex'] = 'create an index'; 15 $string['createdon'] = 'Created on'; 16 $string['database'] = 'Database'; 17 $string['databasestate'] = 'Indexing database state'; 18 $string['datadirectory'] = 'Data directory'; 19 $string['deletionsinindex'] = 'Deletions in index'; 20 $string['doctype'] = 'Doctype'; 21 $string['documents'] = 'documents'; 22 $string['documentsfor'] = 'Documents for '; 23 $string['documentsindatabase'] = 'Documents in database'; 24 $string['documentsinindex'] = 'Documents in index'; 25 $string['duration'] = 'Duration'; 26 $string['emptydatabaseerror'] = 'Database table is not present, or contains no index records.'; 27 $string['enteryoursearchquery'] = 'Enter your search query'; 28 $string['errors'] = 'Errors '; 29 $string['filesinindexdirectory'] = 'Files in index directory'; 30 $string['globalsearchdisabled'] = 'Global searching is not enabled.'; 31 $string['invalidindexerror'] = 'Index directory either contains an invalid index, or nothing at all.'; 32 $string['ittook'] = 'It took'; 33 $string['next'] = 'Next'; 34 $string['noindexmessage'] = 'Admin: There appears to be no search index. Please'; 35 $string['normalsearch'] = 'Normal search'; 36 $string['openedon'] = 'opened on'; 37 $string['resultsreturnedfor'] = ' results returned for '; 38 $string['runindexer'] = 'Run indexer (real)'; 39 $string['runindexertest'] = 'Run indexer test'; 40 $string['score'] = 'Score'; 41 $string['search'] = 'Search'; 42 $string['searching'] = 'Searching in ...'; 43 $string['seconds'] = ' seconds '; 44 $string['solutions'] = 'Solutions'; 45 $string['statistics'] = 'Statistics'; 46 $string['thesewordshelpimproverank'] = 'These words help improve rank'; 47 $string['thesewordsmustappear'] = 'These words must appear'; 48 $string['thesewordsmustnotappear'] = 'These words must not appear'; 49 $string['title'] = 'Title'; 50 $string['tofetchtheseresults'] = 'to fetch these results'; 51 $string['totalsize'] = 'Total Size '; 52 $string['type'] = 'Type'; 53 $string['uncompleteindexingerror'] = 'Indexing was not successfully completed, please restart it.'; 54 $string['versiontoolow'] = 'Sorry, global search requires PHP 5.0.0 or later'; 55 $string['whichmodulestosearch?'] = 'Which modules to search?'; 56 $string['wordsintitle'] = 'Words in title'; 57 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Jan 14 11:33:29 2009 | Cross-referenced by PHPXref 0.7 |