Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Differences Between: [Versions 39 and 400] [Versions 39 and 401] [Versions 39 and 402] [Versions 39 and 403]

   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 'page', language 'en', branch 'MOODLE_20_STABLE'
  20   *
  21   * @package   mod_page
  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['configdisplayoptions'] = 'Select all options that should be available, existing settings are not modified. Hold CTRL key to select multiple fields.';
  27  $string['content'] = 'Page content';
  28  $string['contentheader'] = 'Content';
  29  $string['createpage'] = 'Create a new page resource';
  30  $string['displayoptions'] = 'Available display options';
  31  $string['displayselect'] = 'Display';
  32  $string['displayselectexplain'] = 'Select display type.';
  33  $string['indicator:cognitivedepth'] = 'Page cognitive';
  34  $string['indicator:cognitivedepth_help'] = 'This indicator is based on the cognitive depth reached by the student in a Page resource.';
  35  $string['indicator:cognitivedepthdef'] = 'Page cognitive';
  36  $string['indicator:cognitivedepthdef_help'] = 'The participant has reached this percentage of the cognitive engagement offered by the Page resources during this analysis interval (Levels = No view, View)';
  37  $string['indicator:cognitivedepthdef_link'] = 'Learning_analytics_indicators#Cognitive_depth';
  38  $string['indicator:socialbreadth'] = 'Page social';
  39  $string['indicator:socialbreadth_help'] = 'This indicator is based on the social breadth reached by the student in a Page resource.';
  40  $string['indicator:socialbreadthdef'] = 'Page social';
  41  $string['indicator:socialbreadthdef_help'] = 'The participant has reached this percentage of the social engagement offered by the Page resources during this analysis interval (Levels = No participation, Participant alone)';
  42  $string['indicator:socialbreadthdef_link'] = 'Learning_analytics_indicators#Social_breadth';
  43  $string['legacyfiles'] = 'Migration of old course file';
  44  $string['legacyfilesactive'] = 'Active';
  45  $string['legacyfilesdone'] = 'Finished';
  46  $string['modulename'] = 'Page';
  47  $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.
  48  
  49  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.
  50  
  51  For large amounts of content, it\'s recommended that a book is used rather than a page.
  52  
  53  A page may be used
  54  
  55  * To present the terms and conditions of a course or a summary of the course syllabus
  56  * To embed several videos or sound files together with some explanatory text';
  57  $string['modulename_link'] = 'mod/page/view';
  58  $string['modulenameplural'] = 'Pages';
  59  $string['optionsheader'] = 'Display options';
  60  $string['page-mod-page-x'] = 'Any page module page';
  61  $string['page:addinstance'] = 'Add a new page resource';
  62  $string['page:view'] = 'View page content';
  63  $string['pluginadministration'] = 'Page module administration';
  64  $string['pluginname'] = 'Page';
  65  $string['popupheight'] = 'Pop-up height (in pixels)';
  66  $string['popupheightexplain'] = 'Specifies default height of popup windows.';
  67  $string['popupwidth'] = 'Pop-up width (in pixels)';
  68  $string['popupwidthexplain'] = 'Specifies default width of popup windows.';
  69  $string['printheading'] = 'Display page name';
  70  $string['printheadingexplain'] = 'Display page name above content?';
  71  $string['printintro'] = 'Display page description';
  72  $string['printintroexplain'] = 'Display page description above content?';
  73  $string['printlastmodified'] = 'Display last modified date';
  74  $string['printlastmodifiedexplain'] = 'Display last modified date below content?';
  75  $string['privacy:metadata'] = 'The Page resource plugin does not store any personal data.';
  76  $string['search:activity'] = 'Page';