From d921c8b07bbfe2857233043cff323c81f9fe8a5d Mon Sep 17 00:00:00 2001 From: martignoni Date: Mon, 15 Aug 2005 22:06:34 +0000 Subject: [PATCH] Added string for 'studentview' --- lang/fr/moodle.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lang/fr/moodle.php b/lang/fr/moodle.php index 57ef4cb72dc..ffe44fc5f03 100644 --- a/lang/fr/moodle.php +++ b/lang/fr/moodle.php @@ -965,9 +965,11 @@ $string['strftimerecent'] = '%%d %%b, %%H:%%M'; $string['strftimerecentfull'] = '%%a %%d %%b %%Y, %%H:%%M'; $string['strftimetime'] = '%%H:%%M'; $string['stringsnotset'] = 'Les textes suivants ne sont pas définis dans $a'; -$string['studentnotallowed'] = 'Désolé, mais vous ne pouvez entrer dans ce cours en tant que « $a »'; +$string['studentnotallowed'] = 'Désolé, mais vous ne pouvez entrer dans ce cours en tant que « $a »'; $string['students'] = 'Étudiants'; $string['studentsandteachers'] = 'Étudiants et enseignants'; +$string['studentviewoff'] = 'Activer la vue étudiant'; +$string['studentviewon'] = 'Désactiver la vue étudiant'; $string['subcategories'] = 'Sous-catégories'; $string['success'] = 'Succès'; $string['summary'] = 'Résumé';