Fix calendar sidebar issue - changed holder from 'contentholder' to 'sidebarholder'
[elgg.git] / _calendar / jscalendar / lang / calendar-big5-utf8.js
blob3b6df42ae4c284c8502047ede3e58da56f4fc754
1 // ** I18N\r
2 \r
3 // Calendar big5-utf8 language\r
4 // Author: Gary Fu, <gary@garyfu.idv.tw>\r
5 // Encoding: utf8\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 ("星期日",\r
15  "星期一",\r
16  "星期二",\r
17  "星期三",\r
18  "星期四",\r
19  "星期五",\r
20  "星期六",\r
21  "星期日");\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
35 // short day names\r
36 Calendar._SDN = new Array\r
37 ("日",\r
38  "一",\r
39  "二",\r
40  "三",\r
41  "四",\r
42  "五",\r
43  "六",\r
44  "日");\r
46 // full month names\r
47 Calendar._MN = new Array\r
48 ("一月",\r
49  "二月",\r
50  "三月",\r
51  "四月",\r
52  "五月",\r
53  "六月",\r
54  "七月",\r
55  "八月",\r
56  "九月",\r
57  "十月",\r
58  "十一月",\r
59  "十二月");\r
61 // short month names\r
62 Calendar._SMN = new Array\r
63 ("一月",\r
64  "二月",\r
65  "三月",\r
66  "四月",\r
67  "五月",\r
68  "六月",\r
69  "七月",\r
70  "八月",\r
71  "九月",\r
72  "十月",\r
73  "十一月",\r
74  "十二月");\r
76 // tooltips\r
77 Calendar._TT = {};\r
78 Calendar._TT["INFO"] = "關於";\r
80 Calendar._TT["ABOUT"] =\r
81 "DHTML Date/Time Selector\n" +\r
82 "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-)\r
83 "For latest version visit: http://www.dynarch.com/projects/calendar/\n" +\r
84 "Distributed under GNU LGPL.  See http://gnu.org/licenses/lgpl.html for details." +\r
85 "\n\n" +\r
86 "日期選擇方法:\n" +\r
87 "- 使用 \xab, \xbb 按鈕可選擇年份\n" +\r
88 "- 使用 " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " 按鈕可選擇月份\n" +\r
89 "- 按住上面的按鈕可以加快選取";\r
90 Calendar._TT["ABOUT_TIME"] = "\n\n" +\r
91 "時間選擇方法:\n" +\r
92 "- 點擊任何的時間部份可增加其值\n" +\r
93 "- 同時按Shift鍵再點擊可減少其值\n" +\r
94 "- 點擊並拖曳可加快改變的值";\r
96 Calendar._TT["PREV_YEAR"] = "上一年 (按住選單)";\r
97 Calendar._TT["PREV_MONTH"] = "下一年 (按住選單)";\r
98 Calendar._TT["GO_TODAY"] = "到今日";\r
99 Calendar._TT["NEXT_MONTH"] = "上一月 (按住選單)";\r
100 Calendar._TT["NEXT_YEAR"] = "下一月 (按住選單)";\r
101 Calendar._TT["SEL_DATE"] = "選擇日期";\r
102 Calendar._TT["DRAG_TO_MOVE"] = "拖曳";\r
103 Calendar._TT["PART_TODAY"] = " (今日)";\r
105 // the following is to inform that "%s" is to be the first day of week\r
106 // %s will be replaced with the day name.\r
107 Calendar._TT["DAY_FIRST"] = "將 %s 顯示在前";\r
109 // This may be locale-dependent.  It specifies the week-end days, as an array\r
110 // of comma-separated numbers.  The numbers are from 0 to 6: 0 means Sunday, 1\r
111 // means Monday, etc.\r
112 Calendar._TT["WEEKEND"] = "0,6";\r
114 Calendar._TT["CLOSE"] = "關閉";\r
115 Calendar._TT["TODAY"] = "今日";\r
116 Calendar._TT["TIME_PART"] = "點擊or拖曳可改變時間(同時按Shift為減)";\r
118 // date formats\r
119 Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d";\r
120 Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e";\r
122 Calendar._TT["WK"] = "週";\r
123 Calendar._TT["TIME"] = "Time:";\r