[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lang/en/ -> search.php (source)

   1  <?php
   2  
   3  // This file is part of Moodle - http://moodle.org/
   4  //
   5  // Moodle is free software: you can redistribute it and/or modify
   6  // it under the terms of the GNU General Public License as published by
   7  // the Free Software Foundation, either version 3 of the License, or
   8  // (at your option) any later version.
   9  //
  10  // Moodle is distributed in the hope that it will be useful,
  11  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  12  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13  // GNU General Public License for more details.
  14  //
  15  // You should have received a copy of the GNU General Public License
  16  // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
  17  
  18  /**
  19   * Strings for component 'search', language 'en', branch 'MOODLE_20_STABLE'
  20   *
  21   * @package   search
  22   * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
  23   * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  24   */
  25  
  26  $string['advancedsearch'] = 'Advanced search';
  27  $string['all'] = 'All';
  28  $string['author'] = 'Author';
  29  $string['authorname'] = 'Author name';
  30  $string['back'] = 'Back';
  31  $string['beadmin'] = 'You need to be an admin user to use this page.';
  32  $string['commenton'] = 'Comment on';
  33  $string['createanindex'] = 'create an index';
  34  $string['createdon'] = 'Created on';
  35  $string['database'] = 'Database';
  36  $string['databasestate'] = 'Indexing database state';
  37  $string['datadirectory'] = 'Data directory';
  38  $string['deletionsinindex'] = 'Deletions in index';
  39  $string['doctype'] = 'Doctype';
  40  $string['documents'] = 'documents';
  41  $string['documentsfor'] = 'Documents for';
  42  $string['documentsindatabase'] = 'Documents in database';
  43  $string['documentsinindex'] = 'Documents in index';
  44  $string['duration'] = 'Duration';
  45  $string['emptydatabaseerror'] = 'Database table is not present, or contains no index records.';
  46  $string['enteryoursearchquery'] = 'Enter your search query';
  47  $string['errors'] = 'Errors';
  48  $string['filesinindexdirectory'] = 'Files in index directory';
  49  $string['globalsearchdisabled'] = 'Global searching is not enabled.';
  50  $string['checkdb'] = 'Check database';
  51  $string['checkdbadvice'] = 'Check your database for any problems.';
  52  $string['checkdir'] = 'Check dir';
  53  $string['checkdiradvice'] = 'Ensure the data directory exists and is writable.';
  54  $string['invalidindexerror'] = 'Index directory either contains an invalid index, or nothing at all.';
  55  $string['ittook'] = 'It took';
  56  $string['next'] = 'Next';
  57  $string['noindexmessage'] = 'Admin: There appears to be no search index. Please';
  58  $string['normalsearch'] = 'Normal search';
  59  $string['openedon'] = 'opened on';
  60  $string['resultsreturnedfor'] = 'results returned for';
  61  $string['runindexer'] = 'Run indexer (real)';
  62  $string['runindexertest'] = 'Run indexer test';
  63  $string['score'] = 'Score';
  64  $string['search'] = 'Search';
  65  $string['searching'] = 'Searching in ...';
  66  $string['searchnotpermitted'] = 'You are not allowed to do a search';
  67  $string['seconds'] = 'seconds';
  68  $string['solutions'] = 'Solutions';
  69  $string['statistics'] = 'Statistics';
  70  $string['thesewordshelpimproverank'] = 'These words help improve rank';
  71  $string['thesewordsmustappear'] = 'These words must appear';
  72  $string['thesewordsmustnotappear'] = 'These words must not appear';
  73  $string['title'] = 'Title';
  74  $string['tofetchtheseresults'] = 'to fetch these results';
  75  $string['totalsize'] = 'Total size';
  76  $string['type'] = 'Type';
  77  $string['uncompleteindexingerror'] = 'Indexing was not successfully completed, please restart it.';
  78  $string['versiontoolow'] = 'Sorry, global search requires PHP 5.0.0 or later';
  79  $string['whichmodulestosearch?'] = 'Which modules to search?';
  80  $string['wordsintitle'] = 'Words in title';


Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1