4 * Copyright 2002 Robert Dickenson
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.
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.
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
21 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
27 IDC_REGEDIT MENU DISCARDABLE
31 MENUITEM "E&xit", ID_REGISTRY_EXIT
35 MENUITEM "&About ...", ID_HELP_ABOUT
39 IDR_REGEDIT_MENU MENU DISCARDABLE
43 MENUITEM "&Import Registry File...", ID_REGISTRY_IMPORTREGISTRYFILE
44 MENUITEM "&Export Registry File...", ID_REGISTRY_EXPORTREGISTRYFILE
46 MENUITEM "&Connect Network Registry...", ID_REGISTRY_CONNECTNETWORKREGISTRY, GRAYED
47 MENUITEM "&Disconnect Network Registry...", ID_REGISTRY_DISCONNECTNETWORKREGISTRY, GRAYED
49 MENUITEM "&Print\tCtrl+P", ID_REGISTRY_PRINT, GRAYED
51 MENUITEM "E&xit", ID_REGISTRY_EXIT
55 MENUITEM "&Modify", ID_EDIT_MODIFY
59 MENUITEM "&Key", ID_EDIT_NEW_KEY
61 MENUITEM "&String Value", ID_EDIT_NEW_STRINGVALUE
62 MENUITEM "&Binary Value", ID_EDIT_NEW_BINARYVALUE
63 MENUITEM "&DWORD Value", ID_EDIT_NEW_DWORDVALUE
66 MENUITEM "&Delete\tDel", ID_EDIT_DELETE
67 MENUITEM "&Rename\tF2", ID_EDIT_RENAME
69 MENUITEM "&Copy Key Name", ID_EDIT_COPYKEYNAME
71 MENUITEM "&Find\tCtrl+F", ID_EDIT_FIND, GRAYED
72 MENUITEM "Find Ne&xt\tF3", ID_EDIT_FINDNEXT, GRAYED
76 MENUITEM "Status &Bar", ID_VIEW_STATUSBAR
78 MENUITEM "Sp&lit", ID_VIEW_SPLIT
80 MENUITEM "&Refresh\tF5", ID_VIEW_REFRESH
84 MENUITEM "&Add to Favourites", ID_FAVOURITES_ADDTOFAVOURITES
86 MENUITEM "&Remove Favourite", ID_FAVOURITES_REMOVEFAVOURITE
91 MENUITEM "&Help Topics\tF1", ID_HELP_HELPTOPICS
93 MENUITEM "&About Registry Editor", ID_HELP_ABOUT
97 IDR_POPUP_MENUS MENU DISCARDABLE
101 MENUITEM "&Modify", ID_EDIT_MODIFY
102 MENUITEM "Modify Binary Data", ID_EDIT_MODIFY_BIN
104 MENUITEM "&Delete\tDel", ID_EDIT_DELETE
105 MENUITEM "&Rename", ID_EDIT_RENAME
111 MENUITEM "&Key", ID_EDIT_NEW_KEY
113 MENUITEM "&String Value", ID_EDIT_NEW_STRINGVALUE
114 MENUITEM "&Binary Value", ID_EDIT_NEW_BINARYVALUE
115 MENUITEM "&DWORD Value", ID_EDIT_NEW_DWORDVALUE
125 IDD_ABOUTBOX DIALOG DISCARDABLE 22, 17, 230, 75
126 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
128 FONT 8, "MS Shell Dlg"
130 ICON IDI_REGEDIT,IDI_REGEDIT,14,9,16,16
131 LTEXT "ReactOS regedit Version 1.0",IDC_STATIC,49,10,119,8,
133 LTEXT "Copyright (C) 2002 ReactOS Team",IDC_STATIC,49,20,119,8
134 DEFPUSHBUTTON "OK",IDOK,195,6,30,11,WS_GROUP
137 IDD_EDIT_STRING DIALOG DISCARDABLE 22, 17, 210, 75
138 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
139 CAPTION "Edit String"
140 FONT 8, "MS Shell Dlg"
142 LTEXT "Value name:",IDC_STATIC,5,5,119,8
143 EDITTEXT IDC_VALUE_NAME,5,15,200,12, WS_BORDER | WS_TABSTOP | WS_DISABLED
144 LTEXT "Value data:",IDC_STATIC,5,30,119,8
145 EDITTEXT IDC_VALUE_DATA,5,40,200,12, WS_BORDER | WS_TABSTOP
146 DEFPUSHBUTTON "OK",IDOK,140,60,30,11,WS_GROUP
147 PUSHBUTTON "Cancel",IDCANCEL,175,60,30,11,WS_GROUP
150 IDD_EDIT_DWORD DIALOG DISCARDABLE 22, 17, 210, 100
151 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
153 FONT 8, "MS Shell Dlg"
155 LTEXT "Value name:",IDC_STATIC,5,5,119,8
156 EDITTEXT IDC_VALUE_NAME,5,15,200,12, WS_BORDER | WS_TABSTOP | WS_DISABLED
157 LTEXT "Value data:",IDC_STATIC,5,30,90,8
158 EDITTEXT IDC_VALUE_DATA,5,40,90,12, WS_BORDER | WS_TABSTOP
159 GROUPBOX "Base", IDC_DWORD_BASE, 120, 30, 85, 37, BS_GROUPBOX
160 AUTORADIOBUTTON "Hexadecimal", IDC_DWORD_HEX, 130, 40, 60, 10, WS_TABSTOP
161 AUTORADIOBUTTON "Decimal", IDC_DWORD_DEC, 130, 52, 60, 10, WS_TABSTOP
162 DEFPUSHBUTTON "OK",IDOK,140,80,30,11,WS_GROUP
163 PUSHBUTTON "Cancel",IDCANCEL,175,80,30,11,WS_GROUP
170 STRINGTABLE DISCARDABLE
172 IDS_LIST_COLUMN_NAME "Name"
173 IDS_LIST_COLUMN_TYPE "Type"
174 IDS_LIST_COLUMN_DATA "Data"
177 STRINGTABLE DISCARDABLE
179 IDS_APP_TITLE "Registry Editor"
180 IDC_REGEDIT "REGEDIT"
181 IDC_REGEDIT_FRAME "REGEDIT_FRAME"
184 STRINGTABLE DISCARDABLE
186 ID_REGISTRY_MENU "Contains commands for working with the whole registry"
187 ID_EDIT_MENU "Contains commands for editing values or keys"
188 ID_VIEW_MENU "Contains commands for customising the registry window"
189 ID_FAVOURITES_MENU "Contains commands for accessing frequently used keys"
190 ID_HELP_MENU "Contains commands for displaying help and information about registry editor"
191 ID_EDIT_NEW_MENU "Contains commands for creating new keys or values"
194 STRINGTABLE DISCARDABLE
196 ID_EDIT_MODIFY "Modifies the value's data"
197 ID_EDIT_NEW_KEY "Adds a new key"
198 ID_EDIT_NEW_STRINGVALUE "Adds a new string value"
199 ID_EDIT_NEW_BINARYVALUE "Adds a new binary value"
200 ID_EDIT_NEW_DWORDVALUE "Adds a new double word value"
201 ID_REGISTRY_IMPORTREGISTRYFILE "Imports a text file into the registry"
202 ID_REGISTRY_EXPORTREGISTRYFILE
203 "Exports all or part of the registry to a text file"
204 ID_REGISTRY_CONNECTNETWORKREGISTRY
205 "Connects to a remote computer's registry"
206 ID_REGISTRY_DISCONNECTNETWORKREGISTRY
207 "Disconnects from a remote computer's registry"
208 ID_REGISTRY_PRINT "Prints all or part of the registry"
209 /* ID_HELP_HELPTOPICS "Opens registry editor help" */
210 ID_HELP_ABOUT "Displays program information, version number and copyright"
213 STRINGTABLE DISCARDABLE
215 ID_REGISTRY_EXIT "Quits the registry editor"
216 ID_FAVOURITES_ADDTOFAVOURITES "Adds keys to the favourites list"
217 ID_FAVOURITES_REMOVEFAVOURITE "Removes keys from the favourites list"
218 ID_VIEW_STATUSBAR "Shows or hides the status bar"
219 ID_VIEW_SPLIT "Change position of split between two panes"
220 ID_VIEW_REFRESH "Refreshes the window"
221 ID_EDIT_DELETE "Deletes the selection"
222 ID_EDIT_RENAME "Renames the selection"
223 ID_EDIT_COPYKEYNAME "Copies the name of the selected key to the clipboard"
224 ID_EDIT_FIND "Finds a text string in a key, value or data"
225 ID_EDIT_FINDNEXT "Finds next occurrence of text specified in previous search"
228 STRINGTABLE DISCARDABLE
231 IDS_BAD_KEY "Can't query key '%s'"
232 IDS_BAD_VALUE "Can't query value '%s'"
233 IDS_UNSUPPORTED_TYPE "Can't edit keys of this type (%ld)"
234 IDS_TOO_BIG_VALUE "Value is too big (%ld)"
235 IDS_DELETE_BOX_TITLE "Confirm Value Delete"
236 IDS_DELETE_BOX_TEXT "Are you sure you want to delete value '%s'?"
237 IDS_NEWKEY "New Key #%d"
238 IDS_NEWVALUE "New Value #%d"
241 /*****************************************************************/
248 IDD_DIALOG1 DIALOG DISCARDABLE 50, 50, 268, 98
249 STYLE DS_3DLOOK | DS_CONTROL | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS |
251 FONT 8, "MS Shell Dlg"
255 IDD_DIALOG2 DIALOG DISCARDABLE 0, 0, 187, 95
256 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
258 FONT 8, "MS Shell Dlg"
260 DEFPUSHBUTTON "OK",IDOK,130,7,50,14
261 PUSHBUTTON "Cancel",IDCANCEL,130,24,50,14
269 1 TEXTINCLUDE DISCARDABLE
281 *STRINGTABLE DISCARDABLE
283 * ID_HELP_HELPTOPICS "Opens Registry Editor Help."
284 * ID_HELP_ABOUT "Displays program information, version number, and copyright."
288 /*****************************************************************/