Sync with trunk r58033.
[reactos.git] / base / applications / cmdutils / reg / lang / ko-KR.rc
1 /*
2 * REG.EXE - Wine-compatible reg program.
3 * Korean language support
4 *
5 * Copyright 2008 Andrew Riedi
6 * Copyright 2008 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 "reg.h"
24
25 LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
26
27 STRINGTABLE
28 {
29 STRING_USAGE, "명령어 형식:\n\nREG [ ADD | DELETE | QUERY ]\nREG 명령어 /?\n"
30 STRING_ADD_USAGE, "REG ADD 값 [/v 값 | /ve] [/t 형식] [/s 분리기호] [/d 데이타] [/f]\n"
31 STRING_DELETE_USAGE, "REG DELETE 키 이름 [/v 값 | /ve | /va] [/f]\n"
32 STRING_QUERY_USAGE, "REG QUERY 키 이름 [/v 값| /ve] [/s]\n"
33 STRING_SUCCESS, "작업이 성공적으로 끝났습니다\n"
34 STRING_INVALID_KEY, "에러: 올바르지 않은 키 이름\n"
35 STRING_INVALID_CMDLINE, "에러:올바르지 않은 명령라인 매개변수\n"
36 STRING_NO_REMOTE, "에러: 원격 머신에 키를 더하는 것은 가능하지 않습니다\n"
37 STRING_CANNOT_FIND, "에러: 이 시스템에서 지정된 레지스트리 키나 값을 찾을수 없습니다\n"
38 }