Sync with trunk revision 63128.
[reactos.git] / base / applications / mscutils / devmgmt_new / 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 END
15 POPUP "View"
16 BEGIN
17 MENUITEM "Devices by type", IDC_DEVBYTYPE, CHECKED
18 MENUITEM "Devices by connection", IDC_STATIC, GRAYED
19 MENUITEM "Resources by type", IDC_STATIC, GRAYED
20 MENUITEM "Resources by connection", IDC_STATIC, GRAYED
21 END
22 POPUP "Help"
23 BEGIN
24 MENUITEM "About", IDC_ABOUT
25 END
26 END
27
28 IDR_POPUP MENU
29 BEGIN
30 POPUP "popup"
31 BEGIN
32 MENUITEM "Properties", IDC_PROP, GRAYED
33 END
34 END
35
36 IDD_ABOUTBOX DIALOGEX 22,16,190,182
37 CAPTION "About Device Manager"
38 FONT 8,"MS Shell Dlg",0,0
39 STYLE DS_SHELLFONT | WS_BORDER | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME
40 BEGIN
41 LTEXT "Device Manager v0.1\nCopyright (C) 2006\nby Ged Murphy (gedmurphy@gmail.com)", IDC_STATIC, 48, 7, 130, 30
42 PUSHBUTTON "Close", IDOK, 75, 162, 44, 15
43 ICON IDI_MAIN_ICON, IDC_STATIC, 10, 10, 7, 30
44 EDITTEXT IDC_LICENSE_EDIT, 8, 44, 174, 107, WS_VISIBLE | WS_VSCROLL | WS_TABSTOP | ES_READONLY | ES_MULTILINE
45 END
46
47 STRINGTABLE
48 BEGIN
49 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."
50 END
51
52 STRINGTABLE
53 BEGIN
54 IDS_TOOLTIP_PROP "Properties"
55 IDS_TOOLTIP_REFRESH "Refresh"
56 IDS_TOOLTIP_HELP "Help"
57 IDS_TOOLTIP_EXIT "Exit"
58 END
59
60 /* Hints */
61 STRINGTABLE
62 BEGIN
63 IDS_APPNAME "ReactOS Device Manager"
64 IDS_HINT_BLANK " "
65 IDS_HINT_EXIT " Exits the program."
66 IDS_HINT_REFRESH " Refresh the service list."
67 IDS_HINT_PROP " Open property sheet for the current selection."
68 IDS_HINT_HELP " Display help window."
69 IDS_HINT_ABOUT " About ReactOS Device Manager."
70
71 IDS_HINT_SYS_RESTORE " Restores this window to normal size."
72 IDS_HINT_SYS_MOVE " Moves this window."
73 IDS_HINT_SYS_SIZE " Resizes this window."
74 IDS_HINT_SYS_MINIMIZE " Collapses this window to an icon."
75 IDS_HINT_SYS_MAXIMIZE " Expands this window to fill this screen."
76 IDS_HINT_SYS_CLOSE " Closes this window."
77 END