|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 00003 // This file is part of Moodle - http://moodle.org/ 00004 // 00005 // Moodle is free software: you can redistribute it and/or modify 00006 // it under the terms of the GNU General Public License as published by 00007 // the Free Software Foundation, either version 3 of the License, or 00008 // (at your option) any later version. 00009 // 00010 // Moodle is distributed in the hope that it will be useful, 00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 // GNU General Public License for more details. 00014 // 00015 // You should have received a copy of the GNU General Public License 00016 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 00017 00026 $string['advancedsearch'] = 'Advanced search'; 00027 $string['all'] = 'All'; 00028 $string['author'] = 'Author'; 00029 $string['authorname'] = 'Author name'; 00030 $string['back'] = 'Back'; 00031 $string['beadmin'] = 'You need to be an admin user to use this page.'; 00032 $string['commenton'] = 'Comment on'; 00033 $string['createanindex'] = 'create an index'; 00034 $string['createdon'] = 'Created on'; 00035 $string['database'] = 'Database'; 00036 $string['databasestate'] = 'Indexing database state'; 00037 $string['datadirectory'] = 'Data directory'; 00038 $string['deletionsinindex'] = 'Deletions in index'; 00039 $string['doctype'] = 'Doctype'; 00040 $string['documents'] = 'documents'; 00041 $string['documentsfor'] = 'Documents for'; 00042 $string['documentsindatabase'] = 'Documents in database'; 00043 $string['documentsinindex'] = 'Documents in index'; 00044 $string['duration'] = 'Duration'; 00045 $string['emptydatabaseerror'] = 'Database table is not present, or contains no index records.'; 00046 $string['enteryoursearchquery'] = 'Enter your search query'; 00047 $string['errors'] = 'Errors'; 00048 $string['filesinindexdirectory'] = 'Files in index directory'; 00049 $string['globalsearchdisabled'] = 'Global searching is not enabled.'; 00050 $string['checkdb'] = 'Check database'; 00051 $string['checkdbadvice'] = 'Check your database for any problems.'; 00052 $string['checkdir'] = 'Check dir'; 00053 $string['checkdiradvice'] = 'Ensure the data directory exists and is writable.'; 00054 $string['invalidindexerror'] = 'Index directory either contains an invalid index, or nothing at all.'; 00055 $string['ittook'] = 'It took'; 00056 $string['next'] = 'Next'; 00057 $string['noindexmessage'] = 'Admin: There appears to be no search index. Please'; 00058 $string['normalsearch'] = 'Normal search'; 00059 $string['openedon'] = 'opened on'; 00060 $string['resultsreturnedfor'] = 'results returned for'; 00061 $string['runindexer'] = 'Run indexer (real)'; 00062 $string['runindexertest'] = 'Run indexer test'; 00063 $string['score'] = 'Score'; 00064 $string['search'] = 'Search'; 00065 $string['searching'] = 'Searching in ...'; 00066 $string['searchnotpermitted'] = 'You are not allowed to do a search'; 00067 $string['seconds'] = 'seconds'; 00068 $string['solutions'] = 'Solutions'; 00069 $string['statistics'] = 'Statistics'; 00070 $string['thesewordshelpimproverank'] = 'These words help improve rank'; 00071 $string['thesewordsmustappear'] = 'These words must appear'; 00072 $string['thesewordsmustnotappear'] = 'These words must not appear'; 00073 $string['title'] = 'Title'; 00074 $string['tofetchtheseresults'] = 'to fetch these results'; 00075 $string['totalsize'] = 'Total size'; 00076 $string['type'] = 'Type'; 00077 $string['uncompleteindexingerror'] = 'Indexing was not successfully completed, please restart it.'; 00078 $string['versiontoolow'] = 'Sorry, global search requires PHP 5.0.0 or later'; 00079 $string['whichmodulestosearch?'] = 'Which modules to search?'; 00080 $string['wordsintitle'] = 'Words in title';