| 1441 |
ariadna |
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 component 'gradepenalty_duedate', language 'en'.
|
|
|
19 |
*
|
|
|
20 |
* @package gradepenalty_duedate
|
|
|
21 |
* @copyright 2024 Catalyst IT Australia Pty Ltd
|
|
|
22 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
|
23 |
*/
|
|
|
24 |
|
|
|
25 |
$string['addrule'] = 'Add rule';
|
|
|
26 |
$string['deleteallrules'] = 'Delete all rules';
|
|
|
27 |
$string['duedate:manage'] = 'Permission to manage penalty rules';
|
|
|
28 |
$string['duedaterule'] = 'Penalty rules';
|
|
|
29 |
$string['editduedaterule'] = 'Edit penalty rules';
|
|
|
30 |
$string['error_overdueby_abovevalue'] = 'The overdue amount must be greater than the amount for the rule above ({$a}).';
|
|
|
31 |
$string['error_overdueby_maxvalue'] = 'The overdue amount cannot be greater than {$a}.';
|
|
|
32 |
$string['error_overdueby_minvalue'] = 'The overdue amount must be greater than or equal to {$a}.';
|
|
|
33 |
$string['error_penalty_abovevalue'] = 'The penalty must be greater than the penalty for the rule above ({$a}%).';
|
|
|
34 |
$string['error_penalty_maxvalue'] = 'The penalty cannot be greater than {$a}%.';
|
|
|
35 |
$string['error_penalty_minvalue'] = 'The penalty must be greater than or equal to {$a}%.';
|
|
|
36 |
$string['existingrule'] = 'Existing rules';
|
|
|
37 |
$string['finalpenaltyrule'] = 'Final penalty rule';
|
|
|
38 |
$string['finalpenaltyrule_help'] = 'The final penalty rule specifies the penalty that is applied to submissions overdue longer than for any other penalty rule.';
|
|
|
39 |
$string['insertrule'] = 'Insert below';
|
|
|
40 |
$string['overdueby'] = 'Overdue';
|
|
|
41 |
$string['overdueby_help'] = 'The time in seconds after the due date that the penalty will be applied.';
|
|
|
42 |
$string['overdueby_label'] = 'Overdue:';
|
|
|
43 |
$string['overdueby_lastrow'] = '> {$a}';
|
|
|
44 |
$string['overdueby_onerow'] = 'All late submissions';
|
|
|
45 |
$string['overdueby_row'] = '≤ {$a}';
|
|
|
46 |
$string['penalty'] = 'Penalty';
|
|
|
47 |
$string['penalty_help'] = 'The penalty in percent that will be applied for late submissions.';
|
|
|
48 |
$string['penalty_label'] = 'Penalty:';
|
|
|
49 |
$string['penaltyrule'] = 'Penalty rules';
|
|
|
50 |
$string['penaltyrule_group'] = 'Penalty rule {no}';
|
|
|
51 |
$string['penaltyrule_inherited'] = 'The penalty rules in this context are inherited from a parent context. Click Edit to override the values.';
|
|
|
52 |
$string['penaltyrule_not_inherited'] = 'Click Edit to change or add rules.';
|
|
|
53 |
$string['penaltyrule_overridden'] = 'The penalty rules are overridden. Click Reset to remove overridden rules. This will remove all rules if there is no rule in the parent context.';
|
|
|
54 |
$string['pluginname'] = 'Late submission penalties';
|
|
|
55 |
$string['privacy:metadata:gradepenalty_duedate_rule'] = 'Grade penalty due date table';
|
|
|
56 |
$string['privacy:metadata:gradepenalty_duedate_rule:usermodified'] = 'User who modified the rule';
|
|
|
57 |
$string['resetconfirm'] = 'This will remove all rules in this context. Are you sure you want to continue?';
|