fr.php 971 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?php
  2. // sidebar labels
  3. $L['summary'] = 'Sommaire';
  4. $L['hours'] = 'Heures';
  5. $L['days'] = 'Jours';
  6. $L['months'] = 'Mois';
  7. // main table headers
  8. $L['Summary'] = 'Sommaire';
  9. $L['Top 10 days'] = 'Les 10 meilleurs jours';
  10. $L['Last 24 hours'] = 'Dernières 24 heures';
  11. $L['Last 30 days'] = 'Derniers 30 jours';
  12. $L['Last 12 months'] = 'Les 12 derniers mois';
  13. // traffic table columns
  14. $L['In'] = 'Entrant';
  15. $L['Out'] = 'Sortant';
  16. $L['Total'] = 'Total';
  17. // summary rows
  18. $L['This hour'] = 'Cette heure';
  19. $L['This day'] = 'Aujourd\' hui';
  20. $L['This month'] = 'Ce mois';
  21. $L['All time'] = 'Tout temps';
  22. // graph text
  23. $L['Traffic data for'] = 'Traffic de donnée pour :';
  24. $L['bytes in'] = 'bytes entrants';
  25. $L['bytes out'] = 'bytes sortants';
  26. // date formats
  27. $L['datefmt_days'] = '%d %B';
  28. $L['datefmt_days_img'] = '%d';
  29. $L['datefmt_months'] = '%B %Y';
  30. $L['datefmt_months_img'] = '%b';
  31. $L['datefmt_hours'] = '%Hh%M';
  32. $L['datefmt_hours_img'] = '%H';
  33. $L['datefmt_top'] = '%d %B %Y';