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