40 lines
2 KiB
PHP
40 lines
2 KiB
PHP
<?php
|
|
|
|
// This file is part of the customcert module for 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 'customcertelement_grade', language 'en'.
|
|
*
|
|
* @package customcertelement_grade
|
|
* @copyright Mark Nelson <markn@moodle.com>
|
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
*/
|
|
|
|
$string['gradeformelements'] = 'Grade form elements';
|
|
$string['gradeformelements_help'] = 'These are the most common attributes shared between multiple customcert elements.<br /><br />
|
|
<strong>Grade:</strong> The grade item you wish to display the grade of.<br />
|
|
<strong>Grade Format:</strong> The format you wish to use when displaying the grade.<br />
|
|
<strong>Font Size:</strong> This is the size of the font in points.<br />
|
|
<strong>Colour:</strong> This is the colour of the font.<br />
|
|
<strong>Position x:</strong> This is the position in pixels from the top left corner you wish the element to display in the x direction.<br />
|
|
<strong>Position Y:</strong> This is the position in pixels from the top left corner you wish the element to display in the y direction.<br />';
|
|
$string['gradeformat'] = 'Grade format';
|
|
$string['gradeitem'] = 'Grade item';
|
|
$string['gradepercent'] = 'Percentage Grade';
|
|
$string['gradepoints'] = 'Points Grade';
|
|
$string['gradeletter'] = 'Letter Grade';
|
|
$string['coursegrade'] = 'Course grade';
|
|
$string['pluginname'] = 'Grade';
|