[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/mod/folder/lang/en/ -> folder.php (source)

   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['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['modulename'] = 'Folder';
  36  $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.
  37  
  38  A folder may be used
  39  
  40  * 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
  41  * To provide a shared uploading space for teachers on the course page (keeping the folder hidden so that only teachers can see it)';
  42  $string['modulename_link'] = 'mod/folder/view';
  43  $string['modulenameplural'] = 'Folders';
  44  $string['page-mod-folder-x'] = 'Any folder module page';
  45  $string['page-mod-folder-view'] = 'Folder module main page';
  46  $string['pluginadministration'] = 'Folder administration';
  47  $string['pluginname'] = 'Folder';
  48  $string['display'] = 'Display folder contents';
  49  $string['display_help'] = 'If you choose to display the folder contents on a course page, there  will be no link to a separate page.
  50  The description will be displayed only if "Display description on course page" is checked.<br />
  51  Also note that participants view actions can not be logged in this case.';
  52  $string['displaypage'] = 'On a separate page';
  53  $string['displayinline'] = 'Inline on a course page';
  54  $string['noautocompletioninline'] = 'Automatic completion on viewing of activity can not be selected together with "Display inline" option';
  55  $string['search:activity'] = 'Folder';
  56  $string['showdownloadfolder'] = 'Show download folder button';
  57  $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.';
  58  $string['showexpanded'] = 'Show subfolders expanded';
  59  $string['showexpanded_help'] = 'If set to \'yes\', subfolders are shown expanded by default; otherwise they are shown collapsed.';
  60  $string['maxsizetodownload'] = 'Maximum folder download size (MB)';
  61  $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.';
  62  
  63  
  64  


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1