OSDN Git Service

add Redmine trunk rev 3089
[redminele/redminele.git] / redmine / public / javascripts / calendar / lang / calendar-sr.js
1 // ** I18N\r
2 \r
3 // Calendar SR language\r
4 // Author: Dragan Matic, <kkid@panforma.co.yu>\r
5 // Encoding: any\r
6 // Distributed under the same terms as the calendar itself.\r
7 \r
8 // For translators: please use UTF-8 if possible.  We strongly believe that\r
9 // Unicode is the answer to a real internationalized world.  Also please\r
10 // include your contact information in the header, as can be seen above.\r
11 \r
12 // full day names\r
13 Calendar._DN = new Array\r
14 ("Nedelja",\r
15  "Ponedeljak",\r
16  "Utorak",\r
17  "Sreda",\r
18  "Četvrtak",\r
19  "Petak",\r
20  "Subota",\r
21  "Nedelja");\r
22 \r
23 // Please note that the following array of short day names (and the same goes\r
24 // for short month names, _SMN) isn't absolutely necessary.  We give it here\r
25 // for exemplification on how one can customize the short day names, but if\r
26 // they are simply the first N letters of the full name you can simply say:\r
27 //\r
28 //   Calendar._SDN_len = N; // short day name length\r
29 //   Calendar._SMN_len = N; // short month name length\r
30 //\r
31 // If N = 3 then this is not needed either since we assume a value of 3 if not\r
32 // present, to be compatible with translation files that were written before\r
33 // this feature.\r
34 \r
35 // short day names\r
36 Calendar._SDN = new Array\r
37 ("Ned",\r
38  "Pon",\r
39  "Uto",\r
40  "Sre",\r
41  "Čet",\r
42  "Pet",\r
43  "Sub",\r
44  "Ned");\r
45 \r
46 // First day of the week. "0" means display Sunday first, "1" means display\r
47 // Monday first, etc.\r
48 Calendar._FD = 0;\r
49 \r
50 // full month names\r
51 Calendar._MN = new Array\r
52 ("Januar",\r
53  "Februar",\r
54  "Mart",\r
55  "April",\r
56  "Maj",\r
57  "Jun",\r
58  "Jul",\r
59  "Avgust",\r
60  "Septembar",\r
61  "Oktobar",\r
62  "Novembar",\r
63  "Decembar");\r
64 \r
65 // short month names\r
66 Calendar._SMN = new Array\r
67 ("Jan",\r
68  "Feb",\r
69  "Mar",\r
70  "Apr",\r
71  "Maj",\r
72  "Jun",\r
73  "Jul",\r
74  "Avg",\r
75  "Sep",\r
76  "Okt",\r
77  "Nov",\r
78  "Dec");\r
79 \r
80 // tooltips\r
81 Calendar._TT = {};\r
82 Calendar._TT["INFO"] = "O kalendaru";\r
83 \r
84 Calendar._TT["ABOUT"] =\r
85 "DHTML Date/Time Selector\n" +\r
86 "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-)\r
87 "For latest version visit: http://www.dynarch.com/projects/calendar/\n" +\r
88 "Distributed under GNU LGPL.  See http://gnu.org/licenses/lgpl.html for details." +\r
89 "\n\n" +\r
90 "Date selection:\n" +\r
91 "- Use the \xab, \xbb buttons to select year\n" +\r
92 "- Use the " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " buttons to select month\n" +\r
93 "- Hold mouse button on any of the above buttons for faster selection.";\r
94 Calendar._TT["ABOUT_TIME"] = "\n\n" +\r
95 "Time selection:\n" +\r
96 "- Click on any of the time parts to increase it\n" +\r
97 "- or Shift-click to decrease it\n" +\r
98 "- or click and drag for faster selection.";\r
99 \r
100 Calendar._TT["PREV_YEAR"] = "Preth. godina (hold for menu)";\r
101 Calendar._TT["PREV_MONTH"] = "Preth. mesec (hold for menu)";\r
102 Calendar._TT["GO_TODAY"] = "Na današnji dan";\r
103 Calendar._TT["NEXT_MONTH"] = "Naredni mesec (hold for menu)";\r
104 Calendar._TT["NEXT_YEAR"] = "Naredna godina (hold for menu)";\r
105 Calendar._TT["SEL_DATE"] = "Izbor datuma";\r
106 Calendar._TT["DRAG_TO_MOVE"] = "Prevucite za izmenu";\r
107 Calendar._TT["PART_TODAY"] = " (danas)";\r
108 \r
109 // the following is to inform that "%s" is to be the first day of week\r
110 // %s will be replaced with the day name.\r
111 Calendar._TT["DAY_FIRST"] = "Prikazi %s prvo";\r
112 \r
113 // This may be locale-dependent.  It specifies the week-end days, as an array\r
114 // of comma-separated numbers.  The numbers are from 0 to 6: 0 means Sunday, 1\r
115 // means Monday, etc.\r
116 Calendar._TT["WEEKEND"] = "0,6";\r
117 \r
118 Calendar._TT["CLOSE"] = "Close";\r
119 Calendar._TT["TODAY"] = "Danas";\r
120 Calendar._TT["TIME_PART"] = "(Shift-)Klik ili prevlačenje za izmenu vrednosti";\r
121 \r
122 // date formats\r
123 Calendar._TT["DEF_DATE_FORMAT"] = "%d-%m-%Y";\r
124 Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e";\r
125 \r
126 Calendar._TT["WK"] = "wk";\r
127 Calendar._TT["TIME"] = "Vreme:";\r