[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
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['deletechapter'] = 'Delete chapter "{$a}"'; 49 $string['editingchapter'] = 'Editing chapter'; 50 $string['eventchaptercreated'] = 'Chapter created'; 51 $string['eventchapterdeleted'] = 'Chapter deleted'; 52 $string['eventchapterupdated'] = 'Chapter updated'; 53 $string['eventchapterviewed'] = 'Chapter viewed'; 54 $string['editchapter'] = 'Edit chapter "{$a}"'; 55 $string['hidechapter'] = 'Hide chapter "{$a}"'; 56 $string['movechapterup'] = 'Move chapter up "{$a}"'; 57 $string['movechapterdown'] = 'Move chapter down "{$a}"'; 58 $string['search:activity'] = 'Book - resource information'; 59 $string['search:chapter'] = 'Book - chapters'; 60 $string['showchapter'] = 'Show chapter "{$a}"'; 61 $string['subchapter'] = 'Subchapter'; 62 $string['navimages'] = 'Images'; 63 $string['navoptions'] = 'Available options for navigational links'; 64 $string['navoptions_desc'] = 'Options for displaying navigation on the book pages'; 65 $string['navstyle'] = 'Style of navigation'; 66 $string['navstyle_help'] = '* Images - Icons are used for navigation 67 * Text - Chapter titles are used for navigation'; 68 $string['navtext'] = 'Text'; 69 $string['navtoc'] = 'TOC Only'; 70 $string['nocontent'] = 'No content has been added to this book yet.'; 71 $string['numbering'] = 'Chapter formatting'; 72 $string['numbering_help'] = '* None - Chapter and subchapter titles have no formatting 73 * Numbers - Chapters and subchapter titles are numbered 1, 1.1, 1.2, 2, ... 74 * Bullets - Subchapters are indented and displayed with bullets in the table of contents 75 * Indented - Subchapters are indented in the table of contents'; 76 $string['numbering0'] = 'None'; 77 $string['numbering1'] = 'Numbers'; 78 $string['numbering2'] = 'Bullets'; 79 $string['numbering3'] = 'Indented'; 80 $string['numberingoptions'] = 'Available options for chapter formatting'; 81 $string['numberingoptions_desc'] = 'Options for displaying chapters and subchapters in the table of contents'; 82 $string['addafter'] = 'Add new chapter'; 83 $string['confchapterdelete'] = 'Do you really want to delete this chapter?'; 84 $string['confchapterdeleteall'] = 'Do you really want to delete this chapter and all its subchapters?'; 85 $string['top'] = 'top'; 86 $string['navprev'] = 'Previous'; 87 $string['navnext'] = 'Next'; 88 $string['navexit'] = 'Exit book'; 89 $string['book:addinstance'] = 'Add a new book'; 90 $string['book:read'] = 'View book'; 91 $string['book:edit'] = 'Edit book chapters'; 92 $string['book:viewhiddenchapters'] = 'View hidden book chapters'; 93 $string['errorchapter'] = 'Error reading chapter of book.'; 94 95 $string['page-mod-book-x'] = 'Any book module page'; 96 $string['subchapternotice'] = '(Only available once the first chapter has been created)'; 97 $string['subplugintype_booktool'] = 'Book tool'; 98 $string['subplugintype_booktool_plural'] = 'Book tools';
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |