From 059b7c21ef8ff11ece69287e41750ce948d4841a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20M=C3=BCller?= Date: Fri, 1 Feb 2002 14:40:37 +0000 Subject: [PATCH] =?UTF-8?q?=EF=BF=BD=20:)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lang/french.inc.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/french.inc.php3 b/lang/french.inc.php3 index e5825d98a..7fc736672 100644 --- a/lang/french.inc.php3 +++ b/lang/french.inc.php3 @@ -10,7 +10,7 @@ $number_decimal_separator = ','; $byteUnits = array('Octets', 'Ko', 'Mo', 'Go'); $day_of_week = array('Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi'); -$month = array('Janvier', 'Fevrier', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Août', 'Septembre', 'Octobre', 'Novembre', 'Décembre'); +$month = array('Janvier', 'Février', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Août', 'Septembre', 'Octobre', 'Novembre', 'Décembre'); // Voir http://www.php.net/manual/en/function.strftime.php pour la variable // ci-dessous $datefmt = '%A %d %B %Y à %H:%M';