Parent Directory
|
Revision Log
Revision 1.3 - (view) (download)
| 1 : | dservos | 1.1 | <?php |
| 2 : | /////////////////////////////////////////////////////////////////////////// | ||
| 3 : | // // | ||
| 4 : | // NOTICE OF COPYRIGHT // | ||
| 5 : | // // | ||
| 6 : | // Moodle - Modular Object-Oriented Dynamic Learning Environment // | ||
| 7 : | // http://moodle.org // | ||
| 8 : | // // | ||
| 9 : | // Copyright (C) 1999 onwards Martin Dougiamas http://moodle.com // | ||
| 10 : | // // | ||
| 11 : | // This program is free software; you can redistribute it and/or modify // | ||
| 12 : | // it under the terms of the GNU General Public License as published by // | ||
| 13 : | // the Free Software Foundation; either version 2 of the License, or // | ||
| 14 : | // (at your option) any later version. // | ||
| 15 : | // // | ||
| 16 : | // This program is distributed in the hope that it will be useful, // | ||
| 17 : | // but WITHOUT ANY WARRANTY; without even the implied warranty of // | ||
| 18 : | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // | ||
| 19 : | // GNU General Public License for more details: // | ||
| 20 : | // // | ||
| 21 : | // http://www.gnu.org/copyleft/gpl.html // | ||
| 22 : | // // | ||
| 23 : | /////////////////////////////////////////////////////////////////////////// | ||
| 24 : | |||
| 25 : | $string['modulename'] = 'Visual Report'; | ||
| 26 : | $string['visual:view'] = 'View visual course report'; | ||
| 27 : | dservos | 1.2 | |
| 28 : | $string['visualselector'] = 'Visualization:'; | ||
| 29 : | $string['nogroup'] = 'No Group'; | ||
| 30 : | $string['allgroups'] = 'All Groups'; | ||
| 31 : | $string['printable'] = 'Printer Friendly Version'; | ||
| 32 : | |||
| 33 : | /// buttons text | ||
| 34 : | $string['hide'] = 'Hide'; | ||
| 35 : | $string['show'] = 'Show'; | ||
| 36 : | $string['xlabels'] = 'X Labels'; | ||
| 37 : | $string['ylabels'] = 'Y Labels'; | ||
| 38 : | $string['axes'] = 'Axes'; | ||
| 39 : | $string['invertaxes'] = 'Invert Axes'; | ||
| 40 : | |||
| 41 : | /// common axis labels | ||
| 42 : | $string['grade'] = 'Grade'; | ||
| 43 : | $string['student'] = 'Student'; | ||
| 44 : | $string['numberstudents'] = 'Number of Students'; | ||
| 45 : | dservos | 1.3 | $string['percentstudents'] = 'Percent Students'; |
| 46 : | dservos | 1.2 | |
| 47 : | /// grades_vs_students strings | ||
| 48 : | $string['gradesvsstudents'] = 'Normalized Grades vs Students'; | ||
| 49 : | $string['gradesvsstudents:title'] = 'Normalized Grades vs Students'; | ||
| 50 : | |||
| 51 : | /// grade_distribution strings | ||
| 52 : | $string['gradedistribution:title'] = 'Grade Distribution'; | ||
| 53 : | $string['gradedistribution'] = 'Grade Distribution (Line)'; | ||
| 54 : | |||
| 55 : | dservos | 1.3 | /// grade_distribution_bar strings |
| 56 : | $string['gradedistributionbar'] = 'Grade Distribution by Item (Bar)'; | ||
| 57 : | |||
| 58 : | /// grade_distribution_group_bar | ||
| 59 : | $string['gradedistributiongroupbar'] = 'Grade Distribution by Group (Bar)'; | ||
| 60 : | |||
| 61 : | /// continuous_grade_distribution | ||
| 62 : | $string['continuousgradedistribution'] = 'Continuous Grade Distribution'; | ||
| 63 : | dservos | 1.1 | ?> |
| Moodle CVS Admin | ViewVC Help |
| Powered by ViewVC 1.0.7 |