Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439 Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
15 lines
809 B
PHP
15 lines
809 B
PHP
<?php
|
|
$strings['plugin_title'] = "Teacher notes";
|
|
$strings['plugin_comment'] = "This plugin allows the teachers of a course to have a shared notebook.
|
|
Students do not have access.";
|
|
$strings['NotebookTeacher'] = "Teacher notes";
|
|
$strings['enable_plugin_notebookteacher'] = "Enable plugin";
|
|
$strings['ToolDisabled'] = "The tool is disabled from the administration";
|
|
$strings['ToolForTeacher'] = "Exclusive tool for teachers";
|
|
$strings['AllStudent'] = "All students";
|
|
$strings['StudentFilter'] = "Student filter";
|
|
$strings['NoNotebookFilter'] = "No notes created with the current filter";
|
|
$strings['NoNotebook'] = "No notes created in the system";
|
|
$strings['NoNotebookUser'] = "No notes for this student";
|
|
$strings['NotebookNoStudentAssigned'] = "Notes without assigned students";
|