@@ -37,21 +37,15 @@ $string['clievaluationandpredictions'] = 'A scheduled task iterates through enab
$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.';
$string['createmodel']='Create model';
$string['delete']='Delete';
$string['deletemodelconfirmation']='Are you sure you want to delete "{$a}"?';
$string['deletemodelconfirmation']='Are you sure you want to delete "{$a}"? These changes can not be reverted.';
$string['disabled']='Disabled';
$string['editmodel']='Edit "{$a}" model';
$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.';
$string['enabled']='Enabled';
$string['errorcantenablenotimesplitting']='You need to select a time-splitting method before enabling the model';
$string['errorimport']='Error importing the provided json file.';
$string['errorimportmissingcomponents']='The provided model requires the following plugins to be installed: {$a}. Note that the versions do not necessarily need to match with the versions installed in your system. To install the same or a newer version of the plugin should be enough in most cases.';
$string['errorimportversionmismatches']='The version of the following components differ from the version installed in this site: {$a}. You can use "Ignore version mismatches" option to ignore these differences.';
$string['errorimportmissingclasses']='The following analytics components are not available in this site: {$a->missingclasses}. ';
$string['errornoenabledandtrainedmodels']='There are no enabled and trained models to predict.';
$string['errornoenabledmodels']='There are no enabled models to train.';
$string['errornoexport']='Only trained models can be exported';
$string['errornoexportconfig']='There was a problem exporting the model configuration.';
$string['errornoexportconfigrequirements']='Only non static models with timeplitting methods can be exported.';
$string['errornostaticedit']='Models based on assumptions cannot be edited.';
$string['errornostaticevaluated']='Models based on assumptions cannot be evaluated. They are always 100% correct according to how they were defined.';
$string['errornostaticlog']='Models based on assumptions cannot be evaluated because there is no performance log.';