[KERNEL32]
[reactos.git] / base / applications / mscutils / devmgmt / lang / en-US.rc
1 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2
3 IDR_MAINMENU MENU
4 BEGIN
5 POPUP "&File"
6 BEGIN
7 MENUITEM "E&xit", IDC_EXIT
8 END
9 POPUP "Action"
10 BEGIN
11 MENUITEM "Print", IDC_PRINT, GRAYED
12 MENUITEM SEPARATOR
13 MENUITEM "Properties", IDC_PROP, GRAYED
14 MENUITEM SEPARATOR
15 MENUITEM "Help", IDC_PROGHELP, GRAYED
16 END
17 POPUP "View"
18 BEGIN
19 MENUITEM "Devices by type", IDC_DEVBYTYPE
20 MENUITEM "Devices by connection", IDC_DEVBYCONN
21 MENUITEM "Resources by type", IDC_RESBYTYPE, GRAYED
22 MENUITEM "Resources by connection", IDC_RESBYCONN, GRAYED
23 MENUITEM SEPARATOR
24 MENUITEM "Show hidden devices", IDC_SHOWHIDDEN
25 END
26 POPUP "Help"
27 BEGIN
28 MENUITEM "Help", IDC_PROGHELP
29 MENUITEM "About", IDC_ABOUT
30 END
31 END
32
33 IDR_POPUP MENU
34 BEGIN
35 POPUP "popup"
36 BEGIN
37 MENUITEM "Properties", IDC_PROP, GRAYED
38 MENUITEM SEPARATOR
39 MENUITEM "Help", IDC_PROGHELP
40 END
41 END
42
43 IDD_ABOUTBOX DIALOGEX 22,16,190,182
44 CAPTION "About Device Manager"
45 FONT 8,"MS Shell Dlg",0,0
46 STYLE DS_SHELLFONT | WS_BORDER | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME
47 BEGIN
48 LTEXT "Device Manager v0.1\nCopyright (C) 2006\nby Ged Murphy (gedmurphy@gmail.com)", IDC_STATIC, 48, 7, 130, 30
49 PUSHBUTTON "Close", IDOK, 75, 162, 44, 15
50 ICON IDI_MAIN_ICON, IDC_STATIC, 10, 10, 7, 30
51 EDITTEXT IDC_LICENSE_EDIT, 8, 44, 174, 107, WS_VISIBLE | WS_VSCROLL | WS_TABSTOP | ES_READONLY | ES_MULTILINE
52 END
53
54 STRINGTABLE DISCARDABLE
55 BEGIN
56 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."
57 END
58
59 STRINGTABLE DISCARDABLE
60 BEGIN
61 IDS_TOOLTIP_PROP "Properties"
62 IDS_TOOLTIP_REFRESH "Refresh"
63 IDS_TOOLTIP_HELP "Help"
64 IDS_TOOLTIP_EXIT "Exit"
65 END
66
67 /* Hints */
68 STRINGTABLE DISCARDABLE
69 BEGIN
70 IDS_APPNAME "ReactOS Device Manager"
71 IDS_HINT_BLANK " "
72 IDS_HINT_EXIT " Exits the program."
73 IDS_HINT_REFRESH " Refresh the service list."
74 IDS_HINT_PROP " Open property sheet for the current selection."
75 IDS_HINT_HELP " Display help window."
76 IDS_HINT_ABOUT " About ReactOS Device Manager."
77
78 IDS_HINT_SYS_RESTORE " Restores this window to normal size."
79 IDS_HINT_SYS_MOVE " Moves this window."
80 IDS_HINT_SYS_SIZE " Resizes this window."
81 IDS_HINT_SYS_MINIMIZE " Collapses this window to an icon."
82 IDS_HINT_SYS_MAXIMIZE " Expands this window to fill this screen."
83 IDS_HINT_SYS_CLOSE " Closes this window."
84 END