Merge branch 'MDL-59786_master' of git://github.com/dmonllao/moodle

This commit is contained in:
Dan Poltawski 2017-09-04 11:52:14 +01:00 committed by David Monllao
commit edb911984a
4 changed files with 49 additions and 9 deletions

View file

@ -34,7 +34,7 @@ $string['disabledmodel'] = 'Disabled model';
$string['erroralreadypredict'] = '{$a} file has already been used to predict';
$string['errorcannotreaddataset'] = 'Dataset file {$a} can not be read';
$string['errorcannotwritedataset'] = 'Dataset file {$a} can not be written';
$string['errorendbeforestart'] = 'The guessed end date ({$a}) is before the course start date.';
$string['errorendbeforestart'] = 'The end date ({$a}) is before the course start date.';
$string['errorinvalidindicator'] = 'Invalid {$a} indicator';
$string['errorinvalidtimesplitting'] = 'Invalid time splitting, please ensure you added the class fully qualified class name';
$string['errornoindicators'] = 'This model does not have any indicator';