From 3d59926ed173c3c591d4616694823b66bc5fe85b Mon Sep 17 00:00:00 2001 From: martignoni Date: Wed, 2 Feb 2005 15:42:43 +0000 Subject: [PATCH] There is now a mechanism by which question types can have their own setup options --- lang/fr/quiz.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/fr/quiz.php b/lang/fr/quiz.php index ea1ea41da4..452dbdc2f9 100644 --- a/lang/fr/quiz.php +++ b/lang/fr/quiz.php @@ -201,6 +201,7 @@ $string['questionname'] = 'Nom de la question'; $string['questionnametoolong'] = 'Nom de la question à la ligne $a trop long (255 caractères max.). Le nom a été tronqué.'; $string['questions'] = 'Questions'; $string['questionsperpage'] = 'Nombre maximal de questions par page'; +$string['questiontypesetupoptions'] = 'Options pour les types de questions :'; $string['quizavailable'] = 'Le test est disponible jusqu\'au $a'; $string['quizclose'] = 'Fermer le test'; $string['quizclosed'] = 'Ce test a été fermé le $a'; -- 2.39.5