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 310] [Versions 39 and 311] [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 'folder', language 'en', branch 'MOODLE_20_STABLE'
  20   *
  21   * @package   mod_folder
  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['bynameondate'] = 'by {$a->name} - {$a->date}';
  27  $string['contentheader'] = 'Content';
  28  $string['dnduploadmakefolder'] = 'Unzip files and create folder';
  29  $string['downloadfolder'] = 'Download folder';
  30  $string['eventallfilesdownloaded'] = 'Zip archive of folder downloaded';
  31  $string['eventfolderupdated'] = 'Folder updated';
  32  $string['folder:addinstance'] = 'Add a new folder';
  33  $string['folder:managefiles'] = 'Manage files in folder module';
  34  $string['folder:view'] = 'View folder content';
  35  $string['foldercontent'] = 'Files and subfolders';
  36  $string['indicator:cognitivedepth'] = 'Folder cognitive';
  37  $string['indicator:cognitivedepth_help'] = 'This indicator is based on the cognitive depth reached by the student in a Folder resource.';
  38  $string['indicator:cognitivedepthdef'] = 'Folder cognitive';
  39  $string['indicator:cognitivedepthdef_help'] = 'The participant has reached this percentage of the cognitive engagement offered by the Folder resources during this analysis interval (Levels = No view, View)';
  40  $string['indicator:cognitivedepthdef_link'] = 'Learning_analytics_indicators#Cognitive_depth';
  41  $string['indicator:socialbreadth'] = 'Folder social';
  42  $string['indicator:socialbreadth_help'] = 'This indicator is based on the social breadth reached by the student in a Folder resource.';
  43  $string['indicator:socialbreadthdef'] = 'Folder social';
  44  $string['indicator:socialbreadthdef_help'] = 'The participant has reached this percentage of the social engagement offered by the Folder resources during this analysis interval (Levels = No participation, Participant alone)';
  45  $string['indicator:socialbreadthdef_link'] = 'Learning_analytics_indicators#Social_breadth';
  46  $string['modulename'] = 'Folder';
  47  $string['modulename_help'] = 'The folder module enables a teacher to display a number of related files inside a single folder, reducing scrolling on the course page. A zipped folder may be uploaded and unzipped for display, or an empty folder created and files uploaded into it.
  48  
  49  A folder may be used
  50  
  51  * For a series of files on one topic, for example a set of past examination papers in pdf format or a collection of image files for use in student projects
  52  * To provide a shared uploading space for teachers on the course page (keeping the folder hidden so that only teachers can see it)';
  53  $string['modulename_link'] = 'mod/folder/view';
  54  $string['modulenameplural'] = 'Folders';
  55  $string['newfoldercontent'] = 'New folder content';
  56  $string['page-mod-folder-x'] = 'Any folder module page';
  57  $string['page-mod-folder-view'] = 'Folder module main page';
  58  $string['privacy:metadata'] = 'The Folder resource plugin does not store any personal data.';
  59  $string['pluginadministration'] = 'Folder administration';
  60  $string['pluginname'] = 'Folder';
  61  $string['display'] = 'Display folder contents';
  62  $string['display_help'] = 'If you choose to display the folder contents on a course page, there will be no link to a separate page. The description will be displayed only if \'Display description on course page\' is ticked. Note that participants view actions cannot be logged in this case.';
  63  $string['displaypage'] = 'On a separate page';
  64  $string['displayinline'] = 'Inline on a course page';
  65  $string['noautocompletioninline'] = 'Automatic completion on viewing of activity can not be selected together with "Display inline" option';
  66  $string['search:activity'] = 'Folder';
  67  $string['showdownloadfolder'] = 'Show download folder button';
  68  $string['showdownloadfolder_help'] = 'If set to \'yes\', a button will be displayed allowing the contents of the folder to be downloaded as a zip file.';
  69  $string['showexpanded'] = 'Show subfolders expanded';
  70  $string['showexpanded_help'] = 'If set to \'yes\', subfolders are shown expanded by default; otherwise they are shown collapsed.';
  71  $string['maxsizetodownload'] = 'Maximum folder download size (MB)';
  72  $string['maxsizetodownload_help'] = 'The maximum size of folder that can be downloaded as a zip file. If set to zero, the folder size is unlimited.';