From 3a6887876876501bf15ddbfaee77bf4764975f11 Mon Sep 17 00:00:00 2001 From: martignoni Date: Tue, 24 May 2005 13:05:26 +0000 Subject: [PATCH] New string 'noattempts' --- lang/fr/assignment.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/fr/assignment.php b/lang/fr/assignment.php index d51bdfbe7bf..a3c12547430 100644 --- a/lang/fr/assignment.php +++ b/lang/fr/assignment.php @@ -44,6 +44,7 @@ $string['modulename'] = 'Devoir'; $string['modulenameplural'] = 'Devoirs'; $string['newsubmissions'] = 'Devoirs rendus'; $string['noassignments'] = 'Il n\'y a pas encore de devoir'; +$string['noattempts'] = 'Personne n\'a encore fait ce devoir'; $string['notgradedyet'] = 'Pas encore de note'; $string['notsubmittedyet'] = 'Pas encore rendu'; $string['overwritewarning'] = 'Attention ! un nouvel envoi remplacera votre devoir déjà remis';