Actualización

This commit is contained in:
Xes
2025-04-10 12:36:07 +02:00
parent 1da7c3f3b9
commit 4aff98e77b
3147 changed files with 320647 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<?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";

View File

@@ -0,0 +1,14 @@
<?php
$strings['plugin_title'] = "Notas profesores";
$strings['plugin_comment'] = "Este plugin permite a los profesores de un curso tener un bloc de notas compartido.
Alumnos no tienen acceso.";
$strings['NotebookTeacher'] = "Notas profesores";
$strings['enable_plugin_notebookteacher'] = "Activar plugin";
$strings['ToolDisabled'] = "La herramienta está deshabilitada desde la administración";
$strings['ToolForTeacher'] = "Herramienta exclusiva para profesores";
$strings['AllStudent'] = "Todos los estudiantes";
$strings['StudentFilter'] = "Filtro estudiantes";
$strings['NoNotebookFilter'] = "No hay notas creadas con el filtro actual";
$strings['NoNotebook'] = "No hay notas creadas en el sistema";
$strings['NoNotebookUser'] = "No hay notas para este alumno";
$strings['NotebookNoStudentAssigned'] = "Notas sin estudiantes asignados";