]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/blog/jscalendar/lang/calendar-bg.js
Update jscalendar to 1.0
[SourceForge/phpwiki.git] / themes / blog / jscalendar / lang / calendar-bg.js
1 // ** I18N\r
2 \r
3 // Calendar BG language\r
4 // Author: Mihai Bazon, <mihai_bazon@yahoo.com>\r
5 // Translator: Valentin Sheiretsky, <valio@valio.eu.org>\r
6 // Encoding: Windows-1251\r
7 // Distributed under the same terms as the calendar itself.\r
8 \r
9 // For translators: please use UTF-8 if possible.  We strongly believe that\r
10 // Unicode is the answer to a real internationalized world.  Also please\r
11 // include your contact information in the header, as can be seen above.\r
12 \r
13 // full day names\r
14 Calendar._DN = new Array\r
15 ("Íåäåëÿ",\r
16  "Ïîíåäåëíèê",\r
17  "Âòîðíèê",\r
18  "Ñðÿäà",\r
19  "×åòâúðòúê",\r
20  "Ïåòúê",\r
21  "Ñúáîòà",\r
22  "Íåäåëÿ");\r
23 \r
24 // Please note that the following array of short day names (and the same goes\r
25 // for short month names, _SMN) isn't absolutely necessary.  We give it here\r
26 // for exemplification on how one can customize the short day names, but if\r
27 // they are simply the first N letters of the full name you can simply say:\r
28 //\r
29 //   Calendar._SDN_len = N; // short day name length\r
30 //   Calendar._SMN_len = N; // short month name length\r
31 //\r
32 // If N = 3 then this is not needed either since we assume a value of 3 if not\r
33 // present, to be compatible with translation files that were written before\r
34 // this feature.\r
35 \r
36 // short day names\r
37 Calendar._SDN = new Array\r
38 ("Íåä",\r
39  "Ïîí",\r
40  "Âòî",\r
41  "Ñðÿ",\r
42  "×åò",\r
43  "Ïåò",\r
44  "Ñúá",\r
45  "Íåä");\r
46 \r
47 // full month names\r
48 Calendar._MN = new Array\r
49 ("ßíóàðè",\r
50  "Ôåâðóàðè",\r
51  "Ìàðò",\r
52  "Àïðèë",\r
53  "Ìàé",\r
54  "Þíè",\r
55  "Þëè",\r
56  "Àâãóñò",\r
57  "Ñåïòåìâðè",\r
58  "Îêòîìâðè",\r
59  "Íîåìâðè",\r
60  "Äåêåìâðè");\r
61 \r
62 // short month names\r
63 Calendar._SMN = new Array\r
64 ("ßíó",\r
65  "Ôåâ",\r
66  "Ìàð",\r
67  "Àïð",\r
68  "Ìàé",\r
69  "Þíè",\r
70  "Þëè",\r
71  "Àâã",\r
72  "Ñåï",\r
73  "Îêò",\r
74  "Íîå",\r
75  "Äåê");\r
76 \r
77 // tooltips\r
78 Calendar._TT = {};\r
79 Calendar._TT["INFO"] = "Èíôîðìàöèÿ çà êàëåíäàðà";\r
80 \r
81 Calendar._TT["ABOUT"] =\r
82 "DHTML Date/Time Selector\n" +\r
83 "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-)\r
84 "For latest version visit: http://www.dynarch.com/projects/calendar/\n" +\r
85 "Distributed under GNU LGPL.  See http://gnu.org/licenses/lgpl.html for details." +\r
86 "\n\n" +\r
87 "Date selection:\n" +\r
88 "- Use the \xab, \xbb buttons to select year\n" +\r
89 "- Use the " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " buttons to select month\n" +\r
90 "- Hold mouse button on any of the above buttons for faster selection.";\r
91 Calendar._TT["ABOUT_TIME"] = "\n\n" +\r
92 "Time selection:\n" +\r
93 "- Click on any of the time parts to increase it\n" +\r
94 "- or Shift-click to decrease it\n" +\r
95 "- or click and drag for faster selection.";\r
96 \r
97 Calendar._TT["PREV_YEAR"] = "Ïðåäíà ãîäèíà (çàäðúæòå çà ìåíþ)";\r
98 Calendar._TT["PREV_MONTH"] = "Ïðåäåí ìåñåö (çàäðúæòå çà ìåíþ)";\r
99 Calendar._TT["GO_TODAY"] = "Èçáåðåòå äíåñ";\r
100 Calendar._TT["NEXT_MONTH"] = "Ñëåäâàù ìåñåö (çàäðúæòå çà ìåíþ)";\r
101 Calendar._TT["NEXT_YEAR"] = "Ñëåäâàùà ãîäèíà (çàäðúæòå çà ìåíþ)";\r
102 Calendar._TT["SEL_DATE"] = "Èçáåðåòå äàòà";\r
103 Calendar._TT["DRAG_TO_MOVE"] = "Ïðåìåñòâàíå";\r
104 Calendar._TT["PART_TODAY"] = " (äíåñ)";\r
105 \r
106 // the following is to inform that "%s" is to be the first day of week\r
107 // %s will be replaced with the day name.\r
108 Calendar._TT["DAY_FIRST"] = "%s êàòî ïúðâè äåí";\r
109 \r
110 // This may be locale-dependent.  It specifies the week-end days, as an array\r
111 // of comma-separated numbers.  The numbers are from 0 to 6: 0 means Sunday, 1\r
112 // means Monday, etc.\r
113 Calendar._TT["WEEKEND"] = "0,6";\r
114 \r
115 Calendar._TT["CLOSE"] = "Çàòâîðåòå";\r
116 Calendar._TT["TODAY"] = "Äíåñ";\r
117 Calendar._TT["TIME_PART"] = "(Shift-)Click èëè drag çà äà ïðîìåíèòå ñòîéíîñòòà";\r
118 \r
119 // date formats\r
120 Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d";\r
121 Calendar._TT["TT_DATE_FORMAT"] = "%A - %e %B %Y";\r
122 \r
123 Calendar._TT["WK"] = "Ñåäì";\r
124 Calendar._TT["TIME"] = "×àñ:";\r