[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
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 'assignment', language 'en', branch 'MOODLE_20_STABLE' 20 * 21 * @package mod_assignment 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['assignment:addinstance'] = 'Add a new assignment'; 27 $string['assignment:exportownsubmission'] = 'Export own submission'; 28 $string['assignment:exportsubmission'] = 'Export submission'; 29 $string['assignment:grade'] = 'Grade assignment'; 30 $string['assignment:submit'] = 'Submit assignment'; 31 $string['assignment:view'] = 'View assignment'; 32 $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.'; 33 $string['messageprovider:assignment_updates'] = 'Assignment (2.2) notifications'; 34 $string['assignmentdisabled'] = 'The legacy "Assignment 2.2" activity is disabled.'; 35 $string['modulename'] = 'Assignment 2.2 (Disabled)'; 36 $string['modulename_help'] = 'Legacy activity module that has been removed from Moodle.'; 37 $string['modulenameplural'] = 'Assignments 2.2 (Disabled)'; 38 $string['page-mod-assignment-x'] = 'Any assignment module page'; 39 $string['page-mod-assignment-view'] = 'Assignment module main page'; 40 $string['page-mod-assignment-submissions'] = 'Assignment module submission page'; 41 $string['pluginname'] = 'Assignment 2.2 (Disabled)'; 42 $string['upgradenotification'] = 'This activity is based on an older assignment module.'; 43 $string['viewassignmentupgradetool'] = 'View the assignment upgrade tool'; 44 $string['pluginadministration'] = 'Assignment 2.2 (Disabled) administration';
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |