mirror of
https://github.com/moodle/moodle.git
synced 2025-03-12 19:54:08 +01:00
47 lines
2.2 KiB
PHP
47 lines
2.2 KiB
PHP
<?php
|
|
|
|
// This file is part of Moodle - http://moodle.org/
|
|
//
|
|
// Moodle is free software: you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License as published by
|
|
// the Free Software Foundation, either version 3 of the License, or
|
|
// (at your option) any later version.
|
|
//
|
|
// Moodle is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
//
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
/**
|
|
* 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';
|