Browse Source

Update language terms

Yannick Warnier 6 years ago
parent
commit
6c2ecd1455

File diff suppressed because it is too large
+ 285 - 106
main/lang/arabic/trad4all.inc.php


+ 0 - 1
main/lang/brazilian/trad4all.inc.php

@@ -8257,7 +8257,6 @@ $SeeAllCommunities = "Veja todas as comunidades";
 $HideForumNotifications = "Ocultar notificações do fórum";
 $Forum_categoryFields = "Campos da Categoria do Fórum";
 $Forum_postFields = "Campos de postagem no fórum";
-$ProposedRevision = "Revisão proposta";
 $Reported = "Relatado";
 $FromTimeX = "De %s";
 $ToTimeX = "Para %s";

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

@@ -8372,9 +8372,14 @@ $SeeAllCommunities = "See all communities";
 $HideForumNotifications = "Hide forum notifications";
 $Forum_categoryFields = "Forum Category fields";
 $Forum_postFields = "Forum post fields";
-$ProposedRevision = "Proposed revision";
+$ExerciseShowOnlyGlobalScoreAndCorrectAnswers = "Show only global score (not question score) and show only the correct answers, do not show incorrect answers at all";
 $Reported = "Reported";
 $FromTimeX = "From %s";
 $ToTimeX = "To %s";
 $SurveyInviteLink = "Survey invitation link";
+$RevisionProposed = "Revision proposed";
+$SessionsPlanCalendar = "View sessions planification 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.";
 ?>

+ 6 - 1
main/lang/french/trad4all.inc.php

@@ -8305,9 +8305,14 @@ $SeeAllCommunities = "Voir toutes mes communautés";
 $HideForumNotifications = "Cacher les notifications de forum";
 $Forum_categoryFields = "Champs de catégorie de forum";
 $Forum_postFields = "Champs de post de forum";
-$ProposedRevision = "Revision proposée";
+$ExerciseShowOnlyGlobalScoreAndCorrectAnswers = "Afficher uniquement le score global (pas celui de chaque question) et uniquement la réponse correcte (pas les réponses incorrectes)";
 $Reported = "Signalé";
 $FromTimeX = "De %s";
 $ToTimeX = "à %s";
 $SurveyInviteLink = "Lien d'invitation à l'enquête";
+$RevisionProposed = "Révision proposée";
+$SessionsPlanCalendar = "Calendrier de planification des sessions";
+$QuizQuestionsLimitPerDay = "Limite de questions par jour";
+$QuizQuestionsLimitPerDayComment = "Si ce paramètre est configuré à plus de zéro, il empêchera l'utilisateur d'entrer dans un exercice qui a plus de questions que ce qui lui reste. Par exemple, si la limite est de 50 et que l'utilisateur a déjà passé 2 exercices de 20 questions, le système ne permettra pas à l'utilisateur de commencer un 3ème exercice de 20 questions (20+20+20=60 > 50). Il pourra cependant encore commencer un exercice de 10 questions (20+20+10=50).";
+$QuizQuestionsLimitPerDayXReached = "Désolé, vous avez atteint la quantité maximale de questions (%s) par jour. Réessayez demain.";
 ?>

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

@@ -8398,9 +8398,14 @@ $SeeAllCommunities = "Ver todas las comunidades";
 $HideForumNotifications = "Ocultar las notificaciones del foro";
 $Forum_categoryFields = "Campos de categoría de foro";
 $Forum_postFields = "Campos de post de Foro";
-$ProposedRevision = "Revisión propuesta";
+$ExerciseShowOnlyGlobalScoreAndCorrectAnswers = "Mostrar sólo la nota global (no la nota de cada pregunta) y mostrar sólo la respuesta correcta, no las incorrectas";
 $Reported = "Reportado";
 $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";
+$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.";
 ?>

Some files were not shown because too many files changed in this diff