mirror of
https://github.com/moodle/moodle.git
synced 2025-07-19 05:11:33 +02:00
MDL-58859 mlbackend_python: Added to core
Part of MDL-57791 epic.
This commit is contained in:
5
lib/mlbackend/python/lang/en/mlbackend_python.php
Normal file
5
lib/mlbackend/python/lang/en/mlbackend_python.php
Normal 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';
|
Reference in New Issue
Block a user