day names too wide for calendar

This commit is contained in:
Marc Delisle
2007-02-26 17:28:29 +00:00
parent ee177221f6
commit aab1b4de35
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ $byteUnits = array('o', 'Kio', 'Mio', 'Gio', 'Tio', 'Pio', 'Eio');
$mysql_5_0_doc_lang = 'fr'; $mysql_5_0_doc_lang = 'fr';
$day_of_week = array('Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi'); $day_of_week = array('Dim', 'Lun', 'Mar', 'Mer', 'Jeu', 'Ven', 'Sam');
$month = array('Janvier', 'F<>vrier', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Ao<41>t', 'Septembre', 'Octobre', 'Novembre', 'D<>cembre'); $month = array('Janvier', 'F<>vrier', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Ao<41>t', 'Septembre', 'Octobre', 'Novembre', 'D<>cembre');
// Voir http://www.php.net/manual/en/function.strftime.php pour la variable // Voir http://www.php.net/manual/en/function.strftime.php pour la variable
// ci-dessous // ci-dessous

View File

@@ -10,7 +10,7 @@ $byteUnits = array('o', 'Kio', 'Mio', 'Gio', 'Tio', 'Pio', 'Eio');
$mysql_5_0_doc_lang = 'fr'; $mysql_5_0_doc_lang = 'fr';
$day_of_week = array('Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi'); $day_of_week = array('Dim', 'Lun', 'Mar', 'Mer', 'Jeu', 'Ven', 'Sam');
$month = array('Janvier', 'F<>vrier', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Ao<41>t', 'Septembre', 'Octobre', 'Novembre', 'D<>cembre'); $month = array('Janvier', 'F<>vrier', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Ao<41>t', 'Septembre', 'Octobre', 'Novembre', 'D<>cembre');
// Voir http://www.php.net/manual/en/function.strftime.php pour la variable // Voir http://www.php.net/manual/en/function.strftime.php pour la variable
// ci-dessous // ci-dessous

View File

@@ -11,7 +11,7 @@ $byteUnits = array('o', 'Kio', 'Mio', 'Gio', 'Tio', 'Pio', 'Eio');
$mysql_5_0_doc_lang = 'fr'; $mysql_5_0_doc_lang = 'fr';
$day_of_week = array('Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi'); $day_of_week = array('Dim', 'Lun', 'Mar', 'Mer', 'Jeu', 'Ven', 'Sam');
$month = array('Janvier', 'Février', '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 // Voir http://www.php.net/manual/en/function.strftime.php pour la variable
// ci-dessous // ci-dessous