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
56 MENUITEM "&Multi String Value", ID_EDIT_NEW_MULTI_STRINGVALUE
59 MENUITEM "&Delete\tDel", ID_EDIT_DELETE
60 MENUITEM "&Rename\tF2", ID_EDIT_RENAME
62 MENUITEM "&Copy Key Name", ID_EDIT_COPYKEYNAME
64 MENUITEM "&Find\tCtrl+F", ID_EDIT_FIND, GRAYED
65 MENUITEM "Find Ne&xt\tF3", ID_EDIT_FINDNEXT, GRAYED
69 MENUITEM "Status &Bar", ID_VIEW_STATUSBAR
71 MENUITEM "Sp&lit", ID_VIEW_SPLIT
73 MENUITEM "&Refresh\tF5", ID_VIEW_REFRESH
77 MENUITEM "&Add to Favourites", ID_FAVORITES_ADDTOFAVORITES
78 MENUITEM "&Remove Favourite", ID_FAVORITES_REMOVEFAVORITE
82 MENUITEM "&Help Topics\tF1", ID_HELP_HELPTOPICS
84 MENUITEM "&About Registry Editor", ID_HELP_ABOUT
88 /* US English Resources */
90 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
96 IDC_REGEDIT MENU DISCARDABLE
100 MENUITEM "E&xit", ID_REGISTRY_EXIT
104 MENUITEM "&About ...", ID_HELP_ABOUT
108 IDR_REGEDIT_MENU MENU DISCARDABLE
112 MENUITEM "&Import Registry File...", ID_REGISTRY_IMPORTREGISTRYFILE
113 MENUITEM "&Export Registry File...", ID_REGISTRY_EXPORTREGISTRYFILE
115 MENUITEM "&Connect Network Registry...", ID_REGISTRY_CONNECTNETWORKREGISTRY, GRAYED
116 MENUITEM "&Disconnect Network Registry...", ID_REGISTRY_DISCONNECTNETWORKREGISTRY, GRAYED
118 MENUITEM "&Print\tCtrl+P", ID_REGISTRY_PRINT, GRAYED
120 MENUITEM "E&xit", ID_REGISTRY_EXIT
124 MENUITEM "&Modify", ID_EDIT_MODIFY
128 MENUITEM "&Key", ID_EDIT_NEW_KEY
130 MENUITEM "&String Value", ID_EDIT_NEW_STRINGVALUE
131 MENUITEM "&Binary Value", ID_EDIT_NEW_BINARYVALUE
132 MENUITEM "&DWORD Value", ID_EDIT_NEW_DWORDVALUE
133 MENUITEM "&Multi String Value", ID_EDIT_NEW_MULTI_STRINGVALUE
136 MENUITEM "&Delete\tDel", ID_EDIT_DELETE
137 MENUITEM "&Rename\tF2", ID_EDIT_RENAME
139 MENUITEM "&Copy Key Name", ID_EDIT_COPYKEYNAME
141 MENUITEM "&Find\tCtrl+F", ID_EDIT_FIND, GRAYED
142 MENUITEM "Find Ne&xt\tF3", ID_EDIT_FINDNEXT, GRAYED
146 MENUITEM "Status &Bar", ID_VIEW_STATUSBAR
148 MENUITEM "Sp&lit", ID_VIEW_SPLIT
150 MENUITEM "&Refresh\tF5", ID_VIEW_REFRESH
154 MENUITEM "&Add to Favorites", ID_FAVORITES_ADDTOFAVORITES
155 MENUITEM "&Remove Favorite", ID_FAVORITES_REMOVEFAVORITE
159 MENUITEM "&Help Topics\tF1", ID_HELP_HELPTOPICS
161 MENUITEM "&About Registry Editor", ID_HELP_ABOUT
165 IDR_POPUP_MENUS MENU DISCARDABLE
169 MENUITEM "&Modify", ID_EDIT_MODIFY
170 MENUITEM "Modify Binary Data", ID_EDIT_MODIFY_BIN
172 MENUITEM "&Delete\tDel", ID_EDIT_DELETE
173 MENUITEM "&Rename", ID_EDIT_RENAME
179 MENUITEM "&Key", ID_EDIT_NEW_KEY
181 MENUITEM "&String Value", ID_EDIT_NEW_STRINGVALUE
182 MENUITEM "&Binary Value", ID_EDIT_NEW_BINARYVALUE
183 MENUITEM "&DWORD Value", ID_EDIT_NEW_DWORDVALUE
184 MENUITEM "&Multi String Value", ID_EDIT_NEW_MULTI_STRINGVALUE
187 MENUITEM "&Delete\tDel", ID_EDIT_DELETE
188 MENUITEM "&Rename\tF2", ID_EDIT_RENAME
190 MENUITEM "&Copy Key Name", ID_EDIT_COPYKEYNAME
192 MENUITEM "&Find\tCtrl+F", ID_EDIT_FIND, GRAYED
201 IDD_EXPORT_TEMPLATE DIALOG DISCARDABLE 50, 50, 278, 54
202 STYLE DS_3DLOOK | DS_CONTROL | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS |
204 FONT 8, "MS Shell Dlg"
206 GROUPBOX "Export registry", IDC_EXPORT_BASE, 6, 6, 266, 42, WS_GROUP
207 AUTORADIOBUTTON "&All", IDC_EXPORT_ALL, 12, 15, 244, 12
208 AUTORADIOBUTTON "S&elected branch:", IDC_EXPORT_SELECTED, 12, 30, 70, 12
209 EDITTEXT IDC_EXPORT_PATH, 82, 30, 184, 12
212 IDD_FIND DIALOG DISCARDABLE 22, 17, 210, 85
213 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
215 FONT 8, "MS Shell Dlg"
217 LTEXT "Find:",IDC_STATIC,5,7,119,8
218 EDITTEXT IDC_VALUE_NAME,40,5,125,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL
219 LTEXT "Find in:",IDC_STATIC,5, 22, 119, 8
220 CHECKBOX "Keys", IDC_FIND_KEYS, 5, 34, 90, 10, WS_TABSTOP | WS_GROUP | BS_AUTOCHECKBOX
221 CHECKBOX "Value names", IDC_FIND_VALUES, 5, 46, 90, 10, WS_TABSTOP | BS_AUTOCHECKBOX
222 CHECKBOX "Value content", IDC_FIND_CONTENT, 5, 58, 90, 10, WS_TABSTOP | BS_AUTOCHECKBOX
223 CHECKBOX "Whole string only", IDC_FIND_WHOLE, 5, 70, 90, 10, WS_TABSTOP | BS_AUTOCHECKBOX
224 DEFPUSHBUTTON "Find",IDOK,175,5,30,11,WS_GROUP
225 PUSHBUTTON "Close",IDCANCEL,175,22,30,11, WS_GROUP
228 IDD_ADDFAVORITE DIALOG DISCARDABLE 22, 17, 210, 55
229 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
230 CAPTION "Add Favorite"
231 FONT 8, "MS Shell Dlg"
233 LTEXT "Name:",IDC_STATIC,5,5,119,8
234 EDITTEXT IDC_VALUE_NAME,5,15,200,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL
235 DEFPUSHBUTTON "OK",IDOK,140,40,30,11,WS_GROUP
236 PUSHBUTTON "Cancel",IDCANCEL,175,40,30,11, WS_GROUP
239 IDD_DELFAVORITE DIALOG DISCARDABLE 22, 17, 210, 90
240 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
241 CAPTION "Remove Favorite"
242 FONT 8, "MS Shell Dlg"
244 LTEXT "Name:",IDC_STATIC,5,5,119,8
245 LISTBOX IDC_NAME_LIST,5,15,200,52, WS_BORDER | WS_TABSTOP | LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL
246 DEFPUSHBUTTON "OK",IDOK,140,73,30,11,WS_GROUP
247 PUSHBUTTON "Cancel",IDCANCEL,175,73,30,11, WS_GROUP
250 IDD_EDIT_STRING DIALOG DISCARDABLE 22, 17, 210, 75
251 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
252 CAPTION "Edit String"
253 FONT 8, "MS Shell Dlg"
255 LTEXT "Value name:",IDC_STATIC,5,5,119,8
256 EDITTEXT IDC_VALUE_NAME,5,15,200,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL| WS_DISABLED
257 LTEXT "Value data:",IDC_STATIC,5,30,119,8
258 EDITTEXT IDC_VALUE_DATA,5,40,200,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL
259 DEFPUSHBUTTON "OK",IDOK,140,60,30,11,WS_GROUP
260 PUSHBUTTON "Cancel",IDCANCEL,175,60,30,11,WS_GROUP
263 IDD_EDIT_DWORD DIALOG DISCARDABLE 22, 17, 210, 100
264 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
266 FONT 8, "MS Shell Dlg"
268 LTEXT "Value name:",IDC_STATIC,5,5,119,8
269 EDITTEXT IDC_VALUE_NAME,5,15,200,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL| WS_DISABLED
270 LTEXT "Value data:",IDC_STATIC,5,30,90,8
271 EDITTEXT IDC_VALUE_DATA,5,40,90,12, WS_BORDER | WS_TABSTOP
272 GROUPBOX "Base", IDC_DWORD_BASE, 120, 30, 85, 37, BS_GROUPBOX
273 AUTORADIOBUTTON "Hexadecimal", IDC_DWORD_HEX, 130, 40, 60, 10, WS_TABSTOP
274 AUTORADIOBUTTON "Decimal", IDC_DWORD_DEC, 130, 52, 60, 10, WS_TABSTOP
275 DEFPUSHBUTTON "OK",IDOK,140,80,30,11,WS_GROUP
276 PUSHBUTTON "Cancel",IDCANCEL,175,80,30,11,WS_GROUP
279 IDD_EDIT_BINARY DIALOG DISCARDABLE 22, 17, 210, 100
280 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
281 CAPTION "Edit Binary"
282 FONT 8, "MS Shell Dlg"
284 LTEXT "Value name:",IDC_STATIC,5,5,119,8
285 EDITTEXT IDC_VALUE_NAME,5,15,200,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL| WS_DISABLED
286 LTEXT "Value data:",IDC_STATIC,5,30,90,8
287 CONTROL "",IDC_VALUE_DATA,"HexEdit",WS_TABSTOP,4,40,160,40
288 DEFPUSHBUTTON "OK",IDOK,140,80,30,11,WS_GROUP
289 PUSHBUTTON "Cancel",IDCANCEL,175,80,30,11,WS_GROUP
292 IDD_EDIT_MULTI_STRING DIALOG DISCARDABLE 22, 17, 210, 175
293 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
294 CAPTION "Edit Multi String"
295 FONT 8, "MS Shell Dlg"
297 LTEXT "Value name:",IDC_STATIC,5,5,119,8
298 EDITTEXT IDC_VALUE_NAME,5,15,200,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL| WS_DISABLED
299 LTEXT "Value data:",IDC_STATIC,5,30,119,8
300 EDITTEXT IDC_VALUE_DATA,5,40,200,112, WS_BORDER | WS_TABSTOP | WS_HSCROLL | WS_VSCROLL | ES_MULTILINE | ES_WANTRETURN
301 DEFPUSHBUTTON "OK",IDOK,140,160,30,11,WS_GROUP
302 PUSHBUTTON "Cancel",IDCANCEL,175,160,30,11,WS_GROUP
309 STRINGTABLE DISCARDABLE
311 IDS_LIST_COLUMN_NAME "Name"
312 IDS_LIST_COLUMN_TYPE "Type"
313 IDS_LIST_COLUMN_DATA "Data"
316 STRINGTABLE DISCARDABLE
318 IDS_APP_TITLE "Registry Editor"
319 IDC_REGEDIT "REGEDIT"
320 IDC_REGEDIT_FRAME "REGEDIT_FRAME"
323 STRINGTABLE DISCARDABLE
325 ID_REGISTRY_MENU "Contains commands for working with the whole registry"
326 ID_EDIT_MENU "Contains commands for editing values or keys"
327 ID_VIEW_MENU "Contains commands for customising the registry window"
328 ID_FAVORITES_MENU "Contains commands for accessing frequently used keys"
329 ID_HELP_MENU "Contains commands for displaying help and information about registry editor"
330 ID_EDIT_NEW_MENU "Contains commands for creating new keys or values"
333 STRINGTABLE DISCARDABLE
335 ID_EDIT_MODIFY "Modifies the value's data"
336 ID_EDIT_NEW_KEY "Adds a new key"
337 ID_EDIT_NEW_STRINGVALUE "Adds a new string value"
338 ID_EDIT_NEW_BINARYVALUE "Adds a new binary value"
339 ID_EDIT_NEW_DWORDVALUE "Adds a new double word value"
340 ID_EDIT_NEW_MULTI_STRINGVALUE "Adds a new multi string value"
341 ID_REGISTRY_IMPORTREGISTRYFILE "Imports a text file into the registry"
342 ID_REGISTRY_EXPORTREGISTRYFILE
343 "Exports all or part of the registry to a text file"
344 ID_REGISTRY_CONNECTNETWORKREGISTRY
345 "Connects to a remote computer's registry"
346 ID_REGISTRY_DISCONNECTNETWORKREGISTRY
347 "Disconnects from a remote computer's registry"
348 ID_REGISTRY_PRINT "Prints all or part of the registry"
349 /* ID_HELP_HELPTOPICS "Opens registry editor help" */
350 ID_HELP_ABOUT "Displays program information, version number and copyright"
353 STRINGTABLE DISCARDABLE
355 ID_REGISTRY_EXIT "Quits the registry editor"
356 ID_FAVORITES_ADDTOFAVORITES "Adds keys to the favorites list"
357 ID_FAVORITES_REMOVEFAVORITE "Removes keys from the favorites list"
358 ID_VIEW_STATUSBAR "Shows or hides the status bar"
359 ID_VIEW_SPLIT "Change position of split between two panes"
360 ID_VIEW_REFRESH "Refreshes the window"
361 ID_EDIT_DELETE "Deletes the selection"
362 ID_EDIT_RENAME "Renames the selection"
363 ID_EDIT_COPYKEYNAME "Copies the name of the selected key to the clipboard"
364 ID_EDIT_FIND "Finds a text string in a key, value or data"
365 ID_EDIT_FINDNEXT "Finds next occurrence of text specified in previous search"
368 STRINGTABLE DISCARDABLE
371 IDS_BAD_KEY "Can't query key '%s'"
372 IDS_BAD_VALUE "Can't query value '%s'"
373 IDS_UNSUPPORTED_TYPE "Can't edit keys of this type (%ld)"
374 IDS_TOO_BIG_VALUE "Value is too big (%ld)"
375 IDS_DELETE_BOX_TITLE "Confirm Value Delete"
376 IDS_DELETE_BOX_TEXT "Are you sure you want to delete value '%s'?"
377 IDS_NEWKEY "New Key #%d"
378 IDS_NEWVALUE "New Value #%d"
379 IDS_NOTFOUND "Search string '%s' not found"
382 STRINGTABLE DISCARDABLE
384 IDS_FILEDIALOG_IMPORT_TITLE "Import Registry File"
385 IDS_FILEDIALOG_EXPORT_TITLE "Export Registry File"
386 IDS_FILEDIALOG_FILTER "Registration Files\0*.reg\0Win9x/NT4 Registration Files (REGEDIT4)\0*.reg\0All Files (*.*)\0*.*\0\0"
389 STRINGTABLE DISCARDABLE
391 IDS_REGISTRY_ROOT_NAME "My Computer"
392 IDS_REGISTRY_DEFAULT_VALUE "(Default)"
393 IDS_REGISTRY_VALUE_NOT_SET "(value not set)"
394 IDS_REGISTRY_VALUE_CANT_DISPLAY "(cannot display value)"
395 IDS_REGISTRY_UNKNOWN_TYPE "(unknown %d)"
398 /*****************************************************************/
404 1 TEXTINCLUDE DISCARDABLE
416 *STRINGTABLE DISCARDABLE
418 * ID_HELP_HELPTOPICS "Opens Registry Editor Help."
419 * ID_HELP_ABOUT "Displays program information, version number, and copyright."
423 /*****************************************************************/