From: martignoni Date: Wed, 18 Aug 2004 11:15:07 +0000 (+0000) Subject: Added missing string (No branch table found). X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c2163f3d29f68da3e88633b1fa3d8f5df91fa1c0;p=moodle.git Added missing string (No branch table found). --- diff --git a/lang/fr/lesson.php b/lang/fr/lesson.php index 02cb8f4c88..ea6e668115 100644 --- a/lang/fr/lesson.php +++ b/lang/fr/lesson.php @@ -45,6 +45,7 @@ $string['multipleanswer'] = 'R $string['nextpage'] = 'Page suivante'; $string['noanswer'] = 'Aucune réponse donnée'; $string['noattemptrecordsfound'] = 'Aucune tentative trouvée : pas de note'; +$string['nobranchtablefound'] = 'Aucune table de branchement trouvée'; $string['normal'] = 'Normal - suivre le parcours de la leçon'; $string['notdefined'] = 'Non défini'; $string['notitle'] = 'Pas de titre';