Files
2025-08-14 22:39:38 +02:00

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";