From 773b51a1d580de54e502ea996033d8608654467b Mon Sep 17 00:00:00 2001 From: martignoni Date: Tue, 25 Jan 2005 15:28:09 +0000 Subject: [PATCH] It is now possible to base new questions on existing ones, see get_string('editingquestion', 'quiz'); --- lang/fr/quiz.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/fr/quiz.php b/lang/fr/quiz.php index 1cea566ebd..ea1ea41da4 100644 --- a/lang/fr/quiz.php +++ b/lang/fr/quiz.php @@ -51,6 +51,8 @@ $string['choices'] = 'Propositions'; $string['choosedatasetproperties'] = 'Propriétés du jeu de données'; $string['close'] = 'Fermer la prévisualisation'; $string['confirmstartattempt'] = 'Le temps pour effectuer ce test est limité. Voulez-vous vraiment le commencer ?'; +$string['copyingfrom'] = 'Création d\'une copie de la question « $a »'; +$string['copyingquestion'] = 'Copie d\'une question'; $string['correctanswer'] = 'Bonne réponse'; $string['correctanswerformula'] = 'Formule de la bonne réponse'; $string['correctanswerlength'] = 'Chiffres significatifs'; -- 2.39.5