Synchronize with trunk revision 59781.
[reactos.git] / base / applications / cmdutils / xcopy / Ko.rc
1 /*
2 * XCOPY - Wine-compatible xcopy program
3 * Korean language support
4 *
5 * Copyright (C) 2007 J. Edmeades
6 * Copyright (C) 2007,2010 YunSong Hwang
7 *
8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public
10 * License as published by the Free Software Foundation; either
11 * version 2.1 of the License, or (at your option) any later version.
12 *
13 * This library is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * Lesser General Public License for more details.
17 *
18 * You should have received a copy of the GNU Lesser General Public
19 * License along with this library; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21 */
22
23 #include "xcopy.h"
24
25 #pragma code_page(65001)
26
27 LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
28
29 STRINGTABLE
30 {
31 STRING_INVPARMS, "올바르지 않은 매개변수의 갯수 - xcopy /?로 도움말을 보시오\n"
32 STRING_INVPARM, "올바르지 않은 매개변수 '%s' - xcopy /?로 도움말을 보시오\n"
33 STRING_PAUSE, "<enter> 를 누르면 복사가 시작될 것입니다\n"
34 STRING_SIMCOPY, "%d 파일이 복사될 것입니다\n"
35 STRING_COPY, "%d 파일이 복사되었습니다\n"
36 STRING_QISDIR, "'%s'이 복사할 파일이나 디렉토리?\n\
37 입니까?\n\
38 (F - 파일, D - 디렉토리)\n"
39 STRING_SRCPROMPT,"%s? (예|아니오)\n"
40 STRING_OVERWRITE,"%s를 덮어쓰겠습니까? (예|아니오|모두)\n"
41 STRING_COPYFAIL, "Copying of '%s' to '%s' failed with r/c %d\n"
42 STRING_OPENFAIL, "'%s' 열기 실패\n"
43 STRING_READFAIL, "'%s를 읽지 못했습니다'\n"
44 STRING_YES_CHAR, "Y"
45 STRING_NO_CHAR, "N"
46 STRING_ALL_CHAR, "A"
47 STRING_FILE_CHAR,"F"
48 STRING_DIR_CHAR, "D"
49
50 STRING_HELP,
51 "XCOPY - 원본 파일이나 디렉토리 구조를 목적지로 복사\n\
52 \n\
53 문법:\n\
54 XCOPY 원본 [대상] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
55 \t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
56 \n\
57 Where:\n\
58 \n\
59 [/I] 만약 대상이 존재하지 않는 경우 디렉토리로 가정하고 두개나 더 많은 파일을\n\
60 \t복사\n\
61 [/S] 디렉토리하고 하위 디렉토리 복사\n\
62 [/E] 빈 디렉토리를 포함해서 디렉토리와 하위 디렉토리 복사\n\
63 [/Q] 조용하게 복사되는 파일이나 디렉토리를 표시하지 않고 복사.\n\
64 [/F] 복사하는 동안 완전한 원본과 대상 보여주기\n\
65 [/L] 복사될 것을 보여주면서 가상으로 작업\n\
66 [/W] 복사시작 하기 전에 확인하기\n\
67 [/T] 파일은 복사하지 않고 빈 디렉토리 구조만 복사\n\
68 [/Y] 파일 덮어 쓸 때 확인하지 않기\n\
69 [/-Y] 파일을 덮어 쓸 때 확인하기\n\
70 [/P] 복사하는 동안에 각가의 원본 파일마다 확인\n\
71 [/N] 짧은 이름을 사용해서 복사\n\
72 [/U] 이미 대상 디렉토리에 존재하는 파일만 복사\n\
73 [/R] 읽기 전용 파일도 덮어 쓰기\n\
74 [/H] 숨은 파일이나 시스템 파일도 포함해서 복사\n\
75 [/C] 복사하는 동안에 에러가 발생해도 계속 진행\n\
76 [/A] 오직 압축 속성이 설정되어있는 파일만 복사\n\
77 [/M] 오직 압축 속성을 제거하면서 압축 속성이 설정되어있는\n\
78 \t파일만 복사\n\
79 [/D | /D:m-d-y] 지정된 날짜 후에 수정되거나 새로운 파일 복사.\n\
80 \t\tI만약 어떠한 날짜도 지정되지 않으면,오직 원본보다\n\
81 \t\t대상이 오래된 것만 복사\n\n"
82
83 }