write: Convert translations to po files.
[wine.git] / po / ko.po
blobf9750c285adff369131d4f749215776e0a20b747
1 # Korean translations for Wine
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"
16 #: clock.rc:28
17 msgid "&Properties"
18 msgstr "등록 정보(&P)"
20 #: clock.rc:29
21 msgid "Ana&log"
22 msgstr "아날로그(&L)"
24 #: clock.rc:30
25 msgid "Digi&tal"
26 msgstr "디지털(&T)"
28 #: clock.rc:32
29 msgid "&Font..."
30 msgstr "글꼴(&F)..."
32 #: clock.rc:34
33 msgid "&Without Titlebar"
34 msgstr "제목 표시 안함 (&W)"
36 #: clock.rc:36
37 msgid "&Seconds"
38 msgstr "초(&S)"
40 #: clock.rc:37
41 msgid "&Date"
42 msgstr "날짜(&D)"
44 #: clock.rc:39
45 msgid "&Always on Top"
46 msgstr "항상  앞에 (&A)"
48 #: clock.rc:41
49 msgid "Inf&o"
50 msgstr "정보(&O)"
52 #: clock.rc:42
53 msgid "&About Clock..."
54 msgstr "시계 정보(&A)..."
56 #: clock.rc:48
57 msgid "Clock"
58 msgstr "시계"
60 #: cmd.rc:30
61 msgid "ATTRIB shows or changes DOS file attributes.\n"
62 msgstr "ATTRIB는 도스 파일 속성을 보여주거나 고칩니다.\n"
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"
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"
90 #: cmd.rc:42
91 msgid "CHDIR <dir> changes the current default directory.\n"
92 msgstr "CHDIR <디렉토리> 는 현재 기본 디렉토리를 바꿉니다.\n"
94 #: cmd.rc:44
95 msgid "CLS clears the console screen.\n"
96 msgstr "CLS는 콘솔 화면을 깨끗하게 합니다.\n"
98 #: cmd.rc:46
99 msgid "COPY <filename> copies a file.\n"
100 msgstr "COPY <파일이름> 은 파일을 복사합니다.\n"
102 #: cmd.rc:47
103 msgid "CTTY changes the input/output device.\n"
104 msgstr "CTTY 는 입력/출력 장치를 바꿉니다.\n"
106 #: cmd.rc:48
107 msgid "DATE shows or changes the system date.\n"
108 msgstr "DATE 는 시스템 날짜를 보여주거나 바꿉니다.\n"
110 #: cmd.rc:49
111 msgid "DEL <filename> deletes a file or set of files.\n"
112 msgstr "DEL <파일이름> 은 하나의 파일이나 여러 파일을 지웁니다.\n"
114 #: cmd.rc:50
115 msgid "DIR lists the contents of a directory.\n"
116 msgstr "DIR 는 디렉토리의 내용을 보여줍니다.\n"
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"
137 #: cmd.rc:62
138 msgid "ERASE <filename> deletes a file or set of files.\n"
139 msgstr "ERASE <파일이름>은 하나의 파일이냐 여러 파일을 지웁니다.\n"
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"
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"
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"
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"
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"
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"
227 #: cmd.rc:105
228 msgid "MKDIR <name> creates a subdirectory.\n"
229 msgstr "MKDIR <명령> 운 하위 디렉토리를 만듭니다.\n"
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"
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"
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"
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"
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"
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"
337 #: cmd.rc:158
338 msgid "RENAME <filename> renames a file\n"
339 msgstr "RENAME <파일이름> 은 파일의 이름을 바꿈\n"
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"
346 #: cmd.rc:161
347 msgid "RMDIR <dir> deletes a subdirectory.\n"
348 msgstr "RMDIR <디렉토리>는 하위 디렉토리를 지움.\n"
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"
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"
395 #: cmd.rc:186
396 msgid "TIME sets or shows the current system time.\n"
397 msgstr "TIME 은 현재 시스템 시간을 보여 줍니다.\n"
399 #: cmd.rc:188
400 msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
401 msgstr "cmd창의 창 제목 설정, 문법 TITLE [문자열]\n"
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"
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"
430 #: cmd.rc:204
431 msgid "VER displays the version of cmd you are running\n"
432 msgstr "VER  당신이 실행시킨 cmd 버젼 보여줌\n"
434 #: cmd.rc:206
435 msgid "VOL shows the volume label of a disk device.\n"
436 msgstr "VOL 은 디스크 장치의 볼륨 라벨을 보여줍니다.\n"
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"
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"
452 #: cmd.rc:214
453 msgid "MORE displays output of files or piped input in pages.\n"
454 msgstr ""
455 "MORE는 파일 출력을 보여주거나 페이지의 파이프로도 된 입력을 보여준다.\n"
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"
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"
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"
541 #: cmd.rc:255
542 msgid "Are you sure"
543 msgstr "당신은 확신합니까?"
545 #: cmd.rc:256
546 msgctxt "Yes key"
547 msgid "Y"
548 msgstr "예"
550 #: cmd.rc:257
551 msgctxt "No key"
552 msgid "N"
553 msgstr "아니오"
555 #: cmd.rc:258
556 msgid "File association missing for extension %s\n"
557 msgstr "이 파일확장자 %s에 연결된 풀그림이 없습니다.\n"
559 #: cmd.rc:259
560 msgid "No open command associated with file type '%s'\n"
561 msgstr "이 파일 형식 '%s'과 연결된 어떠한 명령도 없습니다.'\n"
563 #: cmd.rc:260
564 msgid "Overwrite %s"
565 msgstr "%s 덮어쓰기"
567 #: cmd.rc:261
568 msgid "More..."
569 msgstr "더 많이..."
571 #: cmd.rc:262
572 msgid "Line in Batch processing possibly truncated. Using:\n"
573 msgstr "배치 작업의 줄은 아마도 불완전한 것 같습니다. 사용법:\n"
575 #: cmd.rc:263
576 msgid ""
577 "Not Yet Implemented\n"
578 "\n"
579 msgstr ""
580 "아직 구현되지 않았습니다\n"
581 "\n"
583 #: cmd.rc:264
584 msgid "Argument missing\n"
585 msgstr "인수가 없습니다\n"
587 #: cmd.rc:265
588 msgid "Syntax error\n"
589 msgstr "문법 에러\n"
591 #: cmd.rc:266
592 msgid "%s : File Not Found\n"
593 msgstr "%s :파일을 찾을 수 없습니다\n"
595 #: cmd.rc:267
596 msgid "No help available for %s\n"
597 msgstr "%s를 위한 어떠한 도움말도 찾을 수 없습니다\n"
599 #: cmd.rc:268
600 msgid "Target to GOTO not found\n"
601 msgstr "GOTO 타겟을 찾을 수 없습니다\n"
603 #: cmd.rc:269
604 msgid "Current Date is %s\n"
605 msgstr "현재 날짜는 %s\n"
607 #: cmd.rc:270
608 msgid "Current Time is %s\n"
609 msgstr "현재 시간은 %s\n"
611 #: cmd.rc:271
612 msgid "Enter new date: "
613 msgstr "새 날짜 입력: "
615 #: cmd.rc:272
616 msgid "Enter new time: "
617 msgstr "새 시간 입력: "
619 #: cmd.rc:273
620 msgid "Environment variable %s not defined\n"
621 msgstr "환경 변수 %s 는 정의되지 않았습니다\n"
623 #: cmd.rc:274
624 msgid "Failed to open '%s'\n"
625 msgstr "'%s' 열기 실패\n"
627 #: cmd.rc:275
628 msgid "Cannot call batch label outside of a batch script\n"
629 msgstr "배치 스크립트 밖의 배치 라벨은 불러올수 없습니다\n"
631 #: cmd.rc:276
632 msgctxt "All key"
633 msgid "A"
634 msgstr "A"
636 #: cmd.rc:277
637 msgid "%s, Delete"
638 msgstr "%s, 삭제"
640 #: cmd.rc:278
641 msgid "Echo is %s\n"
642 msgstr "에코(Echo)는 %s\n"
644 #: cmd.rc:279
645 msgid "Verify is %s\n"
646 msgstr "검증(Verify)은 %s\n"
648 #: cmd.rc:280
649 msgid "Verify must be ON or OFF\n"
650 msgstr "검증(Verify)은 반드시 ON 이나 OFF가 되어야 합니다.\n"
652 #: cmd.rc:281
653 msgid "Parameter error\n"
654 msgstr "매개변수 에러\n"
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"
666 #: cmd.rc:283
667 msgid "Volume label (11 characters, ENTER for none)?"
668 msgstr "볼륨 라벨 (11 글자, ENTER는 없음과 같음)?"
670 #: cmd.rc:284
671 msgid "PATH not found\n"
672 msgstr "PATH를 찾을 수 없습니다\n"
674 #: cmd.rc:285
675 msgid "Press Return key to continue: "
676 msgstr "리턴 키를 누르면 계속: "
678 #: cmd.rc:286
679 msgid "Wine Command Prompt"
680 msgstr "Wine 명령 입력대기"
682 #: cmd.rc:287
683 msgid ""
684 "CMD Version %s\n"
685 "\n"
686 msgstr ""
687 "CMD 버젼 %s\n"
688 "\n"
690 #: cmd.rc:288
691 msgid "More? "
692 msgstr " 더? "
694 #: cmd.rc:289
695 msgid "The input line is too long.\n"
696 msgstr "이 출력 줄은 너무 깁니다.\n"
698 #: ipconfig.rc:27
699 msgid "Usage: ipconfig [ /? | /all ]\n"
700 msgstr "사용법: ipconfig [ /? | /all ]\n"
702 #: ipconfig.rc:28
703 msgid "Error: Unknown or invalid command line parameters specified\n"
704 msgstr "에러: 알수 없거나 올바르지 않은 명령어 라인 매개변수가 지정됨\n"
706 #: ipconfig.rc:29
707 msgid "%s adapter %s\n"
708 msgstr "%s 어댑터 %s\n"
710 #: ipconfig.rc:30
711 msgid "Ethernet"
712 msgstr "이더넷"
714 #: ipconfig.rc:31
715 msgid "Unknown"
716 msgstr "알 수 없음"
718 #: ipconfig.rc:32
719 msgid "Connection-specific DNS suffix"
720 msgstr "Connection-specific DNS suffix"
722 #: ipconfig.rc:33
723 msgid "IP address"
724 msgstr "IP 주소"
726 #: ipconfig.rc:34
727 msgid "Hostname"
728 msgstr "호스트이름"
730 #: ipconfig.rc:35
731 msgid "Node type"
732 msgstr "노드 형식"
734 #: ipconfig.rc:36
735 msgid "Broadcast"
736 msgstr "브로드캐스트"
738 #: ipconfig.rc:37
739 msgid "Peer-to-peer"
740 msgstr "피어 투 피어"
742 #: ipconfig.rc:38
743 msgid "Mixed"
744 msgstr "Mixed"
746 #: ipconfig.rc:39
747 msgid "Hybrid"
748 msgstr "Hybrid"
750 #: ipconfig.rc:40
751 msgid "IP routing enabled"
752 msgstr "IP 라우팅 가능"
754 #: ipconfig.rc:41
755 msgid "Description"
756 msgstr "설명"
758 #: ipconfig.rc:42
759 msgid "Physical address"
760 msgstr "물리 주소"
762 #: ipconfig.rc:43
763 msgid "DHCP enabled"
764 msgstr "DHCP 가능"
766 #: ipconfig.rc:44
767 msgid "Yes"
768 msgstr "예"
770 #: ipconfig.rc:45
771 msgid "No"
772 msgstr "아니오"
774 #: ipconfig.rc:46
775 msgid "Default gateway"
776 msgstr "기본 게이트웨이"
778 #: net.rc:27
779 msgid ""
780 "The syntax of this command is:\n"
781 "\n"
782 "NET [ HELP | START | STOP | USE ]\n"
783 msgstr ""
784 "이 명령어의 문법:\n"
785 "\n"
786 "NET [ HELP | START | STOP | USE ]\n"
788 #: net.rc:28
789 msgid "Specify service name to start.\n"
790 msgstr "지정된 서비스  시작.\n"
792 #: net.rc:29
793 msgid "Specify service name to stop.\n"
794 msgstr "지정된 서비스  정지.\n"
796 #: net.rc:30
797 msgid "Stopping dependent service: %s\n"
798 msgstr "종속된 서비스 정지중: %s\n"
800 #: net.rc:31
801 msgid "Could not stop service %s\n"
802 msgstr "%s 서비스를 정지할 수 없습니다\n"
804 #: net.rc:32
805 msgid "Could not get handle to service control manager.\n"
806 msgstr "서비스 제어 관리자를 다룰 수 없습니다.\n"
808 #: net.rc:33
809 msgid "Could not get handle to service.\n"
810 msgstr "서비스 핸들을 얻을 수 없습니다.\n"
812 #: net.rc:34
813 msgid "The %s service is starting.\n"
814 msgstr "%s 서비스는 시작중.\n"
816 #: net.rc:35
817 msgid "The %s service was started successfully.\n"
818 msgstr " %s 서비스 시작 성공.\n"
820 #: net.rc:36
821 msgid "The %s service failed to start.\n"
822 msgstr "%s 서비스 시작 실패.\n"
824 #: net.rc:37
825 msgid "The %s service is stopping.\n"
826 msgstr "%s  서비스 정지.\n"
828 #: net.rc:38
829 msgid "The %s service was stopped successfully.\n"
830 msgstr "%s 서비스 정지 성공.\n"
832 #: net.rc:39
833 msgid "The %s service failed to stop.\n"
834 msgstr "%s 서비스 정지 실패.\n"
836 #: net.rc:40
837 msgid ""
838 "The syntax of this command is:\n"
839 "\n"
840 "NET HELP command\n"
841 "    -or-\n"
842 "NET command /HELP\n"
843 "\n"
844 "   Commands available are:\n"
845 "   NET HELP    NET START    NET STOP    NET USE\n"
846 msgstr ""
847 "명령어 문법:\n"
848 "\n"
849 "NET HELP 명령어\n"
850 "    -or-\n"
851 "NET 명령어  /HELP\n"
852 "\n"
853 "    가능한 명령어:\n"
854 "   NET HELP    NET START    NET STOP    NET USE\n"
856 #: net.rc:42
857 msgid "There are no entries in the list.\n"
858 msgstr "리스트가 비어 있습니다.\n"
860 #: net.rc:43
861 msgid ""
862 "\n"
863 "Status  Local   Remote\n"
864 "---------------------------------------------------------------\n"
865 msgstr ""
866 "\n"
867 "상태  로컬   원격\n"
868 "---------------------------------------------------------------\n"
870 #: net.rc:44
871 msgid "%s      %S      %S      Open resources: %lu\n"
872 msgstr "%s      %S      %S      열린 리소스: %lu\n"
874 #: reg.rc:27
875 msgid ""
876 "The syntax of this command is:\n"
877 "\n"
878 "REG [ ADD | DELETE | QUERY ]\n"
879 "REG command /?\n"
880 msgstr ""
881 "명령어 형식:\n"
882 "\n"
883 "REG [ ADD | DELETE | QUERY ]\n"
884 "REG 명령어 /?\n"
886 #: reg.rc:28
887 msgid ""
888 "REG ADD key_name [/v value_name | /ve] [/t type] [/s separator] [/d data] [/"
889 "f]\n"
890 msgstr "REG ADD 값 [/v 값 | /ve] [/t 형식] [/s 분리기호] [/d 데이타] [/f]\n"
892 #: reg.rc:29
893 msgid "REG DELETE key_name [/v value_name | /ve | /va] [/f]\n"
894 msgstr "REG DELETE 키 이름 [/v 값 | /ve | /va] [/f]\n"
896 #: reg.rc:30
897 msgid "REG QUERY key_name [/v value_name | /ve] [/s]\n"
898 msgstr "REG QUERY 키 이름 [/v 값| /ve] [/s]\n"
900 #: reg.rc:31
901 msgid "The operation completed successfully\n"
902 msgstr "작업이 성공적으로 끝났습니다\n"
904 #: reg.rc:32
905 msgid "Error: Invalid key name\n"
906 msgstr "에러: 올바르지 않은 키 이름\n"
908 #: reg.rc:33
909 msgid "Error: Invalid command line parameters\n"
910 msgstr "에러:올바르지 않은 명령라인 매개변수\n"
912 #: reg.rc:34
913 msgid "Error: Unable to add keys to remote machine\n"
914 msgstr "에러: 원격 머신에  키를 더하는 것은 가능하지 않습니다\n"
916 #: reg.rc:35
917 msgid ""
918 "Error: The system was unable to find the specified registry key or value\n"
919 msgstr "에러: 이 시스템에서 지정된 레지스트리 키나 값을 찾을수 없습니다\n"
921 #: start.rc:45
922 msgid ""
923 "Start a program, or open a document in the program normally used for files "
924 "with that suffix.\n"
925 "Usage:\n"
926 "start [options] program_filename [...]\n"
927 "start [options] document_filename\n"
928 "\n"
929 "Options:\n"
930 "/M[inimized] Start the program minimized.\n"
931 "/MAX[imized] Start the program maximized.\n"
932 "/R[estored]  Start the program normally (neither minimized nor maximized).\n"
933 "/W[ait]      Wait for started program to finish, then exit with its exit "
934 "code.\n"
935 "/Unix        Use a Unix filename and start the file like windows explorer.\n"
936 "/ProgIDOpen  Open a document using the following progID.\n"
937 "/L           Show end-user license.\n"
938 "\n"
939 "start.exe version 0.2 Copyright (C) 2003, Dan Kegel\n"
940 "Start comes with ABSOLUTELY NO WARRANTY; for details run with /L option.\n"
941 "This is free software, and you are welcome to redistribute it\n"
942 "under certain conditions; run 'start /L' for details.\n"
943 msgstr ""
944 "풀그림을 실행시키거나 보통 파일에 첨가해서 사용되는  풀그림으로 문서 열기\n"
945 "Usage:\n"
946 "start [옵션] 풀그림이나 파일 이름 [...]\n"
947 "start [옵션] 문서 파일 이름\n"
948 "\n"
949 "Options:\n"
950 "/M[inimized] 풀그림 최소화 상태로 실행.\n"
951 "/MAX[imized] 풀그림 최대화 상태로 실행.\n"
952 "/R[estored]  풀그림을 보통상태로 시작시키기 (최소화도 아니고 최대화도 아"
953 "님).\n"
954 "/W[ait]      시작된 풀그림이 끝날 때까지 기다림, 끝날 때 종료코드를 남김.\n"
955 "/Unix        윈도우 익스플로어같이 유닉스 파일이름을 사용해서 시작.\n"
956 "/ProgIDOpen  지정한 progID를 사용해서 문서 열기.\n"
957 "/L           사용자 라이센스 보여줌\n"
958 "\n"
959 "start.exe version 0.2 Copyright (C) 2003, Dan Kegel\n"
960 "Start comes with ABSOLUTELY NO WARRANTY; for details run with /L option.\n"
961 "This is free software, and you are welcome to redistribute it\n"
962 "under certain conditions; run 'start /L' for details.\n"
964 #: start.rc:63
965 msgid ""
966 "start.exe version 0.2 Copyright (C) 2003, Dan Kegel\n"
967 "This program is free software; you can redistribute it and/or\n"
968 "modify it under the terms of the GNU Lesser Public License\n"
969 "as published by the Free Software Foundation; either version 2.1\n"
970 "of the License, or (at your option) any later version.\n"
971 "\n"
972 "This program is distributed in the hope that it will be useful,\n"
973 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
974 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
975 "GNU Lesser Public License for more details.\n"
976 "\n"
977 "You should have received a copy of the GNU Lesser Public License\n"
978 "along with this program; if not, write to the Free Software\n"
979 "Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.\n"
980 "\n"
981 "See the COPYING.LIB file for license information.\n"
982 msgstr ""
983 "start.exe version 0.2 Copyright (C) 2003, Dan Kegel\n"
984 "This program is free software; you can redistribute it and/or\n"
985 "modify it under the terms of the GNU Lesser Public License\n"
986 "as published by the Free Software Foundation; either version 2.1\n"
987 "of the License, or (at your option) any later version.\n"
988 "\n"
989 "This program is distributed in the hope that it will be useful,\n"
990 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
991 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
992 "GNU Lesser Public License for more details.\n"
993 "\n"
994 "You should have received a copy of the GNU Lesser Public License\n"
995 "along with this program; if not, write to the Free Software\n"
996 "Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.\n"
997 "\n"
998 "See the COPYING.LIB file for license information.\n"
1000 #: start.rc:65
1001 msgid ""
1002 "Application could not be started, or no application associated with the "
1003 "specified file.\n"
1004 "ShellExecuteEx failed"
1005 msgstr ""
1006 "프로그램을 실행할 수 없거나, 지정된 파일에 연결된 프로그램이 없습니다.\n"
1007 "ShellExecuteEx 실패"
1009 #: start.rc:67
1010 msgid "Could not translate the specified Unix filename to a DOS filename."
1011 msgstr "지정된 Unix 파일명을 DOS 파일명으로 바꿀 수 없습니다."
1013 #: taskkill.rc:27
1014 msgid "Usage: taskkill [/?] [/f] [/im ProcessName | /pid ProcessID]\n"
1015 msgstr "사용법: taskkill [/?] [/f] [/im 프로세스이름 | /pid 프로세스ID]\n"
1017 #: taskkill.rc:28
1018 msgid "Error: Unknown or invalid command line option specified.\n"
1019 msgstr "에러: 알수 없거나 올바르지 않은 명령라인 옵션이 지정되었습니다.\n"
1021 #: taskkill.rc:29
1022 msgid "Error: Invalid command line parameter specified.\n"
1023 msgstr "에러: 올바르지 않은 명령어 라인 옵션이 지정되었습니다.\n"
1025 #: taskkill.rc:30
1026 msgid "Error: One of options /im or /pid must be specified.\n"
1027 msgstr "에러: /im 니 /pid  옵션중의 하나는 반드시 지정되어야합니다.\n"
1029 #: taskkill.rc:31
1030 msgid "Error: Option %s expects a command line parameter.\n"
1031 msgstr "에러: 롭션 %s 는 하나의 명령어라인 매개변수가 올것으로 예상합니다.\n"
1033 #: taskkill.rc:32
1034 msgid "Error: Options /im and /pid are mutually exclusive.\n"
1035 msgstr "에러:  /im 와 /pid 옵션은 같이 사용할 수 없습니다.\n"
1037 #: taskkill.rc:33
1038 msgid "Close message sent to top-level windows of process with PID %u.\n"
1039 msgstr "PID %u 의 프로세스의 최상위 창에 닫는 메세지 보냈습니다.\n"
1041 #: taskkill.rc:34
1042 msgid ""
1043 "Close message sent to top-level windows of process \"%s\" with PID %u.\n"
1044 msgstr "PID %u 의 프로세스 \"%s\"의 최상위 창에 닫는 메세지 보냈습니다.\n"
1046 #: taskkill.rc:35
1047 msgid "Process with PID %u was forcibly terminated.\n"
1048 msgstr "PID %u 의 프로세스는 강제로 종료되었습니다.\n"
1050 #: taskkill.rc:36
1051 msgid "Process \"%s\" with PID %u was forcibly terminated.\n"
1052 msgstr "PID %u 의 프로세스 \"%s\" 는 강제로 종료되엇습니다.\n"
1054 #: taskkill.rc:37
1055 msgid "Error: Could not find process \"%s\".\n"
1056 msgstr "에러: 프로세스 \"%s\"를 찾을 수 없습니다.\n"
1058 #: taskkill.rc:38
1059 msgid "Error: Unable to enumerate the process list.\n"
1060 msgstr "에러: 프로세스 목록을 열거 할 수 업습니다.\n"
1062 #: taskkill.rc:39
1063 msgid "Error: Unable to terminate process \"%s\".\n"
1064 msgstr "에러: \"%s\" 프로세스를 중단시킬 수 없습니다.\n"
1066 #: taskkill.rc:40
1067 msgid "Error: Process self-termination is not permitted.\n"
1068 msgstr "에러: 프로세스 자가 종료는 허용되지 않습니다.\n"
1070 #: uninstaller.rc:26
1071 msgid "Wine Application Uninstaller"
1072 msgstr "Wine Application 제거하기"
1074 #: uninstaller.rc:27
1075 msgid ""
1076 "Execution of uninstall command '%s' failed, perhaps due to missing "
1077 "executable.\n"
1078 "Do you want to remove the uninstall entry from the registry ?"
1079 msgstr ""
1080 "언인스톨 명령 '%s' 실행 실패,  실행파일이 없는 것 같습니다.\n"
1081 "당신은 레지스트리에서 언인스톨 등록키를 제거하겠습니까 ?"
1083 #: write.rc:27
1084 msgid "Starting Wordpad failed"
1085 msgstr "워드패드 시작 실패함"