* Sync with trunk r64401.
[reactos.git] / dll / win32 / localui / lang / ui_Ko.rc
1 /*
2 * Korean resources for localui
3 *
4 * Copyright 2007 Detlef Riekenberg
5 * Copyright 2007 YunSong Hwang(ȲÀ±¼º)(hys545@dreamwiz.com)
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20 *
21 */
22
23 #include "localui.h"
24
25 LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
26
27 STRINGTABLE
28 {
29 IDS_LOCALPORT "Áö¿ª Æ÷Æ®"
30 IDS_INVALIDNAME "'%s'´Â ¿Ã¹Ù¸¥ Æ÷Æ® À̸§ÀÌ ¾Æ´Õ´Ï´Ù"
31 IDS_PORTEXISTS "Æ÷Æ® %s´Â ÀÌ¹Ì Á¸ÀçÇÕ´Ï´Ù"
32 IDS_NOTHINGTOCONFIG "ÀÌ Æ÷Æ®´Â ¼³Á¤ÇÒ ¿É¼ÇÀÌ ¾ø½À´Ï´Ù"
33 }
34
35 ADDPORT_DIALOG DIALOG 6, 18, 245, 47
36 STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
37 CAPTION "Áö¿ª Æ÷Æ® ´õÇϱâ"
38 FONT 9, "MS Shell Dlg"
39 BEGIN
40 LTEXT "´õÇÒ Æ÷Æ® À̸§ ÀÔ·Â(&E):", -1, 7, 13, 194, 13, WS_VISIBLE
41 EDITTEXT ADDPORT_EDIT, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
42 DEFPUSHBUTTON "È®ÀÎ", IDOK, 188, 10, 50, 14, WS_VISIBLE
43 PUSHBUTTON "Ãë¼Ò", IDCANCEL, 188, 27, 50, 14, WS_VISIBLE
44 END
45
46
47 LPTCONFIG_DIALOG DIALOG 6, 18, 220, 47
48 STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
49 CAPTION "LPT Æ÷Æ® ¼³Á¤"
50 FONT 9, "MS Shell Dlg"
51 BEGIN
52 GROUPBOX "½Ã°£ÃÊ°ú(ÃÊ)", LPTCONFIG_GROUP, 6, 6, 150, 35, BS_GROUPBOX
53 LTEXT "Àç Àü¼Û Ƚ¼ö(&T):", -1, 14, 22, 90, 13, WS_VISIBLE
54 EDITTEXT LPTCONFIG_EDIT, 112, 20, 32, 13, WS_VISIBLE | ES_NUMBER
55 DEFPUSHBUTTON "È®ÀÎ", IDOK, 164, 10, 50, 14, WS_VISIBLE
56 PUSHBUTTON "Ãë¼Ò", IDCANCEL, 164, 27, 50, 14, WS_VISIBLE
57 END