fr-ch.js 543 B

1234567891011121314151617181920212223
  1. var l30 = {
  2. code: 'fr-ch',
  3. week: {
  4. dow: 1,
  5. doy: 4, // The week that contains Jan 4th is the first week of the year.
  6. },
  7. buttonText: {
  8. prev: 'Précédent',
  9. next: 'Suivant',
  10. today: 'Courant',
  11. year: 'Année',
  12. month: 'Mois',
  13. week: 'Semaine',
  14. day: 'Jour',
  15. list: 'Mon planning',
  16. },
  17. weekText: 'Sm',
  18. allDayText: 'Toute la journée',
  19. moreLinkText: 'en plus',
  20. noEventsText: 'Aucun évènement à afficher',
  21. };
  22. export { l30 as default };