1
0

fr-ca.js 878 B

123456789101112131415161718192021222324252627
  1. (function (global, factory) {
  2. typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
  3. typeof define === 'function' && define.amd ? define(factory) :
  4. (global = global || self, (global.FullCalendarLocales = global.FullCalendarLocales || {}, global.FullCalendarLocales['fr-ca'] = factory()));
  5. }(this, function () { 'use strict';
  6. var frCa = {
  7. code: "fr",
  8. buttonText: {
  9. prev: "Précédent",
  10. next: "Suivant",
  11. today: "Aujourd'hui",
  12. year: "Année",
  13. month: "Mois",
  14. week: "Semaine",
  15. day: "Jour",
  16. list: "Mon planning"
  17. },
  18. weekLabel: "Sem.",
  19. allDayHtml: "Toute la<br/>journée",
  20. eventLimitText: "en plus",
  21. noEventsMessage: "Aucun événement à afficher"
  22. };
  23. return frCa;
  24. }));