Mercurial > vim
annotate runtime/lang/menu_ko_kr.utf-8.vim @ 2887:15705b520c29 v7.3.217
updated for version 7.3.217
Problem: Inside an "if" a ":wincmd" causes problems.
Solution: When skipping commands let ":wincmd" skip over its argument.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Mon, 13 Jun 2011 01:19:56 +0200 |
parents | 6f63330ec225 |
children | 8201108e9cf0 |
rev | line source |
---|---|
7 | 1 " Menu Translations: Korean |
2034 | 2 " Maintainer: SungHyun Nam <goweol@gmail.com> |
2725 | 3 " Last Change: 2011 Mar 22 |
7 | 4 |
5 " Quit when menu translations have already been done. | |
6 if exists("did_menu_trans") | |
7 finish | |
8 endif | |
9 let did_menu_trans = 1 | |
10 | |
11 scriptencoding utf-8 | |
12 | |
13 " Help menu | |
14 menutrans &Help 도움말(&H) | |
15 menutrans &Overview<Tab><F1> 개관(&O)<Tab><F1> | |
16 menutrans &User\ Manual 사용자\ 매뉴얼(&U) | |
2098
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2034
diff
changeset
|
17 menutrans &How-to\ links 하우투\ 목록(&H) |
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2034
diff
changeset
|
18 menutrans &GUI GUI(&G) |
7 | 19 menutrans &Find\.\.\. 찾기(&F)\.\.\. |
20 menutrans &Credits 고마운\ 분(&C) | |
21 menutrans Co&pying 저작권(&p) | |
2098
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2034
diff
changeset
|
22 menutrans &Sponsor/Register 후원/등록(&S) |
7 | 23 menutrans O&rphans 고아(&r) |
2098
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2034
diff
changeset
|
24 menutrans &Version 버젼(&V) |
7 | 25 menutrans &About 이\ 프로그램은(&A) |
26 | |
27 " File menu | |
28 menutrans &File 파일(&F) | |
29 menutrans &Open\.\.\.<Tab>:e 열기(&O)\.\.\.<Tab>:e | |
30 menutrans Sp&lit-Open\.\.\.<Tab>:sp 나눠서\ 열기(&l)\.\.\.<Tab>:sp | |
2098
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2034
diff
changeset
|
31 menutrans Open\ Tab\.\.\.<Tab>:tabnew 탭\ 열기\.\.\.<Tab>:tabnew |
7 | 32 menutrans &New<Tab>:enew 새로운(&N)<Tab>:enew |
33 menutrans &Close<Tab>:close 닫기(&C)<Tab>:close | |
34 menutrans &Save<Tab>:w 저장(&S)<Tab>:w | |
35 menutrans Save\ &As\.\.\.<Tab>:sav 다른\ 이름으로\ 저장(&A)\.\.\.<Tab>:sav | |
36 "menutrans Split\ &Diff\ with\.\.\. Split\ &Diff\ with\.\.\. | |
37 "menutrans Split\ Patched\ &By\.\.\. Split\ Patched\ &By\.\.\. | |
38 menutrans &Print 인쇄(&P) | |
39 menutrans Sa&ve-Exit<Tab>:wqa 저장하고\ 끝내기(&v)<Tab>:wqa | |
40 menutrans E&xit<Tab>:qa 끝내기(&x)<Tab>:qa | |
41 | |
42 " Edit menu | |
43 menutrans &Edit 편집(&E) | |
44 menutrans &Undo<Tab>u 취소(&U)<Tab>u | |
2725 | 45 menutrans &Redo<Tab>^R 다시\ 실행(&R)<Tab>^R |
7 | 46 menutrans Rep&eat<Tab>\. 되풀이(&e)<Tab>\. |
47 menutrans Cu&t<Tab>"+x 자르기(&t)<Tab>"+x | |
48 menutrans &Copy<Tab>"+y 복사(&C)<Tab>"+y | |
49 menutrans &Paste<Tab>"+gP 붙이기(&P)<Tab>"+gP | |
50 menutrans Put\ &Before<Tab>[p 앞에\ 붙이기(&B)<Tab>[p | |
51 menutrans Put\ &After<Tab>]p 뒤에\ 붙이기(&A)<Tab>]p | |
52 menutrans &Delete<Tab>x 지우기(&D)<Tab>x | |
230 | 53 menutrans &Select\ All<Tab>ggVG 모두\ 고르기(&S)<Tab>ggVG |
7 | 54 menutrans &Find\.\.\. 찾기(&F)\.\.\. |
55 menutrans Find\ and\ Rep&lace\.\.\. 찾아서\ 바꾸기(&l)\.\.\. | |
56 menutrans Settings\ &Window 설정\ 창(&W) | |
2098
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2034
diff
changeset
|
57 menutrans Startup\ &Settings 시작\ 설정(&S) |
7 | 58 |
59 " Edit/Global Settings | |
60 menutrans &Global\ Settings 전역\ 설정(&G) | |
61 menutrans Toggle\ Pattern\ &Highlight<Tab>:set\ hls! 패턴\ 하이라이트\ 토글(&H)<Tab>:set\ hls! | |
62 menutrans Toggle\ &Ignore-case<Tab>:set\ ic! 대소문자\ 구분\ 토글(&I)<Tab>:set\ ic! | |
63 menutrans Toggle\ &Showmatch<Tab>:set\ sm! Showmatch\ 토글(&S)<Tab>:set\ sm! | |
64 menutrans &Context\ lines 콘텍스트\ 줄(&C) | |
65 menutrans &Virtual\ Edit 가상\ 편집(&V) | |
2725 | 66 menutrans Never 사용\ 안\ 함 |
7 | 67 menutrans Block\ Selection 블럭\ 고르기 |
68 menutrans Insert\ mode 삽입\ 모드 | |
69 menutrans Block\ and\ Insert 블럭과\ 삽입 | |
70 menutrans Always 항상\ 사용 | |
71 menutrans Toggle\ Insert\ &Mode<Tab>:set\ im! 삽입\ 모드\ 토글(&M)<Tab>:set\ im! | |
72 menutrans Toggle\ Vi\ C&ompatible<Tab>:set\ cp! Vi\ 호환\ 토글(&o)<Tab>:set\ cp! | |
73 menutrans Search\ &Path\.\.\. 찾기\ 경로(&P)\.\.\. | |
74 menutrans Ta&g\ Files\.\.\. 꼬리표\ 파일(&g)\.\.\. | |
75 | |
76 " GUI options | |
77 menutrans Toggle\ &Toolbar 도구막대\ 토글(&T) | |
78 menutrans Toggle\ &Bottom\ Scrollbar 바닥\ 스크롤바\ 토글(&B) | |
79 menutrans Toggle\ &Left\ Scrollbar 왼쪽\ 스크롤바\ 토글(&L) | |
80 menutrans Toggle\ &Right\ Scrollbar 오른쪽\ 스크롤바\ 토글(&R) | |
81 | |
82 " Edit/File Settings | |
83 menutrans F&ile\ Settings 파일\ 설정(&i) | |
84 | |
85 " Boolean options | |
86 menutrans Toggle\ Line\ &Numbering<Tab>:set\ nu! 줄\ 번호붙이기\ 토글(&N)<Tab>:set\ nu! | |
87 menutrans Toggle\ &List\ Mode<Tab>:set\ list! 목록\ 모드\ 토글(&L)<Tab>:set\ list! | |
88 menutrans Toggle\ Line\ &Wrap<Tab>:set\ wrap! 줄\ Wrap\ 토글(&W)<Tab>:set\ wrap! | |
89 menutrans Toggle\ W&rap\ at\ word<Tab>:set\ lbr! 낱말에서\ Wrap\ 토글(&r)<Tab>:set\ lbr! | |
90 menutrans Toggle\ &expand-tab<Tab>:set\ et! 탭\ 확장\ 토글(&e)<Tab>:set\ et! | |
91 menutrans Toggle\ &auto-indent<Tab>:set\ ai! 자동인덴트\ 토글(&a)<Tab>:set\ ai! | |
92 menutrans Toggle\ &C-indenting<Tab>:set\ cin! C-인덴팅\ 토글(&C)<Tab>:set\ cin! | |
93 | |
94 " other options | |
2725 | 95 menutrans &Shiftwidth 쉬프트\ 너비(&S) |
7 | 96 menutrans Soft\ &Tabstop 소프트\ 탭스톱(&T) |
97 menutrans Te&xt\ Width\.\.\. 텍스트\ 너비(&x)\.\.\. | |
98 menutrans &File\ Format\.\.\. 파일\ 형식(&F)\.\.\. | |
99 menutrans C&olor\ Scheme 컬러\ 스킴(&o) | |
100 menutrans &Keymap 키맵(&K) | |
101 | |
102 menutrans Select\ Fo&nt\.\.\. 글꼴\ 고르기(&F)\.\.\. | |
103 | |
104 " Programming menu | |
105 menutrans &Tools 도구(&T) | |
106 menutrans &Jump\ to\ this\ tag<Tab>g^] 이\ 꼬리표로\ 가기(&J)<Tab>g^] | |
107 menutrans Jump\ &back<Tab>^T 뒤로\ 가기(&b)<Tab>^T | |
108 menutrans Build\ &Tags\ File 꼬리표\ 파일\ 만들기(&T) | |
109 | |
2098
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2034
diff
changeset
|
110 menutrans &Spelling 맞춤법\ 검사(&S) |
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2034
diff
changeset
|
111 menutrans &Spell\ Check\ On 맞춤법\ 검사\ 시작(&S) |
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2034
diff
changeset
|
112 menutrans Spell\ Check\ &Off 맞춤법\ 검사\ 끝(&O) |
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2034
diff
changeset
|
113 menutrans To\ &Next\ error<Tab>]s 다음\ 에러로(&N)<Tab>]s |
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2034
diff
changeset
|
114 menutrans To\ &Previous\ error<Tab>[s 이전\ 에러로(&P)<Tab>[s |
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2034
diff
changeset
|
115 menutrans Suggest\ &Corrections<Tab>z= 수정\ 제안(&C)<Tab>z= |
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2034
diff
changeset
|
116 menutrans &Repeat\ correction<Tab>:spellrepall 수정\ 반복(&R)<Tab>:spellrepall |
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2034
diff
changeset
|
117 menutrans Set\ language\ to\ "en" 언어를\ "en"으로\ 설정 |
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2034
diff
changeset
|
118 menutrans Set\ language\ to\ "en_au" 언어를\ "en_au"로\ 설정 |
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2034
diff
changeset
|
119 menutrans Set\ language\ to\ "en_ca" 언어를\ "en_ca"로\ 설정 |
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2034
diff
changeset
|
120 menutrans Set\ language\ to\ "en_gb" 언어를\ "en_gb"로\ 설정 |
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2034
diff
changeset
|
121 menutrans Set\ language\ to\ "en_nz" 언어를\ "en_nz"으로\ 설정 |
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2034
diff
changeset
|
122 menutrans Set\ language\ to\ "en_us" 언어를\ "en_us"로\ 설정 |
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2034
diff
changeset
|
123 menutrans &Find\ More\ Languages 다른\ 언어\ 찾기(&F) |
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2034
diff
changeset
|
124 |
7 | 125 " Tools.Fold Menu |
126 menutrans &Folding 접기(&F) | |
127 " open close folds | |
2725 | 128 menutrans &Enable/Disable\ folds<Tab>zi 접기\ 사용\ 토글(&E)<Tab>zi |
7 | 129 menutrans &View\ Cursor\ Line<Tab>zv 커서\ 줄\ 보기(&V)<Tab>zv |
130 menutrans Vie&w\ Cursor\ Line\ only<Tab>zMzx 커서\ 줄만\ 보기(&w)<Tab>zMzx | |
131 menutrans C&lose\ more\ folds<Tab>zm 더\ 많은\ 접기\ 닫기(&l)<Tab>zm | |
2725 | 132 menutrans &Close\ all\ folds<Tab>zM 모든\ 접기\ 닫기(&C)<Tab>zM |
133 menutrans O&pen\ more\ folds<Tab>zr 더\ 많은\ 접기\ 열기(&p)<Tab>zr | |
7 | 134 menutrans &Open\ all\ folds<Tab>zR 접힌\ 부분\ 모두\ 펴기(&O)<Tab>zR |
135 " fold method | |
136 menutrans Fold\ Met&hod 접는\ 방법(&h) | |
137 menutrans M&anual 수동(&a) | |
138 menutrans I&ndent 들여쓰기(&n) | |
139 menutrans E&xpression 표현식(&x) | |
140 menutrans S&yntax 신택스(&y) | |
141 "menutrans &Diff &Diff | |
142 menutrans Ma&rker 꼬리표(&r) | |
143 " create and delete folds | |
2725 | 144 menutrans Create\ &Fold<Tab>zf 접기\ 생성(&F)<Tab>zf |
145 menutrans &Delete\ Fold<Tab>zd 접기\ 삭제(&D)<Tab>zd | |
146 menutrans Delete\ &All\ Folds<Tab>zD 모든\ 접기\ 삭제(&A)<Tab>zD | |
7 | 147 " moving around in folds |
2725 | 148 menutrans Fold\ column\ &width 접기\ 컬럼\ 너비(&w) |
7 | 149 |
150 "menutrans &Diff &Diff | |
151 menutrans &Update 갱신(&U) | |
152 menutrans &Get\ Block 블럭\ 가져오기(&G) | |
153 menutrans &Put\ Block 블럭\ 집어넣기(&P) | |
154 | |
2098
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2034
diff
changeset
|
155 menutrans &Make<Tab>:make 빌드(&M)<Tab>:make |
7 | 156 menutrans &List\ Errors<Tab>:cl 에러\ 목록\ 보기(&L)<Tab>:cl |
157 menutrans L&ist\ Messages<Tab>:cl! 메시지\ 목록\ 보기(&i)<Tab>:cl! | |
158 menutrans &Next\ Error<Tab>:cn 다음\ 에러(&N)<Tab>:cn | |
159 menutrans &Previous\ Error<Tab>:cp 이전\ 에러(&P)<Tab>:cp | |
160 menutrans &Older\ List<Tab>:cold 오래된\ 목록(&O)<Tab>:cold | |
161 menutrans N&ewer\ List<Tab>:cnew 새로운\ 목록(&e)<Tab>:cnew | |
162 menutrans Error\ &Window 에러\ 창(&W) | |
163 menutrans &Update<Tab>:cwin 갱신(&U)<Tab>:cwin | |
164 menutrans &Open<Tab>:copen 열기(&O)<Tab>:copen | |
165 menutrans &Close<Tab>:cclose 닫기(&C)<Tab>:cclose | |
2098
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2034
diff
changeset
|
166 menutrans Se&T\ Compiler 컴파일러\ 설정(&T) |
7 | 167 menutrans &Convert\ to\ HEX<Tab>:%!mc\ vim:xxd 십육진으로\ 변환<Tab>:%!mc\ vim:xxd |
168 menutrans &Convert\ to\ HEX<Tab>:%!xxd 십육진으로\ 변환(&C)<Tab>:%!xxd | |
169 menutrans Conve&rt\ back<Tab>:%!mc\ vim:xxd\ -r 원래대로\ 변환(&r)<Tab>:%!mc\ vim:xxd\ -r | |
170 menutrans Conve&rt\ back<Tab>:%!xxd\ -r 원래대로\ 변환(&r)<Tab>:%!xxd\ -r | |
171 | |
172 " Names for buffer menu. | |
173 menutrans &Buffers 버퍼(&B) | |
174 menutrans &Refresh\ menu 차림표\ 다시그리기(&R) | |
175 menutrans &Delete 지우기(&D) | |
176 menutrans &Alternate 교체(&A) | |
177 menutrans &Next 다음(&N) | |
178 menutrans &Previous 이전(&P) | |
179 | |
180 " Window menu | |
181 menutrans &Window 창(&W) | |
182 menutrans &New<Tab>^Wn 새\ 창(&N)<Tab>^Wn | |
183 menutrans S&plit<Tab>^Ws 나누기(&p)<Tab>^Ws | |
184 menutrans Sp&lit\ To\ #<Tab>^W^^ #으로\ 나누기(&l)<Tab>^W^^ | |
185 menutrans Split\ &Vertically<Tab>^Wv 세로로\ 나누기(&V)<Tab>^Wv | |
186 menutrans Split\ File\ E&xplorer 파일\ 익스플로러\ 나누기 | |
187 | |
188 menutrans &Close<Tab>^Wc 닫기(&C)<Tab>^Wc | |
189 menutrans Close\ &Other(s)<Tab>^Wo 다른\ 창\ 닫기(&O)<Tab>^Wo | |
190 | |
191 menutrans Move\ &To 이동(&T) | |
192 menutrans &Top<Tab>^WK 꼭대기(&T)<Tab>^WK | |
193 menutrans &Bottom<Tab>^WJ 바닥(&B)<Tab>^WJ | |
194 menutrans &Left\ side<Tab>^WH 왼쪽(&L)<Tab>^WH | |
195 menutrans &Right\ side<Tab>^WL 오른쪽(&R)<Tab>^WL | |
196 menutrans Rotate\ &Up<Tab>^WR 위로\ 회전(&U)<Tab>^WR | |
197 menutrans Rotate\ &Down<Tab>^Wr 아래로\ 회전(&D)<Tab>^Wr | |
198 | |
199 menutrans &Equal\ Size<Tab>^W= 같은\ 높이로(&E)<Tab>^W= | |
200 menutrans &Max\ Height<Tab>^W_ 최대\ 높이로(&M)<Tab>^W_ | |
201 menutrans M&in\ Height<Tab>^W1_ 최소\ 높이로(&i)<Tab>^W1_ | |
202 menutrans Max\ &Width<Tab>^W\| 최대\ 넓이로(&W)<Tab>^W\| | |
203 menutrans Min\ Widt&h<Tab>^W1\| 최소\ 넓이로(&h)<Tab>^W1\| | |
204 | |
205 " The popup menu | |
206 menutrans &Undo 취소(&U) | |
207 menutrans Cu&t 자르기(&t) | |
208 menutrans &Copy 복사(&C) | |
209 menutrans &Paste 붙이기(&P) | |
210 menutrans &Delete 지우기(&D) | |
211 menutrans Select\ Blockwise 사각형\ 고르기 | |
212 menutrans Select\ &Word 낱말\ 고르기(&W) | |
213 menutrans Select\ &Line 줄\ 고르기(&L) | |
214 menutrans Select\ &Block 구획\ 고르기(&B) | |
215 menutrans Select\ &All 모두\ 고르기(&A) | |
216 | |
217 " The GUI toolbar | |
218 if has("toolbar") | |
219 if exists("*Do_toolbar_tmenu") | |
220 delfun Do_toolbar_tmenu | |
221 endif | |
222 fun Do_toolbar_tmenu() | |
223 tmenu ToolBar.Open 파일 열기 | |
224 tmenu ToolBar.Save 현재 파일 저장 | |
225 tmenu ToolBar.SaveAll 모두 저장 | |
226 tmenu ToolBar.Print 인쇄 | |
227 tmenu ToolBar.Undo 취소 | |
228 tmenu ToolBar.Redo 다시 실행 | |
229 tmenu ToolBar.Cut 자르기 | |
230 tmenu ToolBar.Copy 복사 | |
231 tmenu ToolBar.Paste 붙이기 | |
232 tmenu ToolBar.Find 찾기... | |
233 tmenu ToolBar.FindNext 다음 찾기 | |
234 tmenu ToolBar.FindPrev 이전 찾기 | |
235 tmenu ToolBar.Replace 바꾸기 | |
236 tmenu ToolBar.LoadSesn 세션 읽어오기 | |
237 tmenu ToolBar.SaveSesn 세션 저장 | |
238 tmenu ToolBar.RunScript 스크립트 실행 | |
239 tmenu ToolBar.Make Make | |
240 tmenu ToolBar.Shell 쉘 | |
241 tmenu ToolBar.RunCtags 꼬리표 만들기 | |
242 tmenu ToolBar.TagJump 꼬리표로 가기 | |
243 tmenu ToolBar.Help 도움말 | |
244 tmenu ToolBar.FindHelp 도움말 찾기... | |
245 endfun | |
246 endif | |
247 | |
248 " Syntax menu | |
249 menutrans &Syntax 문법(&S) | |
230 | 250 menutrans &Show\ filetypes\ in\ menu 모든\ 선택가능한\ 항목\ 보기(&S) |
7 | 251 menutrans Set\ '&syntax'\ only 'syntax'만\ 설정(&s) |
252 menutrans Set\ '&filetype'\ too 'filetype'도\ 설정(&f) | |
253 menutrans &Off 끄기(&O) | |
254 menutrans &Manual 수동(&M) | |
255 menutrans A&utomatic 자동(&u) | |
256 menutrans on/off\ for\ &This\ file 이\ 파일만\ 켜기/끄기(&T) | |
257 | |
258 menutrans Co&lor\ test 색\ 시험(&l) | |
259 menutrans &Highlight\ test Highlight\ 시험(&H) | |
260 menutrans &Convert\ to\ HTML HTML로\ 변환(&C) | |
261 |