Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.
   1  <?php
   2  // This file is part of Moodle - http://moodle.org/
   3  //
   4  // Moodle is free software: you can redistribute it and/or modify
   5  // it under the terms of the GNU General Public License as published by
   6  // the Free Software Foundation, either version 3 of the License, or
   7  // (at your option) any later version.
   8  //
   9  // Moodle is distributed in the hope that it will be useful,
  10  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12  // GNU General Public License for more details.
  13  //
  14  // You should have received a copy of the GNU General Public License
  15  // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
  16  
  17  /**
  18   * Strings for component 'imscp', language 'en', branch 'MOODLE_20_STABLE'
  19   *
  20   * @package mod_imscp
  21   * @copyright  1999 onwards Martin Dougiamas  {@link http://moodle.com}
  22   * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  $string['areabackup'] = 'Package archive';
  26  $string['areacontent'] = 'Content';
  27  $string['contentheader'] = 'Content';
  28  $string['deploymenterror'] = 'Content package error!';
  29  $string['keepold'] = 'Archive packages';
  30  $string['keepoldexplain'] = 'How many packages should be archived?';
  31  $string['indicator:cognitivedepth'] = 'IMS pkg cognitive';
  32  $string['indicator:cognitivedepth_help'] = 'This indicator is based on the cognitive depth reached by the student in an IMS content package resource.';
  33  $string['indicator:cognitivedepthdef'] = 'IMS pkg cognitive';
  34  $string['indicator:cognitivedepthdef_help'] = 'The participant has reached this percentage of the cognitive engagement offered by the IMS Package resources during this analysis interval (Levels = No view, View)';
  35  $string['indicator:cognitivedepthdef_link'] = 'Learning_analytics_indicators#Cognitive_depth';
  36  $string['indicator:socialbreadth'] = 'IMS pkg social';
  37  $string['indicator:socialbreadth_help'] = 'This indicator is based on the social breadth reached by the student in an IMS content package resource.';
  38  $string['indicator:socialbreadthdef'] = 'IMS pkg social';
  39  $string['indicator:socialbreadthdef_help'] = 'The participant has reached this percentage of the social engagement offered by the IMS Package resources during this analysis interval (Levels = No participation, Participant alone)';
  40  $string['indicator:socialbreadthdef_link'] = 'Learning_analytics_indicators#Social_breadth';
  41  $string['imscp:addinstance'] = 'Add a new IMS content package';
  42  $string['imscp:view'] = 'View IMS content';
  43  $string['modulename'] = 'IMS content package';
  44  $string['modulename_help'] = 'An IMS content package is a collection of files which are packaged according to an agreed standard so they can be reused in different systems. The IMS content package module enables such content packages to be uploaded as a zip file and added to a course as a resource.
  45  
  46  Content is usually displayed over several pages, with navigation between the pages. There are various options for displaying content in a pop-up window, with a navigation menu or buttons etc.
  47  
  48  An IMS content package may be used for presenting multimedia content and animations.';
  49  $string['modulename_link'] = 'mod/imscp/view';
  50  $string['modulenameplural'] = 'IMS content packages';
  51  $string['navigation'] = 'Navigation';
  52  $string['page-mod-imscp-x'] = 'Any IMS content package module page';
  53  $string['packagefile'] = 'Package file';
  54  $string['pluginadministration'] = 'IMSCP administration';
  55  $string['pluginname'] = 'IMS content package';
  56  $string['privacy:metadata'] = 'The IMS content package plugin does not store any personal data.';
  57  $string['search:activity'] = 'IMS content package - resource information';
  58  $string['toc'] = 'TOC';