Create this branch to work on loading of different Kernel-Debugger DLL providers...
[reactos.git] / base / applications / mscutils / devmgmt_new / 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 END
18 POPUP "º¸±â"
19 BEGIN
20 MENUITEM "Devices by type", IDC_DEVBYTYPE, CHECKED
21 MENUITEM "Devices by connection", IDC_STATIC, GRAYED
22 MENUITEM "Resources by type", IDC_STATIC, GRAYED
23 MENUITEM "Resources by connection", IDC_STATIC, GRAYED
24 END
25 POPUP "µµ¿ò¸»"
26 BEGIN
27 MENUITEM "Á¤º¸", IDC_ABOUT
28 END
29 END
30
31 IDR_POPUP MENU
32 BEGIN
33 POPUP "Æ˾÷"
34 BEGIN
35 MENUITEM "¼Ó¼º", IDC_PROP, GRAYED
36 END
37 END
38
39 IDD_ABOUTBOX DIALOGEX 22,16,190,182
40 CAPTION "ÀåÄ¡ °ü¸®ÀÚ¿¡ ´ëÇÏ¿©"
41 FONT 8,"MS Shell Dlg",0,0
42 STYLE DS_SHELLFONT | WS_BORDER | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME
43 BEGIN
44 LTEXT "Device Manager v0.1\nCopyright (C) 2006\nby Ged Murphy (gedmurphy@gmail.com)", IDC_STATIC, 48, 7, 130, 30
45 PUSHBUTTON "Close", IDOK, 75, 162, 44, 15
46 ICON IDI_MAIN_ICON, IDC_STATIC, 10, 10, 7, 30
47 EDITTEXT IDC_LICENSE_EDIT, 8, 44, 174, 107, WS_VISIBLE | WS_VSCROLL | WS_TABSTOP | ES_READONLY | ES_MULTILINE
48 END
49
50 STRINGTABLE DISCARDABLE
51 BEGIN
52 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."
53 END
54
55 STRINGTABLE DISCARDABLE
56 BEGIN
57 IDS_TOOLTIP_PROP "¼Ó¼º"
58 IDS_TOOLTIP_REFRESH "»õ·Î °íħ"
59 IDS_TOOLTIP_HELP "µµ¿ò¸»"
60 IDS_TOOLTIP_EXIT "Á¾·á"
61 END
62
63 /* Hints */
64 STRINGTABLE DISCARDABLE
65 BEGIN
66 IDS_APPNAME "ReactOS ÀåÄ¡ °ü¸®ÀÚ"
67 IDS_HINT_BLANK " "
68 IDS_HINT_EXIT " ÇÁ·Î±×·¥À» Á¾·áÇÕ´Ï´Ù."
69 IDS_HINT_REFRESH " ¼­ºñ½º ¸®½ºÆ®¸¦ »õ·Î °íĨ´Ï´Ù."
70 IDS_HINT_PROP " ¼±ÅÃÇÑ Ç׸ñÀÇ ¼Ó¼º âÀ» ¿±´Ï´Ù."
71 IDS_HINT_HELP " µµ¿ò¸»À» ¿±´Ï´Ù."
72 IDS_HINT_ABOUT " ReactOS ÀåÄ¡ °ü¸®ÀÚ¿¡ ´ëÇØ."
73
74 IDS_HINT_SYS_RESTORE " ÀÌ Ã¢À» º¸Åë Å©±â·Î \90¬Ãã´Ï´Ù."
75 IDS_HINT_SYS_MOVE " âÀ» ¿òÁ÷ÀÔ´Ï´Ù."
76 IDS_HINT_SYS_SIZE " âÀÇ Å©±â¸¦ º¯°æÇÕ´Ï´Ù."
77 IDS_HINT_SYS_MINIMIZE " ÀÌ Ã¢À» ¾ÆÀÌÄÜÀ¸·Î ¸¸µì´Ï´Ù."
78 IDS_HINT_SYS_MAXIMIZE " ÀÌ Ã¢À» ÃÖ´ë Å©±â·Î \90¬Ãã´Ï´Ù."
79 IDS_HINT_SYS_CLOSE " âÀ» ´Ý½À´Ï´Ù."
80 END