?? calendar-cs.js
字號(hào):
// $Id: calendar-cs.js 6573 2007-03-09 08:36:16Z slip $/* calendar-cs-win.js language: Czech encoding: UTF-8 author: Lubos Jerabek (xnet@seznam.cz) Jan Uhlir (espinosa@centrum.cz)*/// ** I18NZapatec.Calendar._DN = new Array('Neděle','Pondělí','útery','St?eda','?tvrtek','Pátek','Sobota','Neděle');Zapatec.Calendar._SDN = new Array('Ne','Po','út','St','?t','Pá','So','Ne');Zapatec.Calendar._MN = new Array('Leden','únor','B?ezen','Duben','Květen','?erven','?ervenec','Srpen','Zá?í','?íjen','Listopad','Prosinec');Zapatec.Calendar._SMN = new Array('Led','úno','B?e','Dub','Kvě','?rv','?vc','Srp','Zá?','?íj','Lis','Pro');// tooltipsZapatec.Calendar._TT_cs = Zapatec.Calendar._TT = {};Zapatec.Calendar._TT["INFO"] = "O komponentě kalendá?";Zapatec.Calendar._TT["TOGGLE"] = "Změna prvního dne v tydnu";Zapatec.Calendar._TT["PREV_YEAR"] = "P?edchozí rok (p?idr? pro menu)";Zapatec.Calendar._TT["PREV_MONTH"] = "P?edchozí měsíc (p?idr? pro menu)";Zapatec.Calendar._TT["GO_TODAY"] = "Dne?ní datum";Zapatec.Calendar._TT["NEXT_MONTH"] = "Dal?í měsíc (p?idr? pro menu)";Zapatec.Calendar._TT["NEXT_YEAR"] = "Dal?í rok (p?idr? pro menu)";Zapatec.Calendar._TT["SEL_DATE"] = "Vyber datum";Zapatec.Calendar._TT["DRAG_TO_MOVE"] = "Chy? a táhni, pro p?esun";Zapatec.Calendar._TT["PART_TODAY"] = " (dnes)";Zapatec.Calendar._TT["MON_FIRST"] = "Uka? jako první Pondělí";//Zapatec.Calendar._TT["SUN_FIRST"] = "Uka? jako první Neděli";Zapatec.Calendar._TT["ABOUT"] ="DHTML Date/Time Selector\n" +"(c) zapatec.com 2002-2007\n" + // don't translate this this ;-)"For latest version visit: http://www.zapatec.com/\n" +"This translation distributed under GNU LGPL. See http://gnu.org/licenses/lgpl.html for details." +"\n\n" +"Vyběr datumu:\n" +"- Use the \xab, \xbb buttons to select year\n" +"- Pou?ijte tla?ítka " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " k vyběru měsíce\n" +"- Podr?te tla?ítko my?i na jakémkoliv z těch tla?ítek pro rychlej?í vyběr.";Zapatec.Calendar._TT["ABOUT_TIME"] = "\n\n" +"Vyběr ?asu:\n" +"- Klikněte na jakoukoliv z ?ástí vyběru ?asu pro zvy?ení.\n" +"- nebo Shift-click pro sní?ení\n" +"- nebo klikněte a táhněte pro rychlej?í vyběr.";// 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"] = "Zobraz %s první";// 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"] = "Zav?ít";Zapatec.Calendar._TT["TODAY"] = "Dnes";Zapatec.Calendar._TT["TIME_PART"] = "(Shift-)Klikni nebo táhni pro změnu hodnoty";// date formatsZapatec.Calendar._TT["DEF_DATE_FORMAT"] = "d.m.yy";Zapatec.Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e";Zapatec.Calendar._TT["WK"] = "wk";Zapatec.Calendar._TT["TIME"] = "?as:";/* 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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -