mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
Merge branch 'MDL-59786_master' of git://github.com/dmonllao/moodle
This commit is contained in:
commit
edb911984a
4 changed files with 49 additions and 9 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue