/
var
/
www
/
html
/
cetesb
/
mod
/
assignment
/
lang
/
en
/
Upload File
HOME
<?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 'assignment', language 'en', branch 'MOODLE_20_STABLE' * * @package mod_assignment * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['assignment:addinstance'] = 'Add a new assignment'; $string['assignment:exportownsubmission'] = 'Export own submission'; $string['assignment:exportsubmission'] = 'Export submission'; $string['assignment:grade'] = 'Grade assignment'; $string['assignment:submit'] = 'Submit assignment'; $string['assignment:view'] = 'View assignment'; $string['assignmentneedsupgrade'] = 'The legacy "Assignment 2.2" activity has been disabled. Please request that your site administrator runs the assignment upgrade tool for all legacy assignments in this site.'; $string['messageprovider:assignment_updates'] = 'Assignment (2.2) notifications'; $string['assignmentdisabled'] = 'The legacy "Assignment 2.2" activity is disabled.'; $string['modulename'] = 'Assignment 2.2 (Disabled)'; $string['modulename_help'] = 'Legacy activity module that has been removed from Moodle.'; $string['modulenameplural'] = 'Assignments 2.2 (Disabled)'; $string['page-mod-assignment-x'] = 'Any assignment module page'; $string['page-mod-assignment-view'] = 'Assignment module main page'; $string['page-mod-assignment-submissions'] = 'Assignment module submission page'; $string['pluginname'] = 'Assignment 2.2 (Disabled)'; $string['upgradenotification'] = 'This activity is based on an older assignment module.'; $string['viewassignmentupgradetool'] = 'View the assignment upgrade tool'; $string['pendingupgrades_message_small'] = 'This plugin has been disabled. All remaining assignments must be upgraded to the new assignment module using the assignment upgrade tool.'; $string['pendingupgrades_message_subject'] = 'Important information regarding Assignment 2.2'; $string['pendingupgrades_message_content'] = 'As part of the upgrade to Moodle 2.7, the legacy Assignment 2.2 activity has been disabled. Backups from the legacy Assignment 2.2 activity will seamlessly restore to the newer Assignment activity. All remaining instances of the legacy Assignment 2.2 activity must be upgraded using the assignment upgrade tool {$a->docsurl}. There are {$a->count} instances of the legacy Assignment 2.2 activity on this site that require upgrading. Users will not be able to access the content of these activities until they have been upgraded.'; $string['pluginadministration'] = 'Assignment 2.2 (Disabled) administration';