english.php 809 B

1234567891011121314
  1. <?php
  2. $strings['plugin_title'] = "Teacher notes";
  3. $strings['plugin_comment'] = "This plugin allows the teachers of a course to have a shared notebook.
  4. Students do not have access.";
  5. $strings['NotebookTeacher'] = "Teacher notes";
  6. $strings['enable_plugin_notebookteacher'] = "Enable plugin";
  7. $strings['ToolDisabled'] = "The tool is disabled from the administration";
  8. $strings['ToolForTeacher'] = "Exclusive tool for teachers";
  9. $strings['AllStudent'] = "All students";
  10. $strings['StudentFilter'] = "Student filter";
  11. $strings['NoNotebookFilter'] = "No notes created with the current filter";
  12. $strings['NoNotebook'] = "No notes created in the system";
  13. $strings['NoNotebookUser'] = "No notes for this student";
  14. $strings['NotebookNoStudentAssigned'] = "Notes without assigned students";