]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - jscalendar/lang/calendar-fr.js
Add .gitignore
[Github/sugarcrm.git] / jscalendar / lang / calendar-fr.js
1 /*
2
3 Modification information for LGPL compliance
4
5 r58364 - 2010-09-29 22:39:05 -0700 (Wed, 29 Sep 2010) - kjing - Author: Stanislav Malyshev <smalyshev@gmail.com>
6     Fix languages in JS calendar
7
8 r56990 - 2010-06-16 13:05:36 -0700 (Wed, 16 Jun 2010) - kjing - snapshot "Mango" svn branch to a new one for GitHub sync
9
10 r56989 - 2010-06-16 13:01:33 -0700 (Wed, 16 Jun 2010) - kjing - defunt "Mango" svn dev branch before github cutover
11
12 r55980 - 2010-04-19 13:31:28 -0700 (Mon, 19 Apr 2010) - kjing - create Mango (6.1) based on windex
13
14 r51719 - 2009-10-22 10:18:00 -0700 (Thu, 22 Oct 2009) - mitani - Converted to Build 3  tags and updated the build system 
15
16 r51634 - 2009-10-19 13:32:22 -0700 (Mon, 19 Oct 2009) - mitani - Windex is the branch for Sugar Sales 1.0 development
17
18 r50375 - 2009-08-24 18:07:43 -0700 (Mon, 24 Aug 2009) - dwong - branch kobe2 from tokyo r50372
19
20 r48025 - 2009-06-03 21:56:58 -0700 (Wed, 03 Jun 2009) - weidong - 27345, change the langfiles to be utf-8 no BOM
21
22 r42807 - 2008-12-29 11:16:59 -0800 (Mon, 29 Dec 2008) - dwong - Branch from trunk/sugarcrm r42806 to branches/tokyo/sugarcrm
23
24 r30416 - 2007-12-12 16:11:11 -0800 (Wed, 12 Dec 2007) - max - Updated french calendar language pack from Synolia.
25
26 r550 - 2004-09-03 15:39:17 -0700 (Fri, 03 Sep 2004) - jostrow - Calendar feature
27
28
29 */
30
31 // ** I18N
32
33 // For translators: please use UTF-8 if possible.  We strongly believe that
34 // Unicode is the answer to a real internationalized world.  Also please
35 // include your contact information in the header, as can be seen above.
36
37 // full day names
38 Calendar._DN = new Array
39 ("Dimanche",
40  "Lundi",
41  "Mardi",
42  "Mercredi",
43  "Jeudi",
44  "Vendredi",
45  "Samedi",
46  "Dimanche");
47
48 // Please note that the following array of short day names (and the same goes
49 // for short month names, _SMN) isn't absolutely necessary.  We give it here
50 // for exemplification on how one can customize the short day names, but if
51 // they are simply the first N letters of the full name you can simply say:
52 //
53 //   Calendar._SDN_len = N; // short day name length
54 //   Calendar._SMN_len = N; // short month name length
55 //
56 // If N = 3 then this is not needed either since we assume a value of 3 if not
57 // present, to be compatible with translation files that were written before
58 // this feature.
59
60 // short day names
61 Calendar._SDN = new Array
62 ("Dim",
63  "Lun",
64  "Mar",
65  "Mer",
66  "Jeu",
67  "Ven",
68  "Sam",
69  "Dim");
70  
71 // First day of the week. "0" means display Sunday first, "1" means display
72 // Monday first, etc.
73 Calendar._FD = 1;
74  
75 // full month names
76 Calendar._MN = new Array
77 ("Janvier",
78  "Février",
79  "Mars",
80  "Avril",
81  "Mai",
82  "Juin",
83  "Juillet",
84  "Août",
85  "Septembre",
86  "Octobre",
87  "Novembre",
88  "Décembre");
89
90 // short month names
91 Calendar._SMN = new Array
92 ("Jan",
93  "Fév",
94  "Mar",
95  "Avr",
96  "Mai",
97  "Juin",
98  "Juil",
99  "Août",
100  "Sep",
101  "Oct",
102  "Nov",
103  "Déc");
104
105 // tooltips
106 if(Calendar._TT == undefined) Calendar._TT = {};
107 Calendar._TT["INFO"] = "A propos du calendrier";
108
109 Calendar._TT["ABOUT"] =
110 "DHTML Date/Heure Selecteur\n" +
111 "(c) dynarch.com 2002-2003\n" + // don't translate this ;-)
112 "Pour la derniere version visitez: http://dynarch.com/mishoo/calendar.epl\n" +
113 "Distribue par GNU LGPL.  Voir http://gnu.org/licenses/lgpl.html pour les details." +
114 "\n\n" +
115 "Selection de la date :\n" +
116 "- Utiliser les boutons \xab, \xbb  pour sélectionner l\'année\n" +
117 "- Utiliser les boutons " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " pour selectionner les mois\n" +
118 "- Garder la souris sur n'importe quel bouton pour une sélection plus rapide";
119 Calendar._TT["ABOUT_TIME"] = "\n\n" +
120 "Sélection de l\'heure:\n" +
121 "- Cliquer sur heures ou minutes pour incrémenter\n" +
122 "- ou Maj-clic pour décrémenter\n" +
123 "- ou clic et glisser déplacer pour une sélection plus rapide";
124
125 Calendar._TT["PREV_YEAR"] = "Année préc. (maintenir pour menu)";
126 Calendar._TT["PREV_MONTH"] = "Mois préc. (maintenir pour menu)";
127 Calendar._TT["GO_TODAY"] = "Atteindre date du jour";
128 Calendar._TT["NEXT_MONTH"] = "Mois suiv. (maintenir pour menu)";
129 Calendar._TT["NEXT_YEAR"] = "Année suiv. (maintenir pour menu)";
130 Calendar._TT["SEL_DATE"] = "Choisir une date";
131 Calendar._TT["DRAG_TO_MOVE"] = "Déplacer";
132 Calendar._TT["PART_TODAY"] = " (Aujourd'hui)";
133
134 // the following is to inform that "%s" is to be the first day of week
135 // %s will be replaced with the day name.
136 Calendar._TT["DAY_FIRST"] = "%s en premier";
137
138 // This may be locale-dependent.  It specifies the week-end days, as an array
139 // of comma-separated numbers.  The numbers are from 0 to 6: 0 means Sunday, 1
140 // means Monday, etc.
141 Calendar._TT["WEEKEND"] = "0,6";
142
143 Calendar._TT["CLOSE"] = "Fermer";
144 Calendar._TT["TODAY"] = "Aujourd'hui";
145 Calendar._TT["TIME_PART"] = "(Shift-)Click ou deplacer pour changer la valeur";
146
147 // date formats
148 Calendar._TT["DEF_DATE_FORMAT"] = "%d-%m-%y";
149 Calendar._TT["TT_DATE_FORMAT"] = " %A %e %B %Y";
150
151 Calendar._TT["WK"] = "sem";
152 Calendar._TT["TIME"] = "Heure:";