]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/blog/jscalendar/lang/calendar-cs-win.js
jscalendar: remove useless files
[SourceForge/phpwiki.git] / themes / blog / jscalendar / lang / calendar-cs-win.js
1 /* 
2         calendar-cs-win.js
3         language: Czech
4         encoding: windows-1250
5         author: Lubos Jerabek (xnet@seznam.cz)
6                 Jan Uhlir (espinosa@centrum.cz)
7 */
8
9 // ** I18N
10 Calendar._DN  = new Array('Nedìle','Pondìlí','Úterý','Støeda','Ètvrtek','Pátek','Sobota','Nedìle');
11 Calendar._SDN = new Array('Ne','Po','Út','St','Èt','Pá','So','Ne');
12 Calendar._MN  = new Array('Leden','Únor','Bøezen','Duben','Kvìten','Èerven','Èervenec','Srpen','Záøí','Øíjen','Listopad','Prosinec');
13 Calendar._SMN = new Array('Led','Úno','Bøe','Dub','Kvì','Èrv','Èvc','Srp','Záø','Øíj','Lis','Pro');
14
15 // tooltips
16 Calendar._TT = {};
17 Calendar._TT["INFO"] = "O komponentì kalendáø";
18 Calendar._TT["TOGGLE"] = "Zmìna prvního dne v týdnu";
19 Calendar._TT["PREV_YEAR"] = "Pøedchozí rok (pøidr\9e pro menu)";
20 Calendar._TT["PREV_MONTH"] = "Pøedchozí mìsíc (pøidr\9e pro menu)";
21 Calendar._TT["GO_TODAY"] = "Dne\9aní datum";
22 Calendar._TT["NEXT_MONTH"] = "Dal\9aí mìsíc (pøidr\9e pro menu)";
23 Calendar._TT["NEXT_YEAR"] = "Dal\9aí rok (pøidr\9e pro menu)";
24 Calendar._TT["SEL_DATE"] = "Vyber datum";
25 Calendar._TT["DRAG_TO_MOVE"] = "Chy\9d a táhni, pro pøesun";
26 Calendar._TT["PART_TODAY"] = " (dnes)";
27 Calendar._TT["MON_FIRST"] = "Uka\9e jako první Pondìlí";
28 //Calendar._TT["SUN_FIRST"] = "Uka\9e jako první Nedìli";
29
30 Calendar._TT["ABOUT"] =
31 "DHTML Date/Time Selector\n" +
32 "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-)
33 "For latest version visit: http://www.dynarch.com/projects/calendar/\n" +
34 "Distributed under GNU LGPL.  See http://gnu.org/licenses/lgpl.html for details." +
35 "\n\n" +
36 "Výbìr datumu:\n" +
37 "- Use the \xab, \xbb buttons to select year\n" +
38 "- Pou\9eijte tlaèítka " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " k výbìru mìsíce\n" +
39 "- Podr\9ete tlaèítko my\9ai na jakémkoliv z tìch tlaèítek pro rychlej\9aí výbìr.";
40
41 Calendar._TT["ABOUT_TIME"] = "\n\n" +
42 "Výbìr èasu:\n" +
43 "- Kliknìte na jakoukoliv z èástí výbìru èasu pro zvý\9aení.\n" +
44 "- nebo Shift-click pro sní\9eení\n" +
45 "- nebo kliknìte a táhnìte pro rychlej\9aí výbìr.";
46
47 // the following is to inform that "%s" is to be the first day of week
48 // %s will be replaced with the day name.
49 Calendar._TT["DAY_FIRST"] = "Zobraz %s první";
50
51 // This may be locale-dependent.  It specifies the week-end days, as an array
52 // of comma-separated numbers.  The numbers are from 0 to 6: 0 means Sunday, 1
53 // means Monday, etc.
54 Calendar._TT["WEEKEND"] = "0,6";
55
56 Calendar._TT["CLOSE"] = "Zavøít";
57 Calendar._TT["TODAY"] = "Dnes";
58 Calendar._TT["TIME_PART"] = "(Shift-)Klikni nebo táhni pro zmìnu hodnoty";
59
60 // date formats
61 Calendar._TT["DEF_DATE_FORMAT"] = "d.m.yy";
62 Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e";
63
64 Calendar._TT["WK"] = "wk";
65 Calendar._TT["TIME"] = "Èas:";