Commit | Line | Data |
---|---|---|
4333580e DM |
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 the advanced grading methods subsystem | |
20 | * | |
21 | * @package core | |
22 | * @subpackage grading | |
23 | * @copyright 2011 David Mudrak <david@moodle.com> | |
24 | * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | |
25 | */ | |
26 | ||
27 | defined('MOODLE_INTERNAL') || die(); | |
28 | ||
6832a102 DM |
29 | $string['activemethodinfo'] = '\'{$a->method}\' is selected as the active grading method for the \'{$a->area}\' area'; |
30 | $string['activemethodinfonone'] = 'There is no advanced grading method selected for the \'{$a->area}\' area. Simple direct grading will be used.'; | |
31 | $string['changeactivemethod'] = 'Change active grading method to'; | |
fde33804 | 32 | $string['clicktoclose'] = 'click to close'; |
6798c63e | 33 | $string['exc_gradingformelement'] = 'Unable to instantiate grading form element'; |
21d37aa6 | 34 | $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.'; |
0e2a1d75 | 35 | $string['gradingformunavailable'] = 'Please note: the advanced grading form is not ready at the moment. Simple grading method will be used until the form has a valid status.'; |
8168299d | 36 | $string['gradingmanagement'] = 'Advanced grading'; |
6832a102 | 37 | $string['gradingmanagementtitle'] = 'Advanced grading: {$a->component} ({$a->area})'; |
4333580e | 38 | $string['gradingmethod'] = 'Grading method'; |
6832a102 DM |
39 | $string['gradingmethod_help'] = 'Choose the advanced grading method that should be used for calculating grades in the given context. |
40 | ||
794cea25 | 41 | To disable advanced grading and switch back to the default grading mechanism, choose \'Simple direct grading\'.'; |
4333580e | 42 | $string['gradingmethodnone'] = 'Simple direct grading'; |
fde33804 DM |
43 | $string['gradingmethods'] = 'Grading methods'; |
44 | $string['manageactionclone'] = 'Create new grading form from a template'; | |
86e9ccfd DM |
45 | $string['manageactiondelete'] = 'Delete the currently defined form'; |
46 | $string['manageactiondeleteconfirm'] = 'You are going to delete the grading form \'{$a->formname}\' and all the associated information from \'{$a->component} ({$a->area})\'. Please make sure you understand the following consequences: | |
671ec8f5 DM |
47 | |
48 | * There is no way to undo this operation. | |
86e9ccfd | 49 | * You can switch to another grading method including the \'Simple direct grading\' without deleting this form. |
671ec8f5 DM |
50 | * All the information about how the grading forms are filled will be lost. |
51 | * The calculated result grades stored in the gradebook will not be affected. However the explanation of how they were calculated will not be available. | |
52 | * This operation does not affect eventual copies of this form in other activities.'; | |
53 | $string['manageactiondeletedone'] = 'The form was successfully deleted'; | |
6832a102 DM |
54 | $string['manageactionedit'] = 'Edit the current form definition'; |
55 | $string['manageactionnew'] = 'Define new grading form from scratch'; | |
fde33804 | 56 | $string['manageactionshare'] = 'Publish the form as a new template'; |
3f3ee711 | 57 | $string['manageactionshareconfirm'] = 'You are going to save a copy of the grading form \'{$a}\' as a new public template. Other users at your site will be able to create new grading forms in their activities from that template.'; |
fde33804 | 58 | $string['manageactionsharedone'] = 'The form was successfully saved as a template'; |
21d37aa6 | 59 | $string['noitemid'] = 'Grading not possible. The graded item does not exist.'; |
3f3ee711 | 60 | $string['nosharedformfound'] = 'No template found'; |
967d346f DM |
61 | $string['searchtemplate'] = 'Grading forms search'; |
62 | $string['searchtemplate_help'] = 'You can search for a grading form and use it as a template for the new grading form here. Simply type words that should appear somewhere in the form name, its description or the form body itself. To search for a phrase, wrap the whole query in double quotes. | |
63 | ||
64 | By default, only the grading forms that have been saved as shared templates are included in the search results. You can also include all your own grading forms in the search results. This way, you can simply re-use your grading forms without sharing them. Only forms marked as \'Ready for usage\' can be re-used this way.'; | |
65 | $string['searchownforms'] = 'include my own forms'; | |
49a537b3 DM |
66 | $string['statusdraft'] = 'Draft'; |
67 | $string['statusready'] = 'Ready for usage'; | |
86e9ccfd DM |
68 | $string['templatedelete'] = 'Delete'; |
69 | $string['templatedeleteconfirm'] = 'You are going to delete the shared template \'{$a}\'. Deleting a template does not affect existing forms that were created from it.'; | |
20836db9 DM |
70 | $string['templateedit'] = 'Edit'; |
71 | $string['templatepick'] = 'Use this template'; | |
72 | $string['templatepickconfirm'] = 'Do you want to use the grading form \'{$a->formname}\' as a template for the new grading form in \'{$a->component} ({$a->area})\'?'; | |
967d346f DM |
73 | $string['templatepickownform'] = 'Use this form as a template'; |
74 | $string['templatetypeown'] = 'Own form'; | |
75 | $string['templatetypeshared'] = 'Shared template'; | |
76 | $string['templatesource'] = 'Location: {$a->component} ({$a->area})'; |