MDL-58859 mlbackend_python: Added to core

Part of MDL-57791 epic.
This commit is contained in:
David Monllao
2017-05-23 17:15:14 +08:00
parent 9e84757bf0
commit 25531de6e8
3 changed files with 200 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<?php
$string['packageinstalledshouldbe'] = '"moodleinspire" python package should be updated. The required version is "{$a->required}" and the installed version is "{$a->installed}"';
$string['pluginname'] = 'Python predictor';
$string['pythonpackagenotinstalled'] = 'moodleinspire python package is not installed or there is a problem with it. Please execute "{$a}" from command line interface for more info';