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 39 and 310]

   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 'folder', language 'en', branch 'MOODLE_20_STABLE'
  19   *
  20   * @package   mod_folder
  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['bynameondate'] = 'by {$a->name} - {$a->date}';
  26  $string['contentheader'] = 'Content';
  27  $string['dnduploadmakefolder'] = 'Unzip files and create folder';
  28  $string['downloadfolder'] = 'Download folder';
  29  $string['eventallfilesdownloaded'] = 'Zip archive of folder downloaded';
  30  $string['eventfolderupdated'] = 'Folder updated';
  31  $string['folder:addinstance'] = 'Add a new folder';
  32  $string['folder:managefiles'] = 'Manage files in folder module';
  33  $string['folder:view'] = 'View folder content';
  34  $string['foldercontent'] = 'Files and subfolders';
  35  $string['forcedownload'] = 'Force download of files';
  36  $string['forcedownload_help'] = 'Whether certain files, such as images or HTML files, should be displayed in the browser rather than being downloaded. Note that for security reasons, the setting should only be unticked if all users with the capability to manage files in the folder are trusted users.';
  37  $string['indicator:cognitivedepth'] = 'Folder cognitive';
  38  $string['indicator:cognitivedepth_help'] = 'This indicator is based on the cognitive depth reached by the student in a Folder resource.';
  39  $string['indicator:cognitivedepthdef'] = 'Folder cognitive';
  40  $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)';
  41  $string['indicator:cognitivedepthdef_link'] = 'Learning_analytics_indicators#Cognitive_depth';
  42  $string['indicator:socialbreadth'] = 'Folder social';
  43  $string['indicator:socialbreadth_help'] = 'This indicator is based on the social breadth reached by the student in a Folder resource.';
  44  $string['indicator:socialbreadthdef'] = 'Folder social';
  45  $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)';
  46  $string['indicator:socialbreadthdef_link'] = 'Learning_analytics_indicators#Social_breadth';
  47  $string['modulename'] = 'Folder';
  48  $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.
  49  
  50  A folder may be used
  51  
  52  * 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
  53  * To provide a shared uploading space for teachers on the course page (keeping the folder hidden so that only teachers can see it)';
  54  $string['modulename_link'] = 'mod/folder/view';
  55  $string['modulenameplural'] = 'Folders';
  56  $string['newfoldercontent'] = 'New folder content';
  57  $string['page-mod-folder-x'] = 'Any folder module page';
  58  $string['page-mod-folder-view'] = 'Folder module main page';
  59  $string['privacy:metadata'] = 'The Folder resource plugin does not store any personal data.';
  60  $string['pluginadministration'] = 'Folder administration';
  61  $string['pluginname'] = 'Folder';
  62  $string['display'] = 'Display folder contents';
  63  $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.';
  64  $string['displaypage'] = 'On a separate page';
  65  $string['displayinline'] = 'Inline on a course page';
  66  $string['noautocompletioninline'] = 'Automatic completion on viewing of activity can not be selected together with "Display inline" option';
  67  $string['search:activity'] = 'Folder';
  68  $string['showdownloadfolder'] = 'Show download folder button';
  69  $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.';
  70  $string['showexpanded'] = 'Show subfolders expanded';
  71  $string['showexpanded_help'] = 'If set to \'yes\', subfolders are shown expanded by default; otherwise they are shown collapsed.';
  72  $string['maxsizetodownload'] = 'Maximum folder download size (MB)';
  73  $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.';