2011-09-28 23:33:21 +02:00
< ? 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 the advanced grading methods subsystem
*
* @ package core
* @ subpackage grading
* @ copyright 2011 David Mudrak < david @ moodle . com >
* @ license http :// www . gnu . org / copyleft / gpl . html GNU GPL v3 or later
*/
defined ( 'MOODLE_INTERNAL' ) || die ();
2011-10-12 15:01:53 +08:00
$string [ 'exc_gradingformelement' ] = 'Unable to instantiate grading form element' ;
2011-10-08 00:59:01 +02:00
$string [ 'formnotavailable' ] = 'Advanced grading method was selected to use but the grading form is not available yet. You may need to define it first via a link in the Settings block.' ;
2011-10-03 21:57:16 +02:00
$string [ 'gradinginarea' ] = 'Grading ({$a})' ;
2011-10-14 15:41:08 +02:00
$string [ 'gradingmanagement' ] = 'Advanced grading' ;
2011-09-28 23:33:21 +02:00
$string [ 'gradingmethod' ] = 'Grading method' ;
$string [ 'gradingmethods' ] = 'Grading methods' ;
$string [ 'gradingmethodnone' ] = 'Simple direct grading' ;
2011-10-08 00:59:01 +02:00
$string [ 'noitemid' ] = 'Grading not possible. The graded item does not exist.' ;