From: martignoni Date: Thu, 20 May 2004 07:58:53 +0000 (+0000) Subject: New string 'attemptsexist' added X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f951727ebf1b3269d989b094c8f0a2e524a336bf;p=moodle.git New string 'attemptsexist' added --- diff --git a/lang/fr/quiz.php b/lang/fr/quiz.php index 6bdc46d1cc..af72468067 100644 --- a/lang/fr/quiz.php +++ b/lang/fr/quiz.php @@ -24,6 +24,7 @@ $string['attemptlast'] = 'Derni $string['attemptquiznow'] = 'Faire le test maintenant'; $string['attempts'] = 'Tentatives'; $string['attemptsallowed'] = 'Nombre de tentatives autorisées'; +$string['attemptsexist'] = 'Quelqu\'un a déjà effectué ce test'; $string['attemptsunlimited'] = 'Nombre illimité de tentatives'; $string['backtoquiz'] = 'Retour à l\'édition du test'; $string['bestgrade'] = 'Meilleure note';