﻿Zapatec.Calendar._DN = new Array
("Domingo",
 "Segunda",
 "Terça",
 "Quarta",
 "Quinta",
 "Sexta",
 "Sabádo",
 "Domingo");

Zapatec.Calendar._MN = new Array
("Janeiro",
 "Fevereiro",
 "Março",
 "Abril",
 "Maio",
 "Junho",
 "Julho",
 "Agosto",
 "Setembro",
 "Outubro",
 "Novembro",
 "Dezembro");

Zapatec.Calendar._TT_br = Zapatec.Calendar._TT = {};
Zapatec.Calendar._TT["INFO"] = "Sobre o calendário";

Zapatec.Calendar._TT["ABOUT"] =
"Selecionar data:\n" +
"- Use as teclas \xab, \xbb para selecionar o ano\n" +
"- Use as teclas " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " para selecionar o mês\n" +
"- Clique e segure com o mouse em qualquer botão para selecionar rapidamente.";

Zapatec.Calendar._TT["ABOUT_TIME"] = "\n\n" +
"Selecionar hora:\n" +
"- Clique em qualquer uma das partes da hora para aumentar\n" +
"- ou Shift-clique para diminuir\n" +
"- ou clique e arraste para selecionar rapidamente.";

Zapatec.Calendar._TT["PREV_YEAR"] = "Ano anterior";
Zapatec.Calendar._TT["PREV_MONTH"] = "Mês anterior";
Zapatec.Calendar._TT["GO_TODAY"] = "Ir para a data atual";
Zapatec.Calendar._TT["NEXT_MONTH"] = "Próximo mês";
Zapatec.Calendar._TT["NEXT_YEAR"] = "Próximo ano";
Zapatec.Calendar._TT["SEL_DATE"] = "Selecione uma data";
Zapatec.Calendar._TT["DRAG_TO_MOVE"] = "segure para mover";
Zapatec.Calendar._TT["PART_TODAY"] = " (hoje)";

// the following is to inform that "%s" is to be the first day of week
// %s will be replaced with the day name.
Zapatec.Calendar._TT["DAY_FIRST"] = "Exibir %s primeiro";

// This may be locale-dependent.  It specifies the week-end days, as an array
// of comma-separated numbers.  The numbers are from 0 to 6: 0 means Sunday, 1
// means Monday, etc.
Zapatec.Calendar._TT["WEEKEND"] = "0,6";

Zapatec.Calendar._TT["CLOSE"] = "Fechar";
Zapatec.Calendar._TT["TODAY"] = "Hoje";
Zapatec.Calendar._TT["TIME_PART"] = "(Shift-)Clique ou arraste para mudar o valor";

// date formats
Zapatec.Calendar._TT["DEF_DATE_FORMAT"] = "%d/%m/%Y";
Zapatec.Calendar._TT["TT_DATE_FORMAT"] = "%d de %B de %Y";

Zapatec.Calendar._TT["WK"] = "sem";
Zapatec.Calendar._TT["TIME"] = "Hora:";


/* 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
