[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/mod/book/lang/en/ -> book.php (source)

   1  <?php
   2  // This file is part of Moodle - http://moodle.org/
   3  //
   4  // Moodle is free software: you can redistribute it and/or modify
   5  // it under the terms of the GNU General Public License as published by
   6  // the Free Software Foundation, either version 3 of the License, or
   7  // (at your option) any later version.
   8  //
   9  // Moodle is distributed in the hope that it will be useful,
  10  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12  // GNU General Public License for more details.
  13  //
  14  // You should have received a copy of the GNU General Public License
  15  // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
  16  
  17  /**
  18   * Book module language strings
  19   *
  20   * @package    mod_book
  21   * @copyright  2004-2012 Petr Skoda {@link http://skodak.org}
  22   * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  defined('MOODLE_INTERNAL') || die;
  26  
  27  $string['modulename'] = 'Book';
  28  $string['modulename_help'] = 'The book module enables a teacher to create a multi-page resource in a book-like format, with chapters and subchapters. Books can contain media files as well as text and are useful for displaying lengthy passages of information which can be broken down into sections.
  29  
  30  A book may be used
  31  
  32  * To display reading material for individual modules of study
  33  * As a staff departmental handbook
  34  * As a showcase portfolio of student work';
  35  $string['modulename_link'] = 'mod/book/view';
  36  $string['modulenameplural'] = 'Books';
  37  $string['pluginname'] = 'Book';
  38  $string['pluginadministration'] = 'Book administration';
  39  
  40  $string['toc'] = 'Table of contents';
  41  $string['customtitles'] = 'Custom titles';
  42  $string['customtitles_help'] = 'Normally the chapter title is displayed in the table of contents (TOC) AND as a heading above the content.
  43  
  44  If the custom titles checkbox is ticked, the chapter title is NOT displayed as a heading above the content. A different title (perhaps longer than the chapter title) may be entered as part of the content.';
  45  $string['chapters'] = 'Chapters';
  46  $string['chaptertitle'] = 'Chapter title';
  47  $string['content'] = 'Content';
  48  $string['editingchapter'] = 'Editing chapter';
  49  $string['eventchaptercreated'] = 'Chapter created';
  50  $string['eventchapterdeleted'] = 'Chapter deleted';
  51  $string['eventchapterupdated'] = 'Chapter updated';
  52  $string['eventchapterviewed'] = 'Chapter viewed';
  53  $string['subchapter'] = 'Subchapter';
  54  $string['nocontent'] = 'No content has been added to this book yet.';
  55  $string['numbering'] = 'Chapter formatting';
  56  $string['numbering_help'] = '* None - Chapter and subchapter titles have no formatting
  57  * Numbers - Chapters and subchapter titles are numbered 1, 1.1, 1.2, 2, ...
  58  * Bullets - Subchapters are indented and displayed with bullets in the table of contents
  59  * Indented - Subchapters are indented in the table of contents';
  60  $string['numbering0'] = 'None';
  61  $string['numbering1'] = 'Numbers';
  62  $string['numbering2'] = 'Bullets';
  63  $string['numbering3'] = 'Indented';
  64  $string['numberingoptions'] = 'Available options for chapter formatting';
  65  $string['numberingoptions_desc'] = 'Options for displaying chapters and subchapters in the table of contents';
  66  $string['addafter'] = 'Add new chapter';
  67  $string['confchapterdelete'] = 'Do you really want to delete this chapter?';
  68  $string['confchapterdeleteall'] = 'Do you really want to delete this chapter and all its subchapters?';
  69  $string['top'] = 'top';
  70  $string['navprev'] = 'Previous';
  71  $string['navnext'] = 'Next';
  72  $string['navexit'] = 'Exit book';
  73  $string['book:addinstance'] = 'Add a new book';
  74  $string['book:read'] = 'Read book';
  75  $string['book:edit'] = 'Edit book chapters';
  76  $string['book:viewhiddenchapters'] = 'View hidden book chapters';
  77  $string['errorchapter'] = 'Error reading chapter of book.';
  78  
  79  $string['page-mod-book-x'] = 'Any book module page';
  80  $string['subchapternotice'] = '(Only available once the first chapter has been created)';
  81  $string['subplugintype_booktool'] = 'Book tool';
  82  $string['subplugintype_booktool_plural'] = 'Book tools';


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