MDL-54891 Block_activity_results: Allow admin defaults
[moodle.git] / blocks / activity_results / lang / en / block_activity_results.php
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/>.
17 /**
18  * Strings for component 'block_activity_results', language 'en', branch 'MOODLE_20_STABLE'
19  *
20  * @package    block_activity_results
21  * @copyright  2015 Stephen Bourget
22  * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23  */
25 $string['activity_results:addinstance'] = 'Add a new activity results block';
26 $string['bestgrade'] = 'The highest grade:';
27 $string['bestgrades'] = 'The {$a} highest grades:';
28 $string['bestgroupgrade'] = 'The group with the highest average:';
29 $string['bestgroupgrades'] = 'The {$a} groups with the highest average:';
30 $string['config_format_absolute'] = 'Absolute numbers';
31 $string['config_format_fraction'] = 'Fractions';
32 $string['config_format_percentage'] = 'Percentages';
33 $string['config_decimalplaces'] = 'Decimal places to display';
34 $string['config_grade_format'] = 'Display grades as';
35 $string['config_name_format'] = 'Privacy of results';
36 $string['config_names_anon'] = 'Anonymous results';
37 $string['config_names_full'] = 'Display full names';
38 $string['config_names_id'] = 'Display only ID numbers';
39 $string['config_no_activities_in_course'] = 'There are not yet any activities in this course.';
40 $string['config_select_activity'] = 'Which activity should this block display results from?';
41 $string['config_show_best'] = 'How many of the highest grades should be shown (0 to disable)?';
42 $string['config_show_worst'] = 'How many of the lowest grades should be shown (0 to disable)?';
43 $string['configuredtoshownothing'] = 'This block\'s configuration currently does not allow it to show any results.';
44 $string['config_use_groups'] = 'Show groups instead of students (only if the activity supports groups)?';
45 $string['defaulthighestgrades'] = 'Default highest grades shown';
46 $string['defaulthighestgrades_desc'] = 'How many of the highest grades should be shown by default?';
47 $string['defaultlowestgrades'] = 'Default lowest grades shown';
48 $string['defaultlowestgrades_desc'] = 'How many of the lowest grades should be shown by default?';
49 $string['defaultshowgroups'] = 'Default show groups';
50 $string['defaultnameoptions'] = 'Privacy of results';
51 $string['defaultnameoptions_desc'] = 'How should the students be identified by default?';
52 $string['defaultshowgroups_desc'] = 'Show groups instead of students by default (only if the activity supports groups)';
53 $string['defaultgradedisplay'] = 'Display grades as';
54 $string['defaultgradedisplay_desc'] = 'How should the grades be displayed by default?';
55 $string['defaultdecimalplaces'] = 'Decimal places';
56 $string['defaultdecimalplaces_desc'] = 'Number of decimal places to display by default';
57 $string['error_emptyactivityid'] = 'Please configure this block and select which activity it should display results from.';
58 $string['error_emptyactivityrecord'] = 'Error: the selected activity does not exist in the database.';
59 $string['error_nogroupsexist'] = 'Error: the block is set to display grades in group mode, but there are no groups defined.';
60 $string['error_unsupportedgradetype'] = 'Error: the activity selected uses a grading method that is not supported by this block.';
61 $string['notyetgraded'] = 'Not yet graded';
62 $string['pluginname'] = 'Activity results';
63 $string['unknown'] = 'Unknown scale';
64 $string['worstgrade'] = 'The lowest grade:';
65 $string['worstgrades'] = 'The {$a} lowest grades:';
66 $string['worstgroupgrade'] = 'The group with the lowest average:';
67 $string['worstgroupgrades'] = 'The {$a} groups with the lowest average:';