Udpated lang vars

1.9.x
Yannick Warnier 11 years ago
parent 6010404b6a
commit 8db7f6d06a
  1. 1
      main/lang/english/exercice.inc.php
  2. 4
      main/lang/english/tracking.inc.php
  3. 1
      main/lang/spanish/exercice.inc.php
  4. 4
      main/lang/spanish/tracking.inc.php

@ -2,6 +2,7 @@
/*
for more information: see languages.txt in the lang folder.
*/
$TestFeedbackNotShown = "This test is configured not to display feedback to learners. Comments will not be seen at the end of the test, but may be useful for you, as teacher, when reviewing the question details.";
$FeedbackDisplayOptions = "How should we show the feedback/comment for each question? This option defines how it will be shown to the learner when taking the test. We recommend you try different options by editing your test options before having learners take it.";
$ImportAikenQuizExplanationExample = "This is the text for question 1
A. Answer 1

@ -2,6 +2,10 @@
/*
for more information: see languages.txt in the lang folder.
*/
$SleepingStudents = "Students with no activity during the last few days";
$SleepingTeachers = "Teachers with no activity in the last few days";
$InactiveUsers = "Users who's account has been disabled";
$ActiveUsers = "Users with an active account";
$SurveysProgress = "Surveys progress";
$SurveysLeft = "Incomplete surveys";
$SurveysDone = "Completed surveys";

@ -2,6 +2,7 @@
/*
for more information: see languages.txt in the lang folder.
*/
$TestFeedbackNotShown = "Esta prueba está configurada para no dar retro-alimentación a los alumnos. Los comentarios correspondientes no se mostrarán al fin de la prueba, pero podrían serle útil, como docente, en el momento de revisar los detalles de las preguntas.";
$FeedbackDisplayOptions = "Manera en la cual se mostrará el comentario definido para cada pregunta. Esta opción define como un estudiante visualizará (o no) los comentarios (retro-alimentación) ingresados para cada alternativa en cada pregunta. Recomendamos evaluar las distintas opciones antes de invitar los estudiantes a tomar la prueba.";
$ImportAikenQuizExplanationExample = "Este es el texto de la pregunta 1
A. Respuesta 1

@ -2,6 +2,10 @@
/*
for more information: see languages.txt in the lang folder.
*/
$SleepingStudents = "Alumnos inactivos desde unos días";
$SleepingTeachers = "Docentes inactivos desde algunos días";
$InactiveUsers = "Usuarios desactivados";
$ActiveUsers = "Usuarios activados";
$SurveysProgress = "Progreso de encuestas";
$SurveysLeft = "Encuestas incompletas";
$SurveysDone = "Encuestas completadas";

Loading…
Cancel
Save