MDL-32709 book: now standard module + new strings added

Note the lang file is completely disordered yet
This commit is contained in:
Eloy Lafuente (stronk7)
2012-05-21 00:54:53 +02:00
parent a87aa28d51
commit f7e6dd4d41
2 changed files with 16 additions and 3 deletions
+5 -1
View File
@@ -380,6 +380,10 @@ class plugin_manager {
'social_activities', 'tag_flickr', 'tag_youtube', 'tags'
),
'booktool' => array(
'exportimscp', 'importhtml', 'print'
),
'coursereport' => array(
//deprecated!
),
@@ -441,7 +445,7 @@ class plugin_manager {
),
'mod' => array(
'assign', 'assignment', 'chat', 'choice', 'data', 'feedback', 'folder',
'assign', 'assignment', 'book', 'chat', 'choice', 'data', 'feedback', 'folder',
'forum', 'glossary', 'imscp', 'label', 'lesson', 'lti', 'page',
'quiz', 'resource', 'scorm', 'survey', 'url', 'wiki', 'workshop'
),
+11 -2
View File
@@ -25,8 +25,15 @@
defined('MOODLE_INTERNAL') || die;
$string['modulename'] = 'Book';
$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.
A book may be used
* To display reading material for individual modules of study
* As a staff departmental handbook
* As a showcase portfolio of student work';
$string['modulename_link'] = 'mod/book/view';
$string['modulenameplural'] = 'Books';
$string['modulename_help'] = 'Book is a simple multipage study material.';
$string['pluginname'] = 'Book';
$string['pluginadministration'] = 'Book administration';
@@ -102,4 +109,6 @@ $string['errorchapter'] = 'Error reading book chapter.';
$string['page-mod-book-x'] = 'Any book module page';
$string['missingfilemanagement'] = 'Dear users of Book module, I supposed you have already notised that it is not possible to delete or manage files used in Book chapters. Please vote in {$a} to get this fixed, thanks. Petr Škoda';
$string['missingfilemanagement'] = 'Dear users of Book module, I supposed you have already notised that it is not possible to delete or manage files used in Book chapters. Please vote in {$a} to get this fixed, thanks. Petr Škoda';
$string['subplugintype_booktool'] = 'Book tool';
$string['subplugintype_booktool_plural'] = 'Book tools';