[ Index ] |
|
Code source de Seagull 0.6.1 |
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 : Fri Mar 30 01:27:52 2007 | par Balluche grâce à PHPXref 0.7 |