MooTools.lang.set('fr-FR', 'Date', {
 
  months: ['janvier', 'f&eacute;vrier', 'mars', 'avril', 'mai', 'juin', 'juillet', 'ao&ucirc;t', 'septembre', 'octobre', 'novembre', 'd&eacute;cembre'],
  days: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'],
  dateOrder: ['date', 'month', 'year'],
 
  AM: 'AM',
  PM: 'PM',
 
  shortDate: '%d/%m/%Y',
  shortTime: '%H:%M',
 
  lessThanMinuteAgo: 'il y a 1mn',
  minuteAgo: 'il y a 1mn',
  minutesAgo: 'il y a {delta}mn',
  hourAgo: 'il y a 1h',
  hoursAgo: 'il y a {delta}h',
  dayAgo: 'il y a un jour',
  daysAgo: 'il y a {delta} jours',
  lessThanMinuteUntil: '',
  minuteUntil: '',
  minutesUntil: '',
  hourUntil: '',
  hoursUntil: '',
  dayUntil: '',
  daysUntil: ''
 
});
