From: martignoni Date: Wed, 2 Feb 2005 15:42:43 +0000 (+0000) Subject: There is now a mechanism by which question types can have their own setup options X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3d59926ed173c3c591d4616694823b66bc5fe85b;p=moodle.git There is now a mechanism by which question types can have their own setup options --- 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';