From cb8f6f558e80b48d9d023c6d840cea64039181c0 Mon Sep 17 00:00:00 2001
From: martignoni <martignoni>
Date: Sat, 18 Dec 2004 14:01:04 +0000
Subject: [PATCH] New feature that makes it possible to specify the number of
 decimals for the correct answer in calculated questions as well as some minor
 refactoring and debugging.

---
 lang/fr/quiz.php | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lang/fr/quiz.php b/lang/fr/quiz.php
index fb7dc93b67..ee707d776e 100644
--- a/lang/fr/quiz.php
+++ b/lang/fr/quiz.php
@@ -50,6 +50,7 @@ $string['correctanswer'] = 'Bonne r
 $string['correctanswerformula'] = 'Formule de la bonne réponse';
 $string['correctanswerlength'] = 'Chiffres significatifs';
 $string['correctanswers'] = 'Bonnes réponses';
+$string['correctanswershows'] = 'La bonne réponse affiche';
 $string['corrresp'] = 'Réponse correcte';
 $string['countdown'] = 'Compte à rebours';
 $string['countdownfinished'] = 'Le test se termine, vous devez envoyer vos réponses maintenant.';
@@ -61,6 +62,7 @@ $string['custom'] = 'Format personnalis
 $string['datasetdefinitions'] = 'Définitions du jeu de données réutilisable de la catégorie $a';
 $string['datasetnumber'] = 'Nombre';
 $string['daysavailable'] = 'Jours disponibles';
+$string['decimalformat'] = 'décimales';
 $string['decimals'] = ' avec $a ';
 $string['default'] = 'Défaut';
 $string['defaultgrade'] = 'Note par défaut';
@@ -236,6 +238,7 @@ $string['showcorrectanswer'] = 'Dans le feedback,<br />afficher les r
 $string['showfeedback'] = 'Après le test, afficher le feedback ?';
 $string['shuffleanswers'] = 'Mélanger les réponses';
 $string['shufflequestions'] = 'Mélanger les questions';
+$string['significantfiguresformat'] = 'chiffres significatifs';
 $string['significantfigures'] = ' avec $a ';
 $string['subneterror'] = 'Désolé, ce test a été configuré de façon à ne pouvoir être effectué que depuis certains ordinateurs. Votre ordinateur n\'est actuellement pas autorisé.';
 $string['substitutedby'] = 'sera remplacé par';
@@ -265,5 +268,6 @@ $string['withsummary'] = 'avec des statistiques r
 $string['wronggrade'] = 'Note incorrecte (après la ligne $a) :';
 $string['xml'] = 'Format XML Moodle';
 $string['yourfinalgradeis'] = 'Votre note finale pour ce test est $a';
+$string['zerosignificantfiguresnotallowed'] = 'La bonne réponse ne peut pas n\'avoir aucun chiffre significatif&nbsp;!';
 
 ?>
-- 
2.39.5