[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 <?php 2 // This file is part of Moodle - http://moodle.org/ 3 // 4 // Moodle is free software: you can redistribute it and/or modify 5 // it under the terms of the GNU General Public License as published by 6 // the Free Software Foundation, either version 3 of the License, or 7 // (at your option) any later version. 8 // 9 // Moodle is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 // GNU General Public License for more details. 13 // 14 // You should have received a copy of the GNU General Public License 15 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 16 17 /** 18 * Strings for the assignment upgrade tool 19 * 20 * @package tool_assignmentupgrade 21 * @copyright 2012 NetSpot 22 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 23 */ 24 25 $string['areyousure'] = 'Are you sure?'; 26 $string['areyousuremessage'] = 'Are you sure you want to upgrade the assignment "{$a->name}"?'; 27 $string['assignmentid'] = 'Assignment ID'; 28 $string['assignmentnotfound'] = 'Assignment could not be found (id={$a})'; 29 $string['assignmentsperpage'] = 'Assignments per page'; 30 $string['assignmenttype'] = 'Assignment type'; 31 $string['backtoindex'] = 'Back to index'; 32 $string['batchoperations'] = 'Batch operations'; 33 $string['batchupgrade'] = 'Upgrade multiple assignments'; 34 $string['confirmbatchupgrade'] = 'Confirm batch upgrade assignments'; 35 $string['conversioncomplete'] = 'Assignment converted'; 36 $string['conversionfailed'] = 'The assignment conversion was not successful. The log from the upgrade was: <br />{$a}'; 37 $string['listnotupgraded'] = 'List assignments that have not been upgraded'; 38 $string['listnotupgraded_desc'] = 'You can upgrade individual assignments from here'; 39 $string['noassignmentsselected'] = 'No assignments selected'; 40 $string['noassignmentstoupgrade'] = 'There are no assignments that require upgrading'; 41 $string['notsupported'] = ''; 42 $string['notupgradedintro'] = 'This page lists the assignments created with an older version of Moodle that have not been upgraded to the new assignment module in Moodle 2.3. Not all assignments can be upgraded - if they were created with a custom assignment subtype, then that subtype will need to be upgraded to the new assignment plugin format in order to complete the upgrade.'; 43 $string['notupgradedtitle'] = 'Assignments not upgraded'; 44 $string['pluginname'] = 'Assignment upgrade helper'; 45 $string['select'] = 'Select'; 46 $string['submissions'] = 'Submissions'; 47 $string['supported'] = 'Upgrade'; 48 $string['updatetable'] = 'Update table'; 49 $string['unknown'] = 'Unknown'; 50 $string['upgradeassignmentsummary'] = 'Upgrade assignment: {$a->name} (Course: {$a->shortname})'; 51 $string['upgradeassignmentsuccess'] = 'Result: Upgrade successful'; 52 $string['upgradeassignmentfailed'] = 'Result: Upgrade failed. The log from the upgrade was: <br/><div class="tool_assignmentupgrade_upgradelog">{$a->log}</div>'; 53 $string['upgradable'] = 'Upgradable'; 54 $string['upgradeselected'] = 'Upgrade selected assignments'; 55 $string['upgradeselectedcount'] = 'Upgrade {$a} selected assignments?'; 56 $string['upgradeall'] = 'Upgrade all assignments'; 57 $string['upgradeallconfirm'] = 'Upgrade all assignments?'; 58 $string['upgradeprogress'] = 'Upgrade assignment {$a->current} of {$a->total}'; 59 $string['upgradesingle'] = 'Upgrade single assignment'; 60 $string['viewcourse'] = 'View the course with the converted assignment';
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 |