cmd: Convert translations to po files.
[wine] / po / ko.po
1 # Korean translations for Wine
2 #
3 msgid ""
4 msgstr ""
5 "Project-Id-Version: Wine\n"
6 "Report-Msgid-Bugs-To: http://bugs.winehq.org\n"
7 "POT-Creation-Date: N/A\n"
8 "PO-Revision-Date: N/A\n"
9 "Last-Translator: Automatically generated\n"
10 "Language-Team: none\n"
11 "Language: Korean\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
15
16 #: clock.rc:28
17 msgid "&Properties"
18 msgstr "등록 정보(&P)"
19
20 #: clock.rc:29
21 msgid "Ana&log"
22 msgstr "아날로그(&L)"
23
24 #: clock.rc:30
25 msgid "Digi&tal"
26 msgstr "디지털(&T)"
27
28 #: clock.rc:32
29 msgid "&Font..."
30 msgstr "글꼴(&F)..."
31
32 #: clock.rc:34
33 msgid "&Without Titlebar"
34 msgstr "제목 표시 안함 (&W)"
35
36 #: clock.rc:36
37 msgid "&Seconds"
38 msgstr "초(&S)"
39
40 #: clock.rc:37
41 msgid "&Date"
42 msgstr "날짜(&D)"
43
44 #: clock.rc:39
45 msgid "&Always on Top"
46 msgstr "항상  앞에 (&A)"
47
48 #: clock.rc:41
49 msgid "Inf&o"
50 msgstr "정보(&O)"
51
52 #: clock.rc:42
53 msgid "&About Clock..."
54 msgstr "시계 정보(&A)..."
55
56 #: clock.rc:48
57 msgid "Clock"
58 msgstr "시계"
59
60 #: cmd.rc:30
61 msgid "ATTRIB shows or changes DOS file attributes.\n"
62 msgstr "ATTRIB는 도스 파일 속성을 보여주거나 고칩니다.\n"
63
64 #: cmd.rc:38
65 msgid ""
66 "CALL <batchfilename> is used within a batch file to execute commands\n"
67 "from another batch file. When the batch file exits, control returns to\n"
68 "the file which called it. The CALL command may supply parameters to the\n"
69 "called procedure.\n"
70 "\n"
71 "Changes to default directory, environment variables etc made within a\n"
72 "called procedure are inherited by the caller.\n"
73 msgstr ""
74 "<배치파일 이름>을 호출(CALL)하는 것은 배치 파일안에서  다른 배치 파일 안의\n"
75 "명령을 사용하는 것입니다. 배치 파일이 종료하면 , 제어권은  그것을 호출한\n"
76 "파일한테 돌아갑니다.  CALL 명령은 호출하는 과정에서 매개변수를 가집니다.\n"
77 "\n"
78 "기본 디렉토리나 환경변수나 기타를 바꾸는 것은 호출자에 의해 상속되어서 호출"
79 "된\n"
80 "과정에만 적용됩니다.\n"
81
82 #: cmd.rc:41
83 msgid ""
84 "CD <dir> is the short version of CHDIR. It changes the current\n"
85 "default directory.\n"
86 msgstr ""
87 "CD <디렉토리> 는  CHDIR의 단축버젼입니다. 현재 기본 디렉토리를\n"
88 "바꿉니다.\n"
89
90 #: cmd.rc:42
91 msgid "CHDIR <dir> changes the current default directory.\n"
92 msgstr "CHDIR <디렉토리> 는 현재 기본 디렉토리를 바꿉니다.\n"
93
94 #: cmd.rc:44
95 msgid "CLS clears the console screen.\n"
96 msgstr "CLS는 콘솔 화면을 깨끗하게 합니다.\n"
97
98 #: cmd.rc:46
99 msgid "COPY <filename> copies a file.\n"
100 msgstr "COPY <파일이름> 은 파일을 복사합니다.\n"
101
102 #: cmd.rc:47
103 msgid "CTTY changes the input/output device.\n"
104 msgstr "CTTY 는 입력/출력 장치를 바꿉니다.\n"
105
106 #: cmd.rc:48
107 msgid "DATE shows or changes the system date.\n"
108 msgstr "DATE 는 시스템 날짜를 보여주거나 바꿉니다.\n"
109
110 #: cmd.rc:49
111 msgid "DEL <filename> deletes a file or set of files.\n"
112 msgstr "DEL <파일이름> 은 하나의 파일이나 여러 파일을 지웁니다.\n"
113
114 #: cmd.rc:50
115 msgid "DIR lists the contents of a directory.\n"
116 msgstr "DIR 는 디렉토리의 내용을 보여줍니다.\n"
117
118 #: cmd.rc:60
119 msgid ""
120 "ECHO <string> displays <string> on the current terminal device.\n"
121 "\n"
122 "ECHO ON causes all subsequent commands in a batch file to be displayed\n"
123 "on the terminal device before they are executed.\n"
124 "\n"
125 "ECHO OFF reverses the effect of a previous ECHO ON (ECHO is OFF by\n"
126 "default). The ECHO OFF command can be prevented from displaying by\n"
127 "preceding it with an @ sign.\n"
128 msgstr ""
129 "ECHO <문자열>은 <문자열>을 현재 터미널에 보여줍니다.\n"
130 "\n"
131 "ECHO ON는 배치파일에서 다음에 오는 모든 명령을 실행괴기 전에 터미널에 보여줍"
132 "니다\n"
133 "\n"
134 "ECHO OFF 는 ECHO ON과 반대의 일을 합니다. (ECHO 는 OFF가 기본)\n"
135 "ECHO OFF 명령은  신호가 진행되는 걸 보여주는걸 막습니다.\n"
136
137 #: cmd.rc:62
138 msgid "ERASE <filename> deletes a file or set of files.\n"
139 msgstr "ERASE <파일이름>은 하나의 파일이냐 여러 파일을 지웁니다.\n"
140
141 #: cmd.rc:70
142 msgid ""
143 "The FOR command is used to execute a command for each of a set of files.\n"
144 "\n"
145 "Syntax: FOR %variable IN (set) DO command\n"
146 "\n"
147 "The requirement to double the % sign when using FOR in a batch file does\n"
148 "not exist in wine's cmd.\n"
149 msgstr ""
150 "FOR 명령은  파일  모음에서 각각의 명령을 실행시킬 때 사용.\n"
151 "\n"
152 "문법: FOR 변수 IN (set) DO 명령\n"
153 "\n"
154 "wine의 cmd 안에서 존재하지 않는 배치 파일에 FOR를 사용할려면 두 개의 %가 필요"
155 "합니다.\n"
156
157 #: cmd.rc:82
158 msgid ""
159 "The GOTO command transfers execution to another statement within a\n"
160 "batch file.\n"
161 "\n"
162 "The label which is the target of a GOTO may be up to 255 characters\n"
163 "long but may not include spaces (this is different from other operating\n"
164 "systems). If two or more identical labels exist in a batch file the\n"
165 "first one will always be executed. Attempting to GOTO a nonexistent\n"
166 "label terminates the batch file execution.\n"
167 "\n"
168 "GOTO has no effect when used interactively.\n"
169 msgstr ""
170 "The GOTO  명령은 배치파일 안에서 다른 부분으로 실행흐름을 바꿉니다.\n"
171 "\n"
172 "GOTO의 타겟인 라벨은 공백을 포함해서 255자까지 가능합니다\n"
173 "(다른 운영체제에서는 다를 수도 있습니다).\n"
174 "만약 2개나 더 많은 동일한 라벨이 존재할 경우 배치파일은 첫번째 것만\n"
175 "실행시킬 것입니다. 존재하지 않는 라벨로 GOTO를 시도한다면 배치파일 실행은\n"
176 "중단됩니다.\n"
177 "\n"
178 "GOTO는 대화식으로 사용될 경우 아무 일도 안합니다.\n"
179
180 #: cmd.rc:85
181 msgid ""
182 "HELP <command> shows brief help details on a topic.\n"
183 "HELP without an argument shows all CMD built-in commands.\n"
184 msgstr ""
185 "HELP <명령>은  주제의 간단한 도움말 정보를 보여줍니 다.\n"
186 "아무 매개변수가 없는 HELP눈 CMD의 모든 내장 명령을 보여줍니다.\n"
187
188 #: cmd.rc:95
189 msgid ""
190 "IF is used to conditionally execute a command.\n"
191 "\n"
192 "Syntax:\tIF [NOT] EXIST filename command\n"
193 "IF [NOT] string1==string2 command\n"
194 "IF [NOT] ERRORLEVEL number command\n"
195 "\n"
196 "In the second form of the command, string1 and string2 must be in double\n"
197 "quotes. The comparison is not case-sensitive.\n"
198 msgstr ""
199 "IF는 명령을 선택적으로 실행 할 때 사용한다.\n"
200 "\n"
201 "Syntax:\tIF [NOT] EXIST 파일이름 명령\n"
202 "IF [NOT] string1==string2 명령\n"
203 "IF [NOT] ERRORLEVEL 숫자 명령\n"
204 "\n"
205 "명령의 첫번째 형식에서, string1 과 string2는 반드시 2개의 따옴표로\n"
206 "둘려놓아야 합니다. 대소문자는 구분하지 않습니다.\n"
207
208 #: cmd.rc:101
209 msgid ""
210 "LABEL is used to set a disk volume label.\n"
211 "\n"
212 "Syntax: LABEL [drive:]\n"
213 "The command will prompt you for the new volume label for the given drive.\n"
214 "You can display the disk volume label with the VOL command.\n"
215 msgstr ""
216 "LABEL은 디스크 볼륨 라벨을 설정할 때 사용.\n"
217 "\n"
218 "Syntax: LABEL [드라이브:]\n"
219 "이 명령은 당신이 주어진 드라이브에 새 볼륨 라벨울 넣을수 있도록 할것이다.\n"
220 "VOL 명령으로 디스크 볼륨 라벨을 볼 수 있다.\n"
221
222 #: cmd.rc:104
223 msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
224 msgstr ""
225 "MD <아름> 운 MKDIR의 단축 버젼입니다. 이것은 하위 디렉토리를 만듭니다 .\n"
226
227 #: cmd.rc:105
228 msgid "MKDIR <name> creates a subdirectory.\n"
229 msgstr "MKDIR <명령> 운 하위 디렉토리를 만듭니다.\n"
230
231 #: cmd.rc:112
232 msgid ""
233 "MOVE relocates a file or directory to a new point within the file system.\n"
234 "\n"
235 "If the item being moved is a directory then all the files and "
236 "subdirectories\n"
237 "below the item are moved as well.\n"
238 "\n"
239 "MOVE fails if the old and new locations are on different DOS drive letters.\n"
240 msgstr ""
241 "MOVE는 파일이나 디렉토리를 파일시스템 안에 있는 새로운 곳으로  재배치함.\n"
242 "\n"
243 "만약 옮겨지는 아이템이 하나의 디렉토리라면 모든 파일과 하위 디렉토리 밑에\n"
244 "있는 파일도 이동될 것이다.\n"
245 "MOVE는 만약 오래되고 새로운 파일이 다른 도스 드라이브 문자를 가지고 있다면\n"
246 "실패합니다.\n"
247
248 #: cmd.rc:123
249 msgid ""
250 "PATH displays or changes the cmd search path.\n"
251 "\n"
252 "Entering PATH will display the current PATH setting (initially taken\n"
253 "from the registry). To change the setting follow the\n"
254 "PATH command with the new value.\n"
255 "\n"
256 "It is also possible to modify the PATH by using the PATH environment\n"
257 "variable, for example:\n"
258 "PATH %PATH%;c:\\temp\n"
259 msgstr ""
260 "PATH는 cmd 찾기 경로를 보여주거나 바꿉니다.\n"
261 "\n"
262 "PATH 입력은 현재 PATH 설정을 보여줄 것입니다   (처음에는\n"
263 "레지스트리로부터 가져옴). PATH 명령과 함께 새로운 값을 주면\n"
264 "설정을 바쑬 수 있습니다.\n"
265 "\n"
266 "PATH 환경변수를 사용해서 PATH를 고치는 것도 가능합니다\n"
267 ",예를 들어:\n"
268 "PATH %PATH%;c:\\temp\n"
269
270 #: cmd.rc:129
271 msgid ""
272 "PAUSE displays a message on the screen 'Press Return key to continue'\n"
273 "and waits for the user to press the Return key. It is mainly useful in\n"
274 "batch files to allow the user to read the output of a previous command\n"
275 "before it scrolls off the screen.\n"
276 msgstr ""
277 "PAUSE는 'Press Return key to continue' 메세지를 화면에 보여주고\n"
278 "사용자가 리턴 키를 누를 때까지 기다림. 이것은 주로 배치파일에서  스크린을\n"
279 "넘치게 하는 이전 명령의 결과를 읽도록 한다\n"
280
281 #: cmd.rc:150
282 msgid ""
283 "PROMPT sets the command-line prompt.\n"
284 "\n"
285 "The string following the PROMPT command (and the space immediately after)\n"
286 "appears at the beginning of the line when cmd is waiting for input.\n"
287 "\n"
288 "The following character strings have the special meaning shown:\n"
289 "\n"
290 "$$    Dollar sign         $_    Linefeed            $b    Pipe sign (|)\n"
291 "$d    Current date        $e    Escape              $g    > sign\n"
292 "$l    < sign              $n    Current drive       $p    Current path\n"
293 "$q    Equal sign          $t    Current time        $v    cmd version\n"
294 "\n"
295 "Note that entering the PROMPT command without a prompt-string resets the\n"
296 "prompt to the default, which is the current directory (which includes the\n"
297 "current drive letter) followed by a greater-than (>) sign.\n"
298 "(like a command PROMPT $p$g).\n"
299 "\n"
300 "The prompt can also be changed by altering the PROMPT environment variable,\n"
301 "so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'\n"
302 msgstr ""
303 "PROMPT  명령라인 프롬프트 설정.\n"
304 "\n"
305 "이 문자는 cmd가 입력을 기다리고 있을 때 시작 줄에 나타나는 PROMPT\n"
306 "명령(그리고 스페이스 다음에)에 뒤따른다.\n"
307 "\n"
308 "뒤의 문자의 문자열의 특별한 의미 설명:\n"
309 "\n"
310 "$$    달러 기호         $_   라인피드            $b    파이프 기호 (|)\n"
311 "$d    C현재 날짜        $e    이스케이프         $g    > 기호\n"
312 "$l    < 기호            $n    현재 드라이브      $p    현재 경로\n"
313 "$q    등호 기호         $t    현재 시간          $v    cmd 버젼\n"
314 "\n"
315 "프롬프트가 기본상태인 채로 프롬프트문자를 재설정하지 않고 PROMPT 명령을\n"
316 "사용했을 때 ,이것은 현재 디렉토리 (포함해서현재 드라이브 문자) 에 \"보다 큰"
317 "(>)\"\n"
318 "기호가 뒤따른다는 걸 주의하시오. (명령 PROMPT $p$g롸 같이).\n"
319 "\n"
320 "이 프롬프트는 PROMPT 환경 변수 값의 변경에 의해 바뀔 수 있습니다,\n"
321 "그래서 명령 'SET PROMPT=텍스트'는 'PROMPT 텍스트와 같은 일을 합니다\n"
322
323 #: cmd.rc:154
324 msgid ""
325 "A command line beginning REM (followed by a space) performs no\n"
326 "action, and can therefore be used as a comment in a batch file.\n"
327 msgstr ""
328 "REM으로 시작하는 명령 라인 (공백뒤에 오는) 은 아무일도 안합니다\n"
329 ", 그러므로 배치 파일에서 주석으로 사용됩니다\n"
330
331 #: cmd.rc:157
332 msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
333 msgstr ""
334 "REN <파일이름> 은    REANME의 단축 버젼입니다.이것은 파일의 이름을 바꿉니"
335 "다.\n"
336
337 #: cmd.rc:158
338 msgid "RENAME <filename> renames a file\n"
339 msgstr "RENAME <파일이름> 은 파일의 이름을 바꿈\n"
340
341 #: cmd.rc:160
342 msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
343 msgstr ""
344 "RD <디렉토리> 는 RMDIR의 단축버젼입니다. 이것은 하위 디렉토리를 지웁니다.\n"
345
346 #: cmd.rc:161
347 msgid "RMDIR <dir> deletes a subdirectory.\n"
348 msgstr "RMDIR <디렉토리>는 하위 디렉토리를 지움.\n"
349
350 #: cmd.rc:179
351 msgid ""
352 "SET displays or changes the cmd environment variables.\n"
353 "\n"
354 "SET without parameters shows all of the current environment.\n"
355 "\n"
356 "To create or modify an environment variable the syntax is:\n"
357 "\n"
358 "SET <variable>=<value>\n"
359 "\n"
360 "where <variable> and <value> are character strings. There must be no\n"
361 "spaces before the equals sign, nor can the variable name\n"
362 "have embedded spaces.\n"
363 "\n"
364 "Under Wine, the environment of the underlying operating system is\n"
365 "included into the Win32 environment, there will generally therefore be\n"
366 "many more values than in a native Win32 implementation. Note that it is\n"
367 "not possible to affect the operating system environment from within cmd.\n"
368 msgstr ""
369 "SET  cmd 환경 변수 보여주거나 바꾸기.\n"
370 "\n"
371 "아무 매개변수가 없는 SET은 모든 현재 환경변수를 보여줌.\n"
372 "\n"
373 "환경 변수를 만들거나 고칠때 사용하는 문법:\n"
374 "\n"
375 "SET <변수>=<값>\n"
376 "\n"
377 "<변수> 과 <값>은 캐릭터-문자열 이다. 반드시 등호(=)기호 앞에 어떤\n"
378 "공백도 있어선 안되고, 변수 이름에 내부 공백도 있을 수 없다.\n"
379 "\n"
380 "Wine 아래에서, 운영체제 밑의 환경은 Win32 환경에 포함됩니다, 그것은\n"
381 "일반적으로 네이티브 Win32 구현에는 더 많은 값이 있어야 된 다는 것을\n"
382 "의미합니다. 이것은 cmd안에서 운영체제 환경이 영향을 미치는거 것은\n"
383 "가능하지 않다는 것을 기억하시오.\n"
384
385 #: cmd.rc:184
386 msgid ""
387 "SHIFT is used in a batch file to remove one parameter from the head of\n"
388 "the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
389 "if called from the command line.\n"
390 msgstr ""
391 "SHIFT 는 배치파일에서 매개변수의 첫번째 것을 지우는데 사용한다,\n"
392 "그래서 매개변수 2가 매개변수 1이 된다. 이것은 명령 라인에서 사용했을\n"
393 "경우 아무 일도 안 합니다.\n"
394
395 #: cmd.rc:186
396 msgid "TIME sets or shows the current system time.\n"
397 msgstr "TIME 은 현재 시스템 시간을 보여 줍니다.\n"
398
399 #: cmd.rc:188
400 msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
401 msgstr "cmd창의 창 제목 설정, 문법 TITLE [문자열]\n"
402
403 #: cmd.rc:192
404 msgid ""
405 "TYPE <filename> copies <filename> to the console device (or elsewhere\n"
406 "if redirected). No check is made that the file is readable text.\n"
407 msgstr ""
408 "TYPE <파일이름>  <파일 이름>를 콘솔 장치로 복사 (만약 방향이 재정의 된다면\n"
409 "어디나). 아무 에러가 없으면 그 파일을 읽을 수 있는 텍스트입니다.\n"
410
411 #: cmd.rc:201
412 msgid ""
413 "VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
414 "\n"
415 "VERIFY ON\tSet the flag\n"
416 "VERIFY OFF\tClear the flag\n"
417 "VERIFY\t\tDisplays ON or OFF as appropriate.\n"
418 "\n"
419 "The verify flag has no function in Wine.\n"
420 msgstr ""
421 "VERIFY는 검증 플래그를 설정하고 제거하거나 테스트하는데 사용됩니다. 올바른 형"
422 "식은:\n"
423 "\n"
424 "VERIFY ON\t플래그 설정\n"
425 "VERIFY OFF\t플래그 제거\n"
426 "VERIFY\t\tON 이나 OF 같이 적절하게 보여줌.\n"
427 "\n"
428 "이 검증 플래그는 Wine에서는 아무 기능을 안함.\n"
429
430 #: cmd.rc:204
431 msgid "VER displays the version of cmd you are running\n"
432 msgstr "VER  당신이 실행시킨 cmd 버젼 보여줌\n"
433
434 #: cmd.rc:206
435 msgid "VOL shows the volume label of a disk device.\n"
436 msgstr "VOL 은 디스크 장치의 볼륨 라벨을 보여줍니다.\n"
437
438 #: cmd.rc:209
439 msgid ""
440 "PUSHD <directoryname> saves the current directory onto a\n"
441 "stack, and then changes the current directory to the supplied one.\n"
442 msgstr ""
443 "PUSHD <디렉토리 이름> 은 현재 디렉토리를 스택에 저장한다.\n"
444 "그리고 현재 디렉토리를 요청한 디렉토리로 바꾼다.\n"
445
446 #: cmd.rc:212
447 msgid ""
448 "POPD changes current directory to the last one saved with\n"
449 "PUSHD.\n"
450 msgstr "POPD는 현재 디렉토리를 PUSH로 마지막으로 저장했던 것으로 바꾼다.\n"
451
452 #: cmd.rc:214
453 msgid "MORE displays output of files or piped input in pages.\n"
454 msgstr ""
455 "MORE는 파일 출력을 보여주거나 페이지의 파이프로도 된 입력을 보여준다.\n"
456
457 #: cmd.rc:218
458 msgid ""
459 "CHOICE displays a text and waits, until the User\n"
460 "presses an allowed Key from a selectable list.\n"
461 "CHOICE is mainly used to build a menu selection in a batch file.\n"
462 msgstr ""
463 "CHOICE는 텍스트를 보여주고, 사용자가 선택된 목록에서  \n"
464 "허용하는 키를 누를 때까지 기다립니다.\n"
465 "CHOICE는 주로 배치 파일에서 메뉴 선택을 넣는 데 사용됩니다..\n"
466
467 #: cmd.rc:222
468 msgid ""
469 "EXIT terminates the current command session and returns\n"
470 "to the operating system or shell from which you invoked cmd.\n"
471 msgstr ""
472 "EXIT는 현재 명령 세션을 중단시키고 운영체제로 돌아가거나 cmd를\n"
473 "호출한 셀로 돌아갑니다.\n"
474
475 #: cmd.rc:253
476 msgid ""
477 "CMD built-in commands are:\n"
478 "ATTRIB\t\tShow or change DOS file attributes\n"
479 "CALL\t\tInvoke a batch file from inside another\n"
480 "CD (CHDIR)\tChange current default directory\n"
481 "CHOICE\t\tWait for an keypress from a selectable list\n"
482 "CLS\t\tClear the console screen\n"
483 "COPY\t\tCopy file\n"
484 "CTTY\t\tChange input/output device\n"
485 "DATE\t\tShow or change the system date\n"
486 "DEL (ERASE)\tDelete a file or set of files\n"
487 "DIR\t\tList the contents of a directory\n"
488 "ECHO\t\tCopy text directly to the console output\n"
489 "HELP\t\tShow brief help details on a topic\n"
490 "MD (MKDIR)\tCreate a subdirectory\n"
491 "MORE\t\tDisplay output in pages\n"
492 "MOVE\t\tMove a file, set of files or directory tree\n"
493 "PATH\t\tSet or show the search path\n"
494 "POPD\t\tRestores the directory to the last one saved with PUSHD\n"
495 "PROMPT\t\tChange the command prompt\n"
496 "PUSHD\t\tChanges to a new directory, saving the current one\n"
497 "REN (RENAME)\tRename a file\n"
498 "RD (RMDIR)\tDelete a subdirectory\n"
499 "SET\t\tSet or show environment variables\n"
500 "TIME\t\tSet or show the current system time\n"
501 "TITLE\t\tSet the window title for the CMD session\n"
502 "TYPE\t\tType the contents of a text file\n"
503 "VER\t\tShow the current version of CMD\n"
504 "VOL\t\tShow the volume label of a disk device\n"
505 "EXIT\t\tClose down CMD\n"
506 "\n"
507 "Enter HELP <command> for further information on any of the above commands\n"
508 msgstr ""
509 "CMD 내부 명령들:\n"
510 "ATTRIB\t\t도스 파일 속 보여주거나 바꾸기\n"
511 "CALL\t\tI배치 파일 안에서 다른 파일  불러오기\n"
512 "CD (CHDIR)\t현제 기본 디렉토리 바꾸기\n"
513 "CHOICE\t\t목록에서 키를 선택할 때까지 기다림\n"
514 "CLS\t\t콘솔 화면 깨끗하게\n"
515 "COPY\t\t파일 복사\n"
516 "CTTY\t\t입출력 장치 바꾸기\n"
517 "DATE\t\t시스템 날짜 보여주거나 바꾸기\n"
518 "DEL (ERASE)\t하나의 파일이나 여러 파일을 지우기\n"
519 "DIR\t\t디렉토리 내용 보여주기\n"
520 "ECHO\t\t문자를 바로 화면 출력으로 복사\n"
521 "HELP\t\t 목차의 짤막한 도움말 항목 보여줌\n"
522 "MD (MKDIR)\t하위 디렉토리 만들기\n"
523 "MORE\t\t페이지 출력 보여주기\n"
524 "MOVE\t\t파일 이나 여러 파일,그리고 디렉토리 구조 이동\n"
525 "PATH\t\t탐색 경로 보여주거나 설정하기\n"
526 "POPD\t\tPUSHD로 마지막으로 저장했던 디렉토리로 돌아가기\n"
527 "PROMPT\t\t명령 프롬프트 바꾸기\n"
528 "PUSHD\t\t현재 디렉토리를 저장하고, 새 디렉토리롤 바꾸기\n"
529 "REN (RENAME)\t파일 이름 바꾸기\n"
530 "RD (RMDIR)\t하위 디렉토리 지우기\n"
531 "SET\t\t환경 변수 보여주거나 바꾸기\n"
532 "TIME\t\t시스템 날짜 바꾸거나 보여주기\n"
533 "TITLE\t\tCMD  세션의 창 제목 설정\n"
534 "TYPE\t\t텍스트 파일의 내용 보여주기\n"
535 "VER\t\tCMD 현재 버젼 보여주기\n"
536 "VOL\t\t디스크 장치의 불륨 라벨 보여주기\n"
537 "EXIT\t\tCMD 닫기\n"
538 "\n"
539 "HELP <명령>을 치면 그 명령의 상세한 정보를 보여줌\n"
540
541 #: cmd.rc:255
542 msgid "Are you sure"
543 msgstr "당신은 확신합니까?"
544
545 #: cmd.rc:256
546 msgctxt "Yes key"
547 msgid "Y"
548 msgstr "예"
549
550 #: cmd.rc:257
551 msgctxt "No key"
552 msgid "N"
553 msgstr "아니오"
554
555 #: cmd.rc:258
556 msgid "File association missing for extension %s\n"
557 msgstr "이 파일확장자 %s에 연결된 풀그림이 없습니다.\n"
558
559 #: cmd.rc:259
560 msgid "No open command associated with file type '%s'\n"
561 msgstr "이 파일 형식 '%s'과 연결된 어떠한 명령도 없습니다.'\n"
562
563 #: cmd.rc:260
564 msgid "Overwrite %s"
565 msgstr "%s 덮어쓰기"
566
567 #: cmd.rc:261
568 msgid "More..."
569 msgstr "더 많이..."
570
571 #: cmd.rc:262
572 msgid "Line in Batch processing possibly truncated. Using:\n"
573 msgstr "배치 작업의 줄은 아마도 불완전한 것 같습니다. 사용법:\n"
574
575 #: cmd.rc:263
576 msgid ""
577 "Not Yet Implemented\n"
578 "\n"
579 msgstr ""
580 "아직 구현되지 않았습니다\n"
581 "\n"
582
583 #: cmd.rc:264
584 msgid "Argument missing\n"
585 msgstr "인수가 없습니다\n"
586
587 #: cmd.rc:265
588 msgid "Syntax error\n"
589 msgstr "문법 에러\n"
590
591 #: cmd.rc:266
592 msgid "%s : File Not Found\n"
593 msgstr "%s :파일을 찾을 수 없습니다\n"
594
595 #: cmd.rc:267
596 msgid "No help available for %s\n"
597 msgstr "%s를 위한 어떠한 도움말도 찾을 수 없습니다\n"
598
599 #: cmd.rc:268
600 msgid "Target to GOTO not found\n"
601 msgstr "GOTO 타겟을 찾을 수 없습니다\n"
602
603 #: cmd.rc:269
604 msgid "Current Date is %s\n"
605 msgstr "현재 날짜는 %s\n"
606
607 #: cmd.rc:270
608 msgid "Current Time is %s\n"
609 msgstr "현재 시간은 %s\n"
610
611 #: cmd.rc:271
612 msgid "Enter new date: "
613 msgstr "새 날짜 입력: "
614
615 #: cmd.rc:272
616 msgid "Enter new time: "
617 msgstr "새 시간 입력: "
618
619 #: cmd.rc:273
620 msgid "Environment variable %s not defined\n"
621 msgstr "환경 변수 %s 는 정의되지 않았습니다\n"
622
623 #: cmd.rc:274
624 msgid "Failed to open '%s'\n"
625 msgstr "'%s' 열기 실패\n"
626
627 #: cmd.rc:275
628 msgid "Cannot call batch label outside of a batch script\n"
629 msgstr "배치 스크립트 밖의 배치 라벨은 불러올수 없습니다\n"
630
631 #: cmd.rc:276
632 msgctxt "All key"
633 msgid "A"
634 msgstr "A"
635
636 #: cmd.rc:277
637 msgid "%s, Delete"
638 msgstr "%s, 삭제"
639
640 #: cmd.rc:278
641 msgid "Echo is %s\n"
642 msgstr "에코(Echo)는 %s\n"
643
644 #: cmd.rc:279
645 msgid "Verify is %s\n"
646 msgstr "검증(Verify)은 %s\n"
647
648 #: cmd.rc:280
649 msgid "Verify must be ON or OFF\n"
650 msgstr "검증(Verify)은 반드시 ON 이나 OFF가 되어야 합니다.\n"
651
652 #: cmd.rc:281
653 msgid "Parameter error\n"
654 msgstr "매개변수 에러\n"
655
656 #: cmd.rc:282
657 msgid ""
658 "Volume in drive %c is %s\n"
659 "Volume Serial Number is %04x-%04x\n"
660 "\n"
661 msgstr ""
662 "%c 드라이브의 볼륨은 %s\n"
663 " 볼륨 시리얼 번호는 %04x-%04x\n"
664 "\n"
665
666 #: cmd.rc:283
667 msgid "Volume label (11 characters, ENTER for none)?"
668 msgstr "볼륨 라벨 (11 글자, ENTER는 없음과 같음)?"
669
670 #: cmd.rc:284
671 msgid "PATH not found\n"
672 msgstr "PATH를 찾을 수 없습니다\n"
673
674 #: cmd.rc:285
675 msgid "Press Return key to continue: "
676 msgstr "리턴 키를 누르면 계속: "
677
678 #: cmd.rc:286
679 msgid "Wine Command Prompt"
680 msgstr "Wine 명령 입력대기"
681
682 #: cmd.rc:287
683 msgid ""
684 "CMD Version %s\n"
685 "\n"
686 msgstr ""
687 "CMD 버젼 %s\n"
688 "\n"
689
690 #: cmd.rc:288
691 msgid "More? "
692 msgstr " 더? "
693
694 #: cmd.rc:289
695 msgid "The input line is too long.\n"
696 msgstr "이 출력 줄은 너무 깁니다.\n"