UNPKG

489 BJavaScriptView Raw
1FullCalendar.globalLocales.push(function () {
2 'use strict';
3
4 var frCa = {
5 code: "fr",
6 buttonText: {
7 prev: "Pr\xE9c\xE9dent",
8 next: "Suivant",
9 today: "Aujourd'hui",
10 year: "Ann\xE9e",
11 month: "Mois",
12 week: "Semaine",
13 day: "Jour",
14 list: "Mon planning"
15 },
16 weekText: "Sem.",
17 allDayText: "Toute la journ\xE9e",
18 moreLinkText: "en plus",
19 noEventsText: "Aucun \xE9v\xE9nement \xE0 afficher"
20 };
21
22 return frCa;
23
24}());