Actualización
This commit is contained in:
14
plugin/notebookteacher/lang/english.php
Normal file
14
plugin/notebookteacher/lang/english.php
Normal 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";
|
||||
14
plugin/notebookteacher/lang/spanish.php
Normal file
14
plugin/notebookteacher/lang/spanish.php
Normal 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";
|
||||
Reference in New Issue
Block a user