/*
 *
 * Copyright (c) 2004-2005 by Zapatec, Inc.
 * http://www.zapatec.com
 * 1700 MLK Way, Berkeley, California,
 * 94709, U.S.A.
 * All rights reserved.
 *
 *
 */

Zapatec.Calendar._DN=new Array
("Neděle","Pondělí","Úterý","Středa","Čtvrtek","Pátek","Sobota","Nědele");
Zapatec.Calendar._SDN=new Array("Ne","Po","Út","St","Čt","Pá","So","Ne");
Zapatec.Calendar._FD=0;
Zapatec.Calendar._MN=new Array("Leden","Únor","Březen","Duben","Květen","Červen","Červenec","Srpen","Září","Říjen","Listopad","Prosinec");
Zapatec.Calendar._SMN=new Array("Le","Ún","Bř","Du","Kv","Če","Čc","Sr","Zá","Ří","Li","Pr");
Zapatec.Calendar._TT_en=Zapatec.Calendar._TT={};Zapatec.Calendar._TT["INFO"]="O kalendáři";
Zapatec.Calendar._TT["ABOUT"]="DHTML Date/Time Selector\n"+
"(c) zapatec.com 2002-2007\n"+"Pro poslední verzi navštivte: http://www.zapatec.com/\n"+
"\n\n"+"Vybírání data:\n"+"- Použij tlačítka \xab, \xbb pro vybrání roku\n"+
"- Použij tlačítka "+String.fromCharCode(0x2039)+", "+String.fromCharCode(0x203a)+" pro vybrání měsíce\n"+
"- Podrž tlačítko myši nad jakýmkoliv tlačítkem pro rychlejší výběr.";
Zapatec.Calendar._TT["ABOUT_TIME"]="\n\n"+"Výběr času:\n"+"- Klikni na jakoukoliv část času pro její zvětšení\n"+
"- nebo klikni a drž Shift pro její snížení\n"+"- nebo klikni a popotáhni pro rychlejší výběr.";
Zapatec.Calendar._TT["PREV_YEAR"]="Minulý rok (stiskni a drž pro menu)";
Zapatec.Calendar._TT["PREV_MONTH"]="Minulý měsíc (stiskni a drž pro menu)";
Zapatec.Calendar._TT["GO_TODAY"]="Přejdi na dnešek (stiskni a drž pro menu)";
Zapatec.Calendar._TT["NEXT_MONTH"]="Další měsíc (stiskni a drž pro menu)";
Zapatec.Calendar._TT["NEXT_YEAR"]="Další rok (stiskni a drž pro menu)";
Zapatec.Calendar._TT["SEL_DATE"]="Vyber datum";
Zapatec.Calendar._TT["DRAG_TO_MOVE"]="Popotáhnutím přesuň";
Zapatec.Calendar._TT["PART_TODAY"]=" (dnes)";
Zapatec.Calendar._TT["DAY_FIRST"]="Display %s first";
Zapatec.Calendar._TT["WEEKEND"]="0,6";
Zapatec.Calendar._TT["CLOSE"]="Zavřít";
Zapatec.Calendar._TT["TODAY"]="Dnešek";
Zapatec.Calendar._TT["TIME_PART"]="(Shift-)Klikni nebo potáhni pro změnu";
Zapatec.Calendar._TT["DEF_DATE_FORMAT"]="%Y-%m-%d";
Zapatec.Calendar._TT["TT_DATE_FORMAT"]="%a, %b %e";
Zapatec.Calendar._TT["WK"]="tn";
Zapatec.Calendar._TT["TIME"]="Čas:";
Zapatec.Calendar._TT["E_RANGE"]="Mimo rozsah";
Zapatec.Calendar._TT._AMPM={am:"dop",pm:"odp"};
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

