. /** * Strings for component 'page', language 'en', branch 'MOODLE_20_STABLE' * * @package mod_page * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['configdisplayoptions'] = 'Select all options that should be available, existing settings are not modified. Hold CTRL key to select multiple fields.'; $string['content'] = 'Page content'; $string['contentheader'] = 'Content'; $string['createpage'] = 'Create a new page resource'; $string['displayoptions'] = 'Available display options'; $string['displayselect'] = 'Display'; $string['displayselectexplain'] = 'Select display type.'; $string['legacyfiles'] = 'Migration of old course file'; $string['legacyfilesactive'] = 'Active'; $string['legacyfilesdone'] = 'Finished'; $string['modulename'] = 'Page'; $string['modulename_help'] = 'The page module enables a teacher to create a web page resource using the text editor. A page can display text, images, sound, video, web links and embedded code, such as Google maps. Advantages of using the page module rather than the file module include the resource being more accessible (for example to users of mobile devices) and easier to update. For large amounts of content, it\'s recommended that a book is used rather than a page. A page may be used * To present the terms and conditions of a course or a summary of the course syllabus * To embed several videos or sound files together with some explanatory text'; $string['modulename_link'] = 'mod/page/view'; $string['modulenameplural'] = 'Pages'; $string['optionsheader'] = 'Display options'; $string['page-mod-page-x'] = 'Any page module page'; $string['page:addinstance'] = 'Add a new page resource'; $string['page:view'] = 'View page content'; $string['pluginadministration'] = 'Page module administration'; $string['pluginname'] = 'Page'; $string['popupheight'] = 'Pop-up height (in pixels)'; $string['popupheightexplain'] = 'Specifies default height of popup windows.'; $string['popupwidth'] = 'Pop-up width (in pixels)'; $string['popupwidthexplain'] = 'Specifies default width of popup windows.'; $string['printheading'] = 'Display page name'; $string['printheadingexplain'] = 'Display page name above content?'; $string['printintro'] = 'Display page description'; $string['printintroexplain'] = 'Display page description above content?';