update for HEAD-2003091401
[reactos.git] / subsys / system / regedit / En.rc
1 /*
2  * Regedit resources
3  *
4  * Copyright 2002 Robert Dickenson
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19  */
20
21 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
22 #pragma code_page(850)
23
24 /*
25  * Menu
26  */
27
28 IDC_REGEDIT MENU DISCARDABLE
29 BEGIN
30     POPUP "&File"
31     BEGIN
32         MENUITEM "E&xit",                       ID_REGISTRY_EXIT
33     END
34     POPUP "&Help"
35     BEGIN
36         MENUITEM "&About ...",                  ID_HELP_ABOUT
37     END
38 END
39
40 IDR_REGEDIT_MENU MENU DISCARDABLE
41 BEGIN
42     POPUP "&Registry"
43     BEGIN
44         MENUITEM "&Import Registry File...",    ID_REGISTRY_IMPORTREGISTRYFILE
45
46         MENUITEM "&Export Registry File...",    ID_REGISTRY_EXPORTREGISTRYFILE
47
48         MENUITEM SEPARATOR
49         MENUITEM "&Connect Network Registry...",
50                                                 ID_REGISTRY_CONNECTNETWORKREGISTRY
51         , GRAYED
52         MENUITEM "&Disconnect Network Registry...",
53                                                 ID_REGISTRY_DISCONNECTNETWORKREGISTRY
54         , GRAYED
55         MENUITEM SEPARATOR
56         MENUITEM "&Print\tCtrl+P",              ID_REGISTRY_PRINT, GRAYED
57         MENUITEM SEPARATOR
58         MENUITEM "E&xit",                       ID_REGISTRY_EXIT
59     END
60     POPUP "&Edit"
61     BEGIN
62         MENUITEM "&Modify",                     ID_EDIT_MODIFY
63         MENUITEM SEPARATOR
64         POPUP "&New"
65         BEGIN
66             MENUITEM "&Key",                        ID_EDIT_NEW_KEY
67             MENUITEM SEPARATOR
68             MENUITEM "&String Value",               ID_EDIT_NEW_STRINGVALUE
69             MENUITEM "&Binary Value",               ID_EDIT_NEW_BINARYVALUE
70             MENUITEM "&DWORD Value",                ID_EDIT_NEW_DWORDVALUE
71         END
72         MENUITEM SEPARATOR
73         MENUITEM "&Delete\tDel",                ID_EDIT_DELETE
74         MENUITEM "&Rename",                     ID_EDIT_RENAME
75         MENUITEM SEPARATOR
76         MENUITEM "&Copy Key Name",              ID_EDIT_COPYKEYNAME
77         MENUITEM SEPARATOR
78         MENUITEM "&Find\tCtrl+F",               ID_EDIT_FIND, GRAYED
79         MENUITEM "Find Ne&xt\tF3",              ID_EDIT_FINDNEXT, GRAYED
80     END
81     POPUP "&View"
82     BEGIN
83         MENUITEM "Status &Bar",                 ID_VIEW_STATUSBAR
84         MENUITEM SEPARATOR
85         MENUITEM "Sp&lit",                      ID_VIEW_SPLIT
86         MENUITEM SEPARATOR
87         MENUITEM "&Refresh\tF5",                ID_VIEW_REFRESH
88     END
89     POPUP "&Favourites"
90     BEGIN
91         MENUITEM "&Add to Favourites",          ID_FAVOURITES_ADDTOFAVOURITES
92         , GRAYED
93         MENUITEM "&Remove Favourite",           ID_FAVOURITES_REMOVEFAVOURITE
94         , GRAYED
95     END
96     POPUP "&Help"
97     BEGIN
98 /*
99  *        MENUITEM "&Help Topics",                ID_HELP_HELPTOPICS
100  *        MENUITEM SEPARATOR
101  */
102         MENUITEM "&About Registry Editor",      ID_HELP_ABOUT
103     END
104 END
105
106
107 /*
108  * Dialog
109  */
110
111 IDD_ABOUTBOX DIALOG DISCARDABLE  22, 17, 230, 75
112 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
113 CAPTION "About"
114 FONT 8, "System"
115 BEGIN
116     ICON            IDI_REGEDIT,IDI_REGEDIT,14,9,16,16
117     LTEXT           "ReactOS regedit Version 1.0",IDC_STATIC,49,10,119,8,
118                     SS_NOPREFIX
119     LTEXT           "Copyright (C) 2002 ReactOS Team",IDC_STATIC,49,20,119,8
120     DEFPUSHBUTTON   "OK",IDOK,195,6,30,11,WS_GROUP
121 END
122
123 /*
124  * String Table
125  */
126
127 STRINGTABLE DISCARDABLE
128 BEGIN
129     IDS_LIST_COLUMN_NAME    "Name"
130     IDS_LIST_COLUMN_TYPE    "Type"
131     IDS_LIST_COLUMN_DATA    "Data"
132 END
133
134 STRINGTABLE DISCARDABLE
135 BEGIN
136     IDS_APP_TITLE           "Registry Editor"
137     IDC_REGEDIT             "REGEDIT"
138     IDC_REGEDIT_FRAME       "REGEDIT_FRAME"
139 END
140
141 STRINGTABLE DISCARDABLE
142 BEGIN
143     ID_REGISTRY_MENU        "Contains commands for working with the whole registry"
144     ID_EDIT_MENU            "Contains commands for editing values or keys"
145     ID_VIEW_MENU            "Contains commands for customising the registry window"
146     ID_FAVOURITES_MENU      "Contains commands for accessing frequently used keys"
147     ID_HELP_MENU            "Contains commands for displaying help and information about registry editor"
148     ID_EDIT_NEW_MENU        "Contains commands for creating new keys or values"
149 END
150
151 STRINGTABLE DISCARDABLE
152 BEGIN
153     ID_EDIT_MODIFY          "Modifies the value's data"
154     ID_EDIT_NEW_KEY         "Adds a new key"
155     ID_EDIT_NEW_STRINGVALUE "Adds a new string value"
156     ID_EDIT_NEW_BINARYVALUE "Adds a new binary value"
157     ID_EDIT_NEW_DWORDVALUE  "Adds a new double word value"
158     ID_REGISTRY_IMPORTREGISTRYFILE "Imports a text file into the registry"
159     ID_REGISTRY_EXPORTREGISTRYFILE
160                             "Exports all or part of the registry to a text file"
161     ID_REGISTRY_CONNECTNETWORKREGISTRY
162                             "Connects to a remote computer's registry"
163     ID_REGISTRY_DISCONNECTNETWORKREGISTRY
164                             "Disconnects from a remote computer's registry"
165     ID_REGISTRY_PRINT       "Prints all or part of the registry"
166 /*    ID_HELP_HELPTOPICS      "Opens registry editor help" */
167     ID_HELP_ABOUT           "Displays program information, version number and copyright"
168 END
169
170 STRINGTABLE DISCARDABLE
171 BEGIN
172     ID_REGISTRY_EXIT        "Quits the registry editor"
173     ID_FAVOURITES_ADDTOFAVOURITES "Adds keys to the favourites list"
174     ID_FAVOURITES_REMOVEFAVOURITE "Removes keys from the favourites list"
175     ID_VIEW_STATUSBAR       "Shows or hides the status bar"
176     ID_VIEW_SPLIT           "Change position of split between two panes"
177     ID_VIEW_REFRESH         "Refreshes the window"
178     ID_EDIT_DELETE          "Deletes the selection"
179     ID_EDIT_RENAME          "Renames the selection"
180     ID_EDIT_COPYKEYNAME     "Copies the name of the selected key to the clipboard"
181     ID_EDIT_FIND            "Finds a text string in a key, value or data"
182     ID_EDIT_FINDNEXT        "Finds next occurrence of text specified in previous search"
183 END
184
185 /*****************************************************************/
186
187
188 /*
189  * Dialog
190  */
191
192 IDD_DIALOG1 DIALOG DISCARDABLE  50, 50, 268, 98
193 STYLE DS_3DLOOK | DS_CONTROL | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS |
194     WS_BORDER
195 FONT 8, "MS Sans Serif"
196 BEGIN
197 END
198
199 IDD_DIALOG2 DIALOG DISCARDABLE  0, 0, 187, 95
200 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
201 CAPTION "Dialog"
202 FONT 8, "MS Sans Serif"
203 BEGIN
204     DEFPUSHBUTTON   "OK",IDOK,130,7,50,14
205     PUSHBUTTON      "Cancel",IDCANCEL,130,24,50,14
206 END
207
208
209 /*
210  * TEXTINCLUDE
211  */
212
213 1 TEXTINCLUDE DISCARDABLE
214 BEGIN
215     "resource.h\0"
216 END
217
218
219
220 /*
221  * String Table
222  */
223
224 /*
225  *STRINGTABLE DISCARDABLE
226  *BEGIN
227  *    ID_HELP_HELPTOPICS      "Opens Registry Editor Help."
228  *    ID_HELP_ABOUT           "Displays program information, version number, and copyright."
229  *END
230  */
231
232 /*****************************************************************/