[ Index ] |
|
Code source de LifeType 1.2.4 |
1 // ** I18N 2 3 // Calendar ZH language 4 // Author: muziq, <muziq@sina.com> 5 // Encoding: GB2312 or GBK 6 // Distributed under the same terms as the calendar itself. 7 8 // full day names 9 Calendar._DN = new Array 10 ("星期日", 11 "星期一", 12 "星期二", 13 "星期三", 14 "星期四", 15 "星期五", 16 "星期å…", 17 "星期日"); 18 19 // Please note that the following array of short day names (and the same goes 20 // for short month names, _SMN) isn't absolutely necessary. We give it here 21 // for exemplification on how one can customize the short day names, but if 22 // they are simply the first N letters of the full name you can simply say: 23 // 24 // Calendar._SDN_len = N; // short day name length 25 // Calendar._SMN_len = N; // short month name length 26 // 27 // If N = 3 then this is not needed either since we assume a value of 3 if not 28 // present, to be compatible with translation files that were written before 29 // this feature. 30 31 // short day names 32 Calendar._SDN = new Array 33 ("æ—¥", 34 "一", 35 "二", 36 "三", 37 "å››", 38 "五", 39 "å…", 40 "æ—¥"); 41 42 // full month names 43 Calendar._MN = new Array 44 ("一月", 45 "二月", 46 "三月", 47 "四月", 48 "五月", 49 "å…æœˆ", 50 "七月", 51 "八月", 52 "乿œˆ", 53 "åæœˆ", 54 "å一月", 55 "å二月"); 56 57 // short month names 58 Calendar._SMN = new Array 59 ("一月", 60 "二月", 61 "三月", 62 "四月", 63 "五月", 64 "å…æœˆ", 65 "七月", 66 "八月", 67 "乿œˆ", 68 "åæœˆ", 69 "å一月", 70 "å二月"); 71 72 // tooltips 73 Calendar._TT = {}; 74 Calendar._TT["INFO"] = "幫助"; 75 76 Calendar._TT["ABOUT"] = 77 "DHTML Date/Time Selector\n" + 78 "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) 79 "For latest version visit: http://www.dynarch.com/projects/calendar/\n" + 80 "Distributed under GNU LGPL. See http://gnu.org/licenses/lgpl.html for details." + 81 "\n\n" + 82 "鏿“‡æ—¥æœŸ:\n" + 83 "- 點擊 \xab, \xbb æŒ‰éˆ•é¸æ“‡å¹´ä»½\n" + 84 "- 點擊 " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " æŒ‰éˆ•é¸æ“‡æœˆä»½\n" + 85 "- 長按以上按鈕å¯å¾žèœå–®ä¸å¿«é€Ÿé¸æ“‡å¹´ä»½æˆ–月份"; 86 Calendar._TT["ABOUT_TIME"] = "\n\n" + 87 "鏿“‡æ™‚é–“:\n" + 88 "- é»žæ“Šå°æ™‚或分é˜å¯ä½¿æ”¹æ•¸å€¼åР䏀\n" + 89 "- 按ä½Shiftéµé»žæ“Šå°æ™‚或分é˜å¯ä½¿æ”¹æ•¸å€¼æ¸›ä¸€\n" + 90 "- é»žæ“Šæ‹–å‹•é¼ æ¨™å¯é€²è¡Œå¿«é€Ÿé¸æ“‡"; 91 92 Calendar._TT["PREV_YEAR"] = "上一年 (按ä½å‡ºèœå–®)"; 93 Calendar._TT["PREV_MONTH"] = "上一月 (按ä½å‡ºèœå–®)"; 94 Calendar._TT["GO_TODAY"] = "轉到今日"; 95 Calendar._TT["NEXT_MONTH"] = "下一月 (按ä½å‡ºèœå–®)"; 96 Calendar._TT["NEXT_YEAR"] = "下一年 (按ä½å‡ºèœå–®)"; 97 Calendar._TT["SEL_DATE"] = "鏿“‡æ—¥æœŸ"; 98 Calendar._TT["DRAG_TO_MOVE"] = "æ‹–å‹•"; 99 Calendar._TT["PART_TODAY"] = " (今日)"; 100 101 // the following is to inform that "%s" is to be the first day of week 102 // %s will be replaced with the day name. 103 Calendar._TT["DAY_FIRST"] = "最左邊顯示%s"; 104 105 // This may be locale-dependent. It specifies the week-end days, as an array 106 // of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 107 // means Monday, etc. 108 Calendar._TT["WEEKEND"] = "0,6"; 109 110 Calendar._TT["CLOSE"] = "關閉"; 111 Calendar._TT["TODAY"] = "今日"; 112 Calendar._TT["TIME_PART"] = "(Shift-)é»žæ“Šé¼ æ¨™æˆ–æ‹–å‹•æ”¹è®Šå€¼"; 113 114 // date formats 115 Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; 116 Calendar._TT["TT_DATE_FORMAT"] = "%A, %b %eæ—¥"; 117 118 Calendar._TT["WK"] = "周"; 119 Calendar._TT["TIME"] = "時間:";
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 21:04:15 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |