diff --git a/main/lang/english/trad4all.inc.php b/main/lang/english/trad4all.inc.php index 62c20d926a..eec3c25f09 100644 --- a/main/lang/english/trad4all.inc.php +++ b/main/lang/english/trad4all.inc.php @@ -8378,7 +8378,7 @@ $FromTimeX = "From %s"; $ToTimeX = "To %s"; $SurveyInviteLink = "Survey invitation link"; $RevisionProposed = "Revision proposed"; -$SessionsPlanCalendar = "View sessions planification calendar"; +$SessionsPlanCalendar = "Sessions plan calendar"; $QuizQuestionsLimitPerDay = "Limit of questions per day"; $QuizQuestionsLimitPerDayComment = "If set to greater than 0, this option will prevent the learner from entering a test that has more than what remains for the daily allowance. For example, is the limit is 50 and the learner has already taken 2 tests of 20 questions, it will not let the learner enter another 20 questions test (20+20+20=60 > 50). However, it will let the learner enter a 10 questions test (20+20+10=50)."; $QuizQuestionsLimitPerDayXReached = "Sorry, you have reached the maximum number of questions (%s) for the day. Please try again tomorrow."; diff --git a/main/lang/spanish/trad4all.inc.php b/main/lang/spanish/trad4all.inc.php index 9dd1f98fda..e86e2a90fb 100644 --- a/main/lang/spanish/trad4all.inc.php +++ b/main/lang/spanish/trad4all.inc.php @@ -8404,7 +8404,7 @@ $FromTimeX = "De %s"; $ToTimeX = "a %s"; $SurveyInviteLink = "Enlace de invitación a la encuesta"; $RevisionProposed = "Revisión propuesta"; -$SessionsPlanCalendar = "Ver calendario de planificación de sesiones"; +$SessionsPlanCalendar = "Calendario de planificación de sesiones"; $QuizQuestionsLimitPerDay = "Límite de preguntas por día"; $QuizQuestionsLimitPerDayComment = "Si está opción tiene un valor superior a cero, prohibirá el ingreso a un ejercicio que, en combinación con los ejercicios anteriores, supera el límite de preguntas diarias. Por ejemplo, si el límite fuera de 50 preguntas por día y un alumno hubiese pasado dos ejercicios de 20 preguntas cada uno, no lo dejaría ingresar a un nuevo ejercicio de 20 preguntas (20+20+20=60 > 50). Sin embargo, lo dejaría entrar en un ejercicio de 10 preguntas todavía (20+20+10=50)."; $QuizQuestionsLimitPerDayXReached = "Lo sentimos, ha alcanzado la cantidad máxima de preguntas (%s) por hoy. Vuelva a intentarlo mañana.";