From: martignoni Date: Thu, 20 May 2004 07:57:29 +0000 (+0000) Subject: New string for opening quizzes X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b436485f09dd6aed57d9493f78f8db5d02680e40;p=moodle.git New string for opening quizzes --- diff --git a/lang/fr/quiz.php b/lang/fr/quiz.php index 7c4a07ca0d..6bdc46d1cc 100644 --- a/lang/fr/quiz.php +++ b/lang/fr/quiz.php @@ -128,9 +128,10 @@ $string['questions'] = 'Questions'; $string['quizavailable'] = 'Le test est disponible jusqu\'au $a'; $string['quizclose'] = 'Fermer le test'; $string['quizclosed'] = 'Ce test a été fermé le $a'; -$string['quizcloses'] = 'Test fermé'; +$string['quizcloses'] = 'Test est fermé'; $string['quiznotavailable'] = 'Ce test ne sera pas disponible avant le $a'; $string['quizopen'] = 'Ouvrir ce test'; +$string['quizopens'] = 'Le test est disponible'; $string['random'] = 'Question aléatoire'; $string['randomcreate'] = 'Créer des questions aléatoires'; $string['randomsamatch'] = 'Question aléatoire à réponse courte';