You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 2 години
123456789101112131415161718192021222324
  1. FullCalendar.globalLocales.push(function () {
  2. 'use strict';
  3. var frCa = {
  4. code: 'fr',
  5. buttonText: {
  6. prev: 'Précédent',
  7. next: 'Suivant',
  8. today: "Aujourd'hui",
  9. year: 'Année',
  10. month: 'Mois',
  11. week: 'Semaine',
  12. day: 'Jour',
  13. list: 'Mon planning',
  14. },
  15. weekText: 'Sem.',
  16. allDayText: 'Toute la journée',
  17. moreLinkText: 'en plus',
  18. noEventsText: 'Aucun événement à afficher',
  19. };
  20. return frCa;
  21. }());