Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

29 rindas
621B

  1. FullCalendar.globalLocales.push(function () {
  2. 'use strict';
  3. var fr = {
  4. code: 'fr',
  5. week: {
  6. dow: 1, // Monday is the first day of the week.
  7. doy: 4, // The week that contains Jan 4th is the first week of the year.
  8. },
  9. buttonText: {
  10. prev: 'Précédent',
  11. next: 'Suivant',
  12. today: "Aujourd'hui",
  13. year: 'Année',
  14. month: 'Mois',
  15. week: 'Semaine',
  16. day: 'Jour',
  17. list: 'Planning',
  18. },
  19. weekText: 'Sem.',
  20. allDayText: 'Toute la journée',
  21. moreLinkText: 'en plus',
  22. noEventsText: 'Aucun événement à afficher',
  23. };
  24. return fr;
  25. }());