]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - jscalendar/lang/calendar-ko-utf8.js
Release 6.1.4
[Github/sugarcrm.git] / jscalendar / lang / calendar-ko-utf8.js
1 /*
2
3 Modification information for LGPL compliance
4
5 r58364 - 2010-09-29 22:39:05 -0700 (Wed, 29 Sep 2010) - kjing - Author: Stanislav Malyshev <smalyshev@gmail.com>
6     Fix languages in JS calendar
7
8 r56990 - 2010-06-16 13:05:36 -0700 (Wed, 16 Jun 2010) - kjing - snapshot "Mango" svn branch to a new one for GitHub sync
9
10 r56989 - 2010-06-16 13:01:33 -0700 (Wed, 16 Jun 2010) - kjing - defunt "Mango" svn dev branch before github cutover
11
12 r55980 - 2010-04-19 13:31:28 -0700 (Mon, 19 Apr 2010) - kjing - create Mango (6.1) based on windex
13
14 r51719 - 2009-10-22 10:18:00 -0700 (Thu, 22 Oct 2009) - mitani - Converted to Build 3  tags and updated the build system 
15
16 r51634 - 2009-10-19 13:32:22 -0700 (Mon, 19 Oct 2009) - mitani - Windex is the branch for Sugar Sales 1.0 development
17
18 r50375 - 2009-08-24 18:07:43 -0700 (Mon, 24 Aug 2009) - dwong - branch kobe2 from tokyo r50372
19
20 r42807 - 2008-12-29 11:16:59 -0800 (Mon, 29 Dec 2008) - dwong - Branch from trunk/sugarcrm r42806 to branches/tokyo/sugarcrm
21
22 r550 - 2004-09-03 15:39:17 -0700 (Fri, 03 Sep 2004) - jostrow - Calendar feature
23
24
25 */
26
27 // ** I18N
28
29 // Calendar EN language
30 // Author: Mihai Bazon, <mishoo@infoiasi.ro>
31 // Translation: Yourim Yi <yyi@yourim.net>
32 // Encoding: EUC-KR
33 // lang : ko
34 // Distributed under the same terms as the calendar itself.
35
36 // For translators: please use UTF-8 if possible.  We strongly believe that
37 // Unicode is the answer to a real internationalized world.  Also please
38 // include your contact information in the header, as can be seen above.
39
40 // full day names
41
42 Calendar._DN = new Array
43 ("일요일",
44  "월요일",
45  "화요일",
46  "수요일",
47  "목요일",
48  "금요일",
49  "토요일",
50  "일요일");
51
52 // Please note that the following array of short day names (and the same goes
53 // for short month names, _SMN) isn't absolutely necessary.  We give it here
54 // for exemplification on how one can customize the short day names, but if
55 // they are simply the first N letters of the full name you can simply say:
56 //
57 //   Calendar._SDN_len = N; // short day name length
58 //   Calendar._SMN_len = N; // short month name length
59 //
60 // If N = 3 then this is not needed either since we assume a value of 3 if not
61 // present, to be compatible with translation files that were written before
62 // this feature.
63
64 // short day names
65 Calendar._SDN = new Array
66 ("일",
67  "월",
68  "화",
69  "수",
70  "목",
71  "금",
72  "토",
73  "일");
74
75 // full month names
76 Calendar._MN = new Array
77 ("1월",
78  "2월",
79  "3월",
80  "4월",
81  "5월",
82  "6월",
83  "7월",
84  "8월",
85  "9월",
86  "10월",
87  "11월",
88  "12월");
89
90 // short month names
91 Calendar._SMN = new Array
92 ("1",
93  "2",
94  "3",
95  "4",
96  "5",
97  "6",
98  "7",
99  "8",
100  "9",
101  "10",
102  "11",
103  "12");
104
105 // tooltips
106 if(Calendar._TT == undefined) Calendar._TT = {};
107 Calendar._TT["INFO"] = "calendar 에 대해서";
108
109 Calendar._TT["ABOUT"] =
110 "DHTML Date/Time Selector\n" +
111 "(c) dynarch.com 2002-2003\n" + // don't translate this this ;-)
112 "\n"+
113 "최신 버전을 받으시려면 http://dynarch.com/mishoo/calendar.epl 에 방문하세요\n" +
114 "\n"+
115 "GNU LGPL 라이센스로 배포됩니다. \n"+
116 "라이센스에 대한 자세한 내용은 http://gnu.org/licenses/lgpl.html 을 읽으세요." +
117 "\n\n" +
118 "날짜 선택:\n" +
119 "- 연도를 선택하려면 \xab, \xbb 버튼을 사용합니다\n" +
120 "- 달을 선택하려면 " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " 버튼을 누르세요\n" +
121 "- 계속 누르고 있으면 위 값들을 빠르게 선택하실 수 있습니다.";
122 Calendar._TT["ABOUT_TIME"] = "\n\n" +
123 "시간 선택:\n" +
124 "- 마우스로 누르면 시간이 증가합니다\n" +
125 "- Shift 키와 함께 누르면 감소합니다\n" +
126 "- 누른 상태에서 마우스를 움직이면 좀 더 빠르게 값이 변합니다.\n";
127
128 Calendar._TT["PREV_YEAR"] = "지난 해 (길게 누르면 목록)";
129 Calendar._TT["PREV_MONTH"] = "지난 달 (길게 누르면 목록)";
130 Calendar._TT["GO_TODAY"] = "오늘 날짜로";
131 Calendar._TT["NEXT_MONTH"] = "다음 달 (길게 누르면 목록)";
132 Calendar._TT["NEXT_YEAR"] = "다음 해 (길게 누르면 목록)";
133 Calendar._TT["SEL_DATE"] = "날짜를 선택하세요";
134 Calendar._TT["DRAG_TO_MOVE"] = "마우스 드래그로 이동 하세요";
135 Calendar._TT["PART_TODAY"] = " (오늘)";
136 Calendar._TT["MON_FIRST"] = "월요일을 한 주의 시작 요일로";
137 Calendar._TT["SUN_FIRST"] = "일요일을 한 주의 시작 요일로";
138 Calendar._TT["CLOSE"] = "닫기";
139 Calendar._TT["TODAY"] = "오늘";
140 Calendar._TT["TIME_PART"] = "(Shift-)클릭 또는 드래그 하세요";
141
142 // date formats
143 Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d";
144 Calendar._TT["TT_DATE_FORMAT"] = "%b/%e [%a]";
145
146 Calendar._TT["WK"] = "주";