MDL-63854 competencies, themes: misplaced dropdown arrows
[moodle.git] / lang / en / analytics.php
blob75e6adfa6c0560fedb6c9dea6b2ce81728c6eab7
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.
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 core_analytics.
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
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['analysisinprogress'] = 'Still being analysed by a previous execution';
28 $string['analytics'] = 'Analytics';
29 $string['analyticslogstore'] = 'Log store used for analytics';
30 $string['analyticslogstore_help'] = 'The log store that will be used by the analytics API to read users\' activity';
31 $string['analyticssettings'] = 'Analytics settings';
32 $string['coursetoolong'] = 'The course is too long';
33 $string['enabledtimesplittings'] = 'Time splitting methods';
34 $string['defaultpredictionsprocessor'] = 'Default predictions processor';
35 $string['defaultpredictoroption'] = 'Default processor ({$a})';
36 $string['disabledmodel'] = 'Disabled model';
37 $string['erroralreadypredict'] = 'File {$a} has already been used to generate predictions.';
38 $string['errorcannotreaddataset'] = 'Dataset file {$a} can not be read';
39 $string['errorcannotwritedataset'] = 'Dataset file {$a} cannot be written';
40 $string['errorendbeforestart'] = 'The end date ({$a}) is before the course start date.';
41 $string['errorinvalidindicator'] = 'Invalid {$a} indicator';
42 $string['errorinvalidtimesplitting'] = 'Invalid time splitting; please ensure you add the class fully qualified class name.';
43 $string['errornoindicators'] = 'This model does not have any indicators.';
44 $string['errornopredictresults'] = 'No results returned from the predictions processor. Check the output directory contents for more information.';
45 $string['errornotimesplittings'] = 'This model does not have any time-splitting method.';
46 $string['errornoroles'] = 'Student or teacher roles have not been defined. Define them in the analytics settings page.';
47 $string['errornotarget'] = 'This model does not have any target.';
48 $string['errorpredictioncontextnotavailable'] = 'This prediction context is not available anymore.';
49 $string['errorpredictionformat'] = 'Wrong prediction calculations format';
50 $string['errorpredictionnotfound'] = 'Prediction not found';
51 $string['errorpredictionsprocessor'] = 'Predictions processor error: {$a}';
52 $string['errorpredictwrongformat'] = 'The predictions processor return cannot be decoded: "{$a}"';
53 $string['errorprocessornotready'] = 'The selected predictions processor is not ready: {$a}';
54 $string['errorsamplenotavailable'] = 'The predicted sample is not available anymore';
55 $string['errorunexistingtimesplitting'] = 'The selected time-splitting method is not available.';
56 $string['errorunexistingmodel'] = 'Non-existing model {$a}';
57 $string['errorunknownaction'] = 'Unknown action';
58 $string['eventpredictionactionstarted'] = 'Prediction process started';
59 $string['eventinsightsviewed'] = 'Insights viewed';
60 $string['fixedack'] = 'Acknowledged';
61 $string['insightmessagesubject'] = 'New insight for "{$a->contextname}": {$a->insightname}';
62 $string['insightinfomessage'] = 'The system generated some insights for you: {$a}';
63 $string['insightinfomessagehtml'] = 'The system generated some insights for you: <a href="{$a}">{$a}</a>.';
64 $string['invalidtimesplitting'] = 'Model with ID {$a} needs a time-splitting method before it can be used to train.';
65 $string['invalidanalysablefortimesplitting'] = 'It cannot be analysed using {$a} time-splitting method.';
66 $string['nocourses'] = 'No courses to analyse';
67 $string['modeloutputdir'] = 'Models output directory';
68 $string['modeloutputdirinfo'] = 'Directory where prediction processors store all evaluation info. Useful for debugging and research.';
69 $string['modeltimelimit'] = 'Analysis time limit per model';
70 $string['modeltimelimitinfo'] = 'This setting limits the time each model spends analysing the site contents.';
71 $string['noevaluationbasedassumptions'] = 'Models based on assumptions cannot be evaluated.';
72 $string['nodata'] = 'No data to analyse';
73 $string['noinsightsmodel'] = 'This model does not generate insights';
74 $string['noinsights'] = 'No insights reported';
75 $string['nonewdata'] = 'No new data available';
76 $string['nonewranges'] = 'No new predictions yet';
77 $string['nonewtimeranges'] = 'No new time ranges; nothing to predict.';
78 $string['nopredictionsyet'] = 'No predictions available yet';
79 $string['noranges'] = 'No predictions yet';
80 $string['notrainingbasedassumptions'] = 'Models based on assumptions do not need training';
81 $string['notuseful'] = 'Not useful';
82 $string['novaliddata'] = 'No valid data available';
83 $string['novalidsamples'] = 'No valid samples available';
84 $string['onlycli'] = 'Analytics processes execution via command line only';
85 $string['onlycliinfo'] = 'Analytics processes like evaluating models, training machine learning algorithms or getting predictions can take some time, they will run as cron tasks and they can be forced via command line. Disable this setting if you want your site managers to be able to run these processes manually via web interface';
86 $string['predictionsprocessor'] = 'Predictions processor';
87 $string['predictionsprocessor_help'] = 'A predictions processor is the machine-learning backend that processes the datasets generated by calculating models\' indicators and targets. Each model can use a different processor, the one specified here will be the default value.';
88 $string['privacy:metadata:analytics:indicatorcalc'] = 'Indicator calculations';
89 $string['privacy:metadata:analytics:indicatorcalc:starttime'] = 'Calculation start time';
90 $string['privacy:metadata:analytics:indicatorcalc:endtime'] = 'Calculation end time';
91 $string['privacy:metadata:analytics:indicatorcalc:contextid'] = 'The context';
92 $string['privacy:metadata:analytics:indicatorcalc:sampleorigin'] = 'The origin table of the sample';
93 $string['privacy:metadata:analytics:indicatorcalc:sampleid'] = 'The sample ID';
94 $string['privacy:metadata:analytics:indicatorcalc:indicator'] = 'The indicator calculator class';
95 $string['privacy:metadata:analytics:indicatorcalc:value'] = 'The calculated value';
96 $string['privacy:metadata:analytics:indicatorcalc:timecreated'] = 'When the prediction was made';
97 $string['privacy:metadata:analytics:predictions'] = 'Predictions';
98 $string['privacy:metadata:analytics:predictions:modelid'] = 'The model ID';
99 $string['privacy:metadata:analytics:predictions:contextid'] = 'The context';
100 $string['privacy:metadata:analytics:predictions:sampleid'] = 'The sample ID';
101 $string['privacy:metadata:analytics:predictions:rangeindex'] = 'The index of the time splitting method';
102 $string['privacy:metadata:analytics:predictions:prediction'] = 'The prediction';
103 $string['privacy:metadata:analytics:predictions:predictionscore'] = 'The prediction score';
104 $string['privacy:metadata:analytics:predictions:calculations'] = 'Indicator calculations';
105 $string['privacy:metadata:analytics:predictions:timecreated'] = 'When the prediction was made';
106 $string['privacy:metadata:analytics:predictions:timestart'] = 'Calculations time start';
107 $string['privacy:metadata:analytics:predictions:timeend'] = 'Calculations time end';
108 $string['privacy:metadata:analytics:predictionactions'] = 'Prediction actions';
109 $string['privacy:metadata:analytics:predictionactions:predictionid'] = 'The prediction ID';
110 $string['privacy:metadata:analytics:predictionactions:userid'] = 'The user that made the action';
111 $string['privacy:metadata:analytics:predictionactions:actionname'] = 'The action name';
112 $string['privacy:metadata:analytics:predictionactions:timecreated'] = 'When the prediction action was performed';
113 $string['processingsitecontents'] = 'Processing site contents';
114 $string['successfullyanalysed'] = 'Successfully analysed';
115 $string['timesplittingmethod'] = 'Time-splitting method';
116 $string['timesplittingmethod_help'] = 'The time-splitting method divides the course duration into parts; the predictions engine will run at the end of these parts. It is recommended that you only enable the time-splitting methods you may be interested in using. The evaluation process will iterate through all enabled time-splitting methods, so the more time-splitting methods enabled, the slower the evaluation process will be.';
117 $string['viewprediction'] = 'View prediction details';