Added explanation about editing quizzes that have already been attempted by students, in response to bug 2924

This commit is contained in:
martignoni 2005-04-15 13:52:34 +00:00
parent d5b681ceca
commit 66d08f2697

View file

@ -32,7 +32,7 @@ $string['attemptlast'] = 'Derni
$string['attemptquiznow'] = 'Faire le test maintenant'; $string['attemptquiznow'] = 'Faire le test maintenant';
$string['attempts'] = 'Tentatives'; $string['attempts'] = 'Tentatives';
$string['attemptsallowed'] = 'Nombre de tentatives autorisées'; $string['attemptsallowed'] = 'Nombre de tentatives autorisées';
$string['attemptsexist'] = 'Quelqu\'un a déjà effectué ce test'; $string['attemptsexist'] = 'Quelqu\'un a déjà effectué ce test.<br />Vous ne pouvez plus y ajouter ou en retirer des questions.';
$string['attemptsunlimited'] = 'Nombre illimité de tentatives'; $string['attemptsunlimited'] = 'Nombre illimité de tentatives';
$string['back'] = 'Retour à la question précédente'; $string['back'] = 'Retour à la question précédente';
$string['backtoquiz'] = 'Retour à l\'édition du test'; $string['backtoquiz'] = 'Retour à l\'édition du test';