. /** * Strings for component 'folder', language 'en', branch 'MOODLE_20_STABLE' * * @package mod * @subpackage folder * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['contentheader'] = 'Content'; $string['dnduploadmakefolder'] = 'Unzip files and create folder'; $string['folder:addinstance'] = 'Add a new folder'; $string['folder:managefiles'] = 'Manage files in folder module'; $string['folder:view'] = 'View folder content'; $string['foldercontent'] = 'Files and subfolders'; $string['modulename'] = 'Folder'; $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. A folder may be used * 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 * To provide a shared uploading space for teachers on the course page (keeping the folder hidden so that only teachers can see it)'; $string['modulename_link'] = 'mod/folder/view'; $string['modulenameplural'] = 'Folders'; $string['neverseen'] = 'Never seen'; $string['page-mod-folder-x'] = 'Any folder module page'; $string['page-mod-folder-view'] = 'Folder module main page'; $string['pluginadministration'] = 'Folder administration'; $string['pluginname'] = 'Folder';