Merge branch 'MDL-65177_master' of git://github.com/dmonllao/moodle
[moodle.git] / admin / tool / analytics / lang / en / tool_analytics.php
blob34c1585ff71ff216dc3a25ac35efb299c9fcc64a
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 tool_analytics.
20 * @package tool_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['accuracy'] = 'Accuracy';
26 $string['allpredictions'] = 'All predictions';
27 $string['alltimesplittingmethods'] = 'All time-splitting methods';
28 $string['analysingsitedata'] = 'Analysing the site';
29 $string['analyticmodels'] = 'Analytics models';
30 $string['bettercli'] = 'Evaluating models and generating predictions may involve heavy processing. It is recommended to run these actions from the command line.';
31 $string['cantguessstartdate'] = 'Can\'t guess the start date';
32 $string['cantguessenddate'] = 'Can\'t guess the end date';
33 $string['classdoesnotexist'] = 'Class {$a} does not exist';
34 $string['clearpredictions'] = 'Clear predictions';
35 $string['clearmodelpredictions'] = 'Are you sure you want to clear all "{$a}" predictions?';
36 $string['clienablemodel'] = 'You can enable the model by selecting a time-splitting method by its ID. Note that you can also enable it later using the web interface (\'none\' to exit).';
37 $string['clievaluationandpredictions'] = 'A scheduled task iterates through enabled models and gets predictions. Models evaluation via the web interface is disabled. You can allow these processes to be executed manually via the web interface by disabling the <a href="{$a}">\'onlycli\'</a> analytics setting.';
38 $string['clievaluationandpredictionsnoadmin'] = 'A scheduled task iterates through enabled models and gets predictions. Models evaluation via the web interface is disabled. It may be enabled by a site administrator.';
39 $string['createmodel'] = 'Create model';
40 $string['currenttimesplitting'] = 'Current time-splitting method';
41 $string['delete'] = 'Delete';
42 $string['deletemodelconfirmation'] = 'Are you sure you want to delete "{$a}"? These changes can not be reverted.';
43 $string['disabled'] = 'Disabled';
44 $string['editmodel'] = 'Edit "{$a}" model';
45 $string['edittrainedwarning'] = 'This model has already been trained. Note that changing its indicators or its time-splitting method will delete its previous predictions and start generating new predictions.';
46 $string['enabled'] = 'Enabled';
47 $string['errorcantenablenotimesplitting'] = 'You need to select a time-splitting method before enabling the model';
48 $string['errornoenabledandtrainedmodels'] = 'There are no enabled and trained models to predict.';
49 $string['errornoenabledmodels'] = 'There are no enabled models to train.';
50 $string['errornoexport'] = 'Only trained models can be exported';
51 $string['errornostaticevaluated'] = 'Models based on assumptions cannot be evaluated. They are always 100% correct according to how they were defined.';
52 $string['errornostaticlog'] = 'Models based on assumptions cannot be evaluated because there is no performance log.';
53 $string['erroronlycli'] = 'Execution only allowed via command line';
54 $string['errortrainingdataexport'] = 'The model training data could not be exported';
55 $string['evaluate'] = 'Evaluate';
56 $string['evaluatemodel'] = 'Evaluate model';
57 $string['evaluationmode'] = 'Evaluation mode';
58 $string['evaluationmode_help'] = 'There are two evaluation modes:
60 * Trained model - Site data is used as testing data to evaluate the accuracy of the trained model.
61 * Configuration - Site data is split into training and testing data, to both train and test the accuracy of the model configuration.
63 Trained model is only available if a trained model has been imported into the site, and has not yet been re-trained using site data.';
64 $string['evaluationmodeinfo'] = 'This model has been imported into the site. You can either evaluate the performance of the model, or you can evaluate the performance of the model configuration using site data.';
65 $string['evaluationmodetrainedmodel'] = 'Evaluate the trained model';
66 $string['evaluationmodecoltrainedmodel'] = 'Trained model';
67 $string['evaluationmodecolconfiguration'] = 'Configuration';
68 $string['evaluationmodeconfiguration'] = 'Evaluate the model configuration';
69 $string['evaluationinbatches'] = 'The site contents are calculated and stored in batches. The evaluation process may be stopped at any time. The next time it is run, it will continue from the point when it was stopped.';
70 $string['export'] = 'Export';
71 $string['exportincludeweights'] = 'Include the weights of the trained model';
72 $string['exportmodel'] = 'Export configuration';
73 $string['exporttrainingdata'] = 'Export training data';
74 $string['getpredictionsresultscli'] = 'Results using {$a->name} (id: {$a->id}) time-splitting method';
75 $string['getpredictionsresults'] = 'Results using {$a->name} time-splitting method';
76 $string['extrainfo'] = 'Info';
77 $string['generalerror'] = 'Evaluation error. Status code {$a}';
78 $string['getpredictions'] = 'Get predictions';
79 $string['goodmodel'] = 'This is a good model for using to obtain predictions. Enable it to start obtaining predictions.';
80 $string['importmodel'] = 'Import model';
81 $string['indicators'] = 'Indicators';
82 $string['indicators_help'] = 'The indicators are what you think will lead to an accurate prediction of the target.';
83 $string['indicators_link'] = 'Indicators';
84 $string['info'] = 'Info';
85 $string['ignoreversionmismatches'] = 'Ignore version mismatches';
86 $string['ignoreversionmismatchescheckbox'] = 'Ignore the differences between this site version and the original site version.';
87 $string['importedsuccessfully'] = 'The model has been successfully imported.';
88 $string['insights'] = 'Insights';
89 $string['invalidanalysables'] = 'Invalid site elements';
90 $string['invalidanalysablesinfo'] = 'This page lists analysable elements that can\'t be used by this prediction model. The listed elements can\'t be used either to train the prediction model nor can the prediction model obtain predictions for them.';
91 $string['invalidanalysablestable'] = 'Invalid site analysable elements table';
92 $string['invalidindicatorsremoved'] = 'A new model has been added. Indicators that do not work with the selected target have been automatically removed.';
93 $string['invalidprediction'] = 'Invalid to get predictions';
94 $string['invalidtraining'] = 'Invalid to train the model';
95 $string['loginfo'] = 'Log extra info';
96 $string['missingmoodleversion'] = 'Imported file does not define a moodle version number';
97 $string['modelid'] = 'Model ID';
98 $string['modelinvalidanalysables'] = 'Invalid analysable elements for "{$a}" model';
99 $string['modelresults'] = '{$a} results';
100 $string['modeltimesplitting'] = 'Time splitting';
101 $string['nextpage'] = 'Next page';
102 $string['nodatatoevaluate'] = 'There is no data to evaluate the model';
103 $string['nodatatopredict'] = 'No new elements to get predictions for';
104 $string['nodatatotrain'] = 'There is no new data that can be used for training';
105 $string['noinvalidanalysables'] = 'This site does not contain any invalid analysable element.';
106 $string['notdefined'] = 'Not yet defined';
107 $string['pluginname'] = 'Analytic models';
108 $string['predictionresults'] = 'Prediction results';
109 $string['predictmodels'] = 'Predict models';
110 $string['predictorresultsin'] = 'Predictor logged information in {$a} directory';
111 $string['predictionprocessfinished'] = 'Prediction process finished';
112 $string['previouspage'] = 'Previous page';
113 $string['samestartdate'] = 'Current start date is good';
114 $string['sameenddate'] = 'Current end date is good';
115 $string['selecttimesplittingforevaluation'] = 'Select the time-splitting method you want to use to evaluate the model configuration.';
116 $string['target'] = 'Target';
117 $string['target_help'] = 'The target is what the model will predict.';
118 $string['target_link'] = 'Targets';
119 $string['timesplittingnotdefined'] = 'Time splitting is not defined.';
120 $string['timesplittingnotdefined_help'] = 'You need to select a time-splitting method before enabling the model.';
121 $string['trainandpredictmodel'] = 'Training model and calculating predictions';
122 $string['trainingprocessfinished'] = 'Training process finished';
123 $string['trainingresults'] = 'Training results';
124 $string['trainmodels'] = 'Train models';
125 $string['versionnotsame'] = 'Imported file was from a different moodle version ({$a->importedversion}) than the current one ({$a->version})';
126 $string['viewlog'] = 'Evaluation log';
127 $string['weeksenddateautomaticallyset'] = 'End date automatically set based on start date and the number of sections';
128 $string['weeksenddatedefault'] = 'End date automatically calculated from the course start date.';
129 $string['privacy:metadata'] = 'The Analytic models plugin does not store any personal data.';