From ae2edb32a9d2062c14715be62dbe503574093456 Mon Sep 17 00:00:00 2001 From: martignoni Date: Sat, 18 Jun 2005 18:32:44 +0000 Subject: [PATCH] Added translation for "Health Center" --- lang/fr/moodle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/fr/moodle.php b/lang/fr/moodle.php index aa4271a6a78..b168697ccaf 100644 --- a/lang/fr/moodle.php +++ b/lang/fr/moodle.php @@ -501,7 +501,7 @@ $string['guestsnotallowed'] = 'D $string['guestsyes'] = 'Autoriser l\'accès des utilisateurs anonymes sans clef'; $string['guestuser'] = 'Utilisateur anonyme'; $string['guestuserinfo'] = 'Cet utilisateur spécial a accès en lecture seule à certains cours.'; -$string['healthcenter'] = 'Health Center'; +$string['healthcenter'] = 'Service technique'; $string['healthproblemsdetected'] = 'Problèmes d\'intégrité détectés !'; $string['healthproblemsolution'] = 'Solution au problème'; $string['healthreturntomain'] = 'Continuer';