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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21 /* English Neutral Resources */
23 LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
25 STRINGTABLE DISCARDABLE
27 ID_FAVORITES_ADDTOFAVORITES "Adds keys to the favourites list"
28 ID_FAVORITES_REMOVEFAVORITE "Removes keys from the favourites list"
31 IDR_REGEDIT_MENU MENU DISCARDABLE
35 MENUITEM "&Import Registry File...", ID_REGISTRY_IMPORTREGISTRYFILE
36 MENUITEM "&Export Registry File...", ID_REGISTRY_EXPORTREGISTRYFILE
38 MENUITEM "&Connect Network Registry...", ID_REGISTRY_CONNECTNETWORKREGISTRY, GRAYED
39 MENUITEM "&Disconnect Network Registry...", ID_REGISTRY_DISCONNECTNETWORKREGISTRY, GRAYED
41 MENUITEM "&Print\tCtrl+P", ID_REGISTRY_PRINT, GRAYED
43 MENUITEM "E&xit", ID_REGISTRY_EXIT
47 MENUITEM "&Modify", ID_EDIT_MODIFY
51 MENUITEM "&Key", ID_EDIT_NEW_KEY
53 MENUITEM "&String Value", ID_EDIT_NEW_STRINGVALUE
54 MENUITEM "&Binary Value", ID_EDIT_NEW_BINARYVALUE
55 MENUITEM "&DWORD Value", ID_EDIT_NEW_DWORDVALUE
58 MENUITEM "&Delete\tDel", ID_EDIT_DELETE
59 MENUITEM "&Rename\tF2", ID_EDIT_RENAME
61 MENUITEM "&Copy Key Name", ID_EDIT_COPYKEYNAME
63 MENUITEM "&Find\tCtrl+F", ID_EDIT_FIND
64 MENUITEM "Find Ne&xt\tF3", ID_EDIT_FINDNEXT
68 MENUITEM "Status &Bar", ID_VIEW_STATUSBAR
70 MENUITEM "Sp&lit", ID_VIEW_SPLIT
72 MENUITEM "&Refresh\tF5", ID_VIEW_REFRESH
76 MENUITEM "&Add to Favourites", ID_FAVORITES_ADDTOFAVORITES
77 MENUITEM "&Remove Favourite", ID_FAVORITES_REMOVEFAVORITE
81 MENUITEM "&Help Topics\tF1", ID_HELP_HELPTOPICS
83 MENUITEM "&About Registry Editor", ID_HELP_ABOUT
87 /* US English Resources */
89 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
95 IDC_REGEDIT MENU DISCARDABLE
99 MENUITEM "E&xit", ID_REGISTRY_EXIT
103 MENUITEM "&About ...", ID_HELP_ABOUT
107 IDR_REGEDIT_MENU MENU DISCARDABLE
111 MENUITEM "&Import Registry File...", ID_REGISTRY_IMPORTREGISTRYFILE
112 MENUITEM "&Export Registry File...", ID_REGISTRY_EXPORTREGISTRYFILE
114 MENUITEM "&Connect Network Registry...", ID_REGISTRY_CONNECTNETWORKREGISTRY, GRAYED
115 MENUITEM "&Disconnect Network Registry...", ID_REGISTRY_DISCONNECTNETWORKREGISTRY, GRAYED
117 MENUITEM "&Print\tCtrl+P", ID_REGISTRY_PRINT, GRAYED
119 MENUITEM "E&xit", ID_REGISTRY_EXIT
123 MENUITEM "&Modify", ID_EDIT_MODIFY
127 MENUITEM "&Key", ID_EDIT_NEW_KEY
129 MENUITEM "&String Value", ID_EDIT_NEW_STRINGVALUE
130 MENUITEM "&Binary Value", ID_EDIT_NEW_BINARYVALUE
131 MENUITEM "&DWORD Value", ID_EDIT_NEW_DWORDVALUE
134 MENUITEM "&Delete\tDel", ID_EDIT_DELETE
135 MENUITEM "&Rename\tF2", ID_EDIT_RENAME
137 MENUITEM "&Copy Key Name", ID_EDIT_COPYKEYNAME
139 MENUITEM "&Find\tCtrl+F", ID_EDIT_FIND, GRAYED
140 MENUITEM "Find Ne&xt\tF3", ID_EDIT_FINDNEXT, GRAYED
144 MENUITEM "Status &Bar", ID_VIEW_STATUSBAR
146 MENUITEM "Sp&lit", ID_VIEW_SPLIT
148 MENUITEM "&Refresh\tF5", ID_VIEW_REFRESH
152 MENUITEM "&Add to Favorites", ID_FAVORITES_ADDTOFAVORITES
153 MENUITEM "&Remove Favorite", ID_FAVORITES_REMOVEFAVORITE
157 MENUITEM "&Help Topics\tF1", ID_HELP_HELPTOPICS
159 MENUITEM "&About Registry Editor", ID_HELP_ABOUT
163 IDR_POPUP_MENUS MENU DISCARDABLE
167 MENUITEM "&Modify", ID_EDIT_MODIFY
168 MENUITEM "Modify Binary Data", ID_EDIT_MODIFY_BIN
170 MENUITEM "&Delete\tDel", ID_EDIT_DELETE
171 MENUITEM "&Rename", ID_EDIT_RENAME
177 MENUITEM "&Key", ID_EDIT_NEW_KEY
179 MENUITEM "&String Value", ID_EDIT_NEW_STRINGVALUE
180 MENUITEM "&Binary Value", ID_EDIT_NEW_BINARYVALUE
181 MENUITEM "&DWORD Value", ID_EDIT_NEW_DWORDVALUE
184 MENUITEM "&Delete\tDel", ID_EDIT_DELETE
185 MENUITEM "&Rename\tF2", ID_EDIT_RENAME
187 MENUITEM "&Copy Key Name", ID_EDIT_COPYKEYNAME
189 MENUITEM "&Find\tCtrl+F", ID_EDIT_FIND, GRAYED
198 IDD_ABOUTBOX DIALOG DISCARDABLE 22, 17, 230, 75
199 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
201 FONT 8, "MS Shell Dlg"
203 ICON IDI_REGEDIT,IDI_REGEDIT,14,9,16,16
204 LTEXT "ReactOS regedit Version 1.0",IDC_STATIC,49,10,119,8,
206 LTEXT "Copyright (C) 2002 ReactOS Team",IDC_STATIC,49,20,119,8
207 DEFPUSHBUTTON "OK",IDOK,195,6,30,11,WS_GROUP
210 IDD_FIND DIALOG DISCARDABLE 22, 17, 210, 85
211 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
213 FONT 8, "MS Shell Dlg"
215 LTEXT "Find:",IDC_STATIC,5,7,119,8
216 EDITTEXT IDC_VALUE_NAME,40,5,125,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL
217 LTEXT "Find in:",IDC_STATIC,5, 22, 119, 8
218 CHECKBOX "Keys", IDC_FIND_KEYS, 5, 34, 90, 10, WS_TABSTOP | WS_GROUP | BS_AUTOCHECKBOX
219 CHECKBOX "Value names", IDC_FIND_VALUES, 5, 46, 90, 10, WS_TABSTOP | BS_AUTOCHECKBOX
220 CHECKBOX "Value content", IDC_FIND_CONTENT, 5, 58, 90, 10, WS_TABSTOP | BS_AUTOCHECKBOX
221 CHECKBOX "Whole string only", IDC_FIND_WHOLE, 5, 70, 90, 10, WS_TABSTOP | BS_AUTOCHECKBOX
222 DEFPUSHBUTTON "Find",IDOK,175,5,30,11,WS_GROUP
223 PUSHBUTTON "Close",IDCANCEL,175,22,30,11, WS_GROUP
226 IDD_ADDFAVORITE DIALOG DISCARDABLE 22, 17, 210, 55
227 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
228 CAPTION "Add Favorite"
229 FONT 8, "MS Shell Dlg"
231 LTEXT "Name:",IDC_STATIC,5,5,119,8
232 EDITTEXT IDC_VALUE_NAME,5,15,200,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL
233 DEFPUSHBUTTON "OK",IDOK,140,40,30,11,WS_GROUP
234 PUSHBUTTON "Cancel",IDCANCEL,175,40,30,11, WS_GROUP
237 IDD_DELFAVORITE DIALOG DISCARDABLE 22, 17, 210, 90
238 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
239 CAPTION "Remove Favorite"
240 FONT 8, "MS Shell Dlg"
242 LTEXT "Name:",IDC_STATIC,5,5,119,8
243 LISTBOX IDC_NAME_LIST,5,15,200,52, WS_BORDER | WS_TABSTOP | LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL
244 DEFPUSHBUTTON "OK",IDOK,140,73,30,11,WS_GROUP
245 PUSHBUTTON "Cancel",IDCANCEL,175,73,30,11, WS_GROUP
248 IDD_EDIT_STRING DIALOG DISCARDABLE 22, 17, 210, 75
249 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
250 CAPTION "Edit String"
251 FONT 8, "MS Shell Dlg"
253 LTEXT "Value name:",IDC_STATIC,5,5,119,8
254 EDITTEXT IDC_VALUE_NAME,5,15,200,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL| WS_DISABLED
255 LTEXT "Value data:",IDC_STATIC,5,30,119,8
256 EDITTEXT IDC_VALUE_DATA,5,40,200,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL
257 DEFPUSHBUTTON "OK",IDOK,140,60,30,11,WS_GROUP
258 PUSHBUTTON "Cancel",IDCANCEL,175,60,30,11,WS_GROUP
261 IDD_EDIT_DWORD DIALOG DISCARDABLE 22, 17, 210, 100
262 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
264 FONT 8, "MS Shell Dlg"
266 LTEXT "Value name:",IDC_STATIC,5,5,119,8
267 EDITTEXT IDC_VALUE_NAME,5,15,200,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL| WS_DISABLED
268 LTEXT "Value data:",IDC_STATIC,5,30,90,8
269 EDITTEXT IDC_VALUE_DATA,5,40,90,12, WS_BORDER | WS_TABSTOP
270 GROUPBOX "Base", IDC_DWORD_BASE, 120, 30, 85, 37, BS_GROUPBOX
271 AUTORADIOBUTTON "Hexadecimal", IDC_DWORD_HEX, 130, 40, 60, 10, WS_TABSTOP
272 AUTORADIOBUTTON "Decimal", IDC_DWORD_DEC, 130, 52, 60, 10, WS_TABSTOP
273 DEFPUSHBUTTON "OK",IDOK,140,80,30,11,WS_GROUP
274 PUSHBUTTON "Cancel",IDCANCEL,175,80,30,11,WS_GROUP
277 IDD_EDIT_BINARY DIALOG DISCARDABLE 22, 17, 210, 100
278 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
279 CAPTION "Edit Binary"
280 FONT 8, "MS Shell Dlg"
282 LTEXT "Value name:",IDC_STATIC,5,5,119,8
283 EDITTEXT IDC_VALUE_NAME,5,15,200,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL| WS_DISABLED
284 LTEXT "Value data:",IDC_STATIC,5,30,90,8
285 CONTROL "",IDC_VALUE_DATA,"HexEdit",WS_TABSTOP,4,40,160,40
286 DEFPUSHBUTTON "OK",IDOK,140,80,30,11,WS_GROUP
287 PUSHBUTTON "Cancel",IDCANCEL,175,80,30,11,WS_GROUP
294 STRINGTABLE DISCARDABLE
296 IDS_LIST_COLUMN_NAME "Name"
297 IDS_LIST_COLUMN_TYPE "Type"
298 IDS_LIST_COLUMN_DATA "Data"
301 STRINGTABLE DISCARDABLE
303 IDS_APP_TITLE "Registry Editor"
304 IDC_REGEDIT "REGEDIT"
305 IDC_REGEDIT_FRAME "REGEDIT_FRAME"
308 STRINGTABLE DISCARDABLE
310 ID_REGISTRY_MENU "Contains commands for working with the whole registry"
311 ID_EDIT_MENU "Contains commands for editing values or keys"
312 ID_VIEW_MENU "Contains commands for customising the registry window"
313 ID_FAVORITES_MENU "Contains commands for accessing frequently used keys"
314 ID_HELP_MENU "Contains commands for displaying help and information about registry editor"
315 ID_EDIT_NEW_MENU "Contains commands for creating new keys or values"
318 STRINGTABLE DISCARDABLE
320 ID_EDIT_MODIFY "Modifies the value's data"
321 ID_EDIT_NEW_KEY "Adds a new key"
322 ID_EDIT_NEW_STRINGVALUE "Adds a new string value"
323 ID_EDIT_NEW_BINARYVALUE "Adds a new binary value"
324 ID_EDIT_NEW_DWORDVALUE "Adds a new double word value"
325 ID_REGISTRY_IMPORTREGISTRYFILE "Imports a text file into the registry"
326 ID_REGISTRY_EXPORTREGISTRYFILE
327 "Exports all or part of the registry to a text file"
328 ID_REGISTRY_CONNECTNETWORKREGISTRY
329 "Connects to a remote computer's registry"
330 ID_REGISTRY_DISCONNECTNETWORKREGISTRY
331 "Disconnects from a remote computer's registry"
332 ID_REGISTRY_PRINT "Prints all or part of the registry"
333 /* ID_HELP_HELPTOPICS "Opens registry editor help" */
334 ID_HELP_ABOUT "Displays program information, version number and copyright"
337 STRINGTABLE DISCARDABLE
339 ID_REGISTRY_EXIT "Quits the registry editor"
340 ID_FAVORITES_ADDTOFAVORITES "Adds keys to the favorites list"
341 ID_FAVORITES_REMOVEFAVORITE "Removes keys from the favorites list"
342 ID_VIEW_STATUSBAR "Shows or hides the status bar"
343 ID_VIEW_SPLIT "Change position of split between two panes"
344 ID_VIEW_REFRESH "Refreshes the window"
345 ID_EDIT_DELETE "Deletes the selection"
346 ID_EDIT_RENAME "Renames the selection"
347 ID_EDIT_COPYKEYNAME "Copies the name of the selected key to the clipboard"
348 ID_EDIT_FIND "Finds a text string in a key, value or data"
349 ID_EDIT_FINDNEXT "Finds next occurrence of text specified in previous search"
352 STRINGTABLE DISCARDABLE
355 IDS_BAD_KEY "Can't query key '%s'"
356 IDS_BAD_VALUE "Can't query value '%s'"
357 IDS_UNSUPPORTED_TYPE "Can't edit keys of this type (%ld)"
358 IDS_TOO_BIG_VALUE "Value is too big (%ld)"
359 IDS_DELETE_BOX_TITLE "Confirm Value Delete"
360 IDS_DELETE_BOX_TEXT "Are you sure you want to delete value '%s'?"
361 IDS_NEWKEY "New Key #%d"
362 IDS_NEWVALUE "New Value #%d"
363 IDS_NOTFOUND "Search string '%s' not found"
366 /*****************************************************************/
373 IDD_DIALOG1 DIALOG DISCARDABLE 50, 50, 268, 98
374 STYLE DS_3DLOOK | DS_CONTROL | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS |
376 FONT 8, "MS Shell Dlg"
380 IDD_DIALOG2 DIALOG DISCARDABLE 0, 0, 187, 95
381 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
383 FONT 8, "MS Shell Dlg"
385 DEFPUSHBUTTON "OK",IDOK,130,7,50,14
386 PUSHBUTTON "Cancel",IDCANCEL,130,24,50,14
394 1 TEXTINCLUDE DISCARDABLE
406 *STRINGTABLE DISCARDABLE
408 * ID_HELP_HELPTOPICS "Opens Registry Editor Help."
409 * ID_HELP_ABOUT "Displays program information, version number, and copyright."
413 /*****************************************************************/