Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

Differences Between: [Versions 310 and 401] [Versions 311 and 401] [Versions 39 and 401] [Versions 400 and 401] [Versions 401 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 'label', language 'en', branch 'MOODLE_20_STABLE'
  20   *
  21   * @package mod_label
  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['configdndmedia'] = 'Offer to create a Text and media area when media files are dragged and dropped onto a course.';
  27  $string['configdndresizeheight'] = 'When a Text and media area is created from a dragged and dropped media file, resize it if it is higher than this many pixels. If set to zero, the media file will not be resized.';
  28  $string['configdndresizewidth'] = 'When a Text and media area is created from a dragged and dropped media file, resize it if it is wider than this many pixels. If set to zero, the media file will not be resized.';
  29  $string['dndmedia'] = 'Media drag and drop';
  30  $string['dndresizeheight'] = 'Resize drag and drop height';
  31  $string['dndresizewidth'] = 'Resize drag and drop width';
  32  $string['dnduploadlabel'] = 'Add media to course page';
  33  $string['dnduploadlabeltext'] = 'Add a Text and media area to the course page';
  34  $string['indicator:cognitivedepth'] = 'Text and media area cognitive';
  35  $string['indicator:cognitivedepth_help'] = 'This indicator is based on the cognitive depth reached by the student in a Text and media area resource.';
  36  $string['indicator:cognitivedepthdef'] = 'Text and media area cognitive';
  37  $string['indicator:cognitivedepthdef_help'] = 'The participant has reached this percentage of the cognitive engagement offered by the Text and media area resources during this analysis interval (Levels = No view, View)';
  38  $string['indicator:cognitivedepthdef_link'] = 'Learning_analytics_indicators#Cognitive_depth';
  39  $string['indicator:socialbreadth'] = 'Text and media area social';
  40  $string['indicator:socialbreadth_help'] = 'This indicator is based on the social breadth reached by the student in a Text and media area resource.';
  41  $string['indicator:socialbreadthdef'] = 'Text and media area social';
  42  $string['indicator:socialbreadthdef_help'] = 'The participant has reached this percentage of the social engagement offered by the Text and media area resources during this analysis interval (Levels = No participation, Participant alone)';
  43  $string['indicator:socialbreadthdef_link'] = 'Learning_analytics_indicators#Social_breadth';
  44  $string['label:addinstance'] = 'Add a new Text and media area';
  45  $string['label:view'] = 'View Text and media area';
  46  $string['labeltext'] = 'Text';
  47  $string['modulename'] = 'Text and media area';
  48  $string['modulename_help'] = 'The Text and media area enables you to display text and multimedia on the course page.
  49  
  50  You can use a Text and media area to:
  51  
  52  * Split up a long list of course activities with a subheading or an image
  53  * Display an embedded video directly on the course page
  54  * Add a short description to a course section';
  55  $string['modulename_link'] = 'mod/label/view';
  56  $string['modulenameplural'] = 'Text and media areas';
  57  $string['privacy:metadata'] = 'The Text and media area plugin does not store any personal data.';
  58  $string['pluginadministration'] = 'Text and media area administration';
  59  $string['pluginname'] = 'Text and media area';
  60  $string['search:activity'] = 'Text and media area';