
Zapatec.Calendar._DN = new Array
("Dimanche",
 "Lundi",
 "Mardi",
 "Mercredi",
 "Jeudi",
 "Vendredi",
 "Samedi",
 "Dimanche");


Zapatec.Calendar._SDN = new Array
("Dim",
 "Lun",
 "Mar",
 "Mar",
 "Jeu",
 "Ven",
 "Sam",
 "Dim");

Zapatec.Calendar._MN = new Array
("Janvier",
 "Fevrier",
 "Mars",
 "Avril",
 "Mai",
 "Juin",
 "Juillet",
 "Aout",
 "Septembre",
 "Octobre",
 "Novembre",
 "Decembre");


Zapatec.Calendar._SMN = new Array
("Jan",
 "Fev",
 "Mar",
 "Avr",
 "Mai",
 "Juin",
 "Juil",
 "Aout",
 "Sep",
 "Oct",
 "Nov",
 "Dec");


Zapatec.Calendar._TT_fr = Zapatec.Calendar._TT = {};
Zapatec.Calendar._TT["INFO"] = "A propos du calendrier";

Zapatec.Calendar._TT["ABOUT"] =
"DHTML Date/Heure Selecteur\n" +
"(c) zapatec.com 2002-2007\n" + // don't translate this this ;-)
"Pour la derniere version visitez : http://www.zapatec.com\n" +
"This translation distributed under GNU LGPL.  See http://gnu.org/licenses/lgpl.html for details." +
"\n\n" +
"Selection de la date :\n" +
"- Utiliser les bouttons \xab, \xbb  pour selectionner l'annee\n" +
"- Utiliser les bouttons " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " pour selectionner les mois\n" +
"- Garder la souris sur n'importe quels boutons pour une selection plus rapide";
Zapatec.Calendar._TT["ABOUT_TIME"] = "\n\n" +
"Selection de l'heure :\n" +
"- Cliquer sur heures ou minutes pour incrementer\n" +
"- ou Maj-clic pour decrementer\n" +
"- ou clic et glisser-deplacer pour une selection plus rapide";

Zapatec.Calendar._TT["PREV_YEAR"] = "Annee prec. (maintenir pour menu)";
Zapatec.Calendar._TT["PREV_MONTH"] = "Mois prec. (maintenir pour menu)";
Zapatec.Calendar._TT["GO_TODAY"] = "Atteindre la date du jour";
Zapatec.Calendar._TT["NEXT_MONTH"] = "Mois suiv. (maintenir pour menu)";
Zapatec.Calendar._TT["NEXT_YEAR"] = "Annee suiv. (maintenir pour menu)";
Zapatec.Calendar._TT["SEL_DATE"] = "Selectionner une date";
Zapatec.Calendar._TT["DRAG_TO_MOVE"] = "Deplacer";
Zapatec.Calendar._TT["PART_TODAY"] = " (Aujourd'hui)";


Zapatec.Calendar._TT["DAY_FIRST"] = "Afficher %s en premier";


Zapatec.Calendar._TT["WEEKEND"] = "0,6";

Zapatec.Calendar._TT["CLOSE"] = "Fermer";
Zapatec.Calendar._TT["TODAY"] = "Aujourd'hui";
Zapatec.Calendar._TT["TIME_PART"] = "(Maj-)Clic ou glisser pour modifier la valeur";

// date formats
Zapatec.Calendar._TT["DEF_DATE_FORMAT"] = "%d/%m/%Y";
Zapatec.Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e";

Zapatec.Calendar._TT["WK"] = "Sem.";
Zapatec.Calendar._TT["TIME"] = "Heure :";

/* Preserve data */
	if(Zapatec.Calendar._DN) Zapatec.Calendar._TT._DN = Zapatec.Calendar._DN;
	if(Zapatec.Calendar._SDN) Zapatec.Calendar._TT._SDN = Zapatec.Calendar._SDN;
	if(Zapatec.Calendar._SDN_len) Zapatec.Calendar._TT._SDN_len = Zapatec.Calendar._SDN_len;
	if(Zapatec.Calendar._MN) Zapatec.Calendar._TT._MN = Zapatec.Calendar._MN;
	if(Zapatec.Calendar._SMN) Zapatec.Calendar._TT._SMN = Zapatec.Calendar._SMN;
	if(Zapatec.Calendar._SMN_len) Zapatec.Calendar._TT._SMN_len = Zapatec.Calendar._SMN_len;
	Zapatec.Calendar._DN = Zapatec.Calendar._SDN = Zapatec.Calendar._SDN_len = Zapatec.Calendar._MN = Zapatec.Calendar._SMN = Zapatec.Calendar._SMN_len = null
