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