From 411a96bfedc0076e038c9771bc1a38ee707c2221 Mon Sep 17 00:00:00 2001 From: martignoni Date: Sat, 15 May 2004 09:16:20 +0000 Subject: [PATCH] Added string 'notenoughanswers' --- lang/fr/quiz.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/fr/quiz.php b/lang/fr/quiz.php index 6b0a3855d9..7c4a07ca0d 100644 --- a/lang/fr/quiz.php +++ b/lang/fr/quiz.php @@ -114,6 +114,7 @@ $string['noresponse'] = 'Pas de response'; $string['noreview'] = 'Vous n\'êtes pas autorisé à relire ce test'; $string['noreviewuntil'] = 'Vous n\'êtes pas autorisé à relire ce test avant le $a'; $string['notenoughsubquestions'] = 'Vous n\'avez pas défini assez de sous-questions !
Souhaitez-vous revenir en arrière pour corriger cela ?'; +$string['notenoughanswers'] = 'Ce type de question requiert au moins $a réponses'; $string['numerical'] = 'Numérique'; $string['paragraphquestion'] = 'Question paragraphe non supportée à la ligne $a. La question sera ignorée.'; $string['percentcorrect'] = 'Pourcentage de réponses correctes'; -- 2.39.5