1 |
efrain |
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 'gradereport_history', language 'en'
|
|
|
19 |
*
|
|
|
20 |
* @package gradereport_history
|
|
|
21 |
* @copyright 2013 NetSpot Pty Ltd (https://www.netspot.com.au)
|
|
|
22 |
* @author Adam Olley <adam.olley@netspot.com.au>
|
|
|
23 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
|
24 |
*/
|
|
|
25 |
|
|
|
26 |
$string['allgradeitems'] = 'All grade items';
|
|
|
27 |
$string['allgraders'] = 'All graders';
|
|
|
28 |
$string['datefrom'] = 'Date from';
|
|
|
29 |
$string['dateto'] = 'Date to';
|
|
|
30 |
$string['datetime'] = 'Date and time';
|
|
|
31 |
$string['deleteditemid'] = 'Delete item with id {$a}';
|
|
|
32 |
$string['errajaxsearch'] = 'Error when searching users';
|
|
|
33 |
$string['eventgradereportviewed'] = 'Grade history report viewed';
|
|
|
34 |
$string['excluded'] = 'Excluded from calculations';
|
|
|
35 |
$string['exportfilename'] = 'grade_history';
|
|
|
36 |
$string['foundoneuser'] = '1 user found';
|
|
|
37 |
$string['foundnusers'] = '{$a} users found';
|
|
|
38 |
$string['feedbacktext'] = 'Feedback text';
|
|
|
39 |
$string['finishselectingusers'] = 'Finish selecting users';
|
|
|
40 |
$string['gradenew'] = 'Revised grade';
|
|
|
41 |
$string['gradeold'] = 'Original grade';
|
|
|
42 |
$string['grader'] = 'Grader';
|
|
|
43 |
$string['history:view'] = 'View grade history';
|
|
|
44 |
$string['historyperpage'] = 'History entries per page';
|
|
|
45 |
$string['historyperpage_help'] = 'This setting determines the number of history entries displayed per page in the history report.';
|
|
|
46 |
$string['loadmoreusers'] = 'Load more users...';
|
|
|
47 |
$string['pluginname'] = 'Grade history';
|
|
|
48 |
$string['preferences'] = 'Grade history preferences';
|
|
|
49 |
$string['privacy:metadata'] = 'The Grade history report only shows data stored in other locations.';
|
|
|
50 |
$string['revisedonly'] = 'Revised grades only';
|
|
|
51 |
$string['revisedonly_help'] = 'Only show grades which have been revised.
|
|
|
52 |
|
|
|
53 |
This means only entries which result in the grade changing are listed.';
|
|
|
54 |
$string['selectuser'] = 'Select user';
|
|
|
55 |
$string['selectusers'] = 'Select users';
|
|
|
56 |
$string['selectedusers'] = 'Selected users';
|
|
|
57 |
$string['source'] = 'Source';
|
|
|
58 |
$string['useractivitygrade'] = '{$a} grade';
|
|
|
59 |
$string['useractivityfeedback'] = '{$a} feedback';
|