[ Index ] |
|
Code source de Seagull 0.6.1 |
1 // ** I18N 2 3 // Calendar EN language 4 // Author: Mihai Bazon, <mihai_bazon@yahoo.com> 5 // Translation: smilkobuta, <smilkobuta@yahoo.co.jp> 6 // Encoding: UTF-8 7 // Distributed under the same terms as the calendar itself. 8 9 // For translators: please use UTF-8 if possible. We strongly believe that 10 // Unicode is the answer to a real internationalized world. Also please 11 // include your contact information in the header, as can be seen above. 12 13 // full day names 14 Calendar._DN = new Array 15 ("日曜日", 16 "月曜日", 17 "ç«æ›œæ—¥", 18 "水曜日", 19 "木曜日", 20 "金曜日", 21 "土曜日", 22 "日曜日"); 23 24 // Please note that the following array of short day names (and the same goes 25 // for short month names, _SMN) isn't absolutely necessary. We give it here 26 // for exemplification on how one can customize the short day names, but if 27 // they are simply the first N letters of the full name you can simply say: 28 // 29 // Calendar._SDN_len = N; // short day name length 30 // Calendar._SMN_len = N; // short month name length 31 // 32 // If N = 3 then this is not needed either since we assume a value of 3 if not 33 // present, to be compatible with translation files that were written before 34 // this feature. 35 36 // short day names 37 Calendar._SDN = new Array 38 ("æ—¥", 39 "月", 40 "ç«", 41 "æ°´", 42 "木", 43 "金", 44 "土", 45 "æ—¥"); 46 47 // First day of the week. "0" means display Sunday first, "1" means display 48 // Monday first, etc. 49 Calendar._FD = 0; 50 51 // full month names 52 Calendar._MN = new Array 53 ("1月", 54 "2月", 55 "3月", 56 "4月", 57 "5月", 58 "6月", 59 "7月", 60 "8月", 61 "9月", 62 "10月", 63 "11月", 64 "12月"); 65 66 // short month names 67 Calendar._SMN = new Array 68 ("1月", 69 "2月", 70 "3月", 71 "4月", 72 "5月", 73 "6月", 74 "7月", 75 "8月", 76 "9月", 77 "10月", 78 "11月", 79 "12月"); 80 81 // tooltips 82 Calendar._TT = {}; 83 Calendar._TT["INFO"] = "カレンダーã«ã¤ã„ã¦"; 84 85 Calendar._TT["ABOUT"] = 86 "DHTML Date/Time Selector\n" + 87 "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) 88 "最新ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã®æƒ…å ±ã«ã¤ã„ã¦ã¯ã“ã¡ã‚‰: http://www.dynarch.com/projects/calendar/\n" + 89 "GNU LGPLã«åŸºã¥ã„ã¦æä¾›ã•れã¦ã„ã¾ã™ã€‚詳細ã¯ã“ã¡ã‚‰: http://gnu.org/licenses/lgpl.html" + 90 "\n\n" + 91 "日付ã®é¸æŠž:\n" + 92 "- \xab, \xbb ボタンã§å¹´ã‚’é¸æŠžã—ã¦ãã ã•ã„\n" + 93 "- " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " ãƒœã‚¿ãƒ³ã§æœˆã‚’é¸æŠžã—ã¦ãã ã•ã„\n" + 94 "- ãれãžã‚Œã®ãƒœã‚¿ãƒ³ã®ä¸Šã§ãƒžã‚¦ã‚¹ã‚’é•·ãæŠ¼ã—ç¶šã‘ã‚‹ã¨ã€ã‚¯ã‚¤ãƒƒã‚¯é¸æŠžãŒå‡ºæ¥ã¾ã™ã€‚"; 95 Calendar._TT["ABOUT_TIME"] = "\n\n" + 96 "時間ã®é¸æŠž:\n" + 97 "- æ™‚é–“ã®æ•°å—ã®ä¸Šã‚’クリックã™ã‚‹ã¨ã€æ™‚é–“ã‚’å…ˆã«é€²ã‚ã‚‹ã“ã¨ãŒã§ãã¾ã™\n" + 98 "- åŒã˜ãShiftã‚ーを押ã—ãªãŒã‚‰ã‚¯ãƒªãƒƒã‚¯ã™ã‚‹ã¨ã€æ™‚é–“ã‚’å‰ã«æˆ»ã™ã“ã¨ãŒå‡ºæ¥ã¾ã™\n" + 99 "- é¸æŠžã—ãªãŒã‚‰ãƒ‰ãƒ©ãƒƒã‚°ã™ã‚‹ã¨ã€ã™ã°ã‚„ãæ™‚間を変更ã§ãã¾ã™ã€‚"; 100 101 Calendar._TT["PREV_YEAR"] = "å‰ã®å¹´ (長押ã—ã§ãƒ—ルダウン)"; 102 Calendar._TT["PREV_MONTH"] = "å‰ã®æœˆ (長押ã—ã§ãƒ—ルダウン)"; 103 Calendar._TT["GO_TODAY"] = "ä»Šæ—¥ã®æ—¥ä»˜"; 104 Calendar._TT["NEXT_MONTH"] = "æ¬¡ã®æœˆ (長押ã—ã§ãƒ—ルダウン)"; 105 Calendar._TT["NEXT_YEAR"] = "次ã®å¹´ (長押ã—ã§ãƒ—ルダウン)"; 106 Calendar._TT["SEL_DATE"] = "æ—¥ä»˜ã‚’é¸æŠž"; 107 Calendar._TT["DRAG_TO_MOVE"] = "ドラッグã—ã¦ç§»å‹•"; 108 Calendar._TT["PART_TODAY"] = " (今日)"; 109 110 // the following is to inform that "%s" is to be the first day of week 111 // %s will be replaced with the day name. 112 Calendar._TT["DAY_FIRST"] = "%s ã‚’å…ˆé 表示"; 113 114 // This may be locale-dependent. It specifies the week-end days, as an array 115 // of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 116 // means Monday, etc. 117 Calendar._TT["WEEKEND"] = "0,6"; 118 119 Calendar._TT["CLOSE"] = "é–‰ã˜ã‚‹"; 120 Calendar._TT["TODAY"] = "今日"; 121 Calendar._TT["TIME_PART"] = "(Shift-)クリックã€ã‚‚ã—ãã¯ãƒ‰ãƒ©ãƒƒã‚°ã—ã¦å¤‰æ›´ã§ãã¾ã™"; 122 123 // date formats 124 Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; 125 Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e"; 126 127 Calendar._TT["WK"] = "wk"; 128 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 |