Revision 832
Added by thorn over 16 years ago
calendar-fr.js | ||
---|---|---|
48 | 48 |
// full month names |
49 | 49 |
Calendar._MN = new Array |
50 | 50 |
("Janvier", |
51 |
"F?vrier",
|
|
51 |
"F\u00e9vrier",
|
|
52 | 52 |
"Mars", |
53 | 53 |
"Avril", |
54 | 54 |
"Mai", |
55 | 55 |
"Juin", |
56 | 56 |
"Juillet", |
57 |
"Ao?t",
|
|
57 |
"Ao\u00fbt",
|
|
58 | 58 |
"Septembre", |
59 | 59 |
"Octobre", |
60 | 60 |
"Novembre", |
61 |
"D?cembre");
|
|
61 |
"D\u00e9cembre");
|
|
62 | 62 |
|
63 | 63 |
// short month names |
64 | 64 |
Calendar._SMN = new Array |
... | ... | |
83 | 83 |
"DHTML Date/Heure Selecteur\n" + |
84 | 84 |
"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) |
85 | 85 |
"Pour la derniere version visitez : http://www.dynarch.com/projects/calendar/\n" + |
86 |
"Distribu? par GNU LGPL. Voir http://gnu.org/licenses/lgpl.html pour les details." +
|
|
86 |
"Distribu\u00e9 par GNU LGPL. Voir http://gnu.org/licenses/lgpl.html pour les details." +
|
|
87 | 87 |
"\n\n" + |
88 | 88 |
"Selection de la date :\n" + |
89 | 89 |
"- Utiliser les bouttons \xab, \xbb pour selectionner l\'annee\n" + |
... | ... | |
95 | 95 |
"- ou Maj-clic pour decrementer\n" + |
96 | 96 |
"- ou clic et glisser-deplacer pour une selection plus rapide"; |
97 | 97 |
|
98 |
Calendar._TT["PREV_YEAR"] = "Ann?e pr?c. (maintenir pour menu)";
|
|
99 |
Calendar._TT["PREV_MONTH"] = "Mois pr?c. (maintenir pour menu)";
|
|
98 |
Calendar._TT["PREV_YEAR"] = "Ann\u00e9e pr\u00e9c. (maintenir pour menu)";
|
|
99 |
Calendar._TT["PREV_MONTH"] = "Mois pr\u00e9c. (maintenir pour menu)";
|
|
100 | 100 |
Calendar._TT["GO_TODAY"] = "Atteindre la date du jour"; |
101 | 101 |
Calendar._TT["NEXT_MONTH"] = "Mois suiv. (maintenir pour menu)"; |
102 |
Calendar._TT["NEXT_YEAR"] = "Ann?e suiv. (maintenir pour menu)";
|
|
103 |
Calendar._TT["SEL_DATE"] = "S?lectionner une date";
|
|
104 |
Calendar._TT["DRAG_TO_MOVE"] = "D?placer";
|
|
102 |
Calendar._TT["NEXT_YEAR"] = "Ann\u00e9e suiv. (maintenir pour menu)";
|
|
103 |
Calendar._TT["SEL_DATE"] = "S\u00e9lectionner une date";
|
|
104 |
Calendar._TT["DRAG_TO_MOVE"] = "D\u00e9placer";
|
|
105 | 105 |
Calendar._TT["PART_TODAY"] = " (Aujourd'hui)"; |
106 | 106 |
|
107 | 107 |
// the following is to inform that "%s" is to be the first day of week |
Also available in: Unified diff
fixed jscalendar's language-files