Parcourir la source

Minor - Update language files

Angel Fernando Quiroz Campos il y a 8 ans
Parent
commit
78f0b0df16
2 fichiers modifiés avec 6 ajouts et 2 suppressions
  1. 3 1
      main/lang/english/trad4all.inc.php
  2. 3 1
      main/lang/spanish/trad4all.inc.php

+ 3 - 1
main/lang/english/trad4all.inc.php

@@ -5525,7 +5525,7 @@ $ReminderMessage = "Send a reminder";
 $DateSent = "Date sent";
 $ViewUsersWithoutTask = "View missing assignments";
 $AsciiSvgTitle = "Enable AsciiSVG";
-$SuggestionOnlyToEnableSubLanguageFeature = "Only required by the sub-languages feature";
+$SuggestionOnlyToEnableSubLanguageFeatureOrUpgradeProcess = "Only required by the sub-languages feature or version upgrade process";
 $ThematicAdvance = "Thematic advance";
 $EditProfile = "Edit profile";
 $TabsDashboard = "Dashboard";
@@ -7650,4 +7650,6 @@ $Quote = "Quote";
 $ValueTooSmall = "Value is too small.";
 $ValueTooBig = "Value is too big.";
 $YouAreATeacherOfThisCourse = "You are a teacher of this course";
+$StudentBossList = "Student bosses list";
+$ShowScoreEveryAttemptShowAnswersLastAttempt = "Show score on every attempt, show correct answers only on last attempt (only works with an attempts limit)";
 ?>

+ 3 - 1
main/lang/spanish/trad4all.inc.php

@@ -5525,7 +5525,7 @@ $ReminderMessage = "Enviar un recordatorio";
 $DateSent = "Fecha de envío";
 $ViewUsersWithoutTask = "Ver estudiantes que no han enviado la tarea";
 $AsciiSvgTitle = "Activar AsciiSVG";
-$SuggestionOnlyToEnableSubLanguageFeature = "Solamente necesario si desea habilitar la funcionalidad de sub-idiomas";
+$SuggestionOnlyToEnableSubLanguageFeatureOrUpgradeProcess = "Solamente necesario si desea habilitar la funcionalidad de sub-idiomas o para el proceso de actualización de la versión";
 $ThematicAdvance = "Temporalización de la unidad didáctica";
 $EditProfile = "Editar perfil";
 $TabsDashboard = "Panel de control";
@@ -7669,4 +7669,6 @@ $Quote = "Citar";
 $ValueTooSmall = "Valor demasiado bajo.";
 $ValueTooBig = "Valor demasiado alto.";
 $YouAreATeacherOfThisCourse = "Usted es profesor en este curso";
+$StudentBossList = "Lista de superiores";
+$ShowScoreEveryAttemptShowAnswersLastAttempt = "Mostrar la nota a cada intento, mostrar las respuestas correctas solo en el último intento (solo funciona si hay un límite de intentos)";
 ?>