Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 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 310 and 401] [Versions 310 and 402] [Versions 310 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 label when media files are dragged & dropped onto a course';
  27  $string['configdndresizeheight'] = 'When a label is created from a dragged & dropped image, resize it if it is higher than this many pixels (0 for no resize)';
  28  $string['configdndresizewidth'] = 'When a label is created from a dragged & dropped image, resize it if it is wider than this many pixels (0 for no resize)';
  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 label to the course page';
  34  $string['indicator:cognitivedepth'] = 'Label cognitive';
  35  $string['indicator:cognitivedepth_help'] = 'This indicator is based on the cognitive depth reached by the student in a Label resource.';
  36  $string['indicator:cognitivedepthdef'] = 'Label cognitive';
  37  $string['indicator:cognitivedepthdef_help'] = 'The participant has reached this percentage of the cognitive engagement offered by the Label resources during this analysis interval (Levels = No view, View)';
  38  $string['indicator:cognitivedepthdef_link'] = 'Learning_analytics_indicators#Cognitive_depth';
  39  $string['indicator:socialbreadth'] = 'Label social';
  40  $string['indicator:socialbreadth_help'] = 'This indicator is based on the social breadth reached by the student in a Label resource.';
  41  $string['indicator:socialbreadthdef'] = 'Label social';
  42  $string['indicator:socialbreadthdef_help'] = 'The participant has reached this percentage of the social engagement offered by the Label 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 label';
  45  $string['label:view'] = 'View label';
  46  $string['labeltext'] = 'Label text';
  47  $string['modulename'] = 'Label';
  48  $string['modulename_help'] = 'The label module enables text and multimedia to be inserted into the course page in between links to other resources and activities. Labels are very versatile and can help to improve the appearance of a course if used thoughtfully.
  49  
  50  Labels may be used
  51  
  52  * To split up a long list of activities with a subheading or an image
  53  * To display an embedded sound file or video directly on the course page
  54  * To add a short description to a course section';
  55  $string['modulename_link'] = 'mod/label/view';
  56  $string['modulenameplural'] = 'Labels';
  57  $string['privacy:metadata'] = 'The Label resource plugin does not store any personal data.';
  58  $string['pluginadministration'] = 'Label administration';
  59  $string['pluginname'] = 'Label';
  60  $string['search:activity'] = 'Label';