2009-08-13 20:47:43 +00:00
|
|
|
<?php
|
|
|
|
|
2010-04-10 14:01:45 +00:00
|
|
|
// 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'
|
|
|
|
*
|
2010-07-25 11:12:16 +00:00
|
|
|
* @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
|
2010-04-10 14:01:45 +00:00
|
|
|
*/
|
|
|
|
|
2009-08-13 20:47:43 +00:00
|
|
|
$string['contentheader'] = 'Content';
|
2012-02-17 21:23:28 +00:00
|
|
|
$string['dnduploadmakefolder'] = 'Unzip files and create folder';
|
2012-03-07 16:24:02 +00:00
|
|
|
$string['folder:addinstance'] = 'Add a new folder';
|
2010-07-22 09:04:06 +00:00
|
|
|
$string['folder:managefiles'] = 'Manage files in folder module';
|
2010-10-14 18:20:24 +00:00
|
|
|
$string['folder:view'] = 'View folder content';
|
2010-04-10 14:01:45 +00:00
|
|
|
$string['foldercontent'] = 'Files and subfolders';
|
2009-08-13 20:47:43 +00:00
|
|
|
$string['modulename'] = 'Folder';
|
2012-05-14 16:56:09 +01:00
|
|
|
$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
|
|
|
|
|
2012-06-12 11:48:18 +01:00
|
|
|
* 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
|
2012-05-14 16:56:09 +01:00
|
|
|
* 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';
|
2009-08-13 20:47:43 +00:00
|
|
|
$string['modulenameplural'] = 'Folders';
|
|
|
|
$string['neverseen'] = 'Never seen';
|
MDL-26105 Block settings should contains less options, and be more user friendly
AMOS BEGIN
MOV [page-blog-index, pagetype], [page-blog-index, blog]
MOV [page-blog-x, pagetype], [page-blog-x, blog]
MOV [page-tag-x, pagetype], [page-tag-x, tag]
MOV [page-course-view-weeks, pagetype], [page-course-view-weeks, format_weeks]
MOV [page-course-view-weeks-x, pagetype], [page-course-view-weeks-x, format_weeks]
MOV [page-course-view-topics, pagetype], [page-course-view-topics, format_topics]
MOV [page-course-view-topics-x, pagetype], [page-course-view-topics-x, format_topics]
AMOS END
2011-04-28 11:20:30 +08:00
|
|
|
$string['page-mod-folder-x'] = 'Any folder module page';
|
|
|
|
$string['page-mod-folder-view'] = 'Folder module main page';
|
MDL-23318 Consistent usage of 'pluginadministration' string for the Settings block
AMOS BEGIN
MOV [assignmentadministration,mod_assignment],[pluginadministration,mod_assignment]
MOV [dataadministration,mod_data],[pluginadministration,mod_data]
MOV [feedbackadministration,mod_feedback],[pluginadministration,mod_feedback]
MOV [folderadministration,mod_folder],[pluginadministration,mod_folder]
MOV [forumadministration,mod_forum],[pluginadministration,mod_forum]
MOV [glossaryadministration,mod_glossary],[pluginadministration,mod_glossary]
MOV [chatadministration,mod_chat],[pluginadministration,mod_chat]
MOV [choiceadministration,mod_choice],[pluginadministration,mod_choice]
MOV [imscpadministration,mod_imscp],[pluginadministration,mod_imscp]
MOV [labeladministration,mod_label],[pluginadministration,mod_label]
MOV [lessonadministration,mod_lesson],[pluginadministration,mod_lesson]
MOV [pageadministration,mod_page],[pluginadministration,mod_page]
MOV [quizadministration,mod_quiz],[pluginadministration,mod_quiz]
MOV [resourceadministration,mod_resource],[pluginadministration,mod_resource]
MOV [scormadministration,mod_scorm],[pluginadministration,mod_scorm]
MOV [surveyadministration,mod_survey],[pluginadministration,mod_survey]
MOV [urladministration,mod_url],[pluginadministration,mod_url]
MOV [wikiadministration,mod_wiki],[pluginadministration,mod_wiki]
MOV [workshopadministration,mod_workshop],[pluginadministration,mod_workshop]
AMOS END
2010-08-17 17:35:12 +00:00
|
|
|
$string['pluginadministration'] = 'Folder administration';
|
MDL-22056 Adding pluginname to activity modules to fix gradebook issues caused by MDL-23071 (keeping modulename for n)
AMOS BEGIN
CPY [modulename,assignment],[pluginname,assignment]
CPY [modulename,chat],[pluginname,chat]
CPY [modulename,choice],[pluginname,choice]
CPY [modulename,data],[pluginname,data]
CPY [modulename,feedback],[pluginname,feedback]
CPY [modulename,folder],[pluginname,folder]
CPY [modulename,forum],[pluginname,forum]
CPY [modulename,glossary],[pluginname,glossary]
CPY [modulename,hotpot],[pluginname,hotpot]
CPY [modulename,imscp],[pluginname,imscp]
CPY [modulename,label],[pluginname,label]
CPY [modulename,lesson],[pluginname,lesson]
CPY [modulename,page],[pluginname,page]
CPY [modulename,quiz],[pluginname,quiz]
CPY [modulename,resource],[pluginname,resource]
CPY [modulename,survey],[pluginname,survey]
CPY [modulename,url],[pluginname,url]
CPY [modulename,wiki],[pluginname,wiki]
CPY [modulename,workshop],[pluginname,workshop]
AMOS END
2010-07-05 05:12:39 +00:00
|
|
|
$string['pluginname'] = 'Folder';
|