3 // Calendar EN language
4 // Author: Mihai Bazon, <mishoo@infoiasi.ro>
5 // Translation: Yourim Yi <yyi@yourim.net>
8 // Distributed under the same terms as the calendar itself.
10 // For translators: please use UTF-8 if possible. We strongly believe that
11 // Unicode is the answer to a real internationalized world. Also please
12 // include your contact information in the header, as can be seen above.
16 Calendar
._DN
= new Array
26 // Please note that the following array of short day names (and the same goes
27 // for short month names, _SMN) isn't absolutely necessary. We give it here
28 // for exemplification on how one can customize the short day names, but if
29 // they are simply the first N letters of the full name you can simply say:
31 // Calendar._SDN_len = N; // short day name length
32 // Calendar._SMN_len = N; // short month name length
34 // If N = 3 then this is not needed either since we assume a value of 3 if not
35 // present, to be compatible with translation files that were written before
39 Calendar
._SDN
= new Array
50 Calendar
._MN
= new Array
65 Calendar
._SMN
= new Array
81 Calendar
._TT
["INFO"] = "calendar ¿¡ ´ëÇؼ";
83 Calendar
._TT
["ABOUT"] =
84 "DHTML Date/Time Selector\n" +
85 "(c) dynarch.com 2002-2003\n" + // don't translate this this ;-)
87 "ÃֽŠ¹öÀüÀ» ¹ÞÀ¸½Ã·Á¸é http://dynarch.com/mishoo/calendar.epl ¿¡ ¹æ¹®Çϼ¼¿ä\n" +
89 "GNU LGPL ¶óÀ̼¾½º·Î ¹èÆ÷µË´Ï´Ù. \n"+
90 "¶óÀ̼¾½º¿¡ ´ëÇÑ ÀÚ¼¼ÇÑ ³»¿ëÀº http://gnu.org/licenses/lgpl.html À» ÀÐÀ¸¼¼¿ä." +
93 "- ¿¬µµ¸¦ ¼±ÅÃÇÏ·Á¸é \xab, \xbb ¹öÆ°À» »ç¿ëÇÕ´Ï´Ù\n" +
94 "- ´ÞÀ» ¼±ÅÃÇÏ·Á¸é " + String
.fromCharCode(0x2039) + ", " + String
.fromCharCode(0x203a) + " ¹öÆ°À» ´©¸£¼¼¿ä\n" +
95 "- °è¼Ó ´©¸£°í ÀÖÀ¸¸é À§ °ªµéÀ» ºü¸£°Ô ¼±ÅÃÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù.";
96 Calendar
._TT
["ABOUT_TIME"] = "\n\n" +
98 "- ¸¶¿ì½º·Î ´©¸£¸é ½Ã°£ÀÌ Áõ°¡ÇÕ´Ï´Ù\n" +
99 "- Shift Å°¿Í ÇÔ²² ´©¸£¸é °¨¼ÒÇÕ´Ï´Ù\n" +
100 "- ´©¸¥ »óÅ¿¡¼ ¸¶¿ì½º¸¦ ¿òÁ÷À̸é Á» ´õ ºü¸£°Ô °ªÀÌ º¯ÇÕ´Ï´Ù.\n";
102 Calendar
._TT
["PREV_YEAR"] = "Áö³ ÇØ (±æ°Ô ´©¸£¸é ¸ñ·Ï)";
103 Calendar
._TT
["PREV_MONTH"] = "Áö³ ´Þ (±æ°Ô ´©¸£¸é ¸ñ·Ï)";
104 Calendar
._TT
["GO_TODAY"] = "¿À´Ã ³¯Â¥·Î";
105 Calendar
._TT
["NEXT_MONTH"] = "´ÙÀ½ ´Þ (±æ°Ô ´©¸£¸é ¸ñ·Ï)";
106 Calendar
._TT
["NEXT_YEAR"] = "´ÙÀ½ ÇØ (±æ°Ô ´©¸£¸é ¸ñ·Ï)";
107 Calendar
._TT
["SEL_DATE"] = "³¯Â¥¸¦ ¼±ÅÃÇϼ¼¿ä";
108 Calendar
._TT
["DRAG_TO_MOVE"] = "¸¶¿ì½º µå·¡±×·Î À̵¿ Çϼ¼¿ä";
109 Calendar
._TT
["PART_TODAY"] = " (¿À´Ã)";
110 Calendar
._TT
["MON_FIRST"] = "¿ù¿äÀÏÀ» ÇÑ ÁÖÀÇ ½ÃÀÛ ¿äÀÏ·Î";
111 Calendar
._TT
["SUN_FIRST"] = "ÀÏ¿äÀÏÀ» ÇÑ ÁÖÀÇ ½ÃÀÛ ¿äÀÏ·Î";
112 Calendar
._TT
["CLOSE"] = "´Ý±â";
113 Calendar
._TT
["TODAY"] = "¿À´Ã";
114 Calendar
._TT
["TIME_PART"] = "(Shift-)Ŭ¸¯ ¶Ç´Â µå·¡±× Çϼ¼¿ä";
117 Calendar
._TT
["DEF_DATE_FORMAT"] = "%Y-%m-%d";
118 Calendar
._TT
["TT_DATE_FORMAT"] = "%b/%e [%a]";
120 Calendar
._TT
["WK"] = "ÁÖ";