From 27e6f688430dffe321eea8f07f8a35b54e61a7a2 Mon Sep 17 00:00:00 2001 From: martignoni Date: Tue, 15 Feb 2005 18:49:03 +0000 Subject: [PATCH] Fix bug 1998 --- lang/fr/assignment.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/fr/assignment.php b/lang/fr/assignment.php index 05d4c0679ab..457eded0a35 100644 --- a/lang/fr/assignment.php +++ b/lang/fr/assignment.php @@ -34,6 +34,7 @@ $string['maximumsize'] = 'Taille maximale'; $string['modulename'] = 'Devoir'; $string['modulenameplural'] = 'Devoirs'; $string['newsubmissions'] = 'Devoirs rendus'; +$string['noassignments'] = 'Il n\'y a pas encore de devoir'; $string['notgradedyet'] = 'Pas encore de note'; $string['notsubmittedyet'] = 'Pas encore rendu'; $string['overwritewarning'] = 'Attention ! un nouvel envoi remplacera votre devoir déjà remis';