langrefs_fr.php 472 B

12345678910
  1. <?php
  2. // this file contains the English weekday names, month names and suffixes.
  3. $days = array ('Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi');
  4. $daysabbr = array();
  5. $months = array ('janvier','février','mars','avril','mai','juin','juillet','août',
  6. 'septembre','octobre','novembre','décembre');
  7. $suffixes = array ('er','','','','','','','','','','','','','','','','','','','','','',
  8. '','','','','','','','','');
  9. ?>