MDL-59174 enrollib: More flexibility for enrol_get_course_users
[moodle.git] / lang / en / analytics.php
CommitLineData
369389c9
DM
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 core_analytics.
19 *
20 * @package core_analytics
21 * @copyright 2016 David Monllao {@link http://www.davidmonllao.com}
22 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23 */
24
25$string['analysablenotused'] = 'Analysable {$a->analysableid} not used: {$a->errors}';
26$string['analysablenotvalidfortarget'] = 'Analysable {$a->analysableid} is not valid for this target: {$a->result}';
27$string['analyticssettings'] = 'Analytics settings';
28$string['enabledtimesplittings'] = 'Time splitting methods';
29$string['enabledtimesplittings_help'] = 'The time splitting method divides the course duration in parts, the predictions engine will run at the end of these parts. It is recommended that you only enable the time splitting methods you could be interested on using; the evaluation process will iterate through all of them so the more time splitting methods to go through the slower the evaluation process will be.';
30$string['erroralreadypredict'] = '{$a} file has already been used to predict';
d2cdaf68 31$string['errorendbeforestart'] = 'The guessed end date ({$a}) is before the course start date.';
369389c9
DM
32$string['errorinvalidindicator'] = 'Invalid {$a} indicator';
33$string['errorinvalidtimesplitting'] = 'Invalid time splitting, please ensure you added the class fully qualified class name';
34$string['errornoindicators'] = 'This model does not have any indicator';
35$string['errornopredictresults'] = 'No results returned from the predictions processor, check the output directory contents for more info';
36$string['errornotimesplittings'] = 'This model does not have any time splitting method';
37$string['errornoroles'] = 'Student or teacher roles have not been defined. Define them in analytics settings page.';
38$string['errornotarget'] = 'This model does not have any target';
39$string['errorpredictionformat'] = 'Wrong prediction calculations format';
40$string['errorpredictionsprocessor'] = 'Predictions processor error: {$a}';
41$string['errorpredictwrongformat'] = 'The predictions processor return can not be decoded: "{$a}"';
42$string['errorprocessornotready'] = 'The selected predictions processor is not ready: {$a}';
43$string['errorsamplenotavailable'] = 'The predicted sample is not available anymore';
44$string['errorunexistingtimesplitting'] = 'The selected time splitting method is not available';
f9e7447f 45$string['errorunexistingmodel'] = 'Unexisting model {$a}';
369389c9
DM
46$string['errorunknownaction'] = 'Unknown action';
47$string['eventactionclicked'] = 'Prediction action clicked';
48$string['indicator:accessesafterend'] = 'Accesses after the end date';
49$string['indicator:accessesbeforestart'] = 'Accesses before the start date';
50$string['indicator:anywrite'] = 'Any write action';
369389c9
DM
51$string['indicator:readactions'] = 'Read actions amount';
52$string['indicator:completeduserprofile'] = 'User profile is completed';
53$string['indicator:userforumstracking'] = 'User is tracking forums';
369389c9
DM
54$string['insightmessagesubject'] = 'New insight for "{$a->contextname}": {$a->insightname}';
55$string['insightinfo'] = '{$a->insightname} - {$a->contextname}';
56$string['insightinfomessage'] = 'There are some insights you may find useful. Check out {$a}';
369389c9
DM
57$string['invalidtimesplitting'] = 'Model with id {$a} needs a time splitting method before it can be used to train';
58$string['invalidanalysablefortimesplitting'] = 'It can not be analysed using {$a} time splitting method';
59$string['messageprovider:insights'] = 'Insights generated by prediction models';
60$string['modeloutputdir'] = 'Models output directory';
61$string['modeloutputdirinfo'] = 'Directory where prediction processors store all evaluation info. Useful for debugging and research.';
62$string['nocourses'] = 'No courses to analyse';
a40952d3 63$string['nocoursestart'] = 'No course start';
369389c9 64$string['nodata'] = 'No data available';
f9e7447f
DM
65$string['noinsightsmodel'] = 'This model does not generate insights';
66$string['noinsights'] = 'No insights reported';
369389c9
DM
67$string['nonewdata'] = 'No new data available';
68$string['nonewtimeranges'] = 'No new time ranges, nothing to predict';
69$string['nopredictionsyet'] = 'No predictions available yet';
a40952d3 70$string['notrainingbasedassumptions'] = 'Models based on assumptions do not need training';
369389c9
DM
71$string['novaliddata'] = 'No valid data available';
72$string['predictionsprocessor'] = 'Predictions processor';
73$string['predictionsprocessor_help'] = 'Prediction processors are the machine learning backends that process the datasets generated by calculating models\' indicators and targets.';
74$string['processingsitecontents'] = 'Processing site contents';
75$string['processingsitecontents'] = 'Processing site contents';
76$string['studentroles'] = 'Student roles';
77$string['successfullyanalysed'] = 'Successfully analysed';
78$string['teacherroles'] = 'Teacher roles';
79$string['timesplitting:deciles'] = 'Deciles';
80$string['timesplitting:decilesaccum'] = 'Deciles accumulative';
81$string['timesplitting:nosplitting'] = 'No time splitting';
82$string['timesplitting:quarters'] = 'Quarters';
83$string['timesplitting:quartersaccum'] = 'Quarters accumulative';
84$string['timesplitting:singlerange'] = 'Single range';
a40952d3 85$string['timesplitting:weekbeforecoursestart'] = 'One week before the course start';
369389c9
DM
86$string['timesplitting:weekly'] = 'Weekly';
87$string['timesplitting:weeklyaccum'] = 'Weekly accumulative';
88$string['timesplittingmethod'] = 'Time splitting method';
89$string['timesplittingmethod_help'] = 'The time splitting method divides the course duration in parts, the predictions engine will run at the end of these parts. It is recommended that you only enable the time splitting methods you could be interested on using; the evaluation process will iterate through all of them so the more time splitting methods to go through the slower the evaluation process will be.';
a40952d3 90$string['coursetoolong'] = 'The course is too long';
369389c9 91$string['viewprediction'] = 'View prediction details';