[CMAKE]
[reactos.git] / base / applications / mscutils / devmgmt / lang / ko-KR.rc
1 /*
2 *Korean translation by manatails007(www.manatails007.org)
3 */
4 LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
5
6 IDR_MAINMENU MENU
7 BEGIN
8 POPUP "ÆÄÀÏ(&F)"
9 BEGIN
10 MENUITEM "Á¾·á(&X)", IDC_EXIT
11 END
12 POPUP "¾×¼Ç"
13 BEGIN
14 MENUITEM "ÇÁ¸°Æ®", IDC_PRINT, GRAYED
15 MENUITEM SEPARATOR
16 MENUITEM "¼Ó¼º", IDC_PROP, GRAYED
17 MENUITEM SEPARATOR
18 MENUITEM "µµ¿ò¸»", IDC_PROGHELP, GRAYED
19 END
20 POPUP "º¸±â"
21 BEGIN
22 MENUITEM "Devices by type", IDC_DEVBYTYPE, CHECKED
23 MENUITEM "Devices by connection", IDC_STATIC, GRAYED
24 MENUITEM "Resources by type", IDC_STATIC, GRAYED
25 MENUITEM "Resources by connection", IDC_STATIC, GRAYED
26 END
27 POPUP "µµ¿ò¸»"
28 BEGIN
29 MENUITEM "µµ¿ò¸»", IDC_PROGHELP
30 MENUITEM "Á¤º¸", IDC_ABOUT
31 END
32 END
33
34 IDR_POPUP MENU
35 BEGIN
36 POPUP "Æ˾÷"
37 BEGIN
38 MENUITEM "¼Ó¼º", IDC_PROP, GRAYED
39 MENUITEM SEPARATOR
40 MENUITEM "µµ¿ò¸»", IDC_PROGHELP
41 END
42 END
43
44 IDD_ABOUTBOX DIALOGEX 22,16,190,182
45 CAPTION "ÀåÄ¡ °ü¸®ÀÚ¿¡ ´ëÇÏ¿©"
46 FONT 8,"MS Shell Dlg",0,0
47 STYLE DS_SHELLFONT | WS_BORDER | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME
48 BEGIN
49 LTEXT "Device Manager v0.1\nCopyright (C) 2006\nby Ged Murphy (gedmurphy@gmail.com)", IDC_STATIC, 48, 7, 130, 30
50 PUSHBUTTON "Close", IDOK, 75, 162, 44, 15
51 ICON IDI_MAIN_ICON, IDC_STATIC, 10, 10, 7, 30
52 EDITTEXT IDC_LICENSE_EDIT, 8, 44, 174, 107, WS_VISIBLE | WS_VSCROLL | WS_TABSTOP | ES_READONLY | ES_MULTILINE
53 END
54
55 STRINGTABLE DISCARDABLE
56 BEGIN
57 IDS_LICENSE "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\r\n\r\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\r\n\r\nYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA."
58 END
59
60 STRINGTABLE DISCARDABLE
61 BEGIN
62 IDS_TOOLTIP_PROP "¼Ó¼º"
63 IDS_TOOLTIP_REFRESH "»õ·Î °íħ"
64 IDS_TOOLTIP_HELP "µµ¿ò¸»"
65 IDS_TOOLTIP_EXIT "Á¾·á"
66 END
67
68 /* Hints */
69 STRINGTABLE DISCARDABLE
70 BEGIN
71 IDS_APPNAME "ReactOS ÀåÄ¡ °ü¸®ÀÚ"
72 IDS_HINT_BLANK " "
73 IDS_HINT_EXIT " ÇÁ·Î±×·¥À» Á¾·áÇÕ´Ï´Ù."
74 IDS_HINT_REFRESH " ¼­ºñ½º ¸®½ºÆ®¸¦ »õ·Î °íĨ´Ï´Ù."
75 IDS_HINT_PROP " ¼±ÅÃÇÑ Ç׸ñÀÇ ¼Ó¼º âÀ» ¿±´Ï´Ù."
76 IDS_HINT_HELP " µµ¿ò¸»À» ¿±´Ï´Ù."
77 IDS_HINT_ABOUT " ReactOS ÀåÄ¡ °ü¸®ÀÚ¿¡ ´ëÇØ."
78
79 IDS_HINT_SYS_RESTORE " ÀÌ Ã¢À» º¸Åë Å©±â·Î \90¬Ãã´Ï´Ù."
80 IDS_HINT_SYS_MOVE " âÀ» ¿òÁ÷ÀÔ´Ï´Ù."
81 IDS_HINT_SYS_SIZE " âÀÇ Å©±â¸¦ º¯°æÇÕ´Ï´Ù."
82 IDS_HINT_SYS_MINIMIZE " ÀÌ Ã¢À» ¾ÆÀÌÄÜÀ¸·Î ¸¸µì´Ï´Ù."
83 IDS_HINT_SYS_MAXIMIZE " ÀÌ Ã¢À» ÃÖ´ë Å©±â·Î \90¬Ãã´Ï´Ù."
84 IDS_HINT_SYS_CLOSE " âÀ» ´Ý½À´Ï´Ù."
85 END