annotate src/po/ko.UTF-8.po @ 34686:83875247fbc0 v9.1.0224

patch 9.1.0224: cursor may move too many lines over "right" & "below" virt text Commit: https://github.com/vim/vim/commit/515f734e687f28f7199b2a8042197624d9f3ec15 Author: Dylan Thacker-Smith <dylan.ah.smith@gmail.com> Date: Thu Mar 28 12:01:14 2024 +0100 patch 9.1.0224: cursor may move too many lines over "right" & "below" virt text Problem: If a line has "right" & "below" virtual text properties, where the "below" property may be stored first due to lack of ordering between them, then the line height is calculated to be 1 more and causes the cursor to far over the line. Solution: Remove some unnecessary setting of a `next_right_goes_below = TRUE` flag for "below" and "above" text properties. (Dylan Thacker-Smith) I modified a regression test I recently added to cover this case, leveraging the fact that "after", "right" & "below" text properties are being stored in the reverse of the order they are added in. The previous version of this regression test was crafted to workaround this issue so it can be addressed by this separate patch. closes: #14317 Signed-off-by: Dylan Thacker-Smith <dylan.ah.smith@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 28 Mar 2024 12:15:03 +0100
parents 4027cefc2aab
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1 # Korean translation for Vim
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2 #
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
3 # FIRST AUTHOR SungHyun Nam <goweol@gmail.com>, 2000-2018
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4 #
28843
cd68a630f0d0 Update runtime files and translations
Bram Moolenaar <Bram@vim.org>
parents: 28808
diff changeset
5 # Original translations.
cd68a630f0d0 Update runtime files and translations
Bram Moolenaar <Bram@vim.org>
parents: 28808
diff changeset
6 #
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
7 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
8 msgstr ""
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
9 "Project-Id-Version: vim 8.1\n"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
10 "Report-Msgid-Bugs-To: \n"
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
11 "POT-Creation-Date: 2018-06-29 08:21+0900\n"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
12 "PO-Revision-Date: 2018-06-29 09:32+0900\n"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
13 "Last-Translator: SungHyun Nam <goweol@gmail.com>\n"
14193
c460506890ba Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 14123
diff changeset
14 "Language-Team: Korean\n"
c460506890ba Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 14123
diff changeset
15 "Language: ko\n"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
16 "MIME-Version: 1.0\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
17 "Content-Type: text/plain; charset=UTF-8\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
18 "Content-Transfer-Encoding: 8bit\n"
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
19 "Plural-Forms: nplurals=1; plural=0;\n"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
20
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
21 msgid "E831: bf_key_init() called with empty password"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
22 msgstr "E831: 빈 비밀번호로 bf_key_init() 함수가 불려졌습니다"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
23
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
24 msgid "E820: sizeof(uint32_t) != 4"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
25 msgstr "E820: sizeof(uint32_t) != 4"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
26
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
27 msgid "E817: Blowfish big/little endian use wrong"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
28 msgstr "E817: Blowfish big/little endian use wrong"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
29
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
30 msgid "E818: sha256 test failed"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
31 msgstr "E818: sha256 시험이 실패했습니다."
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
32
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
33 msgid "E819: Blowfish test failed"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
34 msgstr "E819: Blowfish 시험이 실패했습니다."
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
35
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
36 msgid "[Location List]"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
37 msgstr "[위치 목록]"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
38
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
39 msgid "[Quickfix List]"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
40 msgstr "[Quickfix 목록]"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
41
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
42 msgid "E855: Autocommands caused command to abort"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
43 msgstr "E855: Autocommand로 명령이 중단되었습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
44
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
45 msgid "E82: Cannot allocate any buffer, exiting..."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
46 msgstr "E82: 버퍼를 할당할 수 없어서 끝냅니다..."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
47
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
48 msgid "E83: Cannot allocate buffer, using other one..."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
49 msgstr "E83: 버퍼를 할당할 수 없어서 다른 걸 사용합니다..."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
50
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
51 msgid "E931: Buffer cannot be registered"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
52 msgstr "E931: 버퍼를 등록하지 못했습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
53
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
54 msgid "E937: Attempt to delete a buffer that is in use"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
55 msgstr "E937: 사용중인 버퍼를 삭제하려고 했습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
56
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
57 msgid "E515: No buffers were unloaded"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
58 msgstr "E515: 내려진 버퍼가 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
59
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
60 msgid "E516: No buffers were deleted"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
61 msgstr "E516: 지워진 버퍼가 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
62
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
63 msgid "E517: No buffers were wiped out"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
64 msgstr "E517: 완전히 지워진 버퍼가 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
65
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
66 msgid "1 buffer unloaded"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
67 msgstr "버퍼 한 개가 내려졌습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
68
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
69 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
70 msgid "%d buffers unloaded"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
71 msgstr "버퍼 %d 개가 내려졌습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
72
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
73 msgid "1 buffer deleted"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
74 msgstr "버퍼 한 개가 지워졌습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
75
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
76 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
77 msgid "%d buffers deleted"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
78 msgstr "버퍼 %d 개가 지워졌습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
79
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
80 msgid "1 buffer wiped out"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
81 msgstr "버퍼 한 개가 완전히 지워졌습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
82
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
83 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
84 msgid "%d buffers wiped out"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
85 msgstr "버퍼 %d개가 완전히 지워졌습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
86
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
87 msgid "E90: Cannot unload last buffer"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
88 msgstr "E90: 마지막 버퍼를 내릴 수 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
89
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
90 msgid "E84: No modified buffer found"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
91 msgstr "E84: 바뀐 버퍼를 찾을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
92
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
93 msgid "E85: There is no listed buffer"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
94 msgstr "E85: 나열된 버퍼가 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
95
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
96 msgid "E87: Cannot go beyond last buffer"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
97 msgstr "E87: 마지막 버퍼입니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
98
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
99 msgid "E88: Cannot go before first buffer"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
100 msgstr "E88: 첫 번째 버퍼입니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
101
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
102 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
103 msgid "E89: No write since last change for buffer %ld (add ! to override)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
104 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
105 "E89: 버퍼 %ld을(를) 마지막으로 고친 뒤 저장하지 않았습니다 (덮어쓰려면 ! 더하"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
106 "기)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
107
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
108 msgid "E948: Job still running (add ! to end the job)"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
109 msgstr "E948: Job이 아직 실행중입니다 (끝내려면 마지막에 !을 추가)"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
110
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
111 msgid "E37: No write since last change (add ! to override)"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
112 msgstr "E37: 마지막으로 고친 뒤 저장되지 않았습니다 (무시하려면 ! 더하기)"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
113
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
114 msgid "E948: Job still running"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
115 msgstr "E948: Job이 아직 실행중입니다"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
116
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
117 msgid "E37: No write since last change"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
118 msgstr "E37: 마지막으로 고친 뒤 저장하지 않았습니다"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
119
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
120 msgid "W14: Warning: List of file names overflow"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
121 msgstr "W14: 경고: 파일 이름 목록이 넘쳤습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
122
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
123 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
124 msgid "E92: Buffer %ld not found"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
125 msgstr "E92: 버퍼 %ld을(를) 찾을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
126
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
127 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
128 msgid "E93: More than one match for %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
129 msgstr "E93: %s을(를) 하나 이상 찾았습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
130
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
131 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
132 msgid "E94: No matching buffer for %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
133 msgstr "E94: %s와 맞는 버퍼가 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
134
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
135 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
136 msgid "line %ld"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
137 msgstr "%ld 줄"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
138
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
139 msgid "E95: Buffer with this name already exists"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
140 msgstr "E95: 이 이름을 가진 버퍼가 이미 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
141
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
142 msgid " [Modified]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
143 msgstr " [바뀜]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
144
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
145 msgid "[Not edited]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
146 msgstr "[고치지 않았음]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
147
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
148 msgid "[New file]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
149 msgstr "[새 파일]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
150
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
151 msgid "[Read errors]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
152 msgstr "[읽기 에러]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
153
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
154 msgid "[RO]"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
155 msgstr "[읽기 전용]"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
156
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
157 msgid "[readonly]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
158 msgstr "[읽기 전용]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
159
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
160 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
161 msgid "1 line --%d%%--"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
162 msgstr "1 줄 --%d%%--"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
163
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
164 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
165 msgid "%ld lines --%d%%--"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
166 msgstr "%ld 줄 --%d%%--"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
167
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
168 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
169 msgid "line %ld of %ld --%d%%-- col "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
170 msgstr "%ld / %ld 줄 --%d%%-- 칸 "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
171
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
172 msgid "[No Name]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
173 msgstr "[이름 없음]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
174
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
175 msgid "help"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
176 msgstr "도움말"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
177
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
178 msgid "[Help]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
179 msgstr "[도움말]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
180
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
181 msgid "[Preview]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
182 msgstr "[미리 보기]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
183
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
184 msgid "All"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
185 msgstr "모두"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
186
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
187 msgid "Bot"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
188 msgstr "바닥"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
189
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
190 msgid "Top"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
191 msgstr "꼭대기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
192
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
193 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
194 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
195 "# Buffer list:\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
196 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
197 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
198 "# 버퍼 목록:\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
199
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
200 msgid "E382: Cannot write, 'buftype' option is set"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
201 msgstr "E382: 쓸 수 없음, 'buftype' 옵션이 설정되어 있습니다"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
202
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
203 msgid "[Prompt]"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
204 msgstr "[Prompt]"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
205
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
206 msgid "[Scratch]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
207 msgstr "[Scratch]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
208
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
209 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
210 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
211 "--- Signs ---"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
212 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
213 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
214 "--- 기호 ---"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
215
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
216 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
217 msgid "Signs for %s:"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
218 msgstr "%s에 대한 기호:"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
219
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
220 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
221 msgid " line=%ld id=%d name=%s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
222 msgstr " 줄=%ld id=%d 이름=%s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
223
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
224 msgid "E902: Cannot connect to port"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
225 msgstr "E902: 포트로 연결할 수 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
226
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
227 msgid "E901: gethostbyname() in channel_open()"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
228 msgstr "E901: channel_open()에서 gethostbyname()"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
229
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
230 msgid "E898: socket() in channel_open()"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
231 msgstr "E898: channel_open()에서 socket()"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
232
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
233 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
234 msgid "E903: Received command with non-string argument"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
235 msgstr "E903: 문자열이 아닌 인자를 명령으로 수신했습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
236
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
237 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
238 msgid "E904: Last argument for expr/call must be a number"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
239 msgstr "E904: expr/call의 마지막 인자는 숫자여야 합니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
240
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
241 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
242 msgid "E904: Third argument for call must be a list"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
243 msgstr "E904: 3번째 인자는 list여야 합니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
244
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
245 #, c-format
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
246 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
247 msgid "E905: Received unknown command: %s"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
248 msgstr "E905: 모르는 명령 수신: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
249
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
250 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
251 msgid "E630: %s(): write while not connected"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
252 msgstr "E630: %s(): 연결되지 않았는 데 쓰기"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
253
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
254 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
255 msgid "E631: %s(): write failed"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
256 msgstr "E631: %s(): 쓰기가 실패했습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
257
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
258 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
259 msgid "E917: Cannot use a callback with %s()"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
260 msgstr "E917: %s()에는 callback을 사용할 수 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
261
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
262 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
263 msgid "E912: Cannot use ch_evalexpr()/ch_sendexpr() with a raw or nl channel"
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
264 msgstr ""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
265 "E912: raw 혹은 nl 채널에서 ch_evalexpr()/ch_sendexpr()을 사용할 수 없습니다"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
266
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
267 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
268 msgid "E906: Not an open channel"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
269 msgstr "E906: 열린 채널이 아닙니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
270
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
271 msgid "E920: _io file requires _name to be set"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
272 msgstr "E920: _io 파일은 설정하려면 _name이 필요합니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
273
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
274 msgid "E915: in_io buffer requires in_buf or in_name to be set"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
275 msgstr "E915: in_io 버퍼는 설정하려면 in_buf나 in_name이 필요합니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
276
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
277 #, c-format
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
278 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
279 msgid "E918: Buffer must be loaded: %s"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
280 msgstr "E918: 버퍼가 로딩되어야 합니다: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
281
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
282 msgid "E821: File is encrypted with unknown method"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
283 msgstr "E821: 파일이 모르는 방법으로 암호화되어 있습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
284
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
285 msgid "Warning: Using a weak encryption method; see :help 'cm'"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
286 msgstr "경고: 약한 암호 방식을 사용중; :help 'cm'을 확인하세요"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
287
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
288 msgid "Enter encryption key: "
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
289 msgstr "암호 키 입력: "
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
290
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
291 msgid "Enter same key again: "
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
292 msgstr "같은 키를 다시 입력: "
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
293
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
294 msgid "Keys don't match!"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
295 msgstr "키가 맞지 않습니다!"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
296
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
297 msgid "[crypted]"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
298 msgstr "[암호화 되었습니다]"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
299
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
300 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
301 msgid "E720: Missing colon in Dictionary: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
302 msgstr "E720: Dictionary에 콜론 누락: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
303
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
304 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
305 msgid "E721: Duplicate key in Dictionary: \"%s\""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
306 msgstr "E721: Dictionary에 중복된 키: \"%s\""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
307
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
308 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
309 msgid "E722: Missing comma in Dictionary: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
310 msgstr "E722: Dictionary에 콤마 누락: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
311
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
312 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
313 msgid "E723: Missing end of Dictionary '}': %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
314 msgstr "E723: Dictionary 끝에 '}' 누락: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
315
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
316 msgid "extend() argument"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
317 msgstr "extend() 인자"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
318
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
319 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
320 msgid "E737: Key already exists: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
321 msgstr "E737: 키가 이미 존재함: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
322
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
323 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
324 msgid "E96: Cannot diff more than %ld buffers"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
325 msgstr "E96: 버퍼를 %ld개 이상은 비교할 수 없습니다"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
326
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
327 msgid "E810: Cannot read or write temp files"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
328 msgstr "E810: 임시 파일을 읽거나 쓸 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
329
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
330 msgid "E97: Cannot create diffs"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
331 msgstr "E97: diff를 만들 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
332
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
333 msgid "Patch file"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
334 msgstr "패키 파일"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
335
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
336 msgid "E816: Cannot read patch output"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
337 msgstr "E816: patch 결과를 읽을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
338
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
339 msgid "E98: Cannot read diff output"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
340 msgstr "E98: diff 출력을 읽을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
341
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
342 msgid "E99: Current buffer is not in diff mode"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
343 msgstr "E99: 현재 버퍼는 diff 상태가 아닙니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
344
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
345 msgid "E793: No other buffer in diff mode is modifiable"
2260
0e27866cea99 Update src/po/it.po. Fixed errors in ko.po.
Bram Moolenaar <bram@vim.org>
parents: 2098
diff changeset
346 msgstr "E793: 수정 가능한 diff 상태 버퍼는 없습니다"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
347
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
348 msgid "E100: No other buffer in diff mode"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
349 msgstr "E100: 다른 버퍼중에 diff 상태인 게 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
350
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
351 msgid "E101: More than two buffers in diff mode, don't know which one to use"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
352 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
353 "E101: 두개 이상의 버퍼가 diff 상태여서 어떤 것을 써야할 지 알 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
354
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
355 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
356 msgid "E102: Can't find buffer \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
357 msgstr "E102: \"%s\" 버퍼를 찾을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
358
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
359 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
360 msgid "E103: Buffer \"%s\" is not in diff mode"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
361 msgstr "E103: \"%s\" 버퍼는 diff 상태가 아닙니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
362
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
363 msgid "E787: Buffer changed unexpectedly"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
364 msgstr "E787: 버퍼가 모르는 사이에 바뀌었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
365
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
366 msgid "E104: Escape not allowed in digraph"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
367 msgstr "E104: digraph에는 Escape을 쓸 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
368
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
369 msgid "E544: Keymap file not found"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
370 msgstr "E544: 키맵 파일을 찾을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
371
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
372 msgid "E105: Using :loadkeymap not in a sourced file"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
373 msgstr "E105: 불러들인 파일에서 :loadkeymap을 사용하지 않았습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
374
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
375 msgid "E791: Empty keymap entry"
2662
916c90b37ea9 Update runtime files.
Bram Moolenaar <bram@vim.org>
parents: 2642
diff changeset
376 msgstr "E791: 키맵 엔트리가 비어있음"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
377
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
378 msgid " Keyword completion (^N^P)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
379 msgstr " 낱말 완성 (^N^P)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
380
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
381 msgid " ^X mode (^]^D^E^F^I^K^L^N^O^Ps^U^V^Y)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
382 msgstr " ^X 모드 (^]^D^E^F^I^K^L^N^O^Ps^U^V^Y)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
383
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
384 msgid " Whole line completion (^L^N^P)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
385 msgstr " 전체 줄 완성 (^L^N^P)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
386
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
387 msgid " File name completion (^F^N^P)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
388 msgstr " 파일 이름 완성 (^F^N^P)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
389
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
390 msgid " Tag completion (^]^N^P)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
391 msgstr " 태그 완성 (^]^N^P)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
392
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
393 msgid " Path pattern completion (^N^P)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
394 msgstr " 경로 패턴 완성 (^N^P)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
395
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
396 msgid " Definition completion (^D^N^P)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
397 msgstr " 정의 완성 (^D^N^P)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
398
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
399 msgid " Dictionary completion (^K^N^P)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
400 msgstr " Dictionary 완성 (^K^N^P)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
401
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
402 msgid " Thesaurus completion (^T^N^P)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
403 msgstr " 백과사전 완성 (^T^N^P)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
404
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
405 msgid " Command-line completion (^V^N^P)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
406 msgstr " 명령행 완성 (^V^N^P)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
407
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
408 msgid " User defined completion (^U^N^P)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
409 msgstr " 사용자 정의 완성 (^U^N^P)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
410
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
411 msgid " Omni completion (^O^N^P)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
412 msgstr " Omni 완성 (^O^N^P)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
413
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
414 msgid " Spelling suggestion (s^N^P)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
415 msgstr " 단어 제안 (s^N^P)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
416
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
417 msgid " Keyword Local completion (^N^P)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
418 msgstr " 낱말 로컬 완성 (^N^P)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
419
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
420 msgid "Hit end of paragraph"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
421 msgstr "단락의 마지막 만남"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
422
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
423 msgid "E839: Completion function changed window"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
424 msgstr "E839: Completion 기능이 창을 바꾸었습니다"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
425
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
426 msgid "E840: Completion function deleted text"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
427 msgstr "E840: Completion 기능이 문자열을 지웠습니다"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
428
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
429 msgid "'dictionary' option is empty"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
430 msgstr "'dictionary' 옵션이 비었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
431
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
432 msgid "'thesaurus' option is empty"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
433 msgstr "'thesaurus' 옵션이 비었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
434
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
435 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
436 msgid "Scanning dictionary: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
437 msgstr "사전 찾는 중: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
438
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
439 msgid " (insert) Scroll (^E/^Y)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
440 msgstr " (끼워넣기) 스크롤 (^E/^Y)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
441
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
442 msgid " (replace) Scroll (^E/^Y)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
443 msgstr " (바꿈) 스크롤 (^E/^Y)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
444
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
445 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
446 msgid "Scanning: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
447 msgstr "찾는 중: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
448
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
449 msgid "Scanning tags."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
450 msgstr "태그 찾는 중."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
451
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
452 msgid "match in file"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
453 msgstr "match in file"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
454
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
455 msgid " Adding"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
456 msgstr " 더하기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
457
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
458 msgid "-- Searching..."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
459 msgstr "-- 찾는 중..."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
460
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
461 msgid "Back at original"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
462 msgstr "원래대로 복구"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
463
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
464 msgid "Word from other line"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
465 msgstr "다른 줄에 낱말"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
466
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
467 msgid "The only match"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
468 msgstr "The only match"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
469
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
470 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
471 msgid "match %d of %d"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
472 msgstr "match %d of %d"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
473
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
474 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
475 msgid "match %d"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
476 msgstr "match %d"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
477
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
478 msgid "E18: Unexpected characters in :let"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
479 msgstr "E18: ':let'에 모르는 글자"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
480
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
481 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
482 msgid "E121: Undefined variable: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
483 msgstr "E121: 정의 안 된 변수: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
484
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
485 msgid "E111: Missing ']'"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
486 msgstr "E111: ']'이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
487
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
488 msgid "E719: Cannot use [:] with a Dictionary"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
489 msgstr "E719: Dictionary에 [:]을 사용할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
490
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
491 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
492 msgid "E734: Wrong variable type for %s="
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
493 msgstr "E734: %s=에 대한 잘못된 변수형"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
494
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
495 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
496 msgid "E461: Illegal variable name: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
497 msgstr "E461: 비정상적인 변수 명: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
498
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
499 # TODO: Capitalise first word of message?
29840
b15334beeaa4 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 29274
diff changeset
500 msgid "E806: Using a Float as a String"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
501 msgstr "E806: Float를 String으로 사용"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
502
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
503 msgid "E687: Less targets than List items"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
504 msgstr "E687: List 항목보다 적은 대상"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
505
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
506 msgid "E688: More targets than List items"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
507 msgstr "E688: List 항목보다 많은 대상"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
508
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
509 msgid "Double ; in list of variables"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
510 msgstr "변수 목록에 중복된 ;"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
511
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
512 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
513 msgid "E738: Can't list variables for %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
514 msgstr "E738: %s 변수 목록을 나열할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
515
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
516 msgid "E689: Can only index a List or Dictionary"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
517 msgstr "E689: List나 Dictionary만 색인할 수 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
518
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
519 msgid "E708: [:] must come last"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
520 msgstr "E708: [:]은 마지막에 위치해야 합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
521
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
522 msgid "E709: [:] requires a List value"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
523 msgstr "E709: [:]은 List 값이 필요합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
524
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
525 msgid "E710: List value has more items than target"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
526 msgstr "E710: List 값이 대상보다 많은 항목을 가지고 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
527
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
528 msgid "E711: List value has not enough items"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
529 msgstr "E711: List 값이 충분한 항목을 가지고 있지 않습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
530
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
531 msgid "E690: Missing \"in\" after :for"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
532 msgstr "E690: :for 뒤에 \"in\"가 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
533
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
534 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
535 msgid "E108: No such variable: \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
536 msgstr "E108: 이런 변수 없음: \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
537
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
538 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
539 msgid "E940: Cannot lock or unlock variable %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
540 msgstr "E940: 변수 %s을(를) 잠금 혹은 해제할 수 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
541
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
542 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
543 msgid "E743: Variable nested too deep for (un)lock"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
544 msgstr "E743: 잠금(해제)하기에 변수가 너무 깊이 중첩되었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
545
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
546 msgid "E109: Missing ':' after '?'"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
547 msgstr "E109: '?' 뒤에 ':'이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
548
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
549 msgid "E804: Cannot use '%' with Float"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
550 msgstr "E804: Float에 '%'는 사용할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
551
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
552 msgid "E110: Missing ')'"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
553 msgstr "E110: ')'가 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
554
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
555 msgid "E695: Cannot index a Funcref"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
556 msgstr "E695: Funcref를 색인할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
557
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
558 msgid "E909: Cannot index a special variable"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
559 msgstr "E909: 특수한 변수는 색인할 수 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
560
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
561 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
562 msgid "E112: Option name missing: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
563 msgstr "E112: 옵션 이름 없음: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
564
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
565 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
566 msgid "E113: Unknown option: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
567 msgstr "E113: 모르는 옵션: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
568
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
569 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
570 msgid "E114: Missing quote: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
571 msgstr "E114: 따옴표 없음: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
572
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
573 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
574 msgid "E115: Missing quote: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
575 msgstr "E115: 따옴표 없음: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
576
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
577 msgid "Not enough memory to set references, garbage collection aborted!"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
578 msgstr "메모리가 부족하여 가비지 콜렉션이 중단되었습니다!"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
579
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
580 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
581 msgid "E724: Variable nested too deep for displaying"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
582 msgstr "E724: 변수가 표시하기에 너무 깊이 중첩되었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
583
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
584 msgid "E805: Using a Float as a Number"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
585 msgstr "E805: Float를 Number로 사용"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
586
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
587 msgid "E703: Using a Funcref as a Number"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
588 msgstr "E703: Funcref를 Number로 사용"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
589
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
590 msgid "E745: Using a List as a Number"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
591 msgstr "E745: List를 Number로 사용"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
592
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
593 msgid "E728: Using a Dictionary as a Number"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
594 msgstr "E728: Dictionary를 Number로 사용"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
595
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
596 msgid "E910: Using a Job as a Number"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
597 msgstr "E910: Job을 Number로 사용하고 있습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
598
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
599 msgid "E913: Using a Channel as a Number"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
600 msgstr "E913: Channel을 Number로 사용하고 있습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
601
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
602 msgid "E891: Using a Funcref as a Float"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
603 msgstr "E891: Funcref를 Float로 사용하고 있습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
604
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
605 msgid "E892: Using a String as a Float"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
606 msgstr "E892: String을 Float로 사용하고 있습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
607
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
608 msgid "E893: Using a List as a Float"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
609 msgstr "E893: List를 Float로 사용하고 있습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
610
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
611 msgid "E894: Using a Dictionary as a Float"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
612 msgstr "E894: Dictionary를 Float로 사용하고 있습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
613
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
614 msgid "E907: Using a special value as a Float"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
615 msgstr "E907: 특수한 값을 Float로 사용하고 있습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
616
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
617 msgid "E911: Using a Job as a Float"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
618 msgstr "E911: Job을 Float로 사용하고 있습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
619
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
620 msgid "E914: Using a Channel as a Float"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
621 msgstr "E914: Channel을 Float로 사용하고 있습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
622
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
623 msgid "E729: using Funcref as a String"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
624 msgstr "E729: Funcref를 String으로 사용"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
625
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
626 msgid "E730: using List as a String"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
627 msgstr "E730: List를 String으로 사용"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
628
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
629 msgid "E731: using Dictionary as a String"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
630 msgstr "E731: Dictionary를 String으로 사용"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
631
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
632 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
633 msgid "E908: Using an invalid value as a String"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
634 msgstr "E908: 잘못된 값을 String으로 사용하고 있습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
635
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
636 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
637 msgid "E795: Cannot delete variable %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
638 msgstr "E795: 변수 %s를 삭제할 수 없습니다"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
639
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
640 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
641 msgid "E704: Funcref variable name must start with a capital: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
642 msgstr "E704: Funcref 변수명은 대문자로 시작해야 함: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
643
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
644 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
645 msgid "E705: Variable name conflicts with existing function: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
646 msgstr "E705: 변수명이 이미 있는 함수명과 충돌: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
647
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
648 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
649 msgid "E741: Value is locked: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
650 msgstr "E741: 값이 잠겨있음: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
651
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
652 msgid "Unknown"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
653 msgstr "모름"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
654
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
655 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
656 msgid "E742: Cannot change value of %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
657 msgstr "E742: %s 값을 바꿀 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
658
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
659 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
660 msgid "E698: Variable nested too deep for making a copy"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
661 msgstr "E698: 복사하기에 변수가 너무 깊게 중첩되었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
662
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
663 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
664 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
665 "# global variables:\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
666 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
667 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
668 "# 전역 변수:\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
669
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
670 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
671 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
672 "\tLast set from "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
673 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
674 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
675 "\tLast set from "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
676
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
677 msgid "E691: Can only compare List with List"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
678 msgstr "E691: List는 List와만 비교할 수 있습니다"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
679
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
680 msgid "E692: Invalid operation for List"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
681 msgstr "E692: List에 대한 잘못된 동작"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
682
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
683 msgid "E735: Can only compare Dictionary with Dictionary"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
684 msgstr "E735: Dictionary는 Dictionary와만 비교할 수 있습니다"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
685
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
686 msgid "E736: Invalid operation for Dictionary"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
687 msgstr "E736: Dictionary에 대한 잘못된 동작"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
688
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
689 msgid "E694: Invalid operation for Funcrefs"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
690 msgstr "E694: Funcrefs에 대한 잘못된 동작"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
691
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
692 msgid "map() argument"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
693 msgstr "map() 인자"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
694
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
695 msgid "filter() argument"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
696 msgstr "filter() 인자"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
697
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
698 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
699 msgid "E686: Argument of %s must be a List"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
700 msgstr "E686: %s 인자는 List이어야 합니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
701
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
702 msgid "E928: String required"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
703 msgstr "E928: String이 필요합니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
704
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
705 msgid "E808: Number or Float required"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
706 msgstr "E808: Number 혹은 Float가 필요합니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
707
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
708 msgid "add() argument"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
709 msgstr "add() 인자"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
710
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
711 msgid "E785: complete() can only be used in Insert mode"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
712 msgstr "E785: complete()은 입력 모드에서만 사용될 수 있습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
713
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
714 msgid "&Ok"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
715 msgstr "확인(&O)"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
716
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
717 #, c-format
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
718 #msgid "+-%s%3ld line: "
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
719 #msgid_plural "+-%s%3ld lines: "
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
720 #msgstr[0] ""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
721 #msgstr[1] ""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
722
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
723 #, c-format
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
724 msgid "E700: Unknown function: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
725 msgstr "E700: 모르는 함수: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
726
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
727 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
728 msgid "E922: Expected a dict"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
729 msgstr "E922: dict가 요구됩니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
730
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
731 msgid "E923: Second argument of function() must be a list or a dict"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
732 msgstr "E923: function()의 두번째 인자는 list나 dict이어야 합니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
733
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
734 msgid ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
735 "&OK\n"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
736 "&Cancel"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
737 msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
738 "확인(&O)\n"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
739 "취소(&C)"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
740
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
741 msgid "called inputrestore() more often than inputsave()"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
742 msgstr "inputrestore()가 inputsave()보다 많이 불려졌습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
743
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
744 msgid "insert() argument"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
745 msgstr "insert() 인자"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
746
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
747 msgid "E786: Range not allowed"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
748 msgstr "E786: 범위가 허용되지 않습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
749
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
750 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
751 msgid "E916: Not a valid job"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
752 msgstr "E916: 정상적인 job이 아닙니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
753
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
754 msgid "E701: Invalid type for len()"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
755 msgstr "E701: len()에 잘못된 형"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
756
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
757 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
758 msgid "E798: ID is reserved for \":match\": %ld"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
759 msgstr "E798: ID가 \":match\"때문에 예약됨: %ld"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
760
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
761 msgid "E726: Stride is zero"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
762 msgstr "E726: Stride가 0"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
763
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
764 msgid "E727: Start past end"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
765 msgstr "E727: 시작위치가 끝을 지나침"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
766
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
767 msgid "<empty>"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
768 msgstr "<비어있음>"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
769
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
770 msgid "E240: No connection to the X server"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
771 msgstr "E240: X 서버에 연결되어 있지 않습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
772
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
773 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
774 msgid "E241: Unable to send to %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
775 msgstr "E241: %s(으)로 보낼 수 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
776
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
777 msgid "E277: Unable to read a server reply"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
778 msgstr "E277: 서버의 응답을 읽을 수 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
779
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
780 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
781 msgid "E941: Already started a server"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
782 msgstr "E941: 서버가 이미 시작되었습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
783
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
784 msgid "E942: +clientserver feature not available"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
785 msgstr "E942: +clientserver 기능이 포함되지 않았습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
786
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
787 msgid "remove() argument"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
788 msgstr "remove() 인자"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
789
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
790 msgid "E655: Too many symbolic links (cycle?)"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
791 msgstr "E655: 너무 많은 심볼릭 링크 (반복순환?)"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
792
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
793 msgid "reverse() argument"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
794 msgstr "reverse() 인자"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
795
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
796 msgid "E258: Unable to send to client"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
797 msgstr "E258: 클라이언트로 보낼 수 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
798
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
799 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
800 msgid "E927: Invalid action: '%s'"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
801 msgstr "E927: 비정상적인 동작: '%s'"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
802
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
803 msgid "sort() argument"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
804 msgstr "sort() 인자"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
805
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
806 msgid "uniq() argument"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
807 msgstr "uniq() 인자"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
808
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
809 msgid "E702: Sort compare function failed"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
810 msgstr "E702: 정렬 비교 기능이 실패했습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
811
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
812 msgid "E882: Uniq compare function failed"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
813 msgstr "E882: Uniq 비교 함수가 실패하였습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
814
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
815 msgid "(Invalid)"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
816 msgstr "(비정상)"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
817
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
818 #, c-format
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
819 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
820 msgid "E935: Invalid submatch number: %d"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
821 msgstr "E935: 비정상적인 submatch number: %d"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
822
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
823 msgid "E677: Error writing temp file"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
824 msgstr "E677: 임시 파일 쓰기 에러"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
825
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
826 msgid "E921: Invalid callback argument"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
827 msgstr "E921: 비정상적인 콜백 인자"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
828
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
829 msgid "Entering Debug mode. Type \"cont\" to continue."
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
830 msgstr "디버그 상태로 들어감. 계속하려면 \"cont\"를 입력하십시오."
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
831
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
832 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
833 msgid "Oldval = \"%s\""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
834 msgstr "이전 값 = \"%s\""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
835
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
836 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
837 msgid "Newval = \"%s\""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
838 msgstr "새로운 값 = \"%s\""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
839
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
840 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
841 msgid "line %ld: %s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
842 msgstr "%ld 줄: %s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
843
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
844 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
845 msgid "cmd: %s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
846 msgstr "명령: %s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
847
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
848 msgid "frame is zero"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
849 msgstr "프레임이 0"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
850
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
851 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
852 msgid "frame at highest level: %d"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
853 msgstr "프레임이 가장 높은 단계임: %d"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
854
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
855 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
856 msgid "Breakpoint in \"%s%s\" line %ld"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
857 msgstr "중지점: \"%s%s\" %ld 줄"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
858
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
859 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
860 msgid "E161: Breakpoint not found: %s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
861 msgstr "E161: 중지점을 찾을 수 없습니다: %s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
862
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
863 msgid "No breakpoints defined"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
864 msgstr "중지점이 정의되어 있지 않습니다"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
865
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
866 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
867 msgid "%3d %s %s line %ld"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
868 msgstr "%3d %s %s %ld 줄"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
869
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
870 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
871 msgid "%3d expr %s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
872 msgstr "%3d expr %s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
873
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
874 msgid "E750: First use \":profile start {fname}\""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
875 msgstr "E750: 먼저 \":profile start {fname}\"을 사용하세요"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
876
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
877 msgid "Save As"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
878 msgstr "다른 이름으로 저장"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
879
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
880 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
881 msgid "Save changes to \"%s\"?"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
882 msgstr "\"%s\"에 바뀐 내용을 저장할까요?"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
883
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
884 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
885 msgid "E947: Job still running in buffer \"%s\""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
886 msgstr "E947: Job이 여전히 \"%s\" 버퍼에서 실행 중입니다"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
887
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
888 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
889 msgid "E162: No write since last change for buffer \"%s\""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
890 msgstr "E162: 버퍼 \"%s\"에 나중에 바뀐 내용이 써지지 않았습니다"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
891
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
892 msgid "Warning: Entered other buffer unexpectedly (check autocommands)"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
893 msgstr "경고: 뜻 밖에 다른 버퍼로 들어갔습니다 (autocommand를 확인하십시오)"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
894
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
895 msgid "E163: There is only one file to edit"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
896 msgstr "E163: 고칠 파일이 하나 밖에 없습니다"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
897
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
898 msgid "E164: Cannot go before first file"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
899 msgstr "E164: 첫 번째 파일 이전으로는 갈 수 없습니다"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
900
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
901 msgid "E165: Cannot go beyond last file"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
902 msgstr "E165: 마지막 파일 뒤로는 갈 수 없습니다"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
903
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
904 #, c-format
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
905 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
906 msgid "E666: Compiler not supported: %s"
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
907 msgstr "E666: 컴파일러가 지원되지 않음: %s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
908
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
909 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
910 msgid "Searching for \"%s\" in \"%s\""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
911 msgstr "\"%s\"을(를) \"%s\"에서 찾는 중"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
912
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
913 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
914 msgid "Searching for \"%s\""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
915 msgstr "\"%s\"을(를) 찾는 중"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
916
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
917 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
918 msgid "not found in '%s': \"%s\""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
919 msgstr "'%s'에서 찾을 수 없음: \"%s\""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
920
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
921 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
922 msgid "W20: Required python version 2.x not supported, ignoring file: %s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
923 msgstr "W20: 요구되는 파이선 버젼 2.x는 지원되지 않음, 파일을 무시: %s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
924
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
925 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
926 msgid "W21: Required python version 3.x not supported, ignoring file: %s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
927 msgstr "W21: 요구되는 파이선 버젼 3.x는 지원되지 않음, 파일을 무시: %s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
928
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
929 msgid "Source Vim script"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
930 msgstr "빔 스크립트 로드"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
931
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
932 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
933 msgid "Cannot source a directory: \"%s\""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
934 msgstr "디렉토리는 source할 수 없음: \"%s\""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
935
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
936 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
937 msgid "could not source \"%s\""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
938 msgstr "\"%s\"을(를) 불러 들일 수 없습니다"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
939
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
940 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
941 msgid "line %ld: could not source \"%s\""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
942 msgstr "%ld 줄: \"%s\"을(를) 불러 들일 수 없습니다"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
943
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
944 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
945 msgid "sourcing \"%s\""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
946 msgstr "\"%s\"을(를) 불러들이는 중"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
947
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
948 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
949 msgid "line %ld: sourcing \"%s\""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
950 msgstr "%ld 줄: \"%s\" 불러들이는 중"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
951
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
952 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
953 msgid "finished sourcing %s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
954 msgstr "%s 불러들이기 끝"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
955
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
956 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
957 msgid "continuing in %s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
958 msgstr "%s에서 계속"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
959
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
960 msgid "modeline"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
961 msgstr "modeline"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
962
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
963 msgid "--cmd argument"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
964 msgstr "--cmd 인자"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
965
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
966 msgid "-c argument"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
967 msgstr "-c 인자"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
968
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
969 msgid "environment variable"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
970 msgstr "환경 변수"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
971
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
972 msgid "error handler"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
973 msgstr "에러 핸들러"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
974
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
975 msgid "W15: Warning: Wrong line separator, ^M may be missing"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
976 msgstr "W15: 경고: 잘못된 줄 구분자. ^M이 없는 것 같습니다"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
977
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
978 msgid "E167: :scriptencoding used outside of a sourced file"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
979 msgstr "E167: :scriptencoding이 불러들인 파일 밖에서 사용되었습니다"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
980
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
981 msgid "E168: :finish used outside of a sourced file"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
982 msgstr "E168: :finish가 불러들인 파일 밖에서 사용되었습니다"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
983
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
984 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
985 msgid "Current %slanguage: \"%s\""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
986 msgstr "현재 %s언어: \"%s\""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
987
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
988 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
989 msgid "E197: Cannot set language to \"%s\""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
990 msgstr "E197: 언어를 \"%s\"(으)로 설정할 수 없습니다"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
991
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
992 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
993 msgid "<%s>%s%s %d, Hex %02x, Oct %03o, Digr %s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
994 msgstr "<%s>%s%s %d, 십육진 %02x, 팔진 %03o, 이중글자 %s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
995
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
996 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
997 msgid "<%s>%s%s %d, Hex %02x, Octal %03o"
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
998 msgstr "<%s>%s%s %d, 십육진 %02x, 팔진수 %03o"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
999
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
1000 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
1001 msgid "> %d, Hex %04x, Oct %o, Digr %s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
1002 msgstr "> %d, 십육진 %04x, 팔진 %o, 이중글자 %s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
1003
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
1004 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
1005 msgid "> %d, Hex %08x, Oct %o, Digr %s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
1006 msgstr "> %d, 십육진 %08x, 팔진 %o, 이중글자 %s"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1007
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1008 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1009 msgid "> %d, Hex %04x, Octal %o"
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
1010 msgstr "> %d, 십육진 %04x, 팔진수 %o"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1011
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1012 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1013 msgid "> %d, Hex %08x, Octal %o"
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
1014 msgstr "> %d, 십육진 %08x, 팔진수 %o"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1015
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1016 msgid "E134: Move lines into themselves"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1017 msgstr "E134: 줄을 그 자신으로 이동하려고 했습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1018
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1019 msgid "1 line moved"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1020 msgstr "1 줄 옮겨졌습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1021
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1022 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1023 msgid "%ld lines moved"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1024 msgstr "%ld 줄 옮겨졌습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1025
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1026 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1027 msgid "%ld lines filtered"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1028 msgstr "%ld 줄을 걸렀습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1029
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1030 msgid "E135: *Filter* Autocommands must not change current buffer"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1031 msgstr "E135: *Filter* 자동명령은 현재 버퍼를 바꾸어서는 안 됩니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1032
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1033 msgid "[No write since last change]\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1034 msgstr "[마지막으로 고친 뒤 저장 안 함]\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1035
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1036 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1037 msgid "%sviminfo: %s in line: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1038 msgstr "%sviminfo: 줄에 %s: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1039
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1040 msgid "E136: viminfo: Too many errors, skipping rest of file"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1041 msgstr "E136: viminfo: 너무 많은 에러, 나머지 건너뜀"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1042
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1043 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1044 msgid "Reading viminfo file \"%s\"%s%s%s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1045 msgstr "viminfo 파일 \"%s\"%s%s%s을(를) 읽는 중"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1046
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1047 msgid " info"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1048 msgstr " 인포"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1049
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1050 msgid " marks"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1051 msgstr " 마크"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1052
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
1053 msgid " oldfiles"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
1054 msgstr " oldfiles"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1055
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1056 msgid " FAILED"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1057 msgstr " 실패"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1058
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1059 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1060 msgid "E137: Viminfo file is not writable: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1061 msgstr "E137: Viminfo 파일의 쓰기 권한이 없습니다: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1062
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1063 #, c-format
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1064 msgid "E929: Too many viminfo temp files, like %s!"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1065 msgstr "E929: 너무 많은 viminfo 임시 파일들, 가령 %s!"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1066
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1067 #, c-format
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1068 msgid "E138: Can't write viminfo file %s!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1069 msgstr "E138: Viminfo 파일 %s을(를) 쓸 수 없습니다!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1070
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1071 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1072 msgid "Writing viminfo file \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1073 msgstr "Viminfo 파일 \"%s\"을(를) 쓰는 중"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1074
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1075 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1076 msgid "E886: Can't rename viminfo file to %s!"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1077 msgstr "E886: viminfo 파일명을 %s(으)로 변경할 수 없습니다!"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1078
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1079 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1080 msgid "# This viminfo file was generated by Vim %s.\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1081 msgstr "# 이 viminfo 파일은 빔이 만든 것입니다 Vim %s.\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1082
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1083 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1084 "# You may edit it if you're careful!\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1085 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1086 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1087 "# 조심만 한다면 고칠 수도 있습니다!\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1088 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1089
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1090 msgid "# Value of 'encoding' when this file was written\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1091 msgstr "# 이 파일이 저장되었을 때의 'encoding'의 값\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1092
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1093 msgid "Illegal starting char"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1094 msgstr "이상한 시작 글자"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1095
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1096 #~ msgid ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1097 #~ "\n"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1098 #~ "# Bar lines, copied verbatim:\n"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1099 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1100
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1101 msgid "Write partial file?"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1102 msgstr "파일 일부만 저장할까요?"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1103
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1104 msgid "E140: Use ! to write partial buffer"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1105 msgstr "E140: 버퍼 일부만 쓰려면 !을 사용하십시오"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1106
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1107 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1108 msgid "Overwrite existing file \"%s\"?"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1109 msgstr "이미 있는 \"%s\" 파일을 덮어쓸까요?"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1110
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1111 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1112 msgid "Swap file \"%s\" exists, overwrite anyway?"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1113 msgstr "스왑 파일 \"%s\"가 있습니다, 덮어쓸까요?"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1114
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1115 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1116 msgid "E768: Swap file exists: %s (:silent! overrides)"
2662
916c90b37ea9 Update runtime files.
Bram Moolenaar <bram@vim.org>
parents: 2642
diff changeset
1117 msgstr "E768: 스왑 파일 있음: %s (덮어쓰려면 :silent! 사용)"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1118
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1119 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1120 msgid "E141: No file name for buffer %ld"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1121 msgstr "E141: 버퍼 %ld의 파일 이름이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1122
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1123 msgid "E142: File not written: Writing is disabled by 'write' option"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1124 msgstr "E142: 파일이 써지지 않음: 'write' 옵션에 의해 쓸 수가 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1125
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1126 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1127 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1128 "'readonly' option is set for \"%s\".\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1129 "Do you wish to write anyway?"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1130 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1131 "'readonly' 옵션이 \"%s\"에 대해 설정되어 있습니다.\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1132 "그래도 쓰기를 원하십니까?"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1133
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1134 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1135 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1136 "File permissions of \"%s\" are read-only.\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1137 "It may still be possible to write it.\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1138 "Do you wish to try?"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1139 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1140 "파일 \"%s\"가 읽기전용입니다.\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1141 "그래도 쓰기가 가능할 지도 모릅니다.\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1142 "한 번 써 볼까요?"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1143
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1144 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1145 msgid "E505: \"%s\" is read-only (add ! to override)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1146 msgstr "E505: \"%s\"는 읽기 전용입니다 (덮어쓰려면 ! 더하기)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1147
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1148 msgid "Edit File"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1149 msgstr "파일 고치기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1150
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1151 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1152 msgid "E143: Autocommands unexpectedly deleted new buffer %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1153 msgstr "E143: Autocommand가 뜻 밖에 새 버퍼 %s을(를) 지웠습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1154
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
1155 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
1156 msgid "E144: Non-numeric argument to :z"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1157 msgstr "E144: 숫자가 아닌 인자가 :z에 주어졌습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1158
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1159 msgid "E145: Shell commands not allowed in rvim"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1160 msgstr "E145: rvim에서는 쉘 명령을 사용할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1161
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1162 msgid "E146: Regular expressions can't be delimited by letters"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1163 msgstr "E146: 정규표현식은 글자로 구분될 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1164
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1165 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1166 msgid "replace with %s (y/n/a/q/l/^E/^Y)?"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1167 msgstr "%s(으)로 바꿈 (y/n/a/q/l/^E/^Y)?"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1168
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1169 msgid "(Interrupted) "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1170 msgstr "(중단되었습니다) "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1171
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1172 msgid "1 match"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1173 msgstr "1개 찾아짐"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1174
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1175 msgid "1 substitution"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1176 msgstr "1개 바꿨음"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1177
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1178 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1179 msgid "%ld matches"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1180 msgstr "%ld개 찾아짐"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1181
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1182 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1183 msgid "%ld substitutions"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1184 msgstr "%ld개 바꿨음"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1185
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1186 msgid " on 1 line"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1187 msgstr " 한 줄에서"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1188
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1189 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1190 msgid " on %ld lines"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1191 msgstr " %ld 줄에서"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1192
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1193 msgid "E147: Cannot do :global recursive with a range"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1194 msgstr "E147: :global은 범위로 재귀 호출 될 수 없습니다"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1195
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1196 msgid "E148: Regular expression missing from global"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1197 msgstr "E148: global에서 정규표현식이 빠졌습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1198
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1199 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1200 msgid "Pattern found in every line: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1201 msgstr "여러 줄에서 패턴을 찾았습니다: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1202
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1203 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1204 msgid "Pattern not found: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1205 msgstr "패턴을 찾을 수 없음: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1206
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1207 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1208 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1209 "# Last Substitute String:\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1210 "$"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1211 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1212 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1213 "# 마지막으로 바꾼 문자열:\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1214 "$"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1215
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1216 msgid "E478: Don't panic!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1217 msgstr "E478: 당황하지 마십시오!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1218
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1219 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1220 msgid "E661: Sorry, no '%s' help for %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1221 msgstr "E661: 미안합니다, 도움말 '%s'이(가) %s에 대해 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1222
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1223 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1224 msgid "E149: Sorry, no help for %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1225 msgstr "E149: 미안합니다, %s에 대한 도움말이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1226
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1227 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1228 msgid "Sorry, help file \"%s\" not found"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1229 msgstr "미안합니다, 도움말 파일 \"%s\"을(를) 찾을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1230
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1231 #, c-format
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1232 msgid "E151: No match: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1233 msgstr "E151: 맞지 않음: %s"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1234
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1235 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1236 msgid "E152: Cannot open %s for writing"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1237 msgstr "E152: 쓰기 위한 %s을(를) 열 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1238
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1239 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1240 msgid "E153: Unable to open %s for reading"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1241 msgstr "E153: 읽기 위한 %s을(를) 열 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1242
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1243 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1244 msgid "E670: Mix of help file encodings within a language: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1245 msgstr "E670: 한 언어내에서 여러 인코딩 사용: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1246
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1247 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1248 msgid "E154: Duplicate tag \"%s\" in file %s/%s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1249 msgstr "E154: \"%s\" 태그가 %s/%s 파일에서 중복되었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1250
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1251 #, c-format
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1252 msgid "E150: Not a directory: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1253 msgstr "E150: 디렉토리가 아님: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1254
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1255 #, c-format
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1256 msgid "E160: Unknown sign command: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1257 msgstr "E160: 모르는 sign 명령: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1258
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1259 msgid "E156: Missing sign name"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1260 msgstr "E156: sign 이름이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1261
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1262 msgid "E612: Too many signs defined"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1263 msgstr "E612: 너무 많은 sign이 정의되어 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1264
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1265 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1266 msgid "E239: Invalid sign text: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1267 msgstr "E239: 잘못된 sign 텍스트: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1268
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1269 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1270 msgid "E155: Unknown sign: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1271 msgstr "E155: 모르는 sign: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1272
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1273 msgid "E159: Missing sign number"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1274 msgstr "E159: sign 번호가 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1275
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1276 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1277 msgid "E158: Invalid buffer name: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1278 msgstr "E158: 잘못된 버퍼 이름: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1279
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1280 msgid "E934: Cannot jump to a buffer that does not have a name"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1281 msgstr "E934: 이름없는 버퍼로는 점프할 수 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1282
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1283 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1284 msgid "E157: Invalid sign ID: %ld"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1285 msgstr "E157: 잘못된 sign ID: %ld"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1286
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1287 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1288 msgid "E885: Not possible to change sign %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1289 msgstr "E885: sign %s을(를) 바꿀 수 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1290
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1291 msgid " (NOT FOUND)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1292 msgstr " (못 찾았음)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1293
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1294 msgid " (not supported)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1295 msgstr " (지원되지 않음)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1296
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1297 msgid "[Deleted]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1298 msgstr "[지워졌습니다]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1299
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1300 msgid "No old files"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1301 msgstr "old 파일이 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1302
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1303 msgid "Entering Ex mode. Type \"visual\" to go to Normal mode."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1304 msgstr "Ex 상태로 전환. Normal 상태로 가려면 \"visual\"을 입력하십시오."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1305
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1306 msgid "E501: At end-of-file"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1307 msgstr "E501: 파일의 마지막입니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1308
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1309 msgid "E169: Command too recursive"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1310 msgstr "E169: 명령이 너무 많이 다시 반복되었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1311
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1312 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1313 msgid "E605: Exception not caught: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1314 msgstr "E605: 예외가 발생하지 않았습니다: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1315
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1316 msgid "End of sourced file"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1317 msgstr "불러들인 파일의 마지막"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1318
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1319 msgid "End of function"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1320 msgstr "함수의 마지막"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1321
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1322 msgid "E464: Ambiguous use of user-defined command"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1323 msgstr "E464: 사용자 정의 명령을 모호하게 사용하고 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1324
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1325 msgid "E492: Not an editor command"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1326 msgstr "E492: 편집기 명령이 아닙니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1327
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1328 msgid "E493: Backwards range given"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1329 msgstr "E493: 반대 영역이 주어졌습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1330
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1331 msgid "Backwards range given, OK to swap"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1332 msgstr "반대 영역이 주어졌습니다, 뒤집을까요"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1333
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1334 msgid "E494: Use w or w>>"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1335 msgstr "E494: w나 w>>를 사용하십시오"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1336
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1337 msgid "E943: Command table needs to be updated, run 'make cmdidxs'"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1338 msgstr "E943: 명령 테이블 갱신이 필요, 'make cmdidxs'를 실행하세요"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1339
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1340 msgid "E319: Sorry, the command is not available in this version"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1341 msgstr "E319: 미안합니다, 그 명령은 현재 판에서 사용할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1342
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1343 msgid "1 more file to edit. Quit anyway?"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1344 msgstr "고칠 파일이 한 개 더 있습니다. 그래도 끝낼까요?"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1345
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1346 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1347 msgid "%d more files to edit. Quit anyway?"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1348 msgstr "고칠 파일이 %d 개 더 있습니다. 그래도 끝낼까요?"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1349
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1350 msgid "E173: 1 more file to edit"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1351 msgstr "E173: 고칠 파일이 한 개 더 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1352
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1353 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1354 msgid "E173: %ld more files to edit"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1355 msgstr "E173: 고칠 파일이 %ld 개 더 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1356
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1357 msgid "E174: Command already exists: add ! to replace it"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1358 msgstr "E174: 명령이 이미 존재합니다: 바꾸려면 !을 더하세요"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1359
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1360 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1361 "\n"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1362 " Name Args Address Complete Definition"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1363 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1364 "\n"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1365 " 이름 인자 주소 완성 정의"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1366
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1367 msgid "No user-defined commands found"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1368 msgstr "사용자 정의 명령을 찾을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1369
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1370 msgid "E175: No attribute specified"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1371 msgstr "E175: 명시된 속성이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1372
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1373 msgid "E176: Invalid number of arguments"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1374 msgstr "E176: 잘못된 인자 갯수"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1375
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1376 msgid "E177: Count cannot be specified twice"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1377 msgstr "E177: 카운트는 두 번 이상 명시될 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1378
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1379 msgid "E178: Invalid default value for count"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1380 msgstr "E178: 잘못된 기본 카운트 값"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1381
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
1382 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
1383 msgid "E179: Argument required for -complete"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1384 msgstr "E179: -complete에 인자가 필요합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1385
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
1386 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
1387 msgid "E179: Argument required for -addr"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1388 msgstr "E179: -addr에 인자가 필요합니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1389
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1390 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1391 msgid "E181: Invalid attribute: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1392 msgstr "E181: 잘못된 속성: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1393
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1394 msgid "E182: Invalid command name"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1395 msgstr "E182: 잘못된 명령 이름"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1396
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1397 msgid "E183: User defined commands must start with an uppercase letter"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1398 msgstr "E183: 사용자 정의 명령은 대문자로 시작해야 합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1399
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
1400 msgid "E841: Reserved name, cannot be used for user defined command"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
1401 msgstr "E841: 예약된 이름, 사용자 정의 명령으로 사용될 수 없습니다"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
1402
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1403 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1404 msgid "E184: No such user-defined command: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1405 msgstr "E184: 그런 사용자 정의 명령 없음: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1406
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1407 #, c-format
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1408 msgid "E180: Invalid address type value: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1409 msgstr "E180: 잘못된 주소 형식 값: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1410
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1411 #, c-format
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1412 msgid "E180: Invalid complete value: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1413 msgstr "E180: 잘못된 끝내기 값: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1414
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1415 msgid "E468: Completion argument only allowed for custom completion"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1416 msgstr "E468: 완성 인자는 사용자 완성에서만 허용됩니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1417
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1418 msgid "E467: Custom completion requires a function argument"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1419 msgstr "E467: 사용자 완성은 함수 인자가 필요합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1420
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
1421 msgid "unknown"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
1422 msgstr "모름"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
1423
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1424 #, c-format
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1425 msgid "E185: Cannot find color scheme '%s'"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1426 msgstr "E185: 색 스킴 %s을(를) 찾을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1427
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1428 msgid "Greetings, Vim user!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1429 msgstr "빔 사용자님, 환영합니다!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1430
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1431 msgid "E784: Cannot close last tab page"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1432 msgstr "E784: 마지막 탭을 닫을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1433
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1434 msgid "Already only one tab page"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1435 msgstr "이미 하나의 탭만 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1436
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
1437 msgid "Edit File in new tab page"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
1438 msgstr "새 탭에서 파일 고치기"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
1439
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1440 msgid "Edit File in new window"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1441 msgstr "새 창에서 파일 고치기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1442
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1443 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1444 msgid "Tab page %d"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1445 msgstr "탭 페이지 %d"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1446
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1447 msgid "No swap file"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1448 msgstr "스왑 파일이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1449
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1450 msgid "Append File"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1451 msgstr "파일 추가"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1452
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1453 msgid "E747: Cannot change directory, buffer is modified (add ! to override)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1454 msgstr "E747: 디렉토리를 바꿀 수 없는 데, 버퍼는 수정됨 (덮어쓰려면 ! 더하기)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1455
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1456 msgid "E186: No previous directory"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1457 msgstr "E186: 이전 디렉토리가 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1458
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1459 msgid "E187: Unknown"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1460 msgstr "E187: 모름"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1461
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1462 msgid "E465: :winsize requires two number arguments"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1463 msgstr "E465: :winsize는 두개의 인자가 필요합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1464
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1465 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1466 msgid "Window position: X %d, Y %d"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1467 msgstr "창 위치: X %d, Y %d"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1468
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1469 msgid "E188: Obtaining window position not implemented for this platform"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1470 msgstr "E188: 이 플랫폼에 대한 창 위치 얻는 기능을 구현되지 않았습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1471
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1472 msgid "E466: :winpos requires two number arguments"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1473 msgstr "E466: :winpos에는 두개의 인자가 필요합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1474
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1475 msgid "E930: Cannot use :redir inside execute()"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1476 msgstr "E930: execute() 내에서 :redir을 사용할 수 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1477
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1478 msgid "Save Redirection"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1479 msgstr "리디렉션 저장"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1480
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1481 msgid "Save View"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1482 msgstr "보기 저장"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1483
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1484 msgid "Save Session"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1485 msgstr "세션 저장"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1486
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1487 msgid "Save Setup"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1488 msgstr "설정 저장"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1489
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1490 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1491 msgid "E739: Cannot create directory: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1492 msgstr "E739: 디렉토리 생성 실패: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1493
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1494 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1495 msgid "E189: \"%s\" exists (add ! to override)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1496 msgstr "E189: \"%s\"이(가) 존재합니다 (덮어쓰려면 ! 더하기)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1497
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1498 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1499 msgid "E190: Cannot open \"%s\" for writing"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1500 msgstr "E190: 쓰기 위한 \"%s\"을(를) 열 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1501
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1502 msgid "E191: Argument must be a letter or forward/backward quote"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1503 msgstr "E191: 인자는 글자나 앞/뒤 인용 부호여야 합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1504
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1505 msgid "E192: Recursive use of :normal too deep"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1506 msgstr "E192: :normal의 재귀 호출이 너무 많이 생겼습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1507
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1508 msgid "E809: #< is not available without the +eval feature"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1509 msgstr "E809: #<는 +eval 기능이 포함되어야 사용할 수 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1510
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1511 msgid "E194: No alternate file name to substitute for '#'"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1512 msgstr "E194: '#'에 대해 치환할 교체 파일 이름이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1513
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
1514 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
1515 msgid "E495: No autocommand file name to substitute for \"<afile>\""
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1516 msgstr "E495: \"<afile>\"에 대해 치환할 자동명령 파일 이름이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1517
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
1518 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
1519 msgid "E496: No autocommand buffer number to substitute for \"<abuf>\""
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1520 msgstr "E496: \"<abuf>\"에 대해 치환할 자동명령 버퍼 번호가 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1521
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
1522 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
1523 msgid "E497: No autocommand match name to substitute for \"<amatch>\""
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1524 msgstr "E497: \"<amatch>\"에 대해 치환할 자동명령 매치 이름이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1525
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
1526 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
1527 msgid "E498: No :source file name to substitute for \"<sfile>\""
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1528 msgstr "E498: \"<sfile>\"에 대해 치환할 :source 파일 이름이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1529
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
1530 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
1531 msgid "E842: No line number to use for \"<slnum>\""
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
1532 msgstr "E842: \"<slnum>\"에 사용될 줄 번호가 없습니다"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
1533
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1534 #, no-c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1535 msgid "E499: Empty file name for '%' or '#', only works with \":p:h\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1536 msgstr "E499: '%'나 '#'에 대한 빈 파일 이름, 오로지 \":p:h\"와만 동작합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1537
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1538 msgid "E500: Evaluates to an empty string"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1539 msgstr "E500: 빈 문자열에서 값을 구하려고 합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1540
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1541 msgid "E195: Cannot open viminfo file for reading"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1542 msgstr "E195: 읽을 viminfo 파일을 열 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1543
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
1544 msgid "Untitled"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
1545 msgstr "제목 없음"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
1546
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1547 msgid "E196: No digraphs in this version"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1548 msgstr "E196: 이 판에는 digraph가 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1549
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1550 msgid "E608: Cannot :throw exceptions with 'Vim' prefix"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1551 msgstr "E608: 'Vim' 접두사로 예외를 :throw할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1552
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1553 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1554 msgid "Exception thrown: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1555 msgstr "예외 thrown: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1556
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1557 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1558 msgid "Exception finished: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1559 msgstr "예외 종료됨: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1560
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1561 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1562 msgid "Exception discarded: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1563 msgstr "예외 버려짐: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1564
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1565 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1566 msgid "%s, line %ld"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1567 msgstr "%s, %ld 줄"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1568
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1569 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1570 msgid "Exception caught: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1571 msgstr "예외 발생: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1572
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1573 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1574 msgid "%s made pending"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1575 msgstr "%s이(가) pending 되었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1576
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1577 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1578 msgid "%s resumed"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1579 msgstr "%s이(가) 재개 되었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1580
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1581 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1582 msgid "%s discarded"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1583 msgstr "%s이(가) 버려졌습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1584
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1585 msgid "Exception"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1586 msgstr "예외"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1587
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1588 msgid "Error and interrupt"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1589 msgstr "에러와 인터럽트"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1590
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1591 msgid "Error"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1592 msgstr "에러"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1593
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1594 msgid "Interrupt"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1595 msgstr "인터럽트"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1596
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
1597 # TODO: Capitalise first word of message?
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1598 msgid "E579: :if nesting too deep"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1599 msgstr "E579: :if가 너무 깊게 중첩되었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1600
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1601 msgid "E580: :endif without :if"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1602 msgstr "E580: :if없이 :endif가 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1603
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1604 msgid "E581: :else without :if"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1605 msgstr "E581: :if없이 :else가 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1606
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1607 msgid "E582: :elseif without :if"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1608 msgstr "E582: :if없이 :elseif가 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1609
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
1610 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
1611 msgid "E583: Multiple :else"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1612 msgstr "E583: 여러개의 :else가 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1613
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1614 msgid "E584: :elseif after :else"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1615 msgstr "E584: :else 뒤에 :elseif가 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1616
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1617 msgid "E585: :while/:for nesting too deep"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1618 msgstr "E585: :while/:for가 너무 깊게 중첩되었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1619
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1620 msgid "E586: :continue without :while or :for"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1621 msgstr "E586: :while 혹은 :for없이 :continue가 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1622
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1623 msgid "E587: :break without :while or :for"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1624 msgstr "E587: :while 혹은 :for없이 :break가 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1625
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1626 msgid "E732: Using :endfor with :while"
2260
0e27866cea99 Update src/po/it.po. Fixed errors in ko.po.
Bram Moolenaar <bram@vim.org>
parents: 2098
diff changeset
1627 msgstr "E732: :while에 :endfor가 사용되었습니다"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1628
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1629 msgid "E733: Using :endwhile with :for"
2260
0e27866cea99 Update src/po/it.po. Fixed errors in ko.po.
Bram Moolenaar <bram@vim.org>
parents: 2098
diff changeset
1630 msgstr "E733: :for에 :endwhile이 사용되었습니다"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1631
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1632 msgid "E601: :try nesting too deep"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1633 msgstr "E601: :try가 너무 깊게 중첩되었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1634
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1635 msgid "E603: :catch without :try"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1636 msgstr "E603: :try없이 :catch가 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1637
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1638 msgid "E604: :catch after :finally"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1639 msgstr "E604: :finally 뒤에 :catch가 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1640
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1641 msgid "E606: :finally without :try"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1642 msgstr "E606: :try없이 :finally가 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1643
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
1644 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
1645 msgid "E607: Multiple :finally"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1646 msgstr "E607: 여러개의 :finally가 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1647
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1648 msgid "E602: :endtry without :try"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1649 msgstr "E602: :try없이 :endtry가 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1650
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1651 msgid "E193: :endfunction not inside a function"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1652 msgstr "E193: :endfunction이 function 내에 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1653
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1654 msgid "E788: Not allowed to edit another buffer now"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1655 msgstr "E788: 지금은 다른 버퍼를 편집할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1656
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1657 msgid "E811: Not allowed to change buffer information now"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1658 msgstr "E811: 지금은 버퍼 정보를 바꿀 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1659
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1660 msgid "tagname"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1661 msgstr "태그이름"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1662
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1663 msgid " kind file\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1664 msgstr " kind file\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1665
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1666 msgid "'history' option is zero"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1667 msgstr "'history' 옵션이 0입니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1668
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1669 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1670 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1671 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1672 "# %s History (newest to oldest):\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1673 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1674 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1675 "# %s 히스토리 (새것부터 오래된 것 순):\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1676
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1677 msgid "Command Line"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1678 msgstr "명령 행"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1679
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1680 msgid "Search String"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1681 msgstr "찾을 문자열"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1682
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1683 msgid "Expression"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1684 msgstr "표현"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1685
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1686 msgid "Input Line"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1687 msgstr "입력 행"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1688
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1689 msgid "Debug Line"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
1690 msgstr "디버그 행"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1691
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1692 msgid "E198: cmd_pchar beyond the command length"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1693 msgstr "E198: cmd_pchar가 명령 길이를 벗어났습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1694
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1695 msgid "E199: Active window or buffer deleted"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1696 msgstr "E199: 활성된 창이나 버퍼가 지워졌습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1697
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1698 msgid "E812: Autocommands changed buffer or buffer name"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1699 msgstr "E812: Autocommand가 버퍼나 버퍼이름을 바꾸었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1700
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1701 msgid "Illegal file name"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1702 msgstr "잘못된 파일 이름"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1703
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1704 msgid "is a directory"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1705 msgstr "은(는) 디렉토리입니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1706
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1707 msgid "is not a file"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1708 msgstr "은(는) 파일이 아닙니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1709
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1710 msgid "is a device (disabled with 'opendevice' option)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1711 msgstr "은(는) 장치가 아닙니다 ('opendevice' 옵션으로 막힘)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1712
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1713 msgid "[New File]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1714 msgstr "[새 파일]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1715
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1716 msgid "[New DIRECTORY]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1717 msgstr "[새 디렉토리]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1718
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1719 msgid "[File too big]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1720 msgstr "[파일이 너무 큼]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1721
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1722 msgid "[Permission Denied]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1723 msgstr "[허용 안 됩니다]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1724
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1725 msgid "E200: *ReadPre autocommands made the file unreadable"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1726 msgstr "E200: *ReadPre 자동명령이 파일을 읽지 못하게 만들었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1727
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1728 msgid "E201: *ReadPre autocommands must not change current buffer"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1729 msgstr "E201: *ReadPre 자동명령은 현재 버퍼를 바꾸면 안 됩니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1730
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1731 msgid "Vim: Reading from stdin...\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1732 msgstr "빔: 표준입력에서 읽는 중...\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1733
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1734 msgid "Reading from stdin..."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1735 msgstr "표준입력에서 읽는 중..."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1736
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1737 msgid "E202: Conversion made file unreadable!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1738 msgstr "E202: 변환된 파일을 읽을 수가 없습니다!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1739
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1740 msgid "[fifo/socket]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1741 msgstr "[피포/소켓]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1742
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1743 msgid "[fifo]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1744 msgstr "[피포]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1745
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1746 msgid "[socket]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1747 msgstr "[소켓]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1748
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1749 #~ msgid "[character special]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1750 #~ msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1751
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1752 msgid "[CR missing]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1753 msgstr "[CR 없음]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1754
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1755 msgid "[long lines split]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1756 msgstr "[긴 줄 잘림]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1757
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1758 msgid "[NOT converted]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1759 msgstr "[변환 안 됩니다]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1760
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1761 msgid "[converted]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1762 msgstr "[변환 되었습니다]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1763
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1764 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1765 msgid "[CONVERSION ERROR in line %ld]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1766 msgstr "[%ld 줄에서 변환 에러]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1767
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1768 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1769 msgid "[ILLEGAL BYTE in line %ld]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1770 msgstr "[%ld 줄에 잘못된 바이트]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1771
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1772 msgid "[READ ERRORS]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1773 msgstr "[읽기 에러]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1774
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1775 msgid "Can't find temp file for conversion"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1776 msgstr "변환하기 위한 임시 파일을 찾을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1777
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1778 msgid "Conversion with 'charconvert' failed"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1779 msgstr "'charconvert'를 사용한 변환이 실패했습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1780
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1781 msgid "can't read output of 'charconvert'"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1782 msgstr "'charconvert'의 출력결과를 읽을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1783
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1784 msgid "E676: No matching autocommands for acwrite buffer"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1785 msgstr "E676: acwrite 버퍼에 대한 autocommand를 찾을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1786
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1787 msgid "E203: Autocommands deleted or unloaded buffer to be written"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1788 msgstr "E203: 쓸 버퍼를 자동명령이 지우거나 닫았습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1789
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1790 msgid "E204: Autocommand changed number of lines in unexpected way"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1791 msgstr "E204: Autocommand가 잘못된 방법으로 줄을 바꾸었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1792
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1793 msgid "NetBeans disallows writes of unmodified buffers"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1794 msgstr "NetBeans에서는 바뀌지 않은 버퍼를 쓸 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1795
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1796 msgid "Partial writes disallowed for NetBeans buffers"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1797 msgstr "NetBeans 버퍼에 대해서는 부분 저장을 할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1798
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1799 msgid "is not a file or writable device"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1800 msgstr "파일 혹은 쓸 수 있는 장치가 아닙니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1801
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1802 msgid "writing to device disabled with 'opendevice' option"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1803 msgstr "장치 쓰기가 'opendevice' 옵션으로 막힘"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1804
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1805 msgid "is read-only (add ! to override)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1806 msgstr "읽기 전용입니다 (덮어쓰려면 ! 더하기)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1807
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1808 msgid "E506: Can't write to backup file (add ! to override)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1809 msgstr "E506: 백업파일을 쓸 수 없습니다 (덮어쓰려면 ! 더하기)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1810
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1811 msgid "E507: Close error for backup file (add ! to override)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1812 msgstr "E507: 백업파일 닫기 에러 (덮어쓰려면 ! 더하기)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1813
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1814 msgid "E508: Can't read file for backup (add ! to override)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1815 msgstr "E508: 백업할 파일을 읽을 수 없습니다 (덮어쓰려면 ! 더하기)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1816
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1817 msgid "E509: Cannot create backup file (add ! to override)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1818 msgstr "E509: 백업파일을 만들 수 없습니다 (덮어쓰려면 ! 더하기)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1819
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1820 msgid "E510: Can't make backup file (add ! to override)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1821 msgstr "E510: 백업파일을 만들 수 없습니다 (덮어쓰려면 ! 더하기)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1822
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1823 msgid "E214: Can't find temp file for writing"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1824 msgstr "E214: 쓸 임시 파일을 찾을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1825
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1826 msgid "E213: Cannot convert (add ! to write without conversion)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1827 msgstr "E213: 변환할 수 없습니다 (변환 없이 저장하려면 ! 더하기)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1828
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1829 msgid "E166: Can't open linked file for writing"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1830 msgstr "E166: 쓸 연결된 파일을 열 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1831
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1832 msgid "E212: Can't open file for writing"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1833 msgstr "E212: 쓸 파일을 열 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1834
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
1835 msgid "E949: File changed while writing"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
1836 msgstr "E949: 쓰는 중에 파일이 변경되었습니다"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1837
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1838 msgid "E512: Close failed"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1839 msgstr "E512: 닫기가 실패했습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1840
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
1841 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
1842 msgid "E513: Write error, conversion failed (make 'fenc' empty to override)"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1843 msgstr "E513: 쓰기 에러, 변환 실패 (무시하려면 'fenc'를 비우면 됨)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1844
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1845 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1846 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1847 "E513: write error, conversion failed in line %ld (make 'fenc' empty to "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1848 "override)"
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
1849 msgstr "E513: 쓰기 에러, %ld 줄에서 변환 실패 (무시하려면 'fenc'를 비우면 됨)"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1850
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
1851 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
1852 msgid "E514: Write error (file system full?)"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1853 msgstr "E514: 쓰기 에러 (파일 시스템이 꽉찼나요?)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1854
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1855 msgid " CONVERSION ERROR"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1856 msgstr " 변환 에러"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1857
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1858 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1859 msgid " in line %ld;"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1860 msgstr "%ld 줄에서;"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1861
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1862 msgid "[Device]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1863 msgstr "[장치]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1864
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1865 msgid "[New]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1866 msgstr "[새로운]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1867
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1868 msgid " [a]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1869 msgstr " [a]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1870
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1871 msgid " appended"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1872 msgstr " 더했습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1873
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1874 msgid " [w]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1875 msgstr " [w]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1876
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1877 msgid " written"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1878 msgstr " 저장 했습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1879
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1880 msgid "E205: Patchmode: can't save original file"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1881 msgstr "E205: 패치 상태: 원래 파일을 저장할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1882
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
1883 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
1884 msgid "E206: Patchmode: can't touch empty original file"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1885 msgstr "E206: 패치 상태: 빈 원래 파일을 만들 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1886
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1887 msgid "E207: Can't delete backup file"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1888 msgstr "E207: 백업 파일을 지울 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1889
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1890 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1891 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1892 "WARNING: Original file may be lost or damaged\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1893 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1894 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1895 "경고: 원래 파일이 없어졌거나 깨졌을 수 있습니다\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1896
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1897 msgid "don't quit the editor until the file is successfully written!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1898 msgstr "파일이 성공적으로 저장될 때까지 편집기를 끝내지 마십시오!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1899
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1900 msgid "[dos]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1901 msgstr "[도스]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1902
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1903 msgid "[dos format]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1904 msgstr "[도스 형식]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1905
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1906 msgid "[mac]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1907 msgstr "[맥]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1908
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1909 msgid "[mac format]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1910 msgstr "[맥 형식]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1911
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1912 msgid "[unix]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1913 msgstr "[유닉스]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1914
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1915 msgid "[unix format]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1916 msgstr "[유닉스 형식]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1917
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1918 msgid "1 line, "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1919 msgstr "1 줄, "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1920
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1921 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1922 msgid "%ld lines, "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1923 msgstr "%ld 줄, "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1924
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1925 msgid "1 character"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1926 msgstr "1 글자"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1927
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1928 #, c-format
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
1929 msgid "%lld characters"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
1930 msgstr "%lld 글자"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
1931
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1932 msgid "[noeol]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1933 msgstr "[noeol]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1934
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1935 msgid "[Incomplete last line]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1936 msgstr "[불완전한 마지막 줄]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1937
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1938 msgid "WARNING: The file has been changed since reading it!!!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1939 msgstr "경고: 파일이 읽은 뒤에 바뀌었습니다!!!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1940
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1941 msgid "Do you really want to write to it"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1942 msgstr "정말로 쓰기를 원하십니까"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1943
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1944 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1945 msgid "E208: Error writing to \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1946 msgstr "E208: \"%s\"에 쓰기 에러"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1947
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1948 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1949 msgid "E209: Error closing \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1950 msgstr "E209: \"%s\" 닫기 에러"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1951
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1952 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1953 msgid "E210: Error reading \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1954 msgstr "E210: \"%s\" 읽기 에러"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1955
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1956 msgid "E246: FileChangedShell autocommand deleted buffer"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1957 msgstr "E246: FileChangedShell 자동명령이 버퍼를 지웠습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1958
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1959 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1960 msgid "E211: File \"%s\" no longer available"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1961 msgstr "E211: 파일 \"%s\"을(를) 더 이상 사용할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1962
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1963 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1964 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1965 "W12: Warning: File \"%s\" has changed and the buffer was changed in Vim as "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1966 "well"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1967 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1968 "W12: 경고: 파일 \"%s\"이(가) 바뀌었고 마찬가지로 빔의 버퍼도 바뀌었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1969
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1970 msgid "See \":help W12\" for more info."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1971 msgstr "더 많은 정보를 보려면 \":help W12\"을 입력하세요."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1972
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1973 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1974 msgid "W11: Warning: File \"%s\" has changed since editing started"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1975 msgstr "W11: 경고: 파일 \"%s\"이(가) 고치기 시작한 뒤에 바뀌었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1976
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1977 msgid "See \":help W11\" for more info."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1978 msgstr "더 많은 정보를 보려면 \":help W11\"을 입력하세요."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1979
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1980 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1981 msgid "W16: Warning: Mode of file \"%s\" has changed since editing started"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1982 msgstr "W16: 경고: 파일 \"%s\"의 상태가 고치기 시작한 뒤에 바뀌었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1983
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1984 msgid "See \":help W16\" for more info."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1985 msgstr "더 많은 정보를 보려면 \":help W16\"을 입력하세요."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1986
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1987 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1988 msgid "W13: Warning: File \"%s\" has been created after editing started"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1989 msgstr "W13: 경고: 파일 \"%s\"이(가) 고치기 시작한 뒤에 만들었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1990
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1991 msgid "Warning"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1992 msgstr "경고"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1993
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1994 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1995 "&OK\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1996 "&Load File"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1997 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1998 "확인(&O)\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
1999 "파일 불러오기(&L)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2000
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2001 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2002 msgid "E462: Could not prepare for reloading \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2003 msgstr "E462: \"%s\"의 재로드를 준비할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2004
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2005 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2006 msgid "E321: Could not reload \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2007 msgstr "E321: \"%s\"을(를) 다시 로드할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2008
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2009 msgid "--Deleted--"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2010 msgstr "--지워짐--"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2011
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2012 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2013 msgid "auto-removing autocommand: %s <buffer=%d>"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2014 msgstr "autocommand 자동삭제: %s <buffer=%d>"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2015
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2016 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2017 msgid "E367: No such group: \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2018 msgstr "E367: 이런 그룹 없음: \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2019
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2020 msgid "E936: Cannot delete the current group"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2021 msgstr "E936: 현재 그룹을 삭제할 수 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2022
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2023 msgid "W19: Deleting augroup that is still in use"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2024 msgstr "W19: 사용중인 augroup을 삭제하려고 합니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2025
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2026 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2027 msgid "E215: Illegal character after *: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2028 msgstr "E215: * 뒤에 이상한 글자: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2029
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2030 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2031 msgid "E216: No such event: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2032 msgstr "E216: 그런 이벤트 없음: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2033
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2034 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2035 msgid "E216: No such group or event: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2036 msgstr "E216: 그런 그룹이나 이벤트 없음: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2037
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2038 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2039 "\n"
14193
c460506890ba Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 14123
diff changeset
2040 "--- Autocommands ---"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2041 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2042 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2043 "--- 자동-명령 ---"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2044
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2045 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2046 msgid "E680: <buffer=%d>: invalid buffer number "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2047 msgstr "E680: <buffer=%d>: 잘못된 버퍼 번호"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2048
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2049 msgid "E217: Can't execute autocommands for ALL events"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2050 msgstr "E217: ALL 이벤트에 대해 자동명령을 실행할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2051
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2052 msgid "No matching autocommands"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2053 msgstr "맞는 자동명령이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2054
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2055 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2056 msgid "E218: Autocommand nesting too deep"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2057 msgstr "E218: 자동명령이 너무 깊게 중첩되었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2058
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2059 #, c-format
14193
c460506890ba Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 14123
diff changeset
2060 #~ msgid "%s Autocommands for \"%s\""
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2061 #~ msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2062
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2063 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2064 msgid "Executing %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2065 msgstr "%s 실행중"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2066
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2067 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2068 msgid "autocommand %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2069 msgstr "자동명령 %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2070
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2071 msgid "E219: Missing {."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2072 msgstr "E219: {가 없습니다."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2073
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2074 msgid "E220: Missing }."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2075 msgstr "E220: }가 없습니다."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2076
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2077 msgid "E490: No fold found"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2078 msgstr "E490: fold가 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2079
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2080 msgid "E350: Cannot create fold with current 'foldmethod'"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2081 msgstr "E350: 현재의 'foldmethod'으로 접기를 만들 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2082
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2083 msgid "E351: Cannot delete fold with current 'foldmethod'"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2084 msgstr "E351: 현재의 'foldmethod'으로 접기를 지울 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2085
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2086 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2087 msgid "+--%3ld line folded "
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2088 msgid_plural "+--%3ld lines folded "
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2089 msgstr[0] "+-%3ld 줄이 접혔습니다"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2090 msgstr[1] "+-%3ld 줄들이 접혔습니다"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2091
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2092 msgid "E222: Add to read buffer"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2093 msgstr "E222: 읽혀진 버퍼에 더하기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2094
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2095 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2096 msgid "E223: Recursive mapping"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2097 msgstr "E223: 재귀 맵핑"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2099 #, c-format
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2100 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2101 msgid "E224: Global abbreviation already exists for %s"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2102 msgstr "E224: %s 전역 약어가 이미 존재합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2103
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2104 #, c-format
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2105 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2106 msgid "E225: Global mapping already exists for %s"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2107 msgstr "E225: %s 전역 매핑이 이미 존재합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2108
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2109 #, c-format
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2110 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2111 msgid "E226: Abbreviation already exists for %s"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2112 msgstr "E226: %s 약어가 이미 존재합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2113
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2114 #, c-format
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2115 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2116 msgid "E227: Mapping already exists for %s"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2117 msgstr "E227: %s 매핑이 이미 존재합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2118
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2119 msgid "No abbreviation found"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2120 msgstr "약어를 찾을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2121
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2122 msgid "No mapping found"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2123 msgstr "맵핑을 찾을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2124
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2125 msgid "E228: makemap: Illegal mode"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2126 msgstr "E228: makemap: 이상한 상태"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2127
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2128 msgid "<cannot open> "
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2129 msgstr "<열 수 없음> "
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2130
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2131 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2132 msgid "E616: vim_SelFile: can't get font %s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2133 msgstr "E616: vim_SelFile: 글꼴 %s을(를) 얻을 수 없습니다"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2134
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2135 msgid "E614: vim_SelFile: can't return to current directory"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2136 msgstr "E614: vim_SelFile: 현재 디렉토리로 돌아갈 수 없습니다"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2137
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2138 msgid "Pathname:"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2139 msgstr "경로 이름:"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2140
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2141 msgid "E615: vim_SelFile: can't get current directory"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2142 msgstr "E615: vim_SelFile: 현재 디렉토리를 얻을 수 없습니다"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2143
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2144 msgid "OK"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2145 msgstr "확인"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2146
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2147 msgid "Cancel"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2148 msgstr "취소"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2149
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2150 msgid "Vim dialog"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2151 msgstr "빔 대화상자"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2152
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2153 msgid "Scrollbar Widget: Could not get geometry of thumb pixmap."
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2154 msgstr "스크롤바 위젯: 썸 픽스맵의 지오미트리를 얻을 수 없습니다."
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2155
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2156 msgid "E232: Cannot create BalloonEval with both message and callback"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2157 msgstr "E232: 메시지와 콜백 모두를 사용해서는 BalloonEval을 만들 수 없습니다"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2158
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2159 msgid "E851: Failed to create a new process for the GUI"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2160 msgstr "E851: 새로운 GUI 프로세스를 생성할 수 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2161
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2162 msgid "E852: The child process failed to start the GUI"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2163 msgstr "E852: 자식 프로세스가 GUI를 시작하지 못했습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2164
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2165 msgid "E229: Cannot start the GUI"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2166 msgstr "E229: GUI를 시작할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2167
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2168 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2169 msgid "E230: Cannot read from \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2170 msgstr "E230: \"%s\"에서 읽을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2171
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2172 msgid "E665: Cannot start GUI, no valid font found"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2173 msgstr "E665: 쓸만한 글꼴을 찾을 수 없어서 GUI를 실행할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2174
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2175 msgid "E231: 'guifontwide' invalid"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2176 msgstr "E231: 'guifontwide'가 이상합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2177
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2178 msgid "E599: Value of 'imactivatekey' is invalid"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2179 msgstr "E599: 'imactivatekey' 값이 이상합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2180
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2181 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2182 msgid "E254: Cannot allocate color %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2183 msgstr "E254: 색 %s을(를) 할당할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2184
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2185 #~ msgid "No match at cursor, finding next"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2186 #~ msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2187
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2188 msgid "_Cancel"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2189 msgstr "취소(_C)"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2190
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2191 msgid "_Save"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2192 msgstr "저장(_S)"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2193
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2194 msgid "_Open"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2195 msgstr "열기(_O)"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2196
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2197 msgid "_OK"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2198 msgstr "확인(_O)"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2199
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2200 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2201 "&Yes\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2202 "&No\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2203 "&Cancel"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2204 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2205 "예(&Y)\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2206 "아니오(&N)\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2207 "취소(&C)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2208
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2209 msgid "Yes"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2210 msgstr "예"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2211
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2212 msgid "No"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2213 msgstr "아니오"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2214
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2215 msgid "Input _Methods"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2216 msgstr "입력 방법(_M)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2217
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2218 msgid "VIM - Search and Replace..."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2219 msgstr "빔 - 찾아서 바꾸기..."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2220
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2221 msgid "VIM - Search..."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2222 msgstr "빔 - 찾기..."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2223
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2224 msgid "Find what:"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2225 msgstr "무얼 찾을까요:"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2226
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2227 msgid "Replace with:"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2228 msgstr "바꿀 문자열:"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2229
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2230 msgid "Match whole word only"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2231 msgstr "똑같은 낱말만"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2232
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2233 #~ msgid "Match case"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2234 #~ msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2235
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2236 msgid "Direction"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2237 msgstr "방향"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2238
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2239 msgid "Up"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2240 msgstr "위로"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2241
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2242 msgid "Down"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2243 msgstr "아래로"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2244
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2245 msgid "Find Next"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2246 msgstr "다음 찾기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2247
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2248 msgid "Replace"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2249 msgstr "바꾸기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2250
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2251 msgid "Replace All"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2252 msgstr "모두 바꾸기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2253
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2254 msgid "_Close"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2255 msgstr "닫기(_C)"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2256
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2257 msgid "Vim: Received \"die\" request from session manager\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2258 msgstr "빔: 세션 관리자로부터 \"die\" 요청을 받았습니다\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2259
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2260 msgid "Close tab"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2261 msgstr "탭 닫기"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2262
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2263 msgid "New tab"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2264 msgstr "새 탭"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2265
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2266 msgid "Open Tab..."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2267 msgstr "탭 열기..."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2268
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2269 msgid "Vim: Main window unexpectedly destroyed\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2270 msgstr "빔: 메인 창이 죽게 될 것입니다\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2271
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2272 msgid "&Filter"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2273 msgstr "거르개(&F)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2274
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2275 msgid "&Cancel"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2276 msgstr "취소(&C)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2277
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2278 msgid "Directories"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2279 msgstr "디렉토리"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2280
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2281 msgid "Filter"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2282 msgstr "거르개"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2283
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2284 msgid "&Help"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2285 msgstr "도움말(&H)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2286
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2287 msgid "Files"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2288 msgstr "파일"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2289
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2290 msgid "&OK"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2291 msgstr "확인(&O)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2292
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2293 msgid "Selection"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2294 msgstr "고르기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2295
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2296 msgid "Find &Next"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2297 msgstr "다음 찾기(&N)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2298
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2299 msgid "&Replace"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2300 msgstr "바꾸기(&R)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2301
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2302 msgid "Replace &All"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2303 msgstr "모두 바꾸기(&A)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2304
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2305 msgid "&Undo"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2306 msgstr "취소(&U)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2307
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2308 msgid "Open tab..."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2309 msgstr "탭 열기..."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2310
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2311 msgid "Find string (use '\\\\' to find a '\\')"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2312 msgstr "문자열 찾기 ('\\'를 찾으려면 '\\\\' 사용)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2313
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2314 msgid "Find & Replace (use '\\\\' to find a '\\')"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2315 msgstr "문자열 찾아서 바꾸기 ('\\'를 찾으려면 '\\\\' 사용)"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2316
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2317 msgid "Not Used"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2318 msgstr "사용 않됨"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2319
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2320 msgid "Directory\t*.nothing\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2321 msgstr "디렉토리\t*.nothing\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2322
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2323 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2324 msgid "E671: Cannot find window title \"%s\""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2325 msgstr "E671: 창 제목 \"%s\"을(를) 찾을 수 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2326
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2327 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2328 msgid "E243: Argument not supported: \"-%s\"; Use the OLE version."
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2329 msgstr "E243: 지원되지 않는 인자: \"-%s\": OLE 판을 사용하십시오."
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2330
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2331 msgid "E672: Unable to open window inside MDI application"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2332 msgstr "E672: MDI 응용프로그램 안에서 창을 열 수 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2333
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2334 msgid "Vim E458: Cannot allocate colormap entry, some colors may be incorrect"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2335 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2336 "빔 E458: 색상맵 엔트리를 할당할 수 없습니다, 몇몇 색이 잘못될 수 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2337
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2338 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2339 msgid "E250: Fonts for the following charsets are missing in fontset %s:"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2340 msgstr "E250: 다음 글자셋의 글꼴이 글꼴셋 %s에 없습니다:"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2341
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2342 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2343 msgid "E252: Fontset name: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2344 msgstr "E252: 글꼴셋 이름: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2345
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2346 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2347 msgid "Font '%s' is not fixed-width"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2348 msgstr "글꼴 '%s'은(는) 고정넓이가 아닙니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2349
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2350 #, c-format
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2351 msgid "E253: Fontset name: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2352 msgstr "E253: 글꼴셋 이름: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2353
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2354 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2355 msgid "Font0: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2356 msgstr "글꼴0: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2357
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2358 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2359 msgid "Font1: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2360 msgstr "글꼴1: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2361
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2362 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2363 msgid "Font%ld width is not twice that of font0"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2364 msgstr "글꼴%ld 너비가 글꼴0의 두배가 아닙니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2365
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2366 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2367 msgid "Font0 width: %ld"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2368 msgstr "글꼴0 너비: %ld"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2369
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2370 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2371 msgid "Font1 width: %ld"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2372 msgstr "글꼴1 너비: %ld"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2373
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2374 msgid "Invalid font specification"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2375 msgstr "글꼴 규격이 이상합니다"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2376
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2377 msgid "&Dismiss"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2378 msgstr "취소(&D)"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2379
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2380 #~ msgid "no specific match"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2381 #~ msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2382
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2383 msgid "Vim - Font Selector"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2384 msgstr "Vim - 글꼴 선택기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2385
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2386 msgid "Name:"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2387 msgstr "이름:"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2388
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2389 #~ msgid "Show size in Points"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2390 #~ msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2391
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2392 msgid "Encoding:"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2393 msgstr "인코딩:"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2394
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2395 msgid "Font:"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2396 msgstr "글꼴:"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2397
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2398 msgid "Style:"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2399 msgstr "스타일:"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2400
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2401 msgid "Size:"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2402 msgstr "크기:"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2403
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2404 msgid "E256: Hangul automata ERROR"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2405 msgstr "E256: 한글 오토마타 에러"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2406
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2407 msgid "E550: Missing colon"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2408 msgstr "E550: 콜론이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2409
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2410 msgid "E551: Illegal component"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2411 msgstr "E551: 이상한 컴포넌트"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2412
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2413 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2414 msgid "E552: Digit expected"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2415 msgstr "E552: 숫자가 필요합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2416
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2417 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2418 msgid "Page %d"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2419 msgstr "페이지 %d"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2420
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2421 msgid "No text to be printed"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2422 msgstr "인쇄될 텍스트가 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2423
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2424 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2425 msgid "Printing page %d (%d%%)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2426 msgstr "페이지 %d 인쇄중 (%d%%)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2427
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2428 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2429 msgid " Copy %d of %d"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2430 msgstr " 복사 %d / %d"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2431
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2432 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2433 msgid "Printed: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2434 msgstr "인쇄됨: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2435
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2436 msgid "Printing aborted"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2437 msgstr "인쇄가 취소되었습니다."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2438
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2439 msgid "E455: Error writing to PostScript output file"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2440 msgstr "E455: 포스트스크립트 출력파일에 쓸 수 없습니다."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2441
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2442 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2443 msgid "E624: Can't open file \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2444 msgstr "E624: \"%s\" 파일을 열 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2445
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2446 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2447 msgid "E457: Can't read PostScript resource file \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2448 msgstr "E457: 포스트스크립트 리소스 파일 \"%s\"을(를) 읽을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2449
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2450 #, c-format
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2451 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2452 msgid "E618: File \"%s\" is not a PostScript resource file"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2453 msgstr "E618: 파일 \"%s\"은(는) 포스트스크립트 리소스 파일이 아닙니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2454
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2455 #, c-format
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2456 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2457 msgid "E619: File \"%s\" is not a supported PostScript resource file"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2458 msgstr "E619: 파일 \"%s\"은(는) 지원되는 포스트스크립트 리소스 파일이 아닙니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2459
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2460 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2461 msgid "E621: \"%s\" resource file has wrong version"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2462 msgstr "E621: \"%s\" 리소스 파일은 버전이 잘못되었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2463
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2464 msgid "E673: Incompatible multi-byte encoding and character set."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2465 msgstr "E673: 호환되지 않는 다중문자 인코딩과 문자셋."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2466
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2467 msgid "E674: printmbcharset cannot be empty with multi-byte encoding."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2468 msgstr "E674: printmbcharset는 다중문자 인코딩에서 반드시 설정되어야 합니다."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2469
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2470 msgid "E675: No default font specified for multi-byte printing."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2471 msgstr "E675: 다중문자 인쇄를 위한 글꼴이 설정되어 있지 않습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2472
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2473 msgid "E324: Can't open PostScript output file"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2474 msgstr "E324: 포스트스크립트 출력파일을 열 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2475
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2476 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2477 msgid "E456: Can't open file \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2478 msgstr "E456: \"%s\" 파일을 열 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2479
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2480 msgid "E456: Can't find PostScript resource file \"prolog.ps\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2481 msgstr "E456: 포스트스크립트 리소스 파일 \"prolog.ps\"를 찾을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2482
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2483 msgid "E456: Can't find PostScript resource file \"cidfont.ps\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2484 msgstr "E456: 포스트스크립트 리소스 파일 \"cidfont.ps\"를 찾을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2485
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2486 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2487 msgid "E456: Can't find PostScript resource file \"%s.ps\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2488 msgstr "E456: 포스트스크립트 리소스 파일 \"%s.ps\"를 찾을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2489
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2490 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2491 msgid "E620: Unable to convert to print encoding \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2492 msgstr "E620: \"%s\" 인쇄 인코딩으로 변환할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2493
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2494 msgid "Sending to printer..."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2495 msgstr "프린터로 보내는 중..."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2496
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2497 msgid "E365: Failed to print PostScript file"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2498 msgstr "E365: 포스트스크립트 파일을 인쇄할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2499
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2500 msgid "Print job sent."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2501 msgstr "인쇄작업이 끝났습니다."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2502
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2503 msgid "Add a new database"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2504 msgstr "새 데이터베이스 더하기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2505
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2506 #~ msgid "Query for a pattern"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2507 #~ msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2508
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2509 msgid "Show this message"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2510 msgstr "이 메시지 보이기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2511
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2512 msgid "Kill a connection"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2513 msgstr "연결 끊기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2514
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2515 msgid "Reinit all connections"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2516 msgstr "모든 연결 다시 초기화"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2517
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2518 msgid "Show connections"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2519 msgstr "연결 보여주기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2520
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2521 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2522 msgid "E560: Usage: cs[cope] %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2523 msgstr "E560: 사용법: cs[cope] %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2524
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2525 msgid "This cscope command does not support splitting the window.\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2526 msgstr "이 cscope 명령은 창 나누기를 지원하지 않습니다.\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2527
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2528 msgid "E562: Usage: cstag <ident>"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2529 msgstr "E562: 사용법: cstag <ident>"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2530
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2531 msgid "E257: cstag: tag not found"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2532 msgstr "E257: cstag: 태그를 찾을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2533
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2534 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2535 msgid "E563: stat(%s) error: %d"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2536 msgstr "E563: stat(%s) 에러: %d"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2537
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2538 msgid "E563: stat error"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2539 msgstr "E563: stat 에러"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2540
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2541 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2542 msgid "E564: %s is not a directory or a valid cscope database"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2543 msgstr "E564: %s은(는) 디렉토리도 혹은 cscope 데이터베이스가 아닙니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2544
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2545 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2546 msgid "Added cscope database %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2547 msgstr "cscope 데이터베이스 %s에 더했습니다."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2548
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2549 #, c-format
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2550 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2551 msgid "E262: Error reading cscope connection %ld"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2552 msgstr "E262: cscope 연결 %ld 읽기 에러"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2553
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2554 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2555 msgid "E561: Unknown cscope search type"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2556 msgstr "E561: 모르는 cscope 찾기 형식"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2557
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2558 msgid "E566: Could not create cscope pipes"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2559 msgstr "E566: cscope 파이프를 만들 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2560
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2561 msgid "E622: Could not fork for cscope"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2562 msgstr "E622: cscope를 fork할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2563
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2564 msgid "cs_create_connection setpgid failed"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2565 msgstr "cs_create_connection setpgid가 실패했습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2566
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2567 msgid "cs_create_connection exec failed"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2568 msgstr "cs_create_connection 실행이 실패했습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2569
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2570 msgid "cs_create_connection: fdopen for to_fp failed"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2571 msgstr "cs_create_connection: to_fp에 대한 fdopen 실패"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2572
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2573 msgid "cs_create_connection: fdopen for fr_fp failed"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2574 msgstr "cs_create_connection: fr_fp에 대한 fdopen 실패"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2575
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2576 msgid "E623: Could not spawn cscope process"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2577 msgstr "E623: cscope 프로세스를 spawn할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2578
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2579 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2580 msgid "E567: No cscope connections"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2581 msgstr "E567: cscope 연결이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2582
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2583 #, c-format
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
2584 #~ msgid "E469: invalid cscopequickfix flag %c for %c"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2585 #~ msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2586
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2587 #, c-format
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
2588 #~ msgid "E259: no matches found for cscope query %s of %s"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2589 #~ msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2590
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2591 msgid "cscope commands:\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2592 msgstr "cscope 명령:\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2593
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2594 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2595 msgid "%-5s: %s%*s (Usage: %s)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2596 msgstr "%-5s: %s%*s (사용법: %s)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2597
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2598 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2599 "\n"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2600 " a: Find assignments to this symbol\n"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2601 " c: Find functions calling this function\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2602 " d: Find functions called by this function\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2603 " e: Find this egrep pattern\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2604 " f: Find this file\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2605 " g: Find this definition\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2606 " i: Find files #including this file\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2607 " s: Find this C symbol\n"
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
2608 " t: Find this text string\n"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2609 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2610 "\n"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2611 " a: 이 기호에 대한 할당 찾기\n"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2612 " c: 이 함수를 부르는 함수들 찾기\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2613 " d: 이 함수에 의해 불려지는 함수들 찾기\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2614 " e: 이 egrep 패턴 찾기\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2615 " f: 이 파일 찾기\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2616 " g: 이 정의 찾기\n"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2617 " i: 이 파일을 #include하는 파일들 찾기\n"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2618 " s: 이 C 기호 찾기\n"
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
2619 " t: 이 문자열 찾기\n"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2620
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2621 #, c-format
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2622 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2623 msgid "E625: Cannot open cscope database: %s"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2624 msgstr "E625: cscope 데이터베이스를 열 수 없음: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2625
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2626 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2627 msgid "E626: Cannot get cscope database information"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2628 msgstr "E626: cscope 데이터베이스 정보를 얻을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2629
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2630 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2631 msgid "E568: Duplicate cscope database not added"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2632 msgstr "E568: 중복된 cscope 데이터베이스는 더해지지 않았습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2633
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2634 #, c-format
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2635 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2636 msgid "E261: Cscope connection %s not found"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2637 msgstr "E261: cscope 연결 %s을(를) 찾을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2638
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2639 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2640 msgid "cscope connection %s closed"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2641 msgstr "cscope 연결 %s이(가) 닫혔습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2642
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2643 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2644 msgid "E570: Fatal error in cs_manage_matches"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2645 msgstr "E570: cs_manage_matches에 심각한 에러"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2646
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2647 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2648 msgid "Cscope tag: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2649 msgstr "Cscope 태그: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2650
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2651 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2652 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2653 " # line"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2654 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2655 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2656 " # 줄"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2657
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2658 msgid "filename / context / line\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2659 msgstr "파일 이름 / 콘텍스트 / 줄\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2660
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2661 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2662 msgid "E609: Cscope error: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2663 msgstr "E609: Cscope 에러: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2664
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2665 msgid "All cscope databases reset"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2666 msgstr "모든 cscope 데이터베이스 리셋"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2667
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2668 msgid "no cscope connections\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2669 msgstr "cscope 연결이 없습니다\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2670
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2671 msgid " # pid database name prepend path\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2672 msgstr " # pid 데이터베이스 이름 prepend path\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2673
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2674 msgid "Lua library cannot be loaded."
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2675 msgstr "Lua 라이브러리를 로딩할 수 없습니다."
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
2676
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
2677 msgid "cannot save undo information"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
2678 msgstr "undo 정보를 저장할 수 없습니다"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
2679
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2680 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2681 "E815: Sorry, this command is disabled, the MzScheme libraries could not be "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2682 "loaded."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2683 msgstr ""
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
2684 "E815: 미안합니다, 이 명령은 사용할 수 없습니다, MzScheme 라이브러리를 로딩할 "
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
2685 "수 없습니다."
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2686
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2687 msgid ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2688 "E895: Sorry, this command is disabled, the MzScheme's racket/base module "
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2689 "could not be loaded."
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2690 msgstr ""
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2691 "E895: 미안합니다, 이 명령은 사용할 수 없습니다, MzScheme의 racket/base 모듈"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2692 "을 로딩할 수 없습니다."
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2693
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2694 msgid "invalid expression"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2695 msgstr "잘못된 표현식"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2696
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2697 msgid "expressions disabled at compile time"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2698 msgstr "표현식을 지원하지 않도록 컴파일 되었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2699
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2700 msgid "hidden option"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2701 msgstr "숨김 옵션"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2702
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2703 msgid "unknown option"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2704 msgstr "모르는 옵션"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2705
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2706 msgid "window index is out of range"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2707 msgstr "창 번호가 범위를 벗어났습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2708
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2709 msgid "couldn't open buffer"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2710 msgstr "버퍼를 열 수 없었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2711
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2712 msgid "cannot delete line"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2713 msgstr "줄을 지울 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2714
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2715 msgid "cannot replace line"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2716 msgstr "줄을 바꿀 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2717
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2718 msgid "cannot insert line"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2719 msgstr "줄을 끼워넣을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2720
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2721 msgid "string cannot contain newlines"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2722 msgstr "문자열은 newline을 포함할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2723
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2724 #~ msgid "error converting Scheme values to Vim"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2725 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2726
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2727 msgid "Vim error: ~a"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2728 msgstr "Vim 에러: ~a"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2729
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2730 msgid "Vim error"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2731 msgstr "Vim 에러"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2732
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2733 msgid "buffer is invalid"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2734 msgstr "버퍼가 이상합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2735
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2736 msgid "window is invalid"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2737 msgstr "창이 이상합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2738
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2739 msgid "linenr out of range"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2740 msgstr "줄 번호가 범위를 벗어났습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2741
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2742 msgid "not allowed in the Vim sandbox"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2743 msgstr "Vim sandbox에서는 허용되지 않습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2744
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2745 msgid "E837: This Vim cannot execute :py3 after using :python"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2746 msgstr "E837: 이 Vim은 :python을 사용한 후에 :py3을 사용할 수 없습니다"
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
2747
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2748 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2749 "E263: Sorry, this command is disabled, the Python library could not be "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2750 "loaded."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2751 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2752 "E263: 미안합니다, 이 명령은 사용할 수 없습니다, 파이썬 라이브러리를 로딩할 "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2753 "수 없습니다."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2754
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2755 msgid "E836: This Vim cannot execute :python after using :py3"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2756 msgstr "E836: 이 Vim은 :py3을 사용한 후에 :python을 사용할 수 없습니다"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2757
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2758 msgid ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2759 "E887: Sorry, this command is disabled, the Python's site module could not be "
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2760 "loaded."
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2761 msgstr ""
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2762 "E887: 미안합니다, 이 명령은 사용할 수 없습니다, 파이썬의 사이트 모듈을 로딩"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2763 "할 수 없습니다."
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2764
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2765 msgid "E659: Cannot invoke Python recursively"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2766 msgstr "E659: Python을 재귀호출할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2767
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2768 msgid "E265: $_ must be an instance of String"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2769 msgstr "E265: $_는 String 인스턴스이어야 합니다"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2770
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2771 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2772 "E266: Sorry, this command is disabled, the Ruby library could not be loaded."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2773 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2774 "E266: 미안합니다, 이 명령은 사용할 수 없습니다, 루비 라이브러리를 로딩할 수 "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2775 "없습니다."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2776
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2777 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2778 msgid "E267: Unexpected return"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2779 msgstr "E267: 뜻밖의 return"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2780
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2781 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2782 msgid "E268: Unexpected next"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2783 msgstr "E268: 뜻밖의 next"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2784
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2785 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2786 msgid "E269: Unexpected break"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2787 msgstr "E269: 뜻밖의 break"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2788
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2789 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2790 msgid "E270: Unexpected redo"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2791 msgstr "E270: 뜻밖의 redo"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2792
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2793 #~ msgid "E271: retry outside of rescue clause"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2794 #~ msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2795
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2796 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2797 msgid "E272: Unhandled exception"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2798 msgstr "E272: 처리않된 예외"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2799
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2800 #, c-format
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2801 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2802 msgid "E273: Unknown longjmp status %d"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2803 msgstr "E273: 모르는 longjmp 상태 %d"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2804
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2805 msgid "invalid buffer number"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2806 msgstr "잘못된 버퍼 번호"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2807
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2808 msgid "not implemented yet"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2809 msgstr "아직 구현되지 않았습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2810
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2811 msgid "cannot set line(s)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2812 msgstr "줄을 설정할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2813
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
2814 msgid "invalid mark name"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
2815 msgstr "잘못된 마크 이름"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
2816
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2817 msgid "mark not set"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2818 msgstr "마크가 설정되지 않았습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2819
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2820 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2821 msgid "row %d column %d"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2822 msgstr "행 %d 열 %d"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2823
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2824 msgid "cannot insert/append line"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2825 msgstr "줄을 끼워넣거나 더할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2826
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
2827 msgid "line number out of range"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
2828 msgstr "줄 번호가 범위를 벗어났습니다"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
2829
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2830 msgid "unknown flag: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2831 msgstr "모르는 플래그: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2832
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2833 msgid "unknown vimOption"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2834 msgstr "모르는 빔 옵션"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2835
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2836 msgid "keyboard interrupt"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2837 msgstr "키보드 인터럽트"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2838
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2839 msgid "cannot create buffer/window command: object is being deleted"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2840 msgstr "버퍼/창 명령을 만들 수 없습니다: 객체가 지워집니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2841
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2842 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2843 "cannot register callback command: buffer/window is already being deleted"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2844 msgstr "콜백 명령을 등록할 수 없습니다: 버퍼/창이 이미 지워졌습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2845
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2846 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2847 "E280: TCL FATAL ERROR: reflist corrupt!? Please report this to vim-dev@vim."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2848 "org"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2849 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2850 "E280: TCL 심각한 에러: reflist가 깨졌나!? 이 문제를 vim-dev@vim.org로 알려주"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2851 "십시오"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2852
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2853 msgid "cannot register callback command: buffer/window reference not found"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2854 msgstr "콜백 명령을 등록할 수 없습니다: 버퍼/창 참조를 찾을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2855
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2856 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2857 "E571: Sorry, this command is disabled: the Tcl library could not be loaded."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2858 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2859 "E571: 미안합니다, 이 명령은 사용할 수 없습니다, Tcl 라이브러리를 로딩할 수 없"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2860 "습니다."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2861
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2862 #, c-format
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2863 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
2864 msgid "E572: Exit code %d"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2865 msgstr "E572: 종료 코드 %d"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2866
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2867 msgid "cannot get line"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2868 msgstr "줄을 얻을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2869
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2870 msgid "Unable to register a command server name"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2871 msgstr "명령 서버 이름을 등록할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2872
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2873 msgid "E248: Failed to send command to the destination program"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2874 msgstr "E248: 대상프로그램으로 명령 보내기가 실패했습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2875
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2876 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2877 msgid "E573: Invalid server id used: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2878 msgstr "E573: 잘못된 서버 id 사용됨: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2879
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2880 msgid "E251: VIM instance registry property is badly formed. Deleted!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2881 msgstr "E251: 빔 인스턴스 레지스트리 속성이 잘못되어 있습니다. 지웠습니다!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2882
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2883 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2884 msgid "E938: Duplicate key in JSON: \"%s\""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2885 msgstr "E938: JSON에 중복된 키: \"%s\""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2886
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2887 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2888 msgid "E696: Missing comma in List: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2889 msgstr "E696: List에 콤마 누락: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2890
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2891 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2892 msgid "E697: Missing end of List ']': %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2893 msgstr "E697: List 끝에 ']' 누락: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2894
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2895 msgid "Unknown option argument"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2896 msgstr "모르는 옵션 인자"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2897
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2898 msgid "Too many edit arguments"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2899 msgstr "너무 많은 편집 인자"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2900
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2901 msgid "Argument missing after"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2902 msgstr "뒤에 인자가 없음"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2903
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2904 msgid "Garbage after option argument"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2905 msgstr "옵션 인자 뒤에 쓰레기 값"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2906
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2907 msgid "Too many \"+command\", \"-c command\" or \"--cmd command\" arguments"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2908 msgstr "너무 많은 \"+command\" \"-c command\" 혹은 \"--cmd command\" 인자"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2909
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2910 msgid "Invalid argument for"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
2911 msgstr "Invalid argument for"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2912
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2913 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2914 msgid "%d files to edit\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2915 msgstr "%d 파일을 고치기\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2916
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
2917 msgid "netbeans is not supported with this GUI\n"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
2918 msgstr "이 GUI는 netbeans를 지원하지 않습니다\n"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
2919
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2920 msgid "'-nb' cannot be used: not enabled at compile time\n"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2921 msgstr "'-nb'는 사용할 수 없음: 컴파일할 때 포함되지 않음\n"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2922
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2923 msgid "This Vim was not compiled with the diff feature."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2924 msgstr "이 빔은 diff 기능 없이 컴파일 되었습니다."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2925
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2926 msgid "Attempt to open script file again: \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2927 msgstr "스크립트 파일을 다시 열려고 시도: \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2928
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2929 msgid "Cannot open for reading: \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2930 msgstr "읽기 위해 열 수 없음: \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2931
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2932 msgid "Cannot open for script output: \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2933 msgstr "스크립트 출력을 열 수 없음: \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2934
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2935 msgid "Vim: Error: Failure to start gvim from NetBeans\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2936 msgstr "Vim: 에러: NetBeans에서 gvim 시작 실패\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2937
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2938 msgid "Vim: Error: This version of Vim does not run in a Cygwin terminal\n"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2939 msgstr "Vim: 에러: 이 버젼의 빔은 Cygwin 터미널에서 실행할 수 없습니다\n"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
2940
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2941 msgid "Vim: Warning: Output is not to a terminal\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2942 msgstr "빔: 경고: 터미널로 출력할 수 없습니다\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2943
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2944 msgid "Vim: Warning: Input is not from a terminal\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2945 msgstr "빔: 경고: 터미널로 부터 입력받을 수 없습니다\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2946
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2947 msgid "pre-vimrc command line"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2948 msgstr "pre-vimrc 명령 행"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2949
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2950 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2951 msgid "E282: Cannot read from \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2952 msgstr "E282: \"%s\"에서 읽을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2953
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2954 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2955 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2956 "More info with: \"vim -h\"\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2957 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2958 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2959 "더 많은 정보를 원하시면: \"vim -h\"\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2960
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2961 msgid "[file ..] edit specified file(s)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2962 msgstr "[파일 ..] 주어진 파일 고치기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2963
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2964 msgid "- read text from stdin"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2965 msgstr "- 표준입력에서 텍스트 읽기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2966
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2967 msgid "-t tag edit file where tag is defined"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2968 msgstr "-t tag 태그가 정의된 위치에서 파일 고치기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2969
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2970 msgid "-q [errorfile] edit file with first error"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2971 msgstr "-q [에러파일] 첫 번째 에러가 난 파일 고치기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2972
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2973 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2974 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2975 "\n"
14193
c460506890ba Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 14123
diff changeset
2976 "Usage:"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2977 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2978 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2979 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2980 "사용법:"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2981
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2982 msgid " vim [arguments] "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2983 msgstr " vim [인자] "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2984
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2985 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2986 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2987 " or:"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2988 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2989 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2990 " 혹은:"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2991
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2992 #~ msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2993 #~ "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2994 #~ "Where case is ignored prepend / to make flag upper case"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2995 #~ msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2996
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2997 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2998 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
2999 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3000 "Arguments:\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3001 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3002 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3003 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3004 "인자:\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3005
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3006 msgid "--\t\t\tOnly file names after this"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3007 msgstr "--\t\t\t이 뒤에는 파일 이름만"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3008
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3009 msgid "--literal\t\tDon't expand wildcards"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3010 msgstr "--literal\t\t와일드카드를 확장하지 않음"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3011
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3012 msgid "-register\t\tRegister this gvim for OLE"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3013 msgstr "-register\t\t이 gvim OLE에 등록"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3014
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3015 msgid "-unregister\t\tUnregister gvim for OLE"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3016 msgstr "-unregister\t\tgvim을 OLE에서 등록취소"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3017
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3018 msgid "-g\t\t\tRun using GUI (like \"gvim\")"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3019 msgstr "-g\t\t\tGUI로 실행 (\"gvim\"과 같음)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3020
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3021 msgid "-f or --nofork\tForeground: Don't fork when starting GUI"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3022 msgstr "-f 혹은 --nofork\t포그라운드: GUI로 시작할 때 fork하지 말 것"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3023
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3024 msgid "-v\t\t\tVi mode (like \"vi\")"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
3025 msgstr "-v\t\t\tVi 모드 (\"vi\"와 같음)"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3026
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3027 msgid "-e\t\t\tEx mode (like \"ex\")"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
3028 msgstr "-e\t\t\tEx 모드 (\"ex\"와 같음)"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
3029
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
3030 msgid "-E\t\t\tImproved Ex mode"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
3031 msgstr "-E\t\t\t향상된 Ex 모드"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3032
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3033 msgid "-s\t\t\tSilent (batch) mode (only for \"ex\")"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
3034 msgstr "-s\t\t\t조용한 (배치) 모드 (\"ex\"만)"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3035
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3036 msgid "-d\t\t\tDiff mode (like \"vimdiff\")"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
3037 msgstr "-d\t\t\tDiff 모드 (\"vimdiff\"와 같음)"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3038
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3039 msgid "-y\t\t\tEasy mode (like \"evim\", modeless)"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
3040 msgstr "-y\t\t\t쉬운 모드 (\"evim\"과 같음, modeless)"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3041
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3042 msgid "-R\t\t\tReadonly mode (like \"view\")"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
3043 msgstr "-R\t\t\t읽기 전용 모드 (\"view\"와 같음)"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3044
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3045 msgid "-Z\t\t\tRestricted mode (like \"rvim\")"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
3046 msgstr "-Z\t\t\t제한된 모드 (\"rvim\"과 같음)"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3047
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3048 msgid "-m\t\t\tModifications (writing files) not allowed"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3049 msgstr "-m\t\t\t수정(파일 쓰기)이 허용되지 않음"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3050
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3051 msgid "-M\t\t\tModifications in text not allowed"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3052 msgstr "-M\t\t\t텍스트 수정이 허용되지 않음"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3053
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3054 msgid "-b\t\t\tBinary mode"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3055 msgstr "-b\t\t\t이진 상태"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3056
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3057 msgid "-l\t\t\tLisp mode"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3058 msgstr "-l\t\t\t리스프 상태"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3059
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3060 msgid "-C\t\t\tCompatible with Vi: 'compatible'"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3061 msgstr "-C\t\t\tVi 호환: 'compatible'"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3062
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3063 msgid "-N\t\t\tNot fully Vi compatible: 'nocompatible'"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3064 msgstr "-N\t\t\tVi와 호환되지 않음: 'nocompatible'"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3065
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
3066 msgid "-V[N][fname]\t\tBe verbose [level N] [log messages to fname]"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
3067 msgstr "-V[N][fname]\t\tBe verbose [level N] [fname에 메시지 저장]"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3068
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3069 msgid "-D\t\t\tDebugging mode"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
3070 msgstr "-D\t\t\t디버깅 모드"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3071
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3072 msgid "-n\t\t\tNo swap file, use memory only"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3073 msgstr "-n\t\t\t스왑 파일 없이 메모리만 사용"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3074
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3075 msgid "-r\t\t\tList swap files and exit"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3076 msgstr "-r\t\t\t스왑 파일 목록을 표시한 뒤 끝내기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3077
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3078 msgid "-r (with file name)\tRecover crashed session"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3079 msgstr "-r (파일 이름과 함께)\t파손되었던 세션 복구"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3080
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3081 msgid "-L\t\t\tSame as -r"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3082 msgstr "-L\t\t\t-r과 같음"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3083
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3084 msgid "-f\t\t\tDon't use newcli to open window"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3085 msgstr "-f\t\t\t창을 열 때 newcli 사용하지 않음"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3086
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3087 msgid "-dev <device>\t\tUse <device> for I/O"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3088 msgstr "-dev <장치>\t\tI/O에 <장치> 사용"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3089
14123
583bf95b6c84 Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 11659
diff changeset
3090 msgid "-A\t\t\tStart in Arabic mode"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3091 msgstr "-A\t\t\tArabic 모드로 시작"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3092
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3093 msgid "-H\t\t\tStart in Hebrew mode"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3094 msgstr "-H\t\t\tHebrew 모드로 시작"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3095
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3096 msgid "-F\t\t\tStart in Farsi mode"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3097 msgstr "-F\t\t\tFarsi 모드로 시작"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3099 msgid "-T <terminal>\tSet terminal type to <terminal>"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3100 msgstr "-T <terminal>\t터미널 종류를 <terminal>로 설정"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3101
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
3102 msgid "--not-a-term\t\tSkip warning for input/output not being a terminal"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
3103 msgstr "--not-a-term\t\t터미널에 입출력할 수 없다는 경고하지 않음"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
3104
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
3105 msgid "--ttyfail\t\tExit if input or output is not a terminal"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
3106 msgstr "--ttyfail\t\t터미널에 입출력할 수 없는 경우 종료"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
3107
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3108 msgid "-u <vimrc>\t\tUse <vimrc> instead of any .vimrc"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3109 msgstr "-u <vimrc>\t\t.vimrc 대신 <vimrc>를 사용"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3110
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3111 msgid "-U <gvimrc>\t\tUse <gvimrc> instead of any .gvimrc"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3112 msgstr "-U <gvimrc>\t\t.gvimrc 대신 <gvimrc>를 사용"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3113
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3114 msgid "--noplugin\t\tDon't load plugin scripts"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3115 msgstr "--noplugin\t\t플러그인 스크립트를 불러들이지 않음"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3116
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3117 msgid "-p[N]\t\tOpen N tab pages (default: one for each file)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3118 msgstr "-p[N]\t\tN개의 탭 열기 (기본: 파일별로 하나)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3119
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3120 msgid "-o[N]\t\tOpen N windows (default: one for each file)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3121 msgstr "-o[N]\t\tN개의 창 열기 (기본: 파일별로 하나)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3122
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3123 msgid "-O[N]\t\tLike -o but split vertically"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3124 msgstr "-O[N]\t\t-o와 같지만 창을 수직으로 나누기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3125
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3126 msgid "+\t\t\tStart at end of file"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3127 msgstr "+\t\t\t파일 마지막에서 시작"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3128
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3129 msgid "+<lnum>\t\tStart at line <lnum>"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3130 msgstr "+<lnum>\t\t<lnum> 줄에서 시작"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3131
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3132 msgid "--cmd <command>\tExecute <command> before loading any vimrc file"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3133 msgstr "--cmd <명령>\tvimrc 파일을 읽기 전에 <명령>을 실행"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3134
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3135 msgid "-c <command>\t\tExecute <command> after loading the first file"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3136 msgstr "-c <명령>\t\t첫째 파일을 읽은 뒤 <명령>을 실행"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3137
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3138 msgid "-S <session>\t\tSource file <session> after loading the first file"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3139 msgstr "-S <세션>\t\t첫째 파일을 읽은 뒤 <세션> 파일 불러 들이기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3140
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3141 msgid "-s <scriptin>\tRead Normal mode commands from file <scriptin>"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3142 msgstr "-s <scriptin>\t<scriptin> 파일에서 Normal 상태 명령 읽기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3143
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3144 msgid "-w <scriptout>\tAppend all typed commands to file <scriptout>"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3145 msgstr "-w <scriptout>\t모든 입력된 명령을 <scriptout> 파일에 추가"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3146
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3147 msgid "-W <scriptout>\tWrite all typed commands to file <scriptout>"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3148 msgstr "-W <scriptout>\t모든 입력된 명령을 <scriptout> 파일에 저장"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3149
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3150 msgid "-x\t\t\tEdit encrypted files"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3151 msgstr "-x\t\t\t암호화된 파일 고치기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3152
20379
7f88f6a3ed4c Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 18972
diff changeset
3153 msgid "-display <display>\tConnect Vim to this particular X-server"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3154 msgstr "-display <display>\t빔을 특정 X-서버와 연결"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3155
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3156 msgid "-X\t\t\tDo not connect to X server"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3157 msgstr "-X\t\t\tX 서버에 연결하지 않음"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3158
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3159 msgid "--remote <files>\tEdit <files> in a Vim server if possible"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3160 msgstr "--remote <files>\t가능하면 빔 서버에서 <files> 편집"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3161
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3162 msgid "--remote-silent <files> Same, don't complain if there is no server"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3163 msgstr "--remote-silent <files> 같음, 서버가 없다고 불평하지 않음"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3164
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3165 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3166 "--remote-wait <files> As --remote but wait for files to have been edited"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3167 msgstr "--remote-wait <files> --remote와 같지만 다 고칠 때까지 기다립니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3168
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3169 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3170 "--remote-wait-silent <files> Same, don't complain if there is no server"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3171 msgstr "--remote-wait-silent <files> 같음, 서버가 없다고 불평하지 않음"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3172
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3173 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3174 "--remote-tab[-wait][-silent] <files> As --remote but use tab page per file"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3175 msgstr ""
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3176 "--remote-tab[-wait][-silent] <files> --remote와 같지만 파일별로 탭 페이지 사"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3177 "용"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3178
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3179 msgid "--remote-send <keys>\tSend <keys> to a Vim server and exit"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3180 msgstr "--remote-send <keys>\t빔 서버로 <keys>를 보내고 끝내기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3181
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3182 msgid "--remote-expr <expr>\tEvaluate <expr> in a Vim server and print result"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3183 msgstr "--remote-expr <expr>\t빔 서버에서 <expr> 실행하고 결과 출력"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3184
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3185 msgid "--serverlist\t\tList available Vim server names and exit"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3186 msgstr "--serverlist\t\t사용 가능한 빔 서버 이름을 표시하고 끝내기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3187
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3188 msgid "--servername <name>\tSend to/become the Vim server <name>"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3189 msgstr "--servername <name>\t빔 서버 <name>이 되거나 서버로 보내기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3190
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3191 msgid "--startuptime <file>\tWrite startup timing messages to <file>"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3192 msgstr "--startuptime <file>\tstartup timing 메시지를 <file>에 저장"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3193
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3194 msgid "-i <viminfo>\t\tUse <viminfo> instead of .viminfo"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3195 msgstr "-i <viminfo>\t\t.viminfo 대신 <viminfo>를 사용"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3196
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
3197 #~ msgid "--clean\t\t'nocompatible', Vim defaults, no plugins, no viminfo"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
3198 #~ msgstr ""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
3199
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3200 msgid "-h or --help\tPrint Help (this message) and exit"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3201 msgstr "-h 혹은 --help\t도움말(이 메시지)을 출력한 뒤 끝내기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3202
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3203 msgid "--version\t\tPrint version information and exit"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3204 msgstr "--version\t\t판 정보를 출력한 뒤 끝내기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3205
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3206 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3207 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3208 "Arguments recognised by gvim (Motif version):\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3209 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3210 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3211 "gvim이 알고 있는 인자 (모티프 판):\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3212
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3213 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3214 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3215 "Arguments recognised by gvim (neXtaw version):\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3216 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3217 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3218 "gvim이 알고 있는 인자 (neXtaw 판):\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3219
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3220 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3221 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3222 "Arguments recognised by gvim (Athena version):\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3223 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3224 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3225 "gvim이 알고 있는 인자 (아테나 판):\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3226
20379
7f88f6a3ed4c Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 18972
diff changeset
3227 msgid "-display <display>\tRun Vim on <display>"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3228 msgstr "-display <display>\t빔을 <display>에서 실행"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3229
20379
7f88f6a3ed4c Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 18972
diff changeset
3230 msgid "-iconic\t\tStart Vim iconified"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3231 msgstr "-iconic\t\t아이콘 상태로 빔 시작"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3232
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3233 msgid "-background <color>\tUse <color> for the background (also: -bg)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3234 msgstr "-background <color>\t바탕 색으로 <color> 사용 (also: -bg)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3235
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3236 msgid "-foreground <color>\tUse <color> for normal text (also: -fg)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3237 msgstr "-foreground <color>\t일반 색에 <color> 사용 (also: -fg)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3238
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3239 msgid "-font <font>\t\tUse <font> for normal text (also: -fn)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3240 msgstr "-font <font>\t\t일반 텍스트에 <font> 사용 (also: -fn)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3241
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3242 msgid "-boldfont <font>\tUse <font> for bold text"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3243 msgstr "-boldfont <font>\t굵은 텍스트에 <font> 사용"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3244
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3245 msgid "-italicfont <font>\tUse <font> for italic text"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3246 msgstr "-italicfont <font>\t기울임 텍스트에 <font> 사용"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3247
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3248 msgid "-geometry <geom>\tUse <geom> for initial geometry (also: -geom)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3249 msgstr "-geometry <geom>\t초기 지오미트리에 <geom> 사용 (also: -geom)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3250
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3251 msgid "-borderwidth <width>\tUse a border width of <width> (also: -bw)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3252 msgstr "-borderwidth <width>\t가장자리 넓이에 <width> 사용 (also: -bw)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3253
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3254 msgid "-scrollbarwidth <width> Use a scrollbar width of <width> (also: -sw)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3255 msgstr "-scrollbarwidth <width> 스크롤바 넓이에 <width> 사용 (also: -sw)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3256
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3257 msgid "-menuheight <height>\tUse a menu bar height of <height> (also: -mh)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3258 msgstr "-menuheight <height>\t메뉴바 높이에 <height> 사용 (also: -mh)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3259
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3260 msgid "-reverse\t\tUse reverse video (also: -rv)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3261 msgstr "-reverse\t\t반전 비디오 사용 (also: -rv)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3262
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3263 msgid "+reverse\t\tDon't use reverse video (also: +rv)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3264 msgstr "+reverse\t\t반전 비디오 사용 안 함 (also: +rv)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3265
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3266 msgid "-xrm <resource>\tSet the specified resource"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3267 msgstr "-xrm <resource>\t명시된 리소스 설정"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3268
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3269 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3270 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3271 "Arguments recognised by gvim (GTK+ version):\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3272 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3273 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3274 "gvim이 알고있는 인자 (GTK+ 판):\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3275
20379
7f88f6a3ed4c Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 18972
diff changeset
3276 msgid "-display <display>\tRun Vim on <display> (also: --display)"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3277 msgstr "-display <display>\t빔을 <display>에서 실행 (also: --display)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3278
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3279 msgid "--role <role>\tSet a unique role to identify the main window"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3280 msgstr "--role <role>\t메인 창 구분을 위해 유일한 역할 설정"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3281
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3282 msgid "--socketid <xid>\tOpen Vim inside another GTK widget"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3283 msgstr "--socketid <xid>\t빔을 다른 GTK 위젯 안에서 열음"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3284
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
3285 msgid "--echo-wid\t\tMake gvim echo the Window ID on stdout"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
3286 msgstr "--echo-wid\t\t표준출력에 gvim의 Window ID를 표시"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
3287
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3288 msgid "-P <parent title>\tOpen Vim inside parent application"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3289 msgstr "-P <parent title>\tVim을 부모 응용 프로그램 내에서 열기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3290
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3291 msgid "--windowid <HWND>\tOpen Vim inside another win32 widget"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3292 msgstr "--windowid <HWND>\t다른 win32 위젯 안에서 Vim 열기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3293
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3294 msgid "No display"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3295 msgstr "디스플레이가 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3296
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3297 msgid ": Send failed.\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3298 msgstr ": 보내기가 실패하였습니다.\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3299
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3300 msgid ": Send failed. Trying to execute locally\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3301 msgstr ": 보내기 실패. 로컬에서 실행됩니다\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3302
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3303 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3304 #~ msgid "%d of %d edited"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3305 #~ msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3306
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3307 msgid "No display: Send expression failed.\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3308 msgstr "디스플레이 없음: 표현식 보내기가 실패했습니다.\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3309
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3310 msgid ": Send expression failed.\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3311 msgstr ": 표현식 보내기가 실패했습니다.\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3312
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3313 msgid "No marks set"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3314 msgstr "설정된 마크가 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3315
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3316 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3317 msgid "E283: No marks matching \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3318 msgstr "E283: \"%s\"에 맞는 마크가 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3319
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3320 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3321 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3322 "mark line col file/text"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3323 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3324 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3325 "마크 라인 col 파일/텍스트"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3326
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3327 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3328 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3329 " jump line col file/text"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3330 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3331 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3332 " 점프 라인 col 파일/텍스트"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3333
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3334 #~ msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3335 #~ "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3336 #~ "change line col text"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3337 #~ msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3338
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3339 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3340 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3341 "# File marks:\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3342 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3343 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3344 "# 파일 마크:\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3345
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3346 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3347 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3348 "# Jumplist (newest first):\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3349 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3350 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3351 "# 점프목록 (새것이 먼저):\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3352
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3353 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3354 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3355 "# History of marks within files (newest to oldest):\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3356 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3357 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3358 "# 파일내의 마크 히스토리 (새것부터 오래된 순):\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3359
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3360 msgid "Missing '>'"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3361 msgstr "'>'이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3362
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3363 msgid "E543: Not a valid codepage"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3364 msgstr "E543: 정상적인 코드페이지가 아닙니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3365
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3366 msgid "E284: Cannot set IC values"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3367 msgstr "E284: IC 값을 설정할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3368
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3369 msgid "E285: Failed to create input context"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3370 msgstr "E285: 입력 콘텍스트를 만들 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3371
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3372 msgid "E286: Failed to open input method"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3373 msgstr "E286: 입력 방식을 열다가 실패했습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3374
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3375 msgid "E287: Warning: Could not set destroy callback to IM"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3376 msgstr "E287: 경고: IM에 파괴 콜백을 설정할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3377
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
3378 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
3379 msgid "E288: Input method doesn't support any style"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3380 msgstr "E288: 입력 방식이 어떤 형식도 지원하지 않습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3381
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
3382 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
3383 msgid "E289: Input method doesn't support my preedit type"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3384 msgstr "E289: 입력 방식이 내 preedit 형식을 지원하지 않습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3385
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
3386 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
3387 msgid "E293: Block was not locked"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3388 msgstr "E293: 구역이 잠궈지지 않았습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3389
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3390 msgid "E294: Seek error in swap file read"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3391 msgstr "E294: 스왑 파일을 읽기 위해 특정 위치로 갈 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3392
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3393 msgid "E295: Read error in swap file"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3394 msgstr "E295: 스왑 파일을 읽을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3395
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3396 msgid "E296: Seek error in swap file write"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3397 msgstr "E296: 스왑 파일을 쓰기 위해 특정 위치로 갈 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3398
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3399 msgid "E297: Write error in swap file"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3400 msgstr "E297: 스왑 파일을 쓸 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3401
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3402 msgid "E300: Swap file already exists (symlink attack?)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3403 msgstr "E300: 스왑 파일이 이미 존재합니다 (symlink 공격?)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3404
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3405 msgid "E298: Didn't get block nr 0?"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3406 msgstr "E298: 구역 번호 0을 얻지 못했나요?"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3407
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3408 msgid "E298: Didn't get block nr 1?"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3409 msgstr "E298: 구역 번호 1을 얻지 못했나요?"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3410
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3411 msgid "E298: Didn't get block nr 2?"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3412 msgstr "E298: 구역 번호 2를 얻지 못했나요?"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3413
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3414 msgid "E843: Error while updating swap file crypt"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3415 msgstr "E843: 스왑 파일을 암호화할 수 없습니다"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3416
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3417 msgid "E301: Oops, lost the swap file!!!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3418 msgstr "E301: 으윽, 스왑 파일을 잃어버렸습니다!!!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3419
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3420 msgid "E302: Could not rename swap file"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3421 msgstr "E302: 스왑 파일 이름을 바꿀 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3422
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3423 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3424 msgid "E303: Unable to open swap file for \"%s\", recovery impossible"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3425 msgstr "E303: \"%s\"의 스왑 파일을 열 수 없어서 복구는 불가능합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3426
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3427 msgid "E304: ml_upd_block0(): Didn't get block 0??"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3428 msgstr "E304: ml_upd_block0(): 구역 0을 얻지 못했나요??"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3429
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3430 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3431 msgid "E305: No swap file found for %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3432 msgstr "E305: %s의 스왑 파일을 찾을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3433
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3434 msgid "Enter number of swap file to use (0 to quit): "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3435 msgstr "사용할 스왑 파일 번호를 입력하십시오 (0은 끝내기): "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3436
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3437 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3438 msgid "E306: Cannot open %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3439 msgstr "E306: %s을(를) 열 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3440
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3441 msgid "Unable to read block 0 from "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3442 msgstr "Unable to read block 0 from "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3443
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3444 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3445 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3446 "Maybe no changes were made or Vim did not update the swap file."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3447 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3448 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3449 "어떤 수정도 없었거나 빔이 스왑 파일을 갱신하지 않은 것 같습니다."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3450
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3451 msgid " cannot be used with this version of Vim.\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3452 msgstr " cannot be used with this version of Vim.\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3453
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3454 msgid "Use Vim version 3.0.\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3455 msgstr "빔 3.0 판을 사용하십시오.\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3456
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3457 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3458 msgid "E307: %s does not look like a Vim swap file"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3459 msgstr "E307: %s은(는) 빔 스왑 파일이 아닌 것 같습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3460
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3461 msgid " cannot be used on this computer.\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3462 msgstr " 이 컴퓨터에서는 사용될 수 없습니다.\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3463
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
3464 msgid "The file was created on "
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
3465 msgstr "The file was created on "
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
3466
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
3467 msgid ""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
3468 ",\n"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
3469 "or the file has been damaged."
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
3470 msgstr ""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
3471 ",\n"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
3472 "or the file has been damaged."
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3473
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3474 #, c-format
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3475 msgid ""
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3476 "E833: %s is encrypted and this version of Vim does not support encryption"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
3477 msgstr "E833: %s이(가) 암호화되어 있는 데, 이 Vim은 암호화를 지원하지 않습니다"
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3478
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
3479 msgid " has been damaged (page size is smaller than minimum value).\n"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
3480 msgstr " has been damaged (page size is smaller than minimum value).\n"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3481
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3482 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3483 msgid "Using swap file \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3484 msgstr "스왑 파일 \"%s\"을(를) 사용합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3485
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3486 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3487 msgid "Original file \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3488 msgstr "원래 파일 \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3489
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3490 msgid "E308: Warning: Original file may have been changed"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3491 msgstr "E308: 경고: 원래 파일이 바뀌었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3492
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3493 #, c-format
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3494 msgid "Swap file is encrypted: \"%s\""
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3495 msgstr "스왑 파일이 암호화됨: \"%s\""
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3496
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3497 msgid ""
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3498 "\n"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3499 "If you entered a new crypt key but did not write the text file,"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3500 msgstr ""
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3501 "\n"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3502 "새로운 암호 키를 입력했는 데, 파일을 저장하지 않았었다면,"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3503
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3504 msgid ""
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3505 "\n"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3506 "enter the new crypt key."
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3507 msgstr ""
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3508 "\n"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3509 "새로운 암호 키를 입력하세요."
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3510
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3511 msgid ""
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3512 "\n"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3513 "If you wrote the text file after changing the crypt key press enter"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3514 msgstr ""
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3515 "\n"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3516 "암호 키를 바꾼 후에 파일을 저장했었다면 같은 키로 텍스트 파일과"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3517
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3518 msgid ""
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3519 "\n"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3520 "to use the same key for text file and swap file"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3521 msgstr ""
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3522 "\n"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3523 "스왑파일을 저장하려면 엔터를 누르세요"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3524
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3525 #, c-format
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3526 msgid "E309: Unable to read block 1 from %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3527 msgstr "E309: %s의 구역 1을 읽을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3528
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3529 msgid "???MANY LINES MISSING"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3530 msgstr "???많은 줄을 잃어버림"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3531
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3532 msgid "???LINE COUNT WRONG"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3533 msgstr "???줄 번호가 잘못되었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3534
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3535 msgid "???EMPTY BLOCK"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3536 msgstr "???빈 구역"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3537
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3538 msgid "???LINES MISSING"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3539 msgstr "???줄을 잃어버림"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3540
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3541 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3542 msgid "E310: Block 1 ID wrong (%s not a .swp file?)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3543 msgstr "E310: 구역 1의 ID가 잘못되었습니다 (%s이(가) .swp 파일이 아닌가?)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3544
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3545 msgid "???BLOCK MISSING"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3546 msgstr "???구역 잃어버림"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3547
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3548 msgid "??? from here until ???END lines may be messed up"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3549 msgstr "??? 여기부터 ???끝까지의 줄이 섞였습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3550
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3551 msgid "??? from here until ???END lines may have been inserted/deleted"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3552 msgstr "??? 여기부터 ???끝까지의 줄이 끼워지거나 지워져 버린 것 같습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3553
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3554 msgid "???END"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3555 msgstr "???끝"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3556
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3557 msgid "E311: Recovery Interrupted"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3558 msgstr "E311: 복구 중단되었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3559
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3560 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3561 "E312: Errors detected while recovering; look for lines starting with ???"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3562 msgstr "E312: 복구 도중 에러 생겼습니다; ???로 시작하는 줄을 찾아보십시오"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3563
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3564 msgid "See \":help E312\" for more information."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3565 msgstr "더 많은 정보를 보려면 \":help E312\"를 입력하세요."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3566
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3567 msgid "Recovery completed. You should check if everything is OK."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3568 msgstr "복구가 끝났습니다. 모든 게 정상인 지 확인해 보셔야만 합니다."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3569
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3570 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3571 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3572 "(You might want to write out this file under another name\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3573 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3574 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3575 "(어쩌면 다른 이름으로 저장하고 싶으실 지도 모르겠습니다\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3576
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3577 msgid "and run diff with the original file to check for changes)"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3578 msgstr "그리고 바뀐 내용을 확인하려면 원래 파일에 대해 diff를 실행하세요)"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3579
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3580 msgid "Recovery completed. Buffer contents equals file contents."
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3581 msgstr "복구가 끝났습니다. 버퍼의 내용이 파일 내용과 같습니다."
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3582
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3583 msgid ""
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3584 "\n"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3585 "You may want to delete the .swp file now.\n"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3586 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3587 msgstr ""
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3588 "\n"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3589 "이제 .swp 파일을 지우셔도 됩니다.\n"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3590 "\n"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3591
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3592 msgid "Using crypt key from swap file for the text file.\n"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3593 msgstr "텍스트 파일에 스왑파일에서 가져온 암호 키를 사용합니다.\n"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3594
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3595 msgid "Swap files found:"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3596 msgstr "스왑 파일을 찾았음:"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3597
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3598 msgid " In current directory:\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3599 msgstr " 현재 디렉토리에:\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3600
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3601 msgid " Using specified name:\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3602 msgstr " 명시된 이름을 사용:\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3603
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3604 msgid " In directory "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3605 msgstr " In directory "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3606
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3607 msgid " -- none --\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3608 msgstr " -- 없음 --\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3609
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3610 msgid " owned by: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3611 msgstr " 소유자: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3612
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3613 msgid " dated: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3614 msgstr " 날짜: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3615
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3616 msgid " dated: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3617 msgstr " 날짜: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3618
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3619 msgid " [from Vim version 3.0]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3620 msgstr " [빔 3.0 판의 것]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3621
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3622 msgid " [does not look like a Vim swap file]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3623 msgstr " [빔 스왑 파일로 보이지 않습니다]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3624
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3625 msgid " file name: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3626 msgstr " 파일 이름: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3627
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3628 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3629 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3630 " modified: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3631 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3632 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3633 " 수정: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3634
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3635 msgid "YES"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3636 msgstr "예"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3637
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3638 msgid "no"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3639 msgstr "아니오"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3640
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3641 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3642 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3643 " user name: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3644 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3645 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3646 " 사용자 이름: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3647
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3648 msgid " host name: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3649 msgstr " 호스트 이름: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3650
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3651 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3652 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3653 " host name: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3654 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3655 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3656 " 호스트 이름: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3657
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3658 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3659 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3660 " process ID: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3661 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3662 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3663 " 프로세스 ID: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3664
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3665 msgid " (still running)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3666 msgstr " (아직 실행중)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3667
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3668 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3669 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3670 " [not usable with this version of Vim]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3671 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3672 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3673 " [빔 이번 판에서는 사용할 수 없음]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3674
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3675 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3676 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3677 " [not usable on this computer]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3678 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3679 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3680 " [이 컴퓨터에서는 사용할 수 없음]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3681
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3682 msgid " [cannot be read]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3683 msgstr " [읽을 수 없음]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3684
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3685 msgid " [cannot be opened]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3686 msgstr " [열 수 없음]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3687
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3688 msgid "E313: Cannot preserve, there is no swap file"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3689 msgstr "E313: 보존할 수 없습니다, 스왑 파일이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3690
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3691 msgid "File preserved"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3692 msgstr "파일이 보존되었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3693
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3694 msgid "E314: Preserve failed"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3695 msgstr "E314: 파일 보존을 실패했습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3696
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3697 #, c-format
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
3698 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
3699 msgid "E315: Ml_get: invalid lnum: %ld"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3700 msgstr "E315: ml_get: 잘못된 lnum: %ld"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3701
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3702 #, c-format
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
3703 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
3704 msgid "E316: Ml_get: cannot find line %ld"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3705 msgstr "E316: ml_get: %ld 줄을 찾을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3706
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
3707 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
3708 msgid "E317: Pointer block id wrong 3"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3709 msgstr "E317: 잘못된 포인터 구역 id 3"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3710
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3711 msgid "stack_idx should be 0"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3712 msgstr "stack_idx는 0여야만 합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3713
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3714 msgid "E318: Updated too many blocks?"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3715 msgstr "E318: 너무 많은 구역이 갱신되었나요?"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3716
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
3717 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
3718 msgid "E317: Pointer block id wrong 4"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3719 msgstr "E317: 잘못된 포인터 구역 id 4"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3720
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3721 msgid "deleted block 1?"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3722 msgstr "구역 1이 지워졌나요?"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3723
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3724 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3725 msgid "E320: Cannot find line %ld"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3726 msgstr "E320: %ld 줄을 찾을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3727
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
3728 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
3729 msgid "E317: Pointer block id wrong"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3730 msgstr "E317: 잘못된 포인터 구역 id"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3731
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3732 msgid "pe_line_count is zero"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3733 msgstr "pe_line_count가 0입니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3734
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3735 #, c-format
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
3736 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
3737 msgid "E322: Line number out of range: %ld past the end"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3738 msgstr "E322: 줄 번호가 범위를 벗어났습니다: 마지막에서 %ld 만큼"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3739
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3740 #, c-format
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
3741 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
3742 msgid "E323: Line count wrong in block %ld"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3743 msgstr "E323: 구역 %ld의 줄 갯수가 틀렸습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3744
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3745 msgid "Stack size increases"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3746 msgstr "스택 크기 증가"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3747
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
3748 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
3749 msgid "E317: Pointer block id wrong 2"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3750 msgstr "E317: 잘못된 포인터 구역 id 2"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3751
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3752 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3753 #~ msgid "E773: Symlink loop for \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3754 #~ msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3755
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3756 msgid "E325: ATTENTION"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3757 msgstr "E325: 주목"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3758
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3759 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3760 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3761 "Found a swap file by the name \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3762 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3763 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3764 "Found a swap file by the name \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3765
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3766 msgid "While opening file \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3767 msgstr "While opening file \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3768
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3769 msgid " NEWER than swap file!\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3770 msgstr " NEWER than swap file!\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3771
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3772 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3773 "\n"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
3774 "(1) Another program may be editing the same file. If this is the case,\n"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
3775 " be careful not to end up with two different instances of the same\n"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
3776 " file when making changes. Quit, or continue with caution.\n"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3777 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3778 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3779 "(1) 다른 프로그램이 같은 파일을 고치고 있는중일 수 있습니다.\n"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
3780 " 만약 그렇다면 같은 파일을 두 개의 프로그램에서 고치지 않도록\n"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
3781 " 조심하시기 바랍니다. 종료하세요. 계속하시려면 주의하세요.\n"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
3782
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
3783 msgid "(2) An edit session for this file crashed.\n"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
3784 msgstr "(2) 이 파일을 고치다가 죽었었습니다.\n"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3785
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3786 msgid " If this is the case, use \":recover\" or \"vim -r "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3787 msgstr " 만약 그렇다면 \":recover\" 혹은 \"vim -r "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3788
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3789 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3790 "\"\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3791 " to recover the changes (see \":help recovery\").\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3792 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3793 "\"\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3794 " 을 사용하여 복구하십시오 (\":help recovery\" 참고).\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3795
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3796 msgid " If you did this already, delete the swap file \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3797 msgstr " 이미 복구하셨었다면 스왑파일 \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3798
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3799 msgid ""
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3800 "\"\n"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3801 " to avoid this message.\n"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3802 msgstr ""
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3803 "\"\n"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
3804 " 을(를) 지우셔야 이 메시지가 사라집니다.\n"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3805
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3806 msgid "Swap file \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3807 msgstr "스왑 파일 \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3808
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3809 msgid "\" already exists!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3810 msgstr "\"이 이미 존재합니다!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3811
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3812 msgid "VIM - ATTENTION"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3813 msgstr "빔 - 주목"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3814
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3815 msgid "Swap file already exists!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3816 msgstr "스왑 파일이 이미 존재합니다!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3817
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3818 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3819 "&Open Read-Only\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3820 "&Edit anyway\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3821 "&Recover\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3822 "&Quit\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3823 "&Abort"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3824 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3825 "읽기 전용으로 열기(&O)\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3826 "그냥 고치기(&E)\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3827 "복구(&R)\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3828 "끝내기(&Q)\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3829 "버리기(&A)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3830
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3831 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3832 "&Open Read-Only\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3833 "&Edit anyway\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3834 "&Recover\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3835 "&Delete it\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3836 "&Quit\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3837 "&Abort"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3838 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3839 "읽기 전용으로 열기(&O)\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3840 "무조건 편집(&E)\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3841 "복구(&R)\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3842 "삭제(&D)\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3843 "끝내기(&Q)\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3844 "버리기(&A)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3845
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3846 msgid "E326: Too many swap files found"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3847 msgstr "E326: 너무 많은 스왑 파일이 발견되었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3848
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3849 msgid "E327: Part of menu-item path is not sub-menu"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3850 msgstr "E327: 메뉴 항목 경로의 부분이 하위 메뉴가 아닙니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3851
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3852 msgid "E328: Menu only exists in another mode"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3853 msgstr "E328: 메뉴가 다른 모드에서만 존재합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3854
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3855 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3856 msgid "E329: No menu \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3857 msgstr "E329: \"%s\" 메뉴 없음"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3858
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3859 msgid "E792: Empty menu name"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3860 msgstr "E792: 메뉴 이름 없음"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3861
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3862 msgid "E330: Menu path must not lead to a sub-menu"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3863 msgstr "E330: 하위 메뉴 앞에는 메뉴 경로가 붙을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3864
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3865 msgid "E331: Must not add menu items directly to menu bar"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3866 msgstr "E331: 메뉴바에 곧바로 메뉴 항목을 더할 수는 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3867
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3868 msgid "E332: Separator cannot be part of a menu path"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3869 msgstr "E332: 구분자는 메뉴 경로의 부분이 될 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3870
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3871 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3872 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3873 "--- Menus ---"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3874 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3875 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3876 "--- 메뉴 ---"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3877
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3878 msgid "Tear off this menu"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3879 msgstr "이 메뉴를 떼어냄"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3880
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
3881 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
3882 msgid "E335: Menu not defined for %s mode"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
3883 msgstr "E335: %s 모드에 대한 메뉴가 정의되어 있지 않습니다"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
3884
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3885 msgid "E333: Menu path must lead to a menu item"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3886 msgstr "E333: 메뉴 항목 앞에는 메뉴 경로가 있어야 합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3887
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3888 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3889 msgid "E334: Menu not found: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3890 msgstr "E334: 메뉴를 찾을 수 없습니다: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3891
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3892 msgid "E336: Menu path must lead to a sub-menu"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3893 msgstr "E336: 하위 메뉴 앞에 메뉴 경로가 있어야 합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3894
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3895 msgid "E337: Menu not found - check menu names"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3896 msgstr "E337: 메뉴를 찾을 수 없음 - 메뉴 이름을 확인하십시오"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3897
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3898 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3899 msgid "Error detected while processing %s:"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3900 msgstr "%s 수행중 에러 발견:"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3901
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3902 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3903 msgid "line %4ld:"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3904 msgstr "%4ld 줄:"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3905
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3906 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3907 msgid "E354: Invalid register name: '%s'"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3908 msgstr "E354: 잘못된 레지스터 이름: '%s'"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3909
32770
4027cefc2aab Farewell to Bram and dedicate upcoming Vim 9.1 to him (#12749)
Christian Brabandt <cb@256bit.org>
parents: 29840
diff changeset
3910 msgid "Messages maintainer: The Vim Project"
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
3911 msgstr "메시지 관리자: SungHyun Nam <goweol@gmail.com>"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3912
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3913 msgid "Interrupt: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3914 msgstr "중단: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3915
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3916 msgid "Press ENTER or type command to continue"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3917 msgstr "계속하려면 엔터 혹은 명령을 입력하십시오"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3918
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3919 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3920 msgid "%s line %ld"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3921 msgstr "%s 줄 %ld"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3922
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3923 msgid "-- More --"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3924 msgstr "-- 더 --"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3925
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3926 msgid " SPACE/d/j: screen/page/line down, b/u/k: up, q: quit "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3927 msgstr " SPACE/d/j: 화면/페이지/라인 아래로, b/u/k: 위로, q: 종료 "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3928
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3929 msgid "Question"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3930 msgstr "질문"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3931
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3932 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3933 "&Yes\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3934 "&No"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3935 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3936 "예(&Y)\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3937 "아니오(&N)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3938
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3939 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3940 "&Yes\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3941 "&No\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3942 "Save &All\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3943 "&Discard All\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3944 "&Cancel"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3945 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3946 "예(&Y)\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3947 "아니오(&N)\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3948 "모두 저장(&A)\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3949 "모두 버림(&D)\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3950 "취소(&C)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3951
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3952 msgid "Select Directory dialog"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3953 msgstr "디렉토리 선택 대화상자"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3954
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3955 msgid "Save File dialog"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3956 msgstr "파일 저장 대화상자"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3957
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3958 msgid "Open File dialog"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3959 msgstr "파일 열기 대화상자"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3960
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3961 msgid "E338: Sorry, no file browser in console mode"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3962 msgstr "E338: 미안합니다, 콘솔 상태에는 파일 브라우저가 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3963
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3964 msgid "E766: Insufficient arguments for printf()"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3965 msgstr "E766: printf()에 넘어온 인자 갯수가 부족"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3966
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3967 msgid "E807: Expected Float argument for printf()"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3968 msgstr "E807: printf()에 예상못한 Float 인자"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3969
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3970 msgid "E767: Too many arguments to printf()"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3971 msgstr "E767: printf()에 너무 많은 인자 넘어옴"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3972
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3973 msgid "W10: Warning: Changing a readonly file"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3974 msgstr "W10: 경고: 읽기 전용 파일을 고치고 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3975
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3976 msgid "Type number and <Enter> or click with mouse (empty cancels): "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3977 msgstr "숫자 입력후 <엔터>나 마우스 클릭 (숫자없으면 취소): "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3978
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3979 msgid "Type number and <Enter> (empty cancels): "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3980 msgstr "숫자 입력후 <엔터> (숫자없으면 취소): "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3981
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3982 msgid "1 more line"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3983 msgstr "한 줄 이상"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3984
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3985 msgid "1 line less"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3986 msgstr "한 줄 이하"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3987
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3988 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3989 msgid "%ld more lines"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3990 msgstr "%ld 보다 많은 줄"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3991
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3992 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3993 msgid "%ld fewer lines"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3994 msgstr "%ld 보다 적은 줄"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3995
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3996 msgid " (Interrupted)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3997 msgstr " (중단되었습니다)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3998
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
3999 msgid "Beep!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4000 msgstr "삑!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4001
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4002 msgid "ERROR: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4003 msgstr "에러: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4004
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4005 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4006 #~ msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4007 #~ "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4008 #~ "[bytes] total alloc-freed %lu-%lu, in use %lu, peak use %lu\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4009 #~ msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4010
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4011 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4012 #~ msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4013 #~ "[calls] total re/malloc()'s %lu, total free()'s %lu\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4014 #~ "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4015 #~ msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4016
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4017 msgid "E340: Line is becoming too long"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4018 msgstr "E340: 줄이 너무 길어졌습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4019
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4020 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4021 msgid "E341: Internal error: lalloc(%ld, )"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4022 msgstr "E341: 내부 에러: lalloc(%ld, )"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4023
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4024 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4025 msgid "E342: Out of memory! (allocating %lu bytes)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4026 msgstr "E342: 메모리 부족! (%lu 바이트를 할당)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4027
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4028 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4029 msgid "Calling shell to execute: \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4030 msgstr "실행하려고 쉘 부름: \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4031
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4032 msgid "E545: Missing colon"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4033 msgstr "E545: 콜론이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4034
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4035 msgid "E546: Illegal mode"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4036 msgstr "E546: 이상한 모드"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4037
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4038 msgid "E547: Illegal mouseshape"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4039 msgstr "E547: 이상한 마우스모양"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4040
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
4041 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
4042 msgid "E548: Digit expected"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4043 msgstr "E548: 숫자가 필요합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4044
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4045 msgid "E549: Illegal percentage"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4046 msgstr "E549: 이상한 백분율"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4047
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4048 #~ msgid "E854: path too long for completion"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4049 #~ msgstr ""
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4050
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4051 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4052 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4053 "E343: Invalid path: '**[number]' must be at the end of the path or be "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4054 "followed by '%s'."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4055 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4056 "E343: 잘못된 경로: '**[번호]'는 경로의 마지막에 위치하거나 '%s' 뒤에 있어야 "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4057 "합니다."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4058
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4059 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4060 msgid "E344: Can't find directory \"%s\" in cdpath"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4061 msgstr "E344: cdpath에서 \"%s\" 디렉토리를 찾을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4062
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4063 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4064 msgid "E345: Can't find file \"%s\" in path"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4065 msgstr "E345: path에서 \"%s\" 파일을 찾을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4066
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4067 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4068 msgid "E346: No more directory \"%s\" found in cdpath"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4069 msgstr "E346: cdpath에서 더 이상의 \"%s\" 디렉토리를 찾을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4070
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4071 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4072 msgid "E347: No more file \"%s\" found in path"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4073 msgstr "E347: path에서 더 이상의 \"%s\" 파일을 찾을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4074
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4075 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4076 msgid "E668: Wrong access mode for NetBeans connection info file: \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4077 msgstr "E668: NetBeans 연결 정보 파일이 접근 모드가 잘못됨: \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4078
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4079 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4080 msgid "E658: NetBeans connection lost for buffer %ld"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4081 msgstr "E658: 버퍼 %ld에 대한 NetBeans 연결을 잃어버렸습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4082
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
4083 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
4084 msgid "E838: Netbeans is not supported with this GUI"
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
4085 msgstr "E838: 이 GUI는 netbeans를 지원하지 않습니다"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
4086
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
4087 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
4088 msgid "E511: NetBeans already connected"
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
4089 msgstr "E511: netbeans가 이미 연결되어 있습니다"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
4090
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4091 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4092 msgid "E505: %s is read-only (add ! to override)"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4093 msgstr "E505: %s은(는) 읽기 전용입니다 (덮어쓰려면 ! 더하기)"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4094
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4095 msgid "E349: No identifier under cursor"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4096 msgstr "E349: 커서 밑에 식별자가 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4097
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4098 msgid "E774: 'operatorfunc' is empty"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4099 msgstr "E774: 'operatorfunc'가 비어있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4100
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4101 msgid "E775: Eval feature not available"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4102 msgstr "E775: Eval 기능이 빠져있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4103
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4104 msgid "Warning: terminal cannot highlight"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4105 msgstr "경고: 터미널이 비쥬얼 상태를 표시할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4106
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4107 msgid "E348: No string under cursor"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4108 msgstr "E348: 커서 밑에 문자열이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4109
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4110 msgid "E352: Cannot erase folds with current 'foldmethod'"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4111 msgstr "E352: 현재의 'foldmethod'으로 접기를 지울 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4112
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
4113 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
4114 msgid "E664: Changelist is empty"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4115 msgstr "E664: changelist가 비었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4116
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4117 #~ msgid "E662: At start of changelist"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4118 #~ msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4119
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4120 #~ msgid "E663: At end of changelist"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4121 #~ msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4122
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4123 msgid "Type :qa! and press <Enter> to abandon all changes and exit Vim"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4124 msgstr ":qa! 입력 후에 <엔터> 키를 누르시면 수정을 취소하고 빔을 종료합니다"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4125
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4126 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4127 msgid "1 line %sed 1 time"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4128 msgstr "1 line %sed 1 time"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4129
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4130 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4131 msgid "1 line %sed %d times"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4132 msgstr "1 line %sed %d times"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4133
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4134 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4135 msgid "%ld lines %sed 1 time"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4136 msgstr "%ld lines %sed 1 time"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4137
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4138 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4139 msgid "%ld lines %sed %d times"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4140 msgstr "%ld lines %sed %d times"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4141
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4142 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4143 msgid "%ld lines to indent... "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4144 msgstr "%ld lines to indent... "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4145
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4146 msgid "1 line indented "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4147 msgstr "1 line indented "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4148
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4149 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4150 msgid "%ld lines indented "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4151 msgstr "%ld lines indented "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4152
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4153 #~ msgid "E748: No previously used register"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4154 #~ msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4155
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4156 msgid "cannot yank; delete anyway"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4157 msgstr "cannot yank; delete anyway"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4158
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4159 msgid "1 line changed"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4160 msgstr "1 line changed"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4161
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4162 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4163 msgid "%ld lines changed"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4164 msgstr "%ld lines changed"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4165
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4166 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4167 msgid "freeing %ld lines"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4168 msgstr "freeing %ld lines"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4169
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4170 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4171 msgid " into \"%c"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4172 msgstr " into \"%c"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4173
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4174 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4175 msgid "block of 1 line yanked%s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4176 msgstr "block of 1 line yanked%s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4177
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4178 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4179 msgid "1 line yanked%s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4180 msgstr "1 line yanked%s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4181
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4182 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4183 msgid "block of %ld lines yanked%s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4184 msgstr "block of %ld lines yanked%s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4185
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4186 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4187 msgid "%ld lines yanked%s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4188 msgstr "%ld lines yanked%s"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4189
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4190 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4191 msgid "E353: Nothing in register %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4192 msgstr "E353: %s 레지스터에 아무 것도 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4193
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4194 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4195 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4196 "--- Registers ---"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4197 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4198 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4199 "--- 레지스터 ---"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4200
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4201 msgid "Illegal register name"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4202 msgstr "이상한 레지스터 이름"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4203
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4204 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4205 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4206 "# Registers:\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4207 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4208 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4209 "# 레지스터:\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4210
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4211 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4212 msgid "E574: Unknown register type %d"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4213 msgstr "E574: 모르는 레지스터 형식 %d"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4214
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4215 #~ msgid ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4216 #~ "E883: search pattern and expression register may not contain two or more "
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4217 #~ "lines"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4218 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4219
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4220 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4221 msgid "%ld Cols; "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4222 msgstr "%ld 열; "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4223
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4224 #, c-format
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4225 msgid "Selected %s%ld of %ld Lines; %lld of %lld Words; %lld of %lld Bytes"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4226 msgstr "Selected %s%ld of %ld Lines; %lld of %lld Words; %lld of %lld Bytes"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4227
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4228 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4229 msgid ""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4230 "Selected %s%ld of %ld Lines; %lld of %lld Words; %lld of %lld Chars; %lld of "
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4231 "%lld Bytes"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4232 msgstr ""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4233 "Selected %s%ld of %ld Lines; %lld of %lld Words; %lld of %lld Chars; %lld of "
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4234 "%lld Bytes"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4235
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4236 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4237 msgid "Col %s of %s; Line %ld of %ld; Word %lld of %lld; Byte %lld of %lld"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4238 msgstr "Col %s of %s; Line %ld of %ld; Word %lld of %lld; Byte %lld of %lld"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4239
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4240 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4241 msgid ""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4242 "Col %s of %s; Line %ld of %ld; Word %lld of %lld; Char %lld of %lld; Byte "
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4243 "%lld of %lld"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4244 msgstr ""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4245 "Col %s of %s; Line %ld of %ld; Word %lld of %lld; Char %lld of %lld; Byte "
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4246 "%lld of %lld"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4247
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4248 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4249 #~ msgid "(+%lld for BOM)"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4250 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4251
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4252 msgid "Thanks for flying Vim"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4253 msgstr "빔을 날게 해 주셔서 고맙습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4254
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4255 msgid "E518: Unknown option"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4256 msgstr "E518: 모르는 옵션"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4257
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4258 msgid "E519: Option not supported"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4259 msgstr "E519: 지원되지 않는 옵션입니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4260
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4261 msgid "E520: Not allowed in a modeline"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4262 msgstr "E520: 모드라인에서 사용될 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4263
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4264 msgid "E846: Key code not set"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4265 msgstr "E846: 키 코드가 설정되지 않았습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4266
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4267 msgid "E521: Number required after ="
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4268 msgstr "E521: = 뒤에 숫자가 필요합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4269
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4270 msgid "E522: Not found in termcap"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4271 msgstr "E522: termcap에서 찾을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4272
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4273 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4274 msgid "E539: Illegal character <%s>"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4275 msgstr "E539: 이상한 글자 <%s>"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4276
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4277 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4278 #~ msgid "For option %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4279 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4280
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4281 msgid "E529: Cannot set 'term' to empty string"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4282 msgstr "E529: 'term'을 빈 문자열로 설정할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4283
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4284 msgid "E530: Cannot change term in GUI"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4285 msgstr "E530: GUI에서는 term을 바꿀 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4286
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4287 msgid "E531: Use \":gui\" to start the GUI"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4288 msgstr "E531: GUI를 시작하려면 \":gui\"를 사용하십시오"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4289
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4290 msgid "E589: 'backupext' and 'patchmode' are equal"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4291 msgstr "E589: 'backupext'와 'patchmode'가 동일합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4292
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
4293 msgid "E834: Conflicts with value of 'listchars'"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
4294 msgstr "E834: 'listchars' 값과 충돌이 발생합니다"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
4295
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
4296 msgid "E835: Conflicts with value of 'fillchars'"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
4297 msgstr "E835: 'fillchars' 값과 충돌이 발생합니다"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
4298
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4299 msgid "E617: Cannot be changed in the GTK+ 2 GUI"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4300 msgstr "E617: GTK+ 2 GUI에서는 바뀔 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4301
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4302 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4303 #~ msgid "E950: Cannot convert between %s and %s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4304 #~ msgstr ""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4305
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4306 msgid "E524: Missing colon"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4307 msgstr "E524: 콜론이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4308
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4309 msgid "E525: Zero length string"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4310 msgstr "E525: 빈 문자열입니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4311
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4312 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4313 msgid "E526: Missing number after <%s>"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4314 msgstr "E526: <%s> 뒤에 숫자가 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4315
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4316 msgid "E527: Missing comma"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4317 msgstr "E527: 콤마가 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4318
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4319 msgid "E528: Must specify a ' value"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4320 msgstr "E528: ' 값을 명시해 주셔야 합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4321
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4322 msgid "E595: contains unprintable or wide character"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4323 msgstr "E595: 출력할 수 없는, 혹은 와이드 문자를 포함하고 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4324
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4325 msgid "E596: Invalid font(s)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4326 msgstr "E596: 잘못된 글꼴(들)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4327
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
4328 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
4329 msgid "E597: Can't select fontset"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4330 msgstr "E597: 글꼴셋을 고를 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4331
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4332 msgid "E598: Invalid fontset"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4333 msgstr "E598: 잘못된 글꼴셋"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4334
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
4335 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
4336 msgid "E533: Can't select wide font"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4337 msgstr "E533: 와이드 글꼴을 고를 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4338
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4339 msgid "E534: Invalid wide font"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4340 msgstr "E534: 잘못된 와이드 글꼴"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4341
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4342 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4343 msgid "E535: Illegal character after <%c>"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4344 msgstr "E535: <%c> 뒤에 이상한 글자"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4345
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
4346 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
4347 msgid "E536: Comma required"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4348 msgstr "E536: 콤마가 필요합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4349
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4350 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4351 msgid "E537: 'commentstring' must be empty or contain %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4352 msgstr "E537: 'commentstring'은 비거나 %s을(를) 포함해야 합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4353
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4354 msgid "E538: No mouse support"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4355 msgstr "E538: 마우스를 지원하지 않습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4356
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4357 msgid "E540: Unclosed expression sequence"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4358 msgstr "E540: 닫히지 않은 표현식 배열"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4359
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4360
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
4361 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
4362 msgid "E542: Unbalanced groups"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4363 msgstr "E542: 균형이 안 잡힌 그룹"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4364
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4365 #~ msgid "E946: Cannot make a terminal with running job modifiable"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4366 #~ msgstr ""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4367
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4368 msgid "E590: A preview window already exists"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4369 msgstr "E590: 미리 보기 창이 이미 존재합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4370
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4371 msgid "W17: Arabic requires UTF-8, do ':set encoding=utf-8'"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4372 msgstr "W17: Arabic은 UTF-8 인코딩 필요, ':set encoding=utf-8' 하세요"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4373
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4374 msgid "E954: 24-bit colors are not supported on this environment"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4375 msgstr "E954: 이 환경에서는 24비트 색상이 지원되지 않습니다"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4376
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4377 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4378 msgid "E593: Need at least %d lines"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4379 msgstr "E593: 적어도 %d 줄이 필요합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4380
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4381 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4382 msgid "E594: Need at least %d columns"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4383 msgstr "E594: 적어도 %d 칸이 필요합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4384
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4385 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4386 msgid "E355: Unknown option: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4387 msgstr "E355: 모르는 옵션: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4388
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4389 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4390 msgid "E521: Number required: &%s = '%s'"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4391 msgstr "E521: 숫자가 필요: &%s = '%s'"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4392
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4393 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4394 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4395 "--- Terminal codes ---"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4396 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4397 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4398 "--- 터미널 코드 ---"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4399
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4400 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4401 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4402 "--- Global option values ---"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4403 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4404 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4405 "--- 전역 옵션 값 ---"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4406
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4407 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4408 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4409 "--- Local option values ---"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4410 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4411 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4412 "--- 지역 옵션 값 ---"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4413
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4414 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4415 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4416 "--- Options ---"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4417 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4418 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4419 "--- 옵션 ---"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4420
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4421 msgid "E356: get_varp ERROR"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4422 msgstr "E356: get_varp 에러"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4423
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4424 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4425 msgid "E357: 'langmap': Matching character missing for %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4426 msgstr "E357: 'langmap': %s에 대한 맞는 글자가 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4427
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4428 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4429 msgid "E358: 'langmap': Extra characters after semicolon: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4430 msgstr "E358: 'langmap': 세미콜론 뒤에 글자가 더 있음: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4431
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4432 msgid "cannot open "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4433 msgstr "cannot open "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4434
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4435 msgid "VIM: Can't open window!\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4436 msgstr "빔: 창을 열 수 없습니다!\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4437
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4438 msgid "Need Amigados version 2.04 or later\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4439 msgstr "아미가도스 2.04나 더 높은 판이 필요합니다\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4440
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4441 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4442 msgid "Need %s version %ld\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4443 msgstr "Need %s version %ld\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4444
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4445 msgid "Cannot open NIL:\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4446 msgstr "NIL을 열 수 없음:\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4447
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4448 msgid "Cannot create "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4449 msgstr "Cannot create "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4450
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4451 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4452 msgid "Vim exiting with %d\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4453 msgstr "빔이 %d 값으로 끝냅니다\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4454
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4455 msgid "cannot change console mode ?!\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4456 msgstr "콘솔 상태를 바꿀 수 없습니다 ?!\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4457
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4458 msgid "mch_get_shellsize: not a console??\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4459 msgstr "mch_get_shellsize: 콘솔이 아닌가??\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4460
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4461 msgid "E360: Cannot execute shell with -f option"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4462 msgstr "E360: -f 옵션이 사용된 경우 쉘을 실행할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4463
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4464 msgid "Cannot execute "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4465 msgstr "Cannot execute "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4466
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4467 msgid "shell "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4468 msgstr "shell "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4469
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4470 msgid " returned\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4471 msgstr " returned\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4472
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4473 msgid "ANCHOR_BUF_SIZE too small."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4474 msgstr "ANCHOR_BUF_SIZE가 너무 작습니다."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4475
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4476 msgid "I/O ERROR"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4477 msgstr "I/O 에러"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4478
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4479 msgid "Message"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4480 msgstr "메시지"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4481
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4482 msgid "E237: Printer selection failed"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4483 msgstr "E237: 프린터를 고르지 못했습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4484
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4485 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4486 msgid "to %s on %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4487 msgstr "to %s on %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4488
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4489 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4490 msgid "E613: Unknown printer font: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4491 msgstr "E613: 모르는 프린터 글꼴: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4492
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4493 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4494 msgid "E238: Print error: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4495 msgstr "E238: 인쇄 에러: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4496
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4497 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4498 msgid "Printing '%s'"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4499 msgstr "'%s' 인쇄중"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4500
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4501 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4502 msgid "E244: Illegal charset name \"%s\" in font name \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4503 msgstr "E244: 잘못된 글자셋 이름 \"%s\"이(가) 글꼴 이름 \"%s\"에 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4504
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4505 #, c-format
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4506 msgid "E244: Illegal quality name \"%s\" in font name \"%s\""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4507 msgstr "E244: 잘못된 퀄러티 이름 \"%s\"이(가) 글꼴 이름 \"%s\"에 있습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4508
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4509 #, c-format
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4510 msgid "E245: Illegal char '%c' in font name \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4511 msgstr "E245: 잘못된 글자 '%c'이(가) 글꼴 이름 \"%s\"에 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4512
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4513 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4514 msgid "Opening the X display took %ld msec"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4515 msgstr "X 디스플레이를 여는 데 %ld msec이 걸렸습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4516
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4517 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4518 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4519 "Vim: Got X error\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4520 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4521 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4522 "빔: X 에러가 생겼습니다\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4523
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4524 msgid "Testing the X display failed"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4525 msgstr "X 디스플레이 시험이 실패했습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4526
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4527 msgid "Opening the X display timed out"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4528 msgstr "X 디스플레이를 열다가 시간이 초과되었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4529
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4530 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4531 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4532 "Could not get security context for "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4533 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4534 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4535 "Could not get security context for "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4536
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4537 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4538 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4539 "Could not set security context for "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4540 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4541 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4542 "Could not set security context for "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4543
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4544 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4545 #~ msgid "Could not set security context %s for %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4546 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4547
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4548 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4549 #~ msgid "Could not get security context %s for %s. Removing it!"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4550 #~ msgstr ""
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4551
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4552 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4553 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4554 "Cannot execute shell sh\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4555 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4556 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4557 "쉘 sh를 실행할 수 없습니다\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4558
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4559 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4560 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4561 "shell returned "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4562 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4563 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4564 "shell returned "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4565
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4566 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4567 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4568 "Cannot create pipes\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4569 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4570 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4571 "파이프를 만들 수 없습니다\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4572
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4573 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4574 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4575 "Cannot fork\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4576 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4577 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4578 "자식 프로세스를 만들 수 없습니다\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4579
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4580 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4581 "\n"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4582 "Cannot execute shell "
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4583 msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4584 "\n"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4585 "Cannot execute shell "
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4586
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4587 msgid ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4588 "\n"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4589 "Command terminated\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4590 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4591 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4592 "명령이 끝마쳐졌습니다\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4593
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4594 msgid "XSMP lost ICE connection"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4595 msgstr "XSMP가 ICE 연결을 잃어버렸습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4596
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4597 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4598 msgid "dlerror = \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4599 msgstr "dlerror = \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4600
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4601 msgid "Opening the X display failed"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4602 msgstr "X 디스플레이 열기가 실패했습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4603
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4604 msgid "XSMP handling save-yourself request"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4605 msgstr "XSMP가 save-yourself 요청을 실행하고 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4606
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4607 msgid "XSMP opening connection"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4608 msgstr "XSMP가 연결을 여는 중입니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4609
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4610 msgid "XSMP ICE connection watch failed"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4611 msgstr "XSMP가 ICE 연결 감시를 실패했습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4612
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4613 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4614 msgid "XSMP SmcOpenConnection failed: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4615 msgstr "XSMP SmcOpenConnection 실패: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4616
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4617 msgid "At line"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4618 msgstr "At line"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4619
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4620 msgid "Could not load vim32.dll!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4621 msgstr "vim32.dll을 불러 들일 수 없습니다!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4622
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4623 msgid "VIM Error"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4624 msgstr "빔 에러"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4625
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4626 msgid "Could not fix up function pointers to the DLL!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4627 msgstr "함수 포인터를 DLL로 바꿀 수 없습니다!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4628
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4629 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4630 msgid "Vim: Caught %s event\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4631 msgstr "빔: %s 이벤트를 잡았습니다\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4632
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4633 msgid "close"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4634 msgstr "닫기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4635
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4636 msgid "logoff"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4637 msgstr "로그아웃"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4638
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4639 msgid "shutdown"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4640 msgstr "셧다운"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4641
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4642 msgid "E371: Command not found"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4643 msgstr "E371: 명령을 찾을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4644
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4645 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4646 "VIMRUN.EXE not found in your $PATH.\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4647 "External commands will not pause after completion.\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4648 "See :help win32-vimrun for more information."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4649 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4650 "VIMRUN.EXE를 $PATH에서 찾을 수 없습니다.\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4651 "외부 명령이 끝난 뒤 멈출 수 없습니다.\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4652 "다 많은 정보를 보시려면 :help win32-vimrun을 보십시오."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4653
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4654 msgid "Vim Warning"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4655 msgstr "빔 경고"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4656
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4657 #, c-format
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4658 msgid "shell returned %d"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4659 msgstr "쉘이 %d을(를) 돌려주었습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4660
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4661 msgid "E926: Current location list was changed"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4662 msgstr "E926: 현재의 location list가 바뀌었습니다"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4663
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4664 #, c-format
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4665 msgid "E372: Too many %%%c in format string"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4666 msgstr "E372: 형식 문자열에 %%%c이(가) 너무 많습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4667
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4668 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4669 msgid "E373: Unexpected %%%c in format string"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4670 msgstr "E373: 형식 문자열에 %%%c이(가) 잘못되었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4671
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4672 msgid "E374: Missing ] in format string"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4673 msgstr "E374: 형식 문자열에 ]가 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4674
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4675 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4676 msgid "E375: Unsupported %%%c in format string"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4677 msgstr "E375: 형식 문자열에 지원되지 않는 %%%c이(가) 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4678
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4679 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4680 msgid "E376: Invalid %%%c in format string prefix"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4681 msgstr "E376: 형식 문자열 서두에 잘못된 %%%c이(가) 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4682
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4683 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4684 msgid "E377: Invalid %%%c in format string"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4685 msgstr "E377: 형식 문자열에 잘못된 %%%c이(가) 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4686
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4687 msgid "E378: 'errorformat' contains no pattern"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4688 msgstr "E378: 'errorformat'이 어떤 패턴도 포함하고 있지 않습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4689
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4690 msgid "E379: Missing or empty directory name"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4691 msgstr "E379: 빠졌거나 빈 디렉토리 이름"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4692
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4693 msgid "E553: No more items"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4694 msgstr "E553: 더 이상의 항목이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4695
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4696 msgid "E924: Current window was closed"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4697 msgstr "E924: 현재 창이 닫혔습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4698
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4699 msgid "E925: Current quickfix was changed"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4700 msgstr "E925: 현재의 quickfix가 바뀌었습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4701
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4702 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4703 msgid "(%d of %d)%s%s: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4704 msgstr "(%d of %d)%s%s: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4705
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4706 msgid " (line deleted)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4707 msgstr " (줄을 지웠음)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4708
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4709 #, c-format
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4710 msgid "%serror list %d of %d; %d errors "
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4711 msgstr "%serror list %d of %d; %d errors "
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4712
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4713 msgid "E380: At bottom of quickfix stack"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4714 msgstr "E380: 퀵픽스 스택의 바닥입니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4715
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4716 msgid "E381: At top of quickfix stack"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4717 msgstr "E381: 퀵픽스 스택의 꼭대기입니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4718
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4719 #~ msgid "No entries"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4720 #~ msgstr ""
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4721
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
4722 msgid "Error file"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
4723 msgstr "에러 파일"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
4724
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4725 msgid "E683: File name missing or invalid pattern"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4726 msgstr "E683: 파일명 누락 혹은 잘못된 패턴"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4727
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4728 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4729 msgid "Cannot open file \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4730 msgstr "\"%s\" 파일을 열 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4731
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4732 msgid "E681: Buffer is not loaded"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4733 msgstr "E681: 버퍼가 로드되지 않았습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4734
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4735 msgid "E777: String or List expected"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4736 msgstr "E777: String이나 List가 있어야 함"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4737
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4738 #, c-format
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
4739 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
4740 msgid "E369: Invalid item in %s%%[]"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4741 msgstr "E369: %s%%[]에 잘못된 항목"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4742
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4743 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4744 msgid "E769: Missing ] after %s["
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4745 msgstr "E769: %s[ 뒤에 ]가 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4746
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4747 #~ msgid "E944: Reverse range in character class"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4748 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4749
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4750 #~ msgid "E945: Range too large in character class"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4751 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4752
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4753 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4754 msgid "E53: Unmatched %s%%("
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4755 msgstr "E53: 맞지 않는 %s%%("
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4756
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4757 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4758 msgid "E54: Unmatched %s("
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4759 msgstr "E54: 맞지 않는 %s("
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4760
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4761 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4762 msgid "E55: Unmatched %s)"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4763 msgstr "E55: 맞지 않는 %s)"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4764
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4765 msgid "E66: \\z( not allowed here"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4766 msgstr "E66: \\z(는 여기에서 허용되지 않습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4767
14193
c460506890ba Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 14123
diff changeset
4768 msgid "E67: \\z1 - \\z9 not allowed here"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4769 msgstr "E67: \\z1 등은 여기에서 허용되지 않습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4770
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4771 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4772 msgid "E69: Missing ] after %s%%["
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4773 msgstr "E69: %s%%[ 뒤에 ]가 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4774
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4775 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4776 msgid "E70: Empty %s%%[]"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4777 msgstr "E70: 빈 %s%%[]"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4778
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4779 msgid "E65: Illegal back reference"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4780 msgstr "E65: 이상한 후위 참조"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4781
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4782 msgid "E339: Pattern too long"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4783 msgstr "E339: 패턴이 너무 깁니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4784
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4785 msgid "E50: Too many \\z("
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4786 msgstr "E50: \\z(가 너무 많습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4787
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4788 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4789 msgid "E51: Too many %s("
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4790 msgstr "E51: %s(가 너무 많습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4791
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4792 msgid "E52: Unmatched \\z("
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4793 msgstr "E52: 맞지 않는 \\z("
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4794
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4795 #, c-format
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
4796 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
4797 msgid "E59: Invalid character after %s@"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4798 msgstr "E59: %s@ 뒤에 잘못된 문자"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4799
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4800 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4801 msgid "E60: Too many complex %s{...}s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4802 msgstr "E60: %s{...}s가 너무 많음"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4803
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4804 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4805 msgid "E61: Nested %s*"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4806 msgstr "E61: Nested %s*"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4807
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4808 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4809 msgid "E62: Nested %s%c"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4810 msgstr "E62: Nested %s%c"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4811
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
4812 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
4813 msgid "E63: Invalid use of \\_"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4814 msgstr "E63: \\_를 잘 못 사용"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4815
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4816 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4817 msgid "E64: %s%c follows nothing"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4818 msgstr "E64: %s%c 뒤에 아무것도 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4819
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4820 msgid "E68: Invalid character after \\z"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4821 msgstr "E68: \\z 뒤에 이상한 문자"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4822
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4823 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4824 msgid "E678: Invalid character after %s%%[dxouU]"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4825 msgstr "E678: %s%%[dxouU] 뒤에 이상한 문자"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4826
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4827 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4828 msgid "E71: Invalid character after %s%%"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4829 msgstr "E71: %s%% 뒤에 이상한 문자"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4830
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4831 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4832 msgid "E554: Syntax error in %s{...}"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4833 msgstr "E554: %s{...}에 구문 에러"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4834
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4835 msgid "External submatches:\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4836 msgstr "외부 submatches:\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4837
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4838 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4839 msgid "E888: (NFA regexp) cannot repeat %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4840 msgstr "E888: (NFA 정규표현식) %s을(를) 반복할 수 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4841
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4842 #~ msgid ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4843 #~ "E864: \\%#= can only be followed by 0, 1, or 2. The automatic engine will be "
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4844 #~ "used "
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4845 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4846
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4847 #~ msgid "Switching to backtracking RE engine for pattern: "
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4848 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4849
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4850 #~ msgid "E865: (NFA) Regexp end encountered prematurely"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4851 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4852
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4853 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4854 #~ msgid "E866: (NFA regexp) Misplaced %c"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4855 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4856
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4857 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4858 msgid "E877: (NFA regexp) Invalid character class: %ld"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4859 msgstr "E877: (NFA 정규표현식) 비정상적인 문자 클래스: %ld"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4860
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4861 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4862 msgid "E867: (NFA) Unknown operator '\\z%c'"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4863 msgstr "E867: (NFA) 모르는 오퍼레이터 '\\z%c'"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4864
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4865 msgid "E951: \\% value too large"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4866 msgstr "E951: \\% 값이 너무 깁니다"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4867
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4868 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4869 msgid "E867: (NFA) Unknown operator '\\%%%c'"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4870 msgstr "E867: (NFA) 모르는 오퍼레이터 '\\%%%c'"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4871
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4872 msgid "E868: Error building NFA with equivalence class!"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4873 msgstr "E868: Error building NFA with equivalence class!"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4874
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4875 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4876 msgid "E869: (NFA) Unknown operator '\\@%c'"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4877 msgstr "E869: (NFA) 모르는 오퍼레이터 '\\@%c'"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4878
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4879 #~ msgid "E870: (NFA regexp) Error reading repetition limits"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4880 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4881
14193
c460506890ba Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 14123
diff changeset
4882 #~ msgid "E871: (NFA regexp) Can't have a multi follow a multi"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4883 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4884
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4885 msgid "E872: (NFA regexp) Too many '('"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4886 msgstr "E872: (NFA 정규표현식) '('가 너무 많습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4887
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4888 msgid "E879: (NFA regexp) Too many \\z("
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4889 msgstr "E879: (NFA 정규표현식) \\z(가 너무 많습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4890
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4891 #~ msgid "E873: (NFA regexp) proper termination error"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4892 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4893
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4894 msgid "Could not open temporary log file for writing, displaying on stderr... "
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4895 msgstr "쓰기위한 임시 로그 파일을 열 수 없습니다, 표준에러(stderr)에 표시합니다..."
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4896
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4897 msgid "E874: (NFA) Could not pop the stack!"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
4898 msgstr "E874: (NFA) 스택에서 꺼낼 수 없습니다!"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4899
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4900 #~ msgid ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4901 #~ "E875: (NFA regexp) (While converting from postfix to NFA), too many states "
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4902 #~ "left on stack"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4903 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4904
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4905 #~ msgid "E876: (NFA regexp) Not enough space to store the whole NFA "
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4906 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4907
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4908 #~ msgid "E878: (NFA) Could not allocate memory for branch traversal!"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4909 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
4910
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4911 msgid " VREPLACE"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4912 msgstr " 선택치환"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4913
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4914 msgid " REPLACE"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4915 msgstr " 바꾸기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4916
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4917 msgid " REVERSE"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4918 msgstr " 반대"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4919
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4920 msgid " INSERT"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4921 msgstr " 끼워넣기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4922
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4923 msgid " (insert)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4924 msgstr " (끼워넣기)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4925
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4926 msgid " (replace)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4927 msgstr " (바꾸기)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4928
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4929 msgid " (vreplace)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4930 msgstr " (선택치환)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4931
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4932 msgid " Hebrew"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4933 msgstr " 헤브루"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4934
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4935 msgid " Arabic"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4936 msgstr " 아라비아"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4937
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4938 msgid " (paste)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4939 msgstr " (붙이기)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4940
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4941 msgid " VISUAL"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4942 msgstr " 비주얼"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4943
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4944 msgid " VISUAL LINE"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4945 msgstr " 비주얼 라인"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4946
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4947 msgid " VISUAL BLOCK"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4948 msgstr " 비주얼 블록"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4949
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4950 msgid " SELECT"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4951 msgstr " 고르기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4952
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4953 msgid " SELECT LINE"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4954 msgstr " 라인 고르기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4955
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4956 msgid " SELECT BLOCK"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4957 msgstr " 블록 고르기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4958
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4959 msgid "recording"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4960 msgstr "기록중"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4961
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4962 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4963 msgid "E383: Invalid search string: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4964 msgstr "E383: 잘못된 찾기 문자열: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4965
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4966 #, c-format
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
4967 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
4968 msgid "E384: Search hit TOP without match for: %s"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4969 msgstr "E384: 처음까지 맞는 문자열이 없습니다: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4970
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4971 #, c-format
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
4972 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
4973 msgid "E385: Search hit BOTTOM without match for: %s"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4974 msgstr "E385: 끝까지 맞는 문자열이 없습니다: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4975
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4976 msgid "E386: Expected '?' or '/' after ';'"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4977 msgstr "E386: ';' 뒤에는 '?'나 '/'가 와야 합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4978
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4979 msgid " (includes previously listed match)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4980 msgstr " (이전에 맞았던 목록 포함)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4981
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4982 msgid "--- Included files "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4983 msgstr "--- Included files "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4984
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4985 msgid "not found "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4986 msgstr "not found "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4987
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4988 msgid "in path ---\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4989 msgstr "in path ---\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4990
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4991 msgid " (Already listed)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4992 msgstr " (Already listed)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4993
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4994 msgid " NOT FOUND"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4995 msgstr " 못 찾았음"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4996
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4997 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4998 msgid "Scanning included file: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
4999 msgstr "포함된 파일 찾는 중: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5000
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5001 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5002 msgid "Searching included file %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5003 msgstr "포함된 파일 %s 찾는 중"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5004
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5005 msgid "E387: Match is on current line"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5006 msgstr "E387: 맞는 게 현재 줄에 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5007
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5008 msgid "All included files were found"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5009 msgstr "모든 포함된 파일을 찾았습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5010
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5011 msgid "No included files"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5012 msgstr "포함된 파일이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5013
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5014 msgid "E388: Couldn't find definition"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5015 msgstr "E388: 정의를 찾을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5016
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5017 msgid "E389: Couldn't find pattern"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5018 msgstr "E389: 패턴을 찾을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5019
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5020 msgid "Substitute "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5021 msgstr "Substitute "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5022
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5023 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5024 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5025 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5026 "# Last %sSearch Pattern:\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5027 "~"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5028 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5029 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5030 "# Last %sSearch Pattern:\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5031 "~"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5032
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5033 msgid "E756: Spell checking is not enabled"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5034 msgstr "E756: 맞춤법 검사가 활성화되어 있지 않습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5035
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5036 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5037 msgid "Warning: Cannot find word list \"%s_%s.spl\" or \"%s_ascii.spl\""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5038 msgstr "경고: 단어 목록 \"%s_%s.spl\" 혹은 \"%s_ascii.spl\"을 찾을 수 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5039
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5040 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5041 msgid "Warning: Cannot find word list \"%s.%s.spl\" or \"%s.ascii.spl\""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5042 msgstr "경고: 단어 목록 \"%s.%s.spl\" 혹은 \"%s.ascii.spl\"을 찾을 수 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5043
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5044 msgid "E797: SpellFileMissing autocommand deleted buffer"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5045 msgstr "E797: SpellFileMissing autocommand가 버퍼를 삭제했습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5046
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5047 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5048 msgid "Warning: region %s not supported"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5049 msgstr "경고: %s 영역은 지원되지 않습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5050
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5051 msgid "Sorry, no suggestions"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5052 msgstr "죄송, 제안할 게 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5053
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5054 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5055 msgid "Sorry, only %ld suggestions"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5056 msgstr "죄송, %ld개만 제안"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5057
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5058 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5059 msgid "Change \"%.*s\" to:"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5060 msgstr "Change \"%.*s\" to:"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5061
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5062 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5063 msgid " < \"%.*s\""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5064 msgstr " < \"%.*s\""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5065
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5066 msgid "E752: No previous spell replacement"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5067 msgstr "E752: 철자가 바뀐적이 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5068
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5069 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5070 msgid "E753: Not found: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5071 msgstr "E753: 찾을 수 없음: %s"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5072
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5073 msgid "E758: Truncated spell file"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5074 msgstr "E758: 잘린 spell 파일"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5075
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5076 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5077 msgid "Trailing text in %s line %d: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5078 msgstr "Trailing text in %s line %d: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5079
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5080 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5081 msgid "Affix name too long in %s line %d: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5082 msgstr "Affix name too long in %s line %d: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5083
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5084 msgid "E761: Format error in affix file FOL, LOW or UPP"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5085 msgstr "E761: affix 파일 FOL, LOW 혹은 UPP에 형식 에러"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5086
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5087 msgid "E762: Character in FOL, LOW or UPP is out of range"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5088 msgstr "E762: FOL, LOW 혹은 UPP의 문자가 범위를 벗어남"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5089
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5090 msgid "Compressing word tree..."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5091 msgstr "단어 트리 압축중..."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5092
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5093 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5094 msgid "Reading spell file \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5095 msgstr "spell 파일 \"%s\"을(를) 읽고 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5096
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5097 msgid "E757: This does not look like a spell file"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5098 msgstr "E757: spell 파일이 아닌 것 같습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5099
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5100 msgid "E771: Old spell file, needs to be updated"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5101 msgstr "E771: 오래된 spell 파일, 갱신이 필요합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5102
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5103 msgid "E772: Spell file is for newer version of Vim"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5104 msgstr "E772: Spell 파일이 새 버젼의 Vim용입니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5105
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5106 msgid "E770: Unsupported section in spell file"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5107 msgstr "E770: spell 파일에 지원되지 않는 섹션"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5108
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5109 #, c-format
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5110 msgid "E778: This does not look like a .sug file: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5111 msgstr "E778: .sug 파일이 아닌 것 같음: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5112
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5113 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5114 msgid "E779: Old .sug file, needs to be updated: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5115 msgstr "E779: 오래된 .sug 파일, 갱신 필요: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5116
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5117 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5118 msgid "E780: .sug file is for newer version of Vim: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5119 msgstr "E780: .sug 파일이 새 버젼의 Vim용임: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5120
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5121 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5122 msgid "E781: .sug file doesn't match .spl file: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5123 msgstr "E781: .sug 파일이 .spl 파일과 맞지 않음: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5124
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5125 #, c-format
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5126 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5127 msgid "E782: Error while reading .sug file: %s"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5128 msgstr "E782: .sug 파일 읽기 에러: %s"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5129
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5130 #, c-format
14123
583bf95b6c84 Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 11659
diff changeset
5131 msgid "Reading affix file %s..."
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5132 msgstr "affix 파일 %s 읽는 중"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5133
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5134 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5135 msgid "Conversion failure for word in %s line %d: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5136 msgstr "%s 라인 %d에 있는 단어 변환 실패: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5137
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5138 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5139 msgid "Conversion in %s not supported: from %s to %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5140 msgstr "%s의 변환이 지원되지 않습니다: %s에서 %s로"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5141
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5142 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5143 msgid "Conversion in %s not supported"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5144 msgstr "%s의 변환이 지원되지 않습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5145
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5146 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5147 msgid "Invalid value for FLAG in %s line %d: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5148 msgstr "%s 라인 %d에 FLAG에 대한 잘못된 값: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5149
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5150 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5151 msgid "FLAG after using flags in %s line %d: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5152 msgstr "%s 라인 %d에 플래그가 사용된 후 FLAG: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5153
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5154 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5155 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5156 "Defining COMPOUNDFORBIDFLAG after PFX item may give wrong results in %s line "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5157 "%d"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5158 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5159 "%s 라인 %d에 PFX 뒤에 COMPOUNDFORBIDFLAG을 정의한 것은 잘못된 결과를 초래할 "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5160 "수 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5161
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5162 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5163 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5164 "Defining COMPOUNDPERMITFLAG after PFX item may give wrong results in %s line "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5165 "%d"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5166 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5167 "%s 라인 %d에 PFX 뒤에 COMPOUNDPERMITFLAG을 정의한 것은 잘못된 결과를 초래할 "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5168 "수 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5169
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5170 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5171 msgid "Wrong COMPOUNDRULES value in %s line %d: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5172 msgstr "%s 라인 %d에 잘못된 COMPOUNDRULES 값: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5173
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5174 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5175 msgid "Wrong COMPOUNDWORDMAX value in %s line %d: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5176 msgstr "%s 라인 %d에 잘못된 COMPOUNDWORDMAX 값: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5177
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5178 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5179 msgid "Wrong COMPOUNDMIN value in %s line %d: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5180 msgstr "%s 라인 %d에 잘못된 COMPOUNDMIN 값: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5181
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5182 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5183 msgid "Wrong COMPOUNDSYLMAX value in %s line %d: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5184 msgstr "%s 라인 %d에 잘못된 COMPOUNDSYLMAX 값: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5185
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5186 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5187 msgid "Wrong CHECKCOMPOUNDPATTERN value in %s line %d: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5188 msgstr "%s 라인 %d에 잘못된 CHECKCOMPOUNDPATTERN 값: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5189
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5190 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5191 msgid "Different combining flag in continued affix block in %s line %d: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5192 msgstr "%s 라인 %d에 연속된 affix 블록에 다른 결합 플래그: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5193
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5194 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5195 msgid "Duplicate affix in %s line %d: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5196 msgstr "%s 라인 %d에 중복된 affix: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5197
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5198 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5199 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5200 "Affix also used for BAD/RARE/KEEPCASE/NEEDAFFIX/NEEDCOMPOUND/NOSUGGEST in %s "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5201 "line %d: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5202 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5203 "%s 라인 %d에 BAD/RARE/KEEPCASE/NEEDAFFIX/NEEDCOMPOUND/NOSUGGEST에 대해서도 "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5204 "affix가 사용됨: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5205
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5206 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5207 msgid "Expected Y or N in %s line %d: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5208 msgstr "%s 라인 %d에 Y나 N이 기대됨: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5209
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5210 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5211 msgid "Broken condition in %s line %d: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5212 msgstr "%s 라인 %d가 망가진 상태: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5213
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5214 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5215 msgid "Expected REP(SAL) count in %s line %d"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5216 msgstr "%s 라인 %d에 REP(SAL) 카운트가 기대됨"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5217
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5218 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5219 msgid "Expected MAP count in %s line %d"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5220 msgstr "%s 라인 %d에 MAP 카운트가 기대됨"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5221
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5222 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5223 msgid "Duplicate character in MAP in %s line %d"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5224 msgstr "%s 라인 %d의 MAP에 중복된 문자"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5225
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5226 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5227 msgid "Unrecognized or duplicate item in %s line %d: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5228 msgstr "%s 라인 %d에 모르는 혹은 중복된 항목: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5229
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5230 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5231 msgid "Missing FOL/LOW/UPP line in %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5232 msgstr "%s에 FOL/LOW/UPP이 누락된 라인"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5233
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5234 msgid "COMPOUNDSYLMAX used without SYLLABLE"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5235 msgstr "COMPOUNDSYLMAX이 SYLLABLE없이 사용됨"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5236
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5237 msgid "Too many postponed prefixes"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5238 msgstr "postponed 접두사가 너무 많습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5239
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5240 msgid "Too many compound flags"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5241 msgstr "compound 플래그가 너무 많습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5242
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5243 msgid "Too many postponed prefixes and/or compound flags"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5244 msgstr "postponed 접두사와(나) compound 플래그가 너무 많습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5245
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5246 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5247 msgid "Missing SOFO%s line in %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5248 msgstr "SOFO%s가 누락된 라인이 %s에 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5249
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5250 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5251 msgid "Both SAL and SOFO lines in %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5252 msgstr "%s에 SAL과 SOFO 라인이 둘 다 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5253
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5254 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5255 msgid "Flag is not a number in %s line %d: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5256 msgstr "%s 라인 %d에 숫자가 아닌 플래그: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5257
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5258 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5259 msgid "Illegal flag in %s line %d: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5260 msgstr "%s 라인 %d에 잘못된 플래그: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5261
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5262 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5263 msgid "%s value differs from what is used in another .aff file"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5264 msgstr "%s 값이 다른 .aff 파일에서 사용된 것과 다릅니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5265
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5266 #, c-format
14123
583bf95b6c84 Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 11659
diff changeset
5267 msgid "Reading dictionary file %s..."
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5268 msgstr "사전 파일 %s 읽는 중 ..."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5269
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5270 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5271 msgid "E760: No word count in %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5272 msgstr "E760: %s에 단어 카운트가 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5273
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5274 #, c-format
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5275 msgid "line %6d, word %6ld - %s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5276 msgstr "라인 %6d, 단어 %6ld - %s"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5277
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5278 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5279 msgid "Duplicate word in %s line %d: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5280 msgstr "%s 라인 %d에 중복된 단어: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5281
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5282 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5283 msgid "First duplicate word in %s line %d: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5284 msgstr "%s 라인 %d에 처음 중복된 단어: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5285
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5286 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5287 msgid "%d duplicate word(s) in %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5288 msgstr "%d개의 중복된 단어가 %s에 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5289
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5290 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5291 msgid "Ignored %d word(s) with non-ASCII characters in %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5292 msgstr "무시된 %d개의 아스키문자열이 아닌 단어가 %s에 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5293
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5294 #, c-format
14123
583bf95b6c84 Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 11659
diff changeset
5295 msgid "Reading word file %s..."
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5296 msgstr "단어 파일 %s 읽는 중 ..."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5297
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5298 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5299 msgid "Duplicate /encoding= line ignored in %s line %d: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5300 msgstr "%s 라인 %d의 중복된 /encoding= 라인 무시됨: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5301
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5302 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5303 msgid "/encoding= line after word ignored in %s line %d: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5304 msgstr "%s 라인 %d의 단어 뒤의 /encoding= 라인 무시됨: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5305
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5306 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5307 msgid "Duplicate /regions= line ignored in %s line %d: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5308 msgstr "%s 라인 %d의 중복된 /regions= 라인 무시됨: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5309
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5310 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5311 msgid "Too many regions in %s line %d: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5312 msgstr "%s 라인 %d에 너무 많은 영역: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5313
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5314 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5315 msgid "/ line ignored in %s line %d: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5316 msgstr "%s 라인 %d의 / 라인 무시됨: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5317
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5318 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5319 msgid "Invalid region nr in %s line %d: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5320 msgstr "%s 라인 %d에 잘못된 영역 번호: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5321
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5322 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5323 msgid "Unrecognized flags in %s line %d: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5324 msgstr "%s 라인 %d에 모르는 플래그: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5325
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5326 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5327 msgid "Ignored %d words with non-ASCII characters"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5328 msgstr "아스키 문자열이 아닌 %d개의 단어가 무시되었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5329
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5330 msgid "E845: Insufficient memory, word list will be incomplete"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5331 msgstr "E845: 메모리 부족, 단어 목록이 불완전할 것입니다"
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5332
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5333 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5334 msgid "Compressed %d of %d nodes; %d (%d%%) remaining"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5335 msgstr "%d/%d 노드가 압축됨; %d (%d%%)가 남음"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5336
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5337 msgid "Reading back spell file..."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5338 msgstr "맞춤법 파일을 읽는 중..."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5339
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5340 msgid "Performing soundfolding..."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5341 msgstr "soundfold 수행중..."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5342
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5343 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5344 msgid "Number of words after soundfolding: %ld"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5345 msgstr "soundfold 수행 후의 단어 수: %ld"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5346
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5347 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5348 msgid "Total number of words: %d"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5349 msgstr "총 단어 수: %d"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5350
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5351 #, c-format
14123
583bf95b6c84 Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 11659
diff changeset
5352 msgid "Writing suggestion file %s..."
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5353 msgstr "%s 제안 파일을 쓰는 중 ..."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5354
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5355 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5356 msgid "Estimated runtime memory use: %d bytes"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5357 msgstr "추정된 런타임 메모리 사용량: %d 바이트"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5358
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5359 msgid "E751: Output file name must not have region name"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5360 msgstr "E751: 생성 파일명은 영역 이름과 달라야 합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5361
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5362 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5363 msgid "E754: Only up to %ld regions supported"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5364 msgstr "E754: 최대 %ld개의 영역이 지원됩니다"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5365
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5366 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5367 msgid "E755: Invalid region in %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5368 msgstr "E755: %s에 잘못된 영역"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5369
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5370 msgid "Warning: both compounding and NOBREAK specified"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5371 msgstr "경고: compound와 NOBREAK 둘 다 명시됨"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5372
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5373 #, c-format
14123
583bf95b6c84 Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 11659
diff changeset
5374 msgid "Writing spell file %s..."
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5375 msgstr "spell 파일 %s 쓰는 중 ..."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5376
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5377 msgid "Done!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5378 msgstr "끝!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5379
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5380 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5381 msgid "E765: 'spellfile' does not have %ld entries"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5382 msgstr "E765: 'spellfile'에 %ld 항목이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5383
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5384 #, c-format
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5385 msgid "Word '%.*s' removed from %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5386 msgstr "단어 '%.*s'이(가) %s에서 제거됨"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5387
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5388 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5389 msgid "Word '%.*s' added to %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5390 msgstr "단어 '%.*s'이(가) %s에 추가됨"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5391
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5392 msgid "E763: Word characters differ between spell files"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5393 msgstr "E763: 단어가 spell 파일 간에 다릅니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5394
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5395 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5396 msgid "E783: Duplicate char in MAP entry"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5397 msgstr "E783: MAP 항목에 중복된 문자"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5398
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5399 msgid "No Syntax items defined for this buffer"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5400 msgstr "이 버퍼에 대해 정의된 구문 항목이 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5401
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5402 msgid "syntax conceal on"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5403 msgstr "구문 감추기 활성"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5404
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5405 msgid "syntax conceal off"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5406 msgstr "구문 감추기 비활성"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5407
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5408 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5409 msgid "E390: Illegal argument: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5410 msgstr "E390: 잘못된 인자: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5411
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5412 msgid "syntax case ignore"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5413 msgstr "구문 대소문자 구별않함"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5414
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5415 msgid "syntax case match"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5416 msgstr "구문 대소문자 구별"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5417
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5418 #~ msgid "syntax spell toplevel"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5419 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5420
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5421 #~ msgid "syntax spell notoplevel"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5422 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5423
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5424 #~ msgid "syntax spell default"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5425 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5426
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5427 msgid "syntax iskeyword "
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5428 msgstr "syntax iskeyword "
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5429
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5430 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5431 msgid "E391: No such syntax cluster: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5432 msgstr "E391: 이런 구문 클러스터는 없습니다: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5433
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5434 msgid "syncing on C-style comments"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5435 msgstr "C-형식 주석문에 동기맞춤"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5436
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5437 msgid "no syncing"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5438 msgstr "동기맞춤 없음"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5439
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5440 msgid "syncing starts "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5441 msgstr "syncing starts "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5442
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5443 msgid " lines before top line"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5444 msgstr " lines before top line"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5445
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5446 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5447 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5448 "--- Syntax sync items ---"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5449 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5450 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5451 "--- Syntax sync 항목들 ---"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5452
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5453 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5454 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5455 "syncing on items"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5456 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5457 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5458 "syncing on items"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5459
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5460 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5461 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5462 "--- Syntax items ---"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5463 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5464 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5465 "--- Syntax 항목 ---"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5466
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5467 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5468 msgid "E392: No such syntax cluster: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5469 msgstr "E392: 이런 구문 클러스터는 없습니다: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5470
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5471 msgid "minimal "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5472 msgstr "minimal "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5473
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5474 msgid "maximal "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5475 msgstr "maximal "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5476
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5477 msgid "; match "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5478 msgstr "; match "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5479
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5480 msgid " line breaks"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5481 msgstr " line breaks"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5482
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5483 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5484 msgid "E395: Contains argument not accepted here"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5485 msgstr "E395: contains 인자는 여기에 쓸 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5486
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5487 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5488 msgid "E844: Invalid cchar value"
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5489 msgstr "E844: 잘못된 cchar 값"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5490
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5491 msgid "E393: group[t]here not accepted here"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5492 msgstr "E393: group[t]here는 여기에서 사용될 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5493
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5494 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5495 msgid "E394: Didn't find region item for %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5496 msgstr "E394: %s에 대한 region 항목을 찾지 못했습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5497
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5498 msgid "E397: Filename required"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5499 msgstr "E397: 파일이름이 필요합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5500
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5501 msgid "E847: Too many syntax includes"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5502 msgstr "E847: 구문 포함(include)이 너무 많습니다"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5503
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5504 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5505 msgid "E789: Missing ']': %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5506 msgstr "E789: ']' 누락: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5507
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5508 #, c-format
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5509 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5510 msgid "E890: Trailing char after ']': %s]%s"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5511 msgstr "E890: ']' 뒤에 문자가 더 있음: %s]%s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5512
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5513 #, c-format
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5514 msgid "E398: Missing '=': %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5515 msgstr "E398: '=' 누락: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5516
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5517 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5518 msgid "E399: Not enough arguments: syntax region %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5519 msgstr "E399: 충분치 않은 인자: 구문 영역 %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5520
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5521 msgid "E848: Too many syntax clusters"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5522 msgstr "E848: 구문 클러스터가 너무 많습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5523
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5524 msgid "E400: No cluster specified"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5525 msgstr "E400: 클러스터가 명시되지 않았습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5526
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5527 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5528 msgid "E401: Pattern delimiter not found: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5529 msgstr "E401: 패턴 구분자를 찾을 수 없습니다: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5530
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5531 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5532 msgid "E402: Garbage after pattern: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5533 msgstr "E402: 패턴 뒤에 쓰레기: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5534
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5535 msgid "E403: syntax sync: line continuations pattern specified twice"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5536 msgstr "E403: syntax sync: 줄 연속 패턴이 두 번 사용되었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5537
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5538 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5539 msgid "E404: Illegal arguments: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5540 msgstr "E404: 비정상적인 인자: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5541
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5542 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5543 msgid "E405: Missing equal sign: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5544 msgstr "E405: 이퀄 기호가 빠졌음: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5545
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5546 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5547 msgid "E406: Empty argument: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5548 msgstr "E406: 빈 인자: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5549
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5550 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5551 msgid "E407: %s not allowed here"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5552 msgstr "E407: %s은(는) 여기에서 허용되지 않습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5553
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5554 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5555 msgid "E408: %s must be first in contains list"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5556 msgstr "E408: %s은(는) contains 목록의 첫 번째여야 합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5557
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5558 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5559 msgid "E409: Unknown group name: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5560 msgstr "E409: 모르는 그룹 이름: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5561
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5562 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5563 msgid "E410: Invalid :syntax subcommand: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5564 msgstr "E410: 잘못된 :syntax 하위 명령: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5565
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5566 #~ msgid ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5567 #~ " TOTAL COUNT MATCH SLOWEST AVERAGE NAME PATTERN"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5568 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5569
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5570 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5571 msgid "E679: Recursive loop loading syncolor.vim"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5572 msgstr "E679: syncolor.vim 반복 로딩"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5573
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5574 #, c-format
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5575 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5576 msgid "E411: Highlight group not found: %s"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5577 msgstr "E411: 하이라이트 그룹을 찾을 수 없습니다: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5578
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5579 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5580 msgid "E412: Not enough arguments: \":highlight link %s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5581 msgstr "E412: 충분치 않은 인자: \":highlight link %s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5582
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5583 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5584 msgid "E413: Too many arguments: \":highlight link %s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5585 msgstr "E413: 너무 많은 인자: \":highlight link %s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5586
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5587 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5588 msgid "E414: Group has settings, highlight link ignored"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5589 msgstr "E414: group이 설정값이 있습니다, highlight link 무시됨"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5590
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5591 #, c-format
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5592 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5593 msgid "E415: Unexpected equal sign: %s"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5594 msgstr "E415: 뜻밖의 이퀄 기호: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5595
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5596 #, c-format
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5597 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5598 msgid "E416: Missing equal sign: %s"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5599 msgstr "E416: 이퀄 기호가 빠졌음: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5600
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5601 #, c-format
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5602 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5603 msgid "E417: Missing argument: %s"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5604 msgstr "E417: 인자가 빠졌음: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5605
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5606 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5607 msgid "E418: Illegal value: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5608 msgstr "E418: 비정상적인 값: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5609
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5610 msgid "E419: FG color unknown"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5611 msgstr "E419: 모르는 FG 색상"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5612
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5613 msgid "E420: BG color unknown"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5614 msgstr "E420: 모르는 BG 색상"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5615
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5616 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5617 msgid "E421: Color name or number not recognized: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5618 msgstr "E421: 색 이름이나 숫자를 인식할 수 없음: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5619
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5620 #, c-format
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5621 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5622 msgid "E422: Terminal code too long: %s"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5623 msgstr "E422: 터미널 코드가 너무 김: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5624
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5625 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5626 msgid "E423: Illegal argument: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5627 msgstr "E423: 잘못된 인자: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5628
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5629 msgid "E424: Too many different highlighting attributes in use"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5630 msgstr "E424: 너무 많은 다른 하이라이트 속성이 사용되고 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5631
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5632 msgid "E669: Unprintable character in group name"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5633 msgstr "E669: 그룹 이름에 출력할 수 없는 문자가 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5634
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5635 msgid "W18: Invalid character in group name"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5636 msgstr "W18: 그룹 이름에 이상한 문자"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5637
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5638 msgid "E849: Too many highlight and syntax groups"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5639 msgstr "E849: highlight와 syntax group이 너무 많습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5640
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5641 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5642 msgid "E555: At bottom of tag stack"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5643 msgstr "E555: 태그 스택의 끝입니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5644
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5645 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5646 msgid "E556: At top of tag stack"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5647 msgstr "E556: 태그 스택의 처음입니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5648
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5649 msgid "E425: Cannot go before first matching tag"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5650 msgstr "E425: 첫 번째 맞는 태그 이전으로는 갈 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5651
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5652 #, c-format
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5653 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5654 msgid "E426: Tag not found: %s"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5655 msgstr "E426: 태그를 찾을 수 없음: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5656
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5657 msgid " # pri kind tag"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5658 msgstr " # pri kind tag"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5659
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5660 msgid "file\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5661 msgstr "파일\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5662
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5663 msgid "E427: There is only one matching tag"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5664 msgstr "E427: 맞는 태그가 하나 밖에 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5665
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5666 msgid "E428: Cannot go beyond last matching tag"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5667 msgstr "E428: 마지막 맞는 태그 뒤로는 갈 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5668
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5669 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5670 msgid "File \"%s\" does not exist"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5671 msgstr "파일 \"%s\"이(가) 존재하지 않습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5672
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5673 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5674 msgid "tag %d of %d%s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5675 msgstr "tag %d of %d%s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5676
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5677 msgid " or more"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5678 msgstr " or more"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5679
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5680 msgid " Using tag with different case!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5681 msgstr " Using tag with different case!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5682
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5683 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5684 msgid "E429: File \"%s\" does not exist"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5685 msgstr "E429: 파일 \"%s\"이(가) 존재하지 않습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5686
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5687 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5688 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5689 " # TO tag FROM line in file/text"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5690 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5691 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5692 " # TO tag FROM line in file/text"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5693
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5694 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5695 msgid "Searching tags file %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5696 msgstr "태그 파일 %s 찾는 중"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5697
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5698 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5699 msgid "E430: Tag file path truncated for %s\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5700 msgstr "E430: %s에 대한 태그 파일 경로가 잘렸습니다\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5701
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5702 msgid "Ignoring long line in tags file"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5703 msgstr "태그 파일의 너무 긴 라인을 무시합니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5704
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5705 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5706 msgid "E431: Format error in tags file \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5707 msgstr "E431: 태그 파일 \"%s\"에 형식 에러가 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5708
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5709 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5710 msgid "Before byte %ld"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5711 msgstr "Before byte %ld"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5712
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5713 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5714 msgid "E432: Tags file not sorted: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5715 msgstr "E432: 태그 파일이 정렬되어 있지 않음: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5716
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5717 msgid "E433: No tags file"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5718 msgstr "E433: 태그 파일이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5719
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5720 msgid "E434: Can't find tag pattern"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5721 msgstr "E434: 태그 패턴을 찾을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5722
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5723 msgid "E435: Couldn't find tag, just guessing!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5724 msgstr "E435: 태그를 찾을 수 없지만 이거 같습니다!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5725
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5726 #, c-format
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5727 msgid "Duplicate field name: %s"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5728 msgstr "중복된 필드 명: %s"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5729
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5730 msgid "' not known. Available builtin terminals are:"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5731 msgstr "' not known. Available builtin terminals are:"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5732
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5733 msgid "defaulting to '"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5734 msgstr "defaulting to '"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5735
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5736 msgid "E557: Cannot open termcap file"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5737 msgstr "E557: termcap 파일을 열 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5738
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5739 msgid "E558: Terminal entry not found in terminfo"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5740 msgstr "E558: 터미널 항목을 terminfo에서 찾을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5741
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5742 msgid "E559: Terminal entry not found in termcap"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5743 msgstr "E559: 터미널 항목을 termcap에서 찾을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5744
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5745 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5746 msgid "E436: No \"%s\" entry in termcap"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5747 msgstr "E436: termcap에 \"%s\" 항목이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5748
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5749 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5750 msgid "E437: Terminal capability \"cm\" required"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5751 msgstr "E437: 터미널이 \"cm\" 기능을 지원해야 합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5752
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5753 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5754 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5755 "--- Terminal keys ---"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5756 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5757 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5758 "--- 터미널 키 ---"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5759
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5760 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5761 msgid "Kill job in \"%s\"?"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5762 msgstr "\"%s\"의 job을 죽일까요?"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5763
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5764 msgid "Terminal"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5765 msgstr "Terminal"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5766
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5767 msgid "Terminal-finished"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5768 msgstr "Terminal-finished"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5769
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5770 msgid "active"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5771 msgstr "active"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5772
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5773 msgid "running"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5774 msgstr "running"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5775
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5776 msgid "finished"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5777 msgstr "finished"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5778
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5779 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5780 msgid "E953: File exists: %s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5781 msgstr "E953: 파일이 존재함: %s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5782
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5783 msgid "E955: Not a terminal buffer"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5784 msgstr "E955: 터미널 버퍼가 아닙니다"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
5785
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5786 msgid "new shell started\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5787 msgstr "새 쉘이 시작되었습니다\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5788
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5789 msgid "Vim: Error reading input, exiting...\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5790 msgstr "빔: 입력 읽는 중 에러, 끝내는중...\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5791
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5792 msgid "Used CUT_BUFFER0 instead of empty selection"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5793 msgstr "빈 고르기 대신 CUT_BUFFER0을 사용했습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5794
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5795 msgid "E881: Line count changed unexpectedly"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5796 msgstr "E881: 행 갯수가 갑자기 바뀌었습니다"
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5797
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5798 msgid "No undo possible; continue anyway"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5799 msgstr "취소 불가능; 어쨌든 계속합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5800
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5801 #, c-format
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5802 msgid "E828: Cannot open undo file for writing: %s"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5803 msgstr "E828: 쓰기 위해 undo을 열 수 없습니다: %s"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5804
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5805 #, c-format
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5806 msgid "E825: Corrupted undo file (%s): %s"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5807 msgstr "E825: 깨진 undo 파일 (%s): %s"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5808
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5809 msgid "Cannot write undo file in any directory in 'undodir'"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5810 msgstr "'undodir'에 있는 어떤 디렉토리에도 undo 파일을 쓸 수 없습니다"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5811
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5812 #, c-format
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5813 msgid "Will not overwrite with undo file, cannot read: %s"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5814 msgstr "읽을 수가 없어서 undo 파일에 덮어쓸 수 없습니다: %s"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5815
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5816 #, c-format
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5817 msgid "Will not overwrite, this is not an undo file: %s"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5818 msgstr "undo 파일이 아니어서 덮어쓸 수 없습니다: %s"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5819
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5820 msgid "Skipping undo file write, nothing to undo"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5821 msgstr "undo할 내용이 없어서 undo 파일 저장을 건너뜁니다"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5822
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5823 #, c-format
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5824 msgid "Writing undo file: %s"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5825 msgstr "undo 파일 쓰는 중: %s"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5826
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5827 #, c-format
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5828 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5829 msgid "E829: Write error in undo file: %s"
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5830 msgstr "E829: undo 파일 쓰기 에러: %s"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5831
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5832 #, c-format
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5833 msgid "Not reading undo file, owner differs: %s"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5834 msgstr "소유자가 달라서 undo 파일을 읽지 않습니다: %s"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5835
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5836 #, c-format
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5837 msgid "Reading undo file: %s"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5838 msgstr "undo 파일 읽는 중: %s"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5839
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5840 #, c-format
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5841 msgid "E822: Cannot open undo file for reading: %s"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5842 msgstr "E822: 읽기 위해 undo 파일을 열 수 없습니다: %s"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5843
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5844 #, c-format
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5845 msgid "E823: Not an undo file: %s"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5846 msgstr "E823: undo 파일이 아닙니다: %s"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5847
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5848 #, c-format
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5849 msgid "E832: Non-encrypted file has encrypted undo file: %s"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5850 msgstr "E832: 암호화되지 않은 파일이 암호화된 undo 파일을 가지고 있습니다: %s"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5851
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5852 #, c-format
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5853 msgid "E826: Undo file decryption failed: %s"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5854 msgstr "E826: Undo 파일을 해독할 수 없습니다: %s"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5855
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5856 #, c-format
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5857 msgid "E827: Undo file is encrypted: %s"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5858 msgstr "E827: Undo 파일이 암호화되었습니다: %s"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5859
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5860 #, c-format
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5861 msgid "E824: Incompatible undo file: %s"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5862 msgstr "E824: 호환되지 않는 undo 파일: %s"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5863
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5864 msgid "File contents changed, cannot use undo info"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5865 msgstr "파일 내용이 바뀌어서, undo 정보를 사용할 수 없습니다"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5866
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5867 #, c-format
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5868 msgid "Finished reading undo file %s"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5869 msgstr "undo 파일 %s을(를) 읽어들였습니다"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5870
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5871 msgid "Already at oldest change"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5872 msgstr "더 이상의 수정이 없었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5873
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5874 msgid "Already at newest change"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5875 msgstr "더 이상의 수정은 없었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5876
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5877 #, c-format
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5878 msgid "E830: Undo number %ld not found"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5879 msgstr "E830: Undo 번호 %ld를 찾을 수 없습니다"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5880
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5881 msgid "E438: u_undo: line numbers wrong"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5882 msgstr "E438: u_undo: 잘못된 줄 번호"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5883
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5884 msgid "more line"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5885 msgstr "more line"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5886
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5887 msgid "more lines"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5888 msgstr "more lines"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5889
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5890 msgid "line less"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5891 msgstr "line less"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5892
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5893 msgid "fewer lines"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5894 msgstr "fewer lines"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5895
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5896 msgid "change"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5897 msgstr "change"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5898
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5899 msgid "changes"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5900 msgstr "changes"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5901
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5902 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5903 msgid "%ld %s; %s #%ld %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5904 msgstr "%ld %s; %s #%ld %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5905
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5906 msgid "before"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5907 msgstr "before"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5908
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5909 msgid "after"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5910 msgstr "after"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5911
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5912 msgid "Nothing to undo"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5913 msgstr "취소할 게 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5914
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5915 #~ msgid "number changes when saved"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
5916 #~ msgstr ""
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5917
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5918 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5919 msgid "%ld seconds ago"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5920 msgstr "%ld seconds ago"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5921
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5922 msgid "E790: undojoin is not allowed after undo"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5923 msgstr "E790: undo 뒤에 undojoin은 할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5924
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5925 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5926 msgid "E439: Undo list corrupt"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5927 msgstr "E439: undo 목록이 깨졌습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5928
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5929 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
5930 msgid "E440: Undo line missing"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5931 msgstr "E440: undo 줄이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
5932
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5933 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5934 msgid "E122: Function %s already exists, add ! to replace it"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5935 msgstr "E122: 함수 %s이(가) 이미 있습니다, 바꾸려면 !을 더하세요"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5936
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5937 msgid "E717: Dictionary entry already exists"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5938 msgstr "E717: 이미 Dictionary 항목이 있습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5939
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5940 msgid "E718: Funcref required"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5941 msgstr "E718: Funcref가 필요합니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5942
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5943 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5944 msgid "E130: Unknown function: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5945 msgstr "E130: 모르는 함수: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5946
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5947 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5948 msgid "E125: Illegal argument: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5949 msgstr "E125: 잘못된 인자: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5950
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5951 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5952 msgid "E853: Duplicate argument name: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5953 msgstr "E853: 중복된 인자 이름: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5954
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5955 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5956 msgid "E740: Too many arguments for function %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5957 msgstr "E740: 함수 %s에 너무 많은 인자가 전달되었습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5958
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5959 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5960 msgid "E116: Invalid arguments for function %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5961 msgstr "E116: 함수 %s(으)로 잘못된 인자가 넘겨졌습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5962
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5963 msgid "E132: Function call depth is higher than 'maxfuncdepth'"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5964 msgstr "E132: 함수를 부른 깊이가 'maxfuncdepth'보다 큽니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5965
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5966 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5967 msgid "calling %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5968 msgstr "%s 부르는 중"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5969
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5970 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5971 msgid "%s aborted"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5972 msgstr "%s이(가) 중지되었습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5973
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5974 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5975 msgid "%s returning #%ld"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5976 msgstr "%s이(가) #%ld을(를) 돌려주었습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5977
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5978 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5979 msgid "%s returning %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5980 msgstr "%s이(가) %s을(를) 돌려주었습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5981
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5982 msgid "E699: Too many arguments"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5983 msgstr "E699: 너무 많은 인자"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5984
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5985 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5986 msgid "E117: Unknown function: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5987 msgstr "E117: 모르는 함수: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5988
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5989 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5990 msgid "E933: Function was deleted: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5991 msgstr "E933: 함수가 삭제됨: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5992
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5993 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5994 msgid "E119: Not enough arguments for function: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5995 msgstr "E119: 함수에 적은 인자 넘김: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5996
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5997 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5998 msgid "E120: Using <SID> not in a script context: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
5999 msgstr "E120: 스크립트 콘텍스트 밖에서 <SID> 사용: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6000
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6001 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6002 msgid "E725: Calling dict function without Dictionary: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6003 msgstr "E725: Dictionary없이 사전함수가 불려짐: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6004
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6005 msgid "E129: Function name required"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6006 msgstr "E129: 함수 이름이 필요합니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6007
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6008 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6009 msgid "E128: Function name must start with a capital or \"s:\": %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6010 msgstr "E128: 함수 이름은 대문자 혹은 \"s:\"로 시작해야 함: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6011
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6012 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6013 msgid "E884: Function name cannot contain a colon: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6014 msgstr "E884: 함수 이름은 콜론을 포함할 수 없음: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6015
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6016 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6017 msgid "E123: Undefined function: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6018 msgstr "E123: 정의 안 된 함수: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6019
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6020 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6021 msgid "E124: Missing '(': %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6022 msgstr "E124: '('가 없음: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6023
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6024 msgid "E862: Cannot use g: here"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6025 msgstr "E862: 여기에서 g:을 사용할 수 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6026
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6027 #, c-format
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
6028 msgid "E932: Closure function should not be at top level: %s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
6029 msgstr "E932: Closure 함수는 최상위 레벨일 수 없습니다: %s"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6030
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6031 msgid "E126: Missing :endfunction"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6032 msgstr "E126: :endfunction이 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6033
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6034 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6035 msgid "W22: Text found after :endfunction: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6036 msgstr "W22: :endfunction 뒤에 문자열이 있음: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6037
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6038 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6039 msgid "E707: Function name conflicts with variable: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6040 msgstr "E707: 함수명이 변수명과 충돌: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6041
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6042 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6043 msgid "E127: Cannot redefine function %s: It is in use"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6044 msgstr "E127: 함수 %s을(를) 다시 정의할 수 없습니다: 사용중입니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6045
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6046 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6047 msgid "E746: Function name does not match script file name: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6048 msgstr "E746: 함수명이 스크립트 파일명과 다름: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6049
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6050 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6051 msgid "E131: Cannot delete function %s: It is in use"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6052 msgstr "E131: 함수 %s을(를) 지울 수 없습니다: 사용중입니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6053
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6054 msgid "E133: :return not inside a function"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6055 msgstr "E133: :return이 함수 안에 있지 않습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6056
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6057 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6058 msgid "E107: Missing parentheses: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6059 msgstr "E107: 괄호 없음: %s"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6060
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
6061 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
6062 msgid "%s (%s, compiled %s)"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
6063 msgstr "%s (%s, 빌드한 날짜 %s)"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
6064
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6065 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6066 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6067 "MS-Windows 64-bit GUI version"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6068 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6069 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6070 "MS-Windows 64비트 GUI 버젼"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6071
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6072 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6073 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6074 "MS-Windows 32-bit GUI version"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6075 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6076 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6077 "MS-Windows 32비트 GUI 버젼"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6078
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6079 msgid " with OLE support"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6080 msgstr " OLE 지원"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6081
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6082 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6083 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6084 "MS-Windows 64-bit console version"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6085 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6086 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6087 "MS-Windows 64비트 콘솔 버젼"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6088
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6089 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6090 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6091 "MS-Windows 32-bit console version"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6092 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6093 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6094 "MS-Windows 32비트 콘솔 버젼"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6095
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6096 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6097 "\n"
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
6098 "macOS version"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6099 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6100 "\n"
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
6101 "macOS 버젼"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
6102
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
6103 #~ msgid ""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
6104 #~ "\n"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
6105 #~ "macOS version w/o darwin feat."
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
6106 #~ msgstr ""
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6107
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6108 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6109 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6110 "OpenVMS version"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6111 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6112 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6113 "OpenVMS 버젼"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6114
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6115 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6116 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6117 "Included patches: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6118 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6119 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6120 "포함된 패치: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6121
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6122 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6123 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6124 "Extra patches: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6125 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6126 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6127 "별도의 패치: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6128
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6129 msgid "Modified by "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6130 msgstr "Modified by "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6131
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6132 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6133 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6134 "Compiled "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6135 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6136 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6137 "Compiled "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6138
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6139 msgid "by "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6140 msgstr "by "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6141
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6142 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6143 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6144 "Huge version "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6145 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6146 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6147 "Huge 버젼 "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6148
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6149 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6150 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6151 "Big version "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6152 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6153 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6154 "Big 버젼 "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6155
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6156 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6157 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6158 "Normal version "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6159 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6160 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6161 "Normal 버젼 "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6162
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6163 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6164 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6165 "Small version "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6166 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6167 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6168 "Small 버젼 "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6169
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6170 msgid ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6171 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6172 "Tiny version "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6173 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6174 "\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6175 "Tiny 버젼 "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6176
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6177 msgid "without GUI."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6178 msgstr "GUI 없음."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6179
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6180 msgid "with GTK3 GUI."
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6181 msgstr "GTK3 GUI."
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6182
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6183 msgid "with GTK2-GNOME GUI."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6184 msgstr "GTK2-GNOME GUI."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6185
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6186 msgid "with GTK2 GUI."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6187 msgstr "GTK2 GUI."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6188
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6189 msgid "with X11-Motif GUI."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6190 msgstr "X11-Motif GUI."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6191
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6192 msgid "with X11-neXtaw GUI."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6193 msgstr "X11-neXtaw GUI."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6194
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6195 msgid "with X11-Athena GUI."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6196 msgstr "X11-Athena GUI."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6197
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6198 msgid "with Photon GUI."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6199 msgstr "Photon GUI."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6200
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6201 msgid "with GUI."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6202 msgstr "GUI."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6203
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6204 msgid "with Carbon GUI."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6205 msgstr "Carbon GUI."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6206
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6207 msgid "with Cocoa GUI."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6208 msgstr "Cocoa GUI."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6209
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6210 msgid " Features included (+) or not (-):\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6211 msgstr " 기능 (+: 포함됨, -: 포함 안 됨):\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6212
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6213 msgid " system vimrc file: \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6214 msgstr " 시스템 vimrc 파일: \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6215
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6216 msgid " user vimrc file: \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6217 msgstr " 사용자 vimrc 파일: \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6218
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6219 msgid " 2nd user vimrc file: \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6220 msgstr " 사용자 두 번째 vimrc 파일: \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6221
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6222 msgid " 3rd user vimrc file: \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6223 msgstr " 사용자 세 번째 vimrc 파일: \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6224
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6225 msgid " user exrc file: \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6226 msgstr " 사용자 exrc 파일: \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6227
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6228 msgid " 2nd user exrc file: \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6229 msgstr " 사용자 두 번째 exrc 파일: \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6230
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6231 msgid " system gvimrc file: \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6232 msgstr " 시스템 gvimrc 파일: \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6233
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6234 msgid " user gvimrc file: \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6235 msgstr " 사용자 gvimrc 파일: \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6236
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6237 msgid "2nd user gvimrc file: \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6238 msgstr "사용자 두 번째 gvimrc 파일: \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6239
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6240 msgid "3rd user gvimrc file: \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6241 msgstr "사용자 세 번째 gvimrc 파일: \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6242
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6243 msgid " defaults file: \""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6244 msgstr " defaults 파일: \""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6245
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6246 msgid " system menu file: \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6247 msgstr " 시스템 메뉴 파일: \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6248
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6249 msgid " fall-back for $VIM: \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6250 msgstr " fall-back for $VIM: \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6251
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6252 msgid " f-b for $VIMRUNTIME: \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6253 msgstr " f-b for $VIMRUNTIME: \""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6254
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6255 msgid "Compilation: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6256 msgstr "컴파일: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6257
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6258 msgid "Compiler: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6259 msgstr "컴파일러: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6260
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6261 msgid "Linking: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6262 msgstr "링크: "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6263
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6264 msgid " DEBUG BUILD"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6265 msgstr " 디버그 빌드"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6266
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6267 msgid "VIM - Vi IMproved"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6268 msgstr "빔 - 향상된 Vi"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6269
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6270 msgid "version "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6271 msgstr "판 "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6272
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6273 msgid "by Bram Moolenaar et al."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6274 msgstr "by Bram Moolenaar et al."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6275
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6276 msgid "Vim is open source and freely distributable"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6277 msgstr "빔은 누구나 소스를 볼 수 있고 공짜로 배포됩니다"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6278
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6279 msgid "Help poor children in Uganda!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6280 msgstr "우간다에 사는 가난한 아이를 도와주세요!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6281
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6282 msgid "type :help iccf<Enter> for information "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6283 msgstr "이에 대한 정보를 보려면 :help iccf<엔터> 입력"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6284
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6285 msgid "type :q<Enter> to exit "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6286 msgstr "끝내려면 :q<엔터> 입력"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6287
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6288 msgid "type :help<Enter> or <F1> for on-line help"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6289 msgstr "온라인 도움말을 보려면 :help<엔터> 또는 <F1> 입력"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6290
29274
d314efe6447a Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28843
diff changeset
6291 msgid "type :help version9<Enter> for version info"
d314efe6447a Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28843
diff changeset
6292 msgstr "판 정보를 보려면 :help version9<엔터> 입력"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6293
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6294 msgid "Running in Vi compatible mode"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6295 msgstr "Vi 호환 상태로 실행중입니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6296
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6297 msgid "type :set nocp<Enter> for Vim defaults"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6298 msgstr "빔 기본값을 사용하려면 :set nocp<엔터> 입력"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6299
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6300 msgid "type :help cp-default<Enter> for info on this"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6301 msgstr "이에 대한 정보를 보려면 :help cp-default<엔터> 입력"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6302
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6303 msgid "menu Help->Orphans for information "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6304 msgstr "이에 대한 정보를 보려면 메뉴에서 도움말->고아 선택"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6305
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6306 msgid "Running modeless, typed text is inserted"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6307 msgstr "모드없이 수행중이며, 입력된 문자는 삽입됩니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6308
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6309 msgid "menu Edit->Global Settings->Toggle Insert Mode "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6310 msgstr "메뉴에서 편집->전역 설정->삽입 모드 토글을 선택하시면 "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6311
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6312 msgid " for two modes "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6313 msgstr " 두 모드를 사용할 수 있습니다 "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6314
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6315 msgid "menu Edit->Global Settings->Toggle Vi Compatible"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6316 msgstr "메뉴에서 편집->전역 설정->Vi 호환 토글을 선택하시면 "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6317
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6318 msgid " for Vim defaults "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6319 msgstr " Vim이 기본값으로 동작합니다 "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6320
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6321 msgid "Sponsor Vim development!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6322 msgstr "빔 개발을 후원해 주세요!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6323
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6324 msgid "Become a registered Vim user!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6325 msgstr "빔 사용자로 등록하세요!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6326
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6327 msgid "type :help sponsor<Enter> for information "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6328 msgstr "이에 대한 정보를 보려면 :help sponsor<엔터> 입력"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6329
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6330 msgid "type :help register<Enter> for information "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6331 msgstr "이에 대한 정보를 보려면 :help register<엔터> 입력"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6332
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6333 msgid "menu Help->Sponsor/Register for information "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6334 msgstr "이에 대한 정보를 보려면 메뉴 도움말->Sponsor/Register"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6335
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6336 msgid "Already only one window"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6337 msgstr "이미 하나의 창만 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6338
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6339 msgid "E441: There is no preview window"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6340 msgstr "E441: 미리 보기 창이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6341
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6342 msgid "E442: Can't split topleft and botright at the same time"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6343 msgstr "E442: 위 왼쪽과 아래 오른쪽을 동시에 나눌 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6344
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6345 msgid "E443: Cannot rotate when another window is split"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6346 msgstr "E443: 다른 창이 나눠졌을 때에는 회전할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6347
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6348 msgid "E444: Cannot close last window"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6349 msgstr "E444: 마지막 창을 닫을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6350
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6351 msgid "E813: Cannot close autocmd window"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6352 msgstr "E813: autocmd 창을 닫을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6353
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6354 msgid "E814: Cannot close window, only autocmd window would remain"
2662
916c90b37ea9 Update runtime files.
Bram Moolenaar <bram@vim.org>
parents: 2642
diff changeset
6355 msgstr "E814: 창을 닫을 수 없음, autocmd 창만 남음"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6356
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6357 msgid "E445: Other window contains changes"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6358 msgstr "E445: 다른 창이 바뀌었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6359
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6360 msgid "E446: No file name under cursor"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6361 msgstr "E446: 커서 밑에 파일 이름이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6362
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6363 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6364 msgid "E447: Can't find file \"%s\" in path"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6365 msgstr "E447: path에서 \"%s\" 파일을 찾을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6366
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6367 #, c-format
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6368 msgid "E799: Invalid ID: %ld (must be greater than or equal to 1)"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6369 msgstr "E799: 비정상적인 ID: %ld (1보다 크거나 같아야 합니다)"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6370
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6371 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6372 #~ msgid "E801: ID already taken: %ld"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6373 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6374
18972
130acb903dbe Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 14249
diff changeset
6375 msgid "E290: List or number required"
130acb903dbe Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 14249
diff changeset
6376 msgstr "E290: List나 number가 필요합니다"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6377
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6378 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6379 msgid "E802: Invalid ID: %ld (must be greater than or equal to 1)"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6380 msgstr "E802: 비정상적인 ID: %ld (1보다 크거나 같아야 합니다)"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6381
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6382 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6383 msgid "E803: ID not found: %ld"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6384 msgstr "E803: ID를 찾을 수 없음: %ld"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6385
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6386 #, c-format
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6387 msgid "E370: Could not load library %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6388 msgstr "E370: %s 라이브러리를 로드할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6389
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6390 msgid "Sorry, this command is disabled: the Perl library could not be loaded."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6391 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6392 "미안합니다, 이 명령은 사용할 수 없습니다, Perl 라이브러리를 로딩할 수 없습니"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6393 "다."
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6394
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6395 msgid "E299: Perl evaluation forbidden in sandbox without the Safe module"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6396 msgstr "E299: Safe 모듈없이는 sandbox에서 Perl evaluation이 제한됩니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6397
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6398 msgid "Edit with &multiple Vims"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6399 msgstr "여러 빔으로 편집(&M)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6400
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6401 msgid "Edit with single &Vim"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6402 msgstr "하나의 빔으로만 편집(&V)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6403
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6404 msgid "Diff with Vim"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6405 msgstr "빔으로 Diff"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6406
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6407 msgid "Edit with &Vim"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6408 msgstr "빔으로 편집(&V)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6409
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6410 msgid "Edit with existing Vim - "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6411 msgstr "하나의 빔으로만 편집 - "
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6412
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6413 msgid "Edits the selected file(s) with Vim"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6414 msgstr "선택된 파일(들)을 빔으로 편집"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6415
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6416 msgid "Error creating process: Check if gvim is in your path!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6417 msgstr "프로세스 생성 에러: gvim이 path에 있는 지 확인하세요!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6418
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6419 msgid "gvimext.dll error"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6420 msgstr "gvimext.dll 에러"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6421
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6422 msgid "Path length too long!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6423 msgstr "경로가 너무 깁니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6424
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6425 msgid "--No lines in buffer--"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6426 msgstr "--버퍼에 줄 없음--"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6427
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6428 msgid "E470: Command aborted"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6429 msgstr "E470: 명령이 중지되었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6430
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6431 msgid "E471: Argument required"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6432 msgstr "E471: 인자가 필요합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6433
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6434 msgid "E10: \\ should be followed by /, ? or &"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6435 msgstr "E10: /, ? 혹은 &는 \\ 뒤에 와야 합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6436
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6437 msgid "E11: Invalid in command-line window; <CR> executes, CTRL-C quits"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6438 msgstr "E11: 명령줄 창에 잘못됨; <CR> 실행, CTRL-C 끝내기"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6439
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6440 msgid "E12: Command not allowed from exrc/vimrc in current dir or tag search"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6441 msgstr ""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6442 "E12: 현재 디렉토리 또는 태그 찾기에서 exrc/vimrc에서의 명령은 허용 안 됩니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6443
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6444 msgid "E171: Missing :endif"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6445 msgstr "E171: :endif가 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6446
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6447 msgid "E600: Missing :endtry"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6448 msgstr "E600: :endtry가 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6449
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6450 msgid "E170: Missing :endwhile"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6451 msgstr "E170: :endwhile이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6452
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6453 msgid "E170: Missing :endfor"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6454 msgstr "E170: :endfor 누락"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6455
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6456 msgid "E588: :endwhile without :while"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6457 msgstr "E588: :while없이 :endwhile이 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6458
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6459 msgid "E588: :endfor without :for"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6460 msgstr "E588: :for 없는 :endfor"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6461
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6462 msgid "E13: File exists (add ! to override)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6463 msgstr "E13: 파일이 있습니다 (덮어쓰려면 ! 사용)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6464
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6465 msgid "E472: Command failed"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6466 msgstr "E472: 명령이 실패했습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6467
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6468 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6469 msgid "E234: Unknown fontset: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6470 msgstr "E234: 모르는 글꼴셋: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6471
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6472 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6473 msgid "E235: Unknown font: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6474 msgstr "E235: 모르는 글꼴: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6475
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6476 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6477 msgid "E236: Font \"%s\" is not fixed-width"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6478 msgstr "E236: 글꼴 \"%s\"은(는) 고정넓이가 아닙니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6479
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6480 msgid "E473: Internal error"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6481 msgstr "E473: 내부 에러"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6482
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6483 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6484 msgid "E685: Internal error: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6485 msgstr "E685: 내부 에러: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6486
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6487 msgid "Interrupted"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6488 msgstr "중단되었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6489
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6490 msgid "E14: Invalid address"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6491 msgstr "E14: 잘못된 주소"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6492
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6493 msgid "E474: Invalid argument"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6494 msgstr "E474: 잘못된 인자"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6495
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6496 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6497 msgid "E475: Invalid argument: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6498 msgstr "E475: 잘못된 인자: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6499
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6500 #, c-format
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
6501 msgid "E475: Invalid value for argument %s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
6502 msgstr "E475: 인자 %s에 잘못된 값"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
6503
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
6504 #, c-format
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
6505 msgid "E475: Invalid value for argument %s: %s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
6506 msgstr "E475: 인자 %s에 잘못된 값: %s"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
6507
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
6508 #, c-format
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6509 msgid "E15: Invalid expression: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6510 msgstr "E15: 잘못된 표현식: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6511
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6512 msgid "E16: Invalid range"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6513 msgstr "E16: 잘못된 범위"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6514
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6515 msgid "E476: Invalid command"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6516 msgstr "E476: 잘못된 명령"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6517
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6518 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6519 msgid "E17: \"%s\" is a directory"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6520 msgstr "E17: \"%s\"은(는) 디렉토리입니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6521
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6522 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6523 msgid "E364: Library call failed for \"%s()\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6524 msgstr "E364: 라이브러리 \"%s()\" 부르기 실패"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6525
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
6526 msgid "E667: Fsync failed"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
6527 msgstr "E667: Fsync가 실패했습니다"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
6528
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6529 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6530 msgid "E448: Could not load library function %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6531 msgstr "E448: %s 라이브러리 함수를 로드할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6532
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6533 msgid "E19: Mark has invalid line number"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6534 msgstr "E19: 마크가 잘못된 줄 번호를 가지고 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6535
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6536 msgid "E20: Mark not set"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6537 msgstr "E20: 마크가 설정되어 있지 않습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6538
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6539 msgid "E21: Cannot make changes, 'modifiable' is off"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6540 msgstr "E21: 바꿀 수 없음, 'modifiable'이 꺼져있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6541
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6542 msgid "E22: Scripts nested too deep"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6543 msgstr "E22: 스크립트가 너무 깊게 중첩되었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6544
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6545 msgid "E23: No alternate file"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6546 msgstr "E23: 다른 파일이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6547
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6548 msgid "E24: No such abbreviation"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6549 msgstr "E24: 그런 약어는 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6550
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6551 msgid "E477: No ! allowed"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6552 msgstr "E477: !은 허용되지 않습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6553
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6554 msgid "E25: GUI cannot be used: Not enabled at compile time"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6555 msgstr "E25: GUI는 사용할 수 없습니다: 컴파일 때 포함되지 않았습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6556
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6557 msgid "E26: Hebrew cannot be used: Not enabled at compile time\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6558 msgstr "E26: Hebrew는 사용할 수 없습니다: 컴파일 때 포함되지 않았습니다\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6559
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6560 msgid "E27: Farsi cannot be used: Not enabled at compile time\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6561 msgstr "E27: Farsi는 사용할 수 없습니다: 컴파일 때 포함되지 않았습니다\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6562
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6563 msgid "E800: Arabic cannot be used: Not enabled at compile time\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6564 msgstr "E800: Arabic은 사용할 수 없습니다: 컴파일 때 포함되지 않았습니다\n"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6565
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6566 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6567 msgid "E28: No such highlight group name: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6568 msgstr "E28: 이런 하이라이트 그룹 이름은 없습니다: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6569
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6570 msgid "E29: No inserted text yet"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6571 msgstr "E29: 입력된 텍스트가 아직 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6572
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6573 msgid "E30: No previous command line"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6574 msgstr "E30: 이전 명령 줄이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6575
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6576 msgid "E31: No such mapping"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6577 msgstr "E31: 그런 맵핑이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6578
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6579 msgid "E479: No match"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6580 msgstr "E479: 맞지 않습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6581
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6582 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6583 msgid "E480: No match: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6584 msgstr "E480: 맞지 않음: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6585
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6586 msgid "E32: No file name"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6587 msgstr "E32: 파일 이름이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6588
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6589 msgid "E33: No previous substitute regular expression"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6590 msgstr "E33: 이전 바꾸기 정규 표현식이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6591
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6592 msgid "E34: No previous command"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6593 msgstr "E34: 이전 명령이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6594
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6595 msgid "E35: No previous regular expression"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6596 msgstr "E35: 이전 정규표현식이 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6597
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6598 msgid "E481: No range allowed"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6599 msgstr "E481: 범위는 허용되지 않습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6600
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6601 msgid "E36: Not enough room"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6602 msgstr "E36: 빈 공간이 충분하지 않습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6603
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6604 #, c-format
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
6605 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
6606 msgid "E247: No registered server named \"%s\""
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6607 msgstr "E247: \"%s\"은(는) 등록된 서버명이 아닙니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6608
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6609 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6610 msgid "E482: Can't create file %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6611 msgstr "E482: %s 파일을 만들 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6612
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6613 msgid "E483: Can't get temp file name"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6614 msgstr "E483: 임시 파일 이름을 얻을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6615
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6616 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6617 msgid "E484: Can't open file %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6618 msgstr "E484: %s 파일을 열 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6619
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6620 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6621 msgid "E485: Can't read file %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6622 msgstr "E485: %s 파일을 읽을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6623
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6624 msgid "E38: Null argument"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6625 msgstr "E38: 널 인자"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6626
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6627 msgid "E39: Number expected"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6628 msgstr "E39: 숫자가 필요합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6629
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6630 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6631 msgid "E40: Can't open errorfile %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6632 msgstr "E40: 에러파일 %s을(를) 열 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6633
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
6634 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
6635 msgid "E233: Cannot open display"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6636 msgstr "E233: 디스플레이를 열 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6637
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6638 msgid "E41: Out of memory!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6639 msgstr "E41: 메모리가 바닥났습니다!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6640
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6641 msgid "Pattern not found"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6642 msgstr "패턴을 찾을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6643
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6644 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6645 msgid "E486: Pattern not found: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6646 msgstr "E486: 패턴을 찾을 수 없습니다: %s"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6647
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6648 msgid "E487: Argument must be positive"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6649 msgstr "E487: 인자는 양수이어야 합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6650
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6651 msgid "E459: Cannot go back to previous directory"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6652 msgstr "E459: 이전 디렉토리로 갈 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6653
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6654 msgid "E42: No Errors"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6655 msgstr "E42: 에러 없음"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6656
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6657 msgid "E776: No location list"
2662
916c90b37ea9 Update runtime files.
Bram Moolenaar <bram@vim.org>
parents: 2642
diff changeset
6658 msgstr "E776: 위치 목록 없음"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6659
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6660 msgid "E43: Damaged match string"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6661 msgstr "E43: 깨진 맞는 문자열"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6662
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6663 msgid "E44: Corrupted regexp program"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6664 msgstr "E44: 깨진 정규표현식 프로그램"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6665
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6666 msgid "E45: 'readonly' option is set (add ! to override)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6667 msgstr "E45: 'readonly' 옵션이 설정되어 있습니다 (덮어쓰려면 ! 더하기)"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6668
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6669 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6670 msgid "E46: Cannot change read-only variable \"%s\""
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6671 msgstr "E46: 읽기 전용 변수 \"%s\"을(를) 바꿀 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6672
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6673 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6674 msgid "E794: Cannot set variable in the sandbox: \"%s\""
2662
916c90b37ea9 Update runtime files.
Bram Moolenaar <bram@vim.org>
parents: 2642
diff changeset
6675 msgstr "E794: sandbox 안에서는 변수를 설정할 수 없음: \"%s\""
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6676
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6677 msgid "E713: Cannot use empty key for Dictionary"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6678 msgstr "E713: Dictionary에 빈 키를 쓸 수 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6679
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6680 msgid "E715: Dictionary required"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6681 msgstr "E715: Dictionary가 필요합니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6682
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6683 #, c-format
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
6684 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
6685 msgid "E684: List index out of range: %ld"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6686 msgstr "E684: 목록 번호가 범위를 벗어남: %ld"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6687
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6688 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6689 msgid "E118: Too many arguments for function: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6690 msgstr "E118: 함수에 너무 많은 인자 넘김: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6691
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6692 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6693 msgid "E716: Key not present in Dictionary: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6694 msgstr "E716: Dictionary에 키가 없음: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6695
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6696 msgid "E714: List required"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6697 msgstr "E714: List가 필요합니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6698
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6699 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6700 msgid "E712: Argument of %s must be a List or Dictionary"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6701 msgstr "E712: %s 인자는 List 혹은 Dictionary여야 합니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6702
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6703 msgid "E47: Error while reading errorfile"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6704 msgstr "E47: 에러파일 읽는 도중에 에러"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6705
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6706 msgid "E48: Not allowed in sandbox"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6707 msgstr "E48: sandbox에서는 허용되지 않습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6708
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6709 msgid "E523: Not allowed here"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6710 msgstr "E523: 여기에서 허용되지 않습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6711
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6712 msgid "E359: Screen mode setting not supported"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6713 msgstr "E359: 스크린 상태 설정은 지원되지 않습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6714
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6715 msgid "E49: Invalid scroll size"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6716 msgstr "E49: 스크롤 크기가 잘못되었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6717
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6718 msgid "E91: 'shell' option is empty"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6719 msgstr "E91: 'shell' 옵션이 비었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6720
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6721 msgid "E255: Couldn't read in sign data!"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6722 msgstr "E255: sign 자료를 읽을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6723
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6724 msgid "E72: Close error on swap file"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6725 msgstr "E72: 스왑 파일을 닫을 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6726
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
6727 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
6728 msgid "E73: Tag stack empty"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6729 msgstr "E73: 태그 스택이 비었습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6730
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6731 msgid "E74: Command too complex"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6732 msgstr "E74: 명령이 너무 복잡합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6733
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6734 msgid "E75: Name too long"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6735 msgstr "E75: 이름이 너무 깁니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6736
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6737 msgid "E76: Too many ["
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6738 msgstr "E76: [가 너무 많습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6739
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6740 msgid "E77: Too many file names"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6741 msgstr "E77: 파일 이름이 너무 많습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6742
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6743 msgid "E488: Trailing characters"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6744 msgstr "E488: 끝에 문자가 더 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6745
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6746 msgid "E78: Unknown mark"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6747 msgstr "E78: 모르는 마크"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6748
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6749 msgid "E79: Cannot expand wildcards"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6750 msgstr "E79: 만능 글자를 확장할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6751
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6752 msgid "E591: 'winheight' cannot be smaller than 'winminheight'"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6753 msgstr "E591: 'winheight'는 'winminheight'보다 커야 합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6754
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6755 msgid "E592: 'winwidth' cannot be smaller than 'winminwidth'"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6756 msgstr "E592: 'winwidth'는 'winminwidth'보다 커야 합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6757
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6758 msgid "E80: Error while writing"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6759 msgstr "E80: 쓰는 중에 에러"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6760
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6761 #~ msgid "E939: Positive count required"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6762 #~ msgstr ""
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6763
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6764 msgid "E81: Using <SID> not in a script context"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6765 msgstr "E81: 스크립트 콘텍스트 밖에서 <SID> 사용"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6766
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6767 msgid "E449: Invalid expression received"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6768 msgstr "E449: 잘못된 표현식이 받아졌습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6769
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6770 msgid "E463: Region is guarded, cannot modify"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6771 msgstr "E463: 영역이 보호되고 있어서 수정할 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6772
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6773 msgid "E744: NetBeans does not allow changes in read-only files"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6774 msgstr "E744: NetBeans는 읽기 전용 파일을 바꿀 수 없습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6775
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
6776 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
6777 msgid "E363: Pattern uses more memory than 'maxmempattern'"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6778 msgstr "E363: 패턴이 'maxmempattern'보다 많은 메모리를 사용합니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6779
28808
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
6780 # TODO: Capitalise first word of message?
0f0fed554cdc Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents: 26100
diff changeset
6781 msgid "E749: Empty buffer"
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6782 msgstr "E749: 빈 버퍼"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6783
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6784 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6785 msgid "E86: Buffer %ld does not exist"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6786 msgstr "E86: 버퍼 %ld이(가) 존재하지 않습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6787
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6788 msgid "E682: Invalid search pattern or delimiter"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6789 msgstr "E682: 잘못된 찾기 패턴 혹은 구분자"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6790
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6791 msgid "E139: File is loaded in another buffer"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6792 msgstr "E139: 파일이 다른 버퍼에 로딩되어 있습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6793
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6794 #, c-format
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6795 msgid "E764: Option '%s' is not set"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6796 msgstr "E764: 옵션 '%s'이(가) 설정되어 있지 않습니다"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6797
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6798 msgid "E850: Invalid register name"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6799 msgstr "E850: 잘못된 레지스터 이름"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6800
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6801 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6802 msgid "E919: Directory not found in '%s': \"%s\""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6803 msgstr "E919: '%s'에서 디렉토리를 못찾음: \"%s\""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6804
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
6805 msgid "E952: Autocommand caused recursive behavior"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
6806 msgstr "E952: Autocommand가 재귀 호출되었습니다"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
6807
2098
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6808 msgid "search hit TOP, continuing at BOTTOM"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6809 msgstr "처음까지 찾았음, 끝에서 계속"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6810
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6811 msgid "search hit BOTTOM, continuing at TOP"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6812 msgstr "끝까지 찾았음, 처음부터 계속"
3259c3923c1e Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
diff changeset
6813
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
6814 #, c-format
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
6815 msgid "Need encryption key for \"%s\""
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
6816 msgstr "\"%s\"에 대한 암호 키가 필요합니다"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
6817
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6818 msgid "empty keys are not allowed"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6819 msgstr "빈 키 값은 허용되지 않습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6820
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6821 msgid "dictionary is locked"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6822 msgstr "dictionary가 잠겨있습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6823
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6824 msgid "list is locked"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6825 msgstr "list가 잠겨있습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6826
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6827 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6828 msgid "failed to add key '%s' to dictionary"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6829 msgstr "dictionary에 '%s' 키를 추가할 수 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6830
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6831 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6832 #~ msgid "index must be int or slice, not %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6833 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6834
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6835 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6836 #~ msgid "expected str() or unicode() instance, but got %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6837 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6838
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6839 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6840 #~ msgid "expected bytes() or str() instance, but got %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6841 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6842
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6843 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6844 #~ msgid ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6845 #~ "expected int(), long() or something supporting coercing to long(), but got %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6846 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6847
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6848 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6849 #~ msgid "expected int() or something supporting coercing to int(), but got %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6850 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6851
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6852 msgid "value is too large to fit into C int type"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6853 msgstr "값이 C 정수 형식 대비하여 너무 큽니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6854
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6855 msgid "value is too small to fit into C int type"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6856 msgstr "값이 C 정수 형식 대비하여 너무 작습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6857
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6858 msgid "number must be greater than zero"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6859 msgstr "값이 0보다 커야 합니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6860
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6861 msgid "number must be greater or equal to zero"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6862 msgstr "값이 0보다 크거나 같아야 합니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6863
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6864 msgid "can't delete OutputObject attributes"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6865 msgstr "OutputObject 속성을 지울 수 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6866
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6867 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6868 msgid "invalid attribute: %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6869 msgstr "잘못된 속성: %s"
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
6870
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
6871 msgid "E264: Python: Error initialising I/O objects"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
6872 msgstr "E264: 파이썬: I/O 객체 초기화중 에러가 생겼습니다"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
6873
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6874 msgid "failed to change directory"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6875 msgstr "디렉토리를 바꿀 수 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6876
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6877 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6878 #~ msgid "expected 3-tuple as imp.find_module() result, but got %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6879 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6880
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6881 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6882 #~ msgid "expected 3-tuple as imp.find_module() result, but got tuple of size %d"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6883 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6884
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6885 #~ msgid "internal error: imp.find_module returned tuple with NULL"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6886 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6887
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6888 msgid "cannot delete vim.Dictionary attributes"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6889 msgstr "vim.Dictionary 속성을 삭제할 수 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6890
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6891 msgid "cannot modify fixed dictionary"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6892 msgstr "fixed dictionary를 수정할 수 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6893
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6894 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6895 msgid "cannot set attribute %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6896 msgstr "속성 %s을(를) 설정할 수 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6897
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6898 #~ msgid "hashtab changed during iteration"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6899 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6900
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6901 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6902 #~ msgid "expected sequence element of size 2, but got sequence of size %d"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6903 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6904
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6905 #~ msgid "list constructor does not accept keyword arguments"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6906 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6907
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6908 msgid "list index out of range"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6909 msgstr "list 색인이 범위를 벗어났습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6910
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6911 #, c-format
20379
7f88f6a3ed4c Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 18972
diff changeset
6912 #~ msgid "internal error: failed to get Vim list item %d"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6913 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6914
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6915 #~ msgid "slice step cannot be zero"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6916 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6917
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6918 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6919 #~ msgid "attempt to assign sequence of size greater than %d to extended slice"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6920 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6921
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6922 #, c-format
20379
7f88f6a3ed4c Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 18972
diff changeset
6923 #~ msgid "internal error: no Vim list item %d"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6924 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6925
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6926 #~ msgid "internal error: not enough list items"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6927 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6928
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6929 #~ msgid "internal error: failed to add item to list"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6930 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6931
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6932 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6933 #~ msgid "attempt to assign sequence of size %d to extended slice of size %d"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6934 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6935
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6936 #~ msgid "failed to add item to list"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6937 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6938
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6939 msgid "cannot delete vim.List attributes"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6940 msgstr "vim.List 속성을 삭제할 수 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6941
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6942 #~ msgid "cannot modify fixed list"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6943 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6944
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6945 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6946 msgid "unnamed function %s does not exist"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6947 msgstr "이름없는 함수 %s이(가) 존재하지 않습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6948
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6949 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6950 msgid "function %s does not exist"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6951 msgstr "함수 %s이(가) 존재하지 않습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6952
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6953 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6954 msgid "failed to run function %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6955 msgstr "함수 %s을(를) 실행할 수 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6956
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6957 msgid "unable to get option value"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6958 msgstr "옵션 값을 얻을 수 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6959
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6960 #~ msgid "internal error: unknown option type"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6961 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6962
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6963 #~ msgid "problem while switching windows"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6964 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6965
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6966 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6967 #~ msgid "unable to unset global option %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6968 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6969
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6970 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6971 #~ msgid "unable to unset option %s which does not have global value"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6972 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6973
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6974 msgid "attempt to refer to deleted tab page"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6975 msgstr "지워진 탭 페이지를 참조하려고 하였습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6976
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6977 msgid "no such tab page"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6978 msgstr "그런 탭 페이지가 없습니다"
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
6979
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
6980 msgid "attempt to refer to deleted window"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
6981 msgstr "지워진 창을 참조하려고 하였습니다"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
6982
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6983 msgid "readonly attribute: buffer"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6984 msgstr "읽기 전용 속성: 버퍼"
2709
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
6985
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
6986 msgid "cursor position outside buffer"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
6987 msgstr "퍼서 위치가 버퍼 밖에 있습니다"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
6988
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
6989 msgid "no such window"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
6990 msgstr "그런 창은 없습니다"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
6991
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
6992 msgid "attempt to refer to deleted buffer"
b01a37ab556b Runtime file updates.
Bram Moolenaar <bram@vim.org>
parents: 2662
diff changeset
6993 msgstr "지워진 버퍼를 참조하려고 하였습니다"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6994
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6995 msgid "failed to rename buffer"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6996 msgstr "버퍼 이름을 변경할 수 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6997
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6998 #~ msgid "mark name must be a single character"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
6999 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7000
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7001 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7002 #~ msgid "expected vim.Buffer object, but got %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7003 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7004
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7005 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7006 #~ msgid "failed to switch to buffer %d"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7007 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7008
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7009 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7010 #~ msgid "expected vim.Window object, but got %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7011 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7012
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7013 #~ msgid "failed to find window in the current tab page"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7014 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7015
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7016 #~ msgid "did not switch to the specified window"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7017 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7018
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7019 #, c-format
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7020 #~ msgid "expected vim.TabPage object, but got %s"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7021 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7022
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7023 #~ msgid "did not switch to the specified tab page"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7024 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7025
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7026 #~ msgid "failed to run the code"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7027 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7028
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7029 #~ msgid "E858: Eval did not return a valid python object"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7030 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7031
20379
7f88f6a3ed4c Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 18972
diff changeset
7032 #~ msgid "E859: Failed to convert returned python object to a Vim value"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7033 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7034
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7035 #, c-format
20379
7f88f6a3ed4c Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 18972
diff changeset
7036 #~ msgid "unable to convert %s to a Vim dictionary"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7037 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7038
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7039 #, c-format
20379
7f88f6a3ed4c Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 18972
diff changeset
7040 msgid "unable to convert %s to a Vim list"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7041 msgstr "%s을(를) vim list로 변경할 수 없습니다"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7042
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7043 #, c-format
20379
7f88f6a3ed4c Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 18972
diff changeset
7044 #~ msgid "unable to convert %s to a Vim structure"
11659
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7045 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7046
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7047 #~ msgid "internal error: NULL reference passed"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7048 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7049
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7050 #~ msgid "internal error: invalid value type"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7051 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7052
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7053 #~ msgid ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7054 #~ "Failed to set path hook: sys.path_hooks is not a list\n"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7055 #~ "You should now do the following:\n"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7056 #~ "- append vim.path_hook to sys.path_hooks\n"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7057 #~ "- append vim.VIM_SPECIAL_PATH to sys.path\n"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7058 #~ msgstr ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7059
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7060 #~ msgid ""
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7061 #~ "Failed to set path: sys.path is not a list\n"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7062 #~ "You should now append vim.VIM_SPECIAL_PATH to sys.path"
49c12c93abf3 Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents: 10204
diff changeset
7063 #~ msgstr ""
14249
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7064
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7065 msgid ""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7066 "Vim macro files (*.vim)\t*.vim\n"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7067 "All Files (*.*)\t*.*\n"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7068 msgstr ""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7069 "Vim 매크로 파일 (*.vim)\t*.vim\n"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7070 "모든 파일 (*.*)\t*.*\n"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7071
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7072 msgid "All Files (*.*)\t*.*\n"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7073 msgstr "모든 파일 (*.*)\t*.*\n"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7074
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7075 msgid ""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7076 "All Files (*.*)\t*.*\n"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7077 "C source (*.c, *.h)\t*.c;*.h\n"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7078 "C++ source (*.cpp, *.hpp)\t*.cpp;*.hpp\n"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7079 "VB code (*.bas, *.frm)\t*.bas;*.frm\n"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7080 "Vim files (*.vim, _vimrc, _gvimrc)\t*.vim;_vimrc;_gvimrc\n"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7081 msgstr ""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7082 "모든 파일 (*.*)\t*.*\n"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7083 "C 소스 (*.c, *.h)\t*.c;*.h\n"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7084 "C++ 소스 (*.cpp, *.hpp)\t*.cpp;*.hpp\n"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7085 "VB 코드 (*.bas, *.frm)\t*.bas;*.frm\n"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7086 "Vim 파일 (*.vim, _vimrc, _gvimrc)\t*.vim;_vimrc;_gvimrc\n"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7087
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7088 msgid ""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7089 "Vim macro files (*.vim)\t*.vim\n"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7090 "All Files (*)\t*\n"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7091 msgstr ""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7092 "Vim 매크로 파일 (*.vim)\t*.vim\n"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7093 "모든 파일 (*)\t*\n"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7094
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7095 msgid "All Files (*)\t*\n"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7096 msgstr "모든 파일 (*)\t*\n"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7097
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7098 msgid ""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7099 "All Files (*)\t*\n"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7100 "C source (*.c, *.h)\t*.c;*.h\n"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7101 "C++ source (*.cpp, *.hpp)\t*.cpp;*.hpp\n"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7102 "Vim files (*.vim, _vimrc, _gvimrc)\t*.vim;_vimrc;_gvimrc\n"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7103 msgstr ""
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7104 "모든 파일 (*)\t*\n"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7105 "C 소스 (*.c, *.h)\t*.c;*.h\n"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7106 "C++ 소스 (*.cpp, *.hpp)\t*.cpp;*.hpp\n"
4543777545a3 Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents: 14193
diff changeset
7107 "Vim 파일 (*.vim, _vimrc, _gvimrc)\t*.vim;_vimrc;_gvimrc\n"