source: schedule/Module/src/js/lang/fr.js@ 17011

Last change on this file since 17011 was 16926, checked in by tanio, 11 years ago
File size: 1.3 KB
Line 
1Calendar.LANG("fr", "Français", {
2
3 fdow: 1, // first day of week for this locale; 0 = Sunday, 1 = Monday, etc.
4
5 goToday : "Aujourd'hui",
6
7 today: "Aujourd'hui", // appears in bottom bar
8
9 wk: "sm.",
10
11 weekend: "0,6", // 0 = Sunday, 1 = Monday, etc.
12
13 AM: "am",
14
15 PM: "pm",
16
17 mn : [ "Janvier",
18 "Février",
19 "Mars",
20 "Avril",
21 "Mai",
22 "Juin",
23 "Juillet",
24 "Août",
25 "Septembre",
26 "Octobre",
27 "Novembre",
28 "Décembre" ],
29
30 smn : [ "Jan",
31 "Fév",
32 "Mar",
33 "Avr",
34 "Mai",
35 "Juin",
36 "Juil",
37 "Aou",
38 "Sep",
39 "Oct",
40 "Nov",
41 "Déc" ],
42
43 dn : [ "Dimanche",
44 "Lundi",
45 "Mardi",
46 "Mercredi",
47 "Jeudi",
48 "Vendredi",
49 "Samedi",
50 "Dimanche" ],
51
52 sdn : [ "Di",
53 "Lu",
54 "Ma",
55 "Me",
56 "Je",
57 "Ve",
58 "Sa",
59 "Di" ]
60
61});
Note: See TracBrowser for help on using the repository browser.