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
23 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
33 MENUITEM "&Import Registry File...", ID_REGISTRY_IMPORTREGISTRYFILE
34 MENUITEM "&Export Registry File...", ID_REGISTRY_EXPORTREGISTRYFILE
36 MENUITEM "&Print...\tCtrl+P", ID_REGISTRY_PRINT
38 MENUITEM "E&xit", ID_REGISTRY_EXIT
42 MENUITEM "&Modify...", ID_EDIT_MODIFY
46 MENUITEM "&Key", ID_EDIT_NEW_KEY
48 MENUITEM "&String Value", ID_EDIT_NEW_STRINGVALUE
49 MENUITEM "&Binary Value", ID_EDIT_NEW_BINARYVALUE
50 MENUITEM "&DWORD Value", ID_EDIT_NEW_DWORDVALUE
51 MENUITEM "&Multi String Value", ID_EDIT_NEW_MULTI_STRINGVALUE
52 MENUITEM "&Expandable String Value", ID_EDIT_NEW_EXPANDVALUE
55 MENUITEM "&Delete\tDel", ID_EDIT_DELETE
56 MENUITEM "&Rename\tF2", ID_EDIT_RENAME
58 MENUITEM "&Copy Key Name", ID_EDIT_COPYKEYNAME
60 MENUITEM "&Find...\tCtrl+F", ID_EDIT_FIND, GRAYED
61 MENUITEM "Find Ne&xt\tF3", ID_EDIT_FINDNEXT, GRAYED
65 MENUITEM "Status &Bar", ID_VIEW_STATUSBAR
67 MENUITEM "Sp&lit", ID_VIEW_SPLIT
69 MENUITEM "&Refresh\tF5", ID_VIEW_REFRESH
73 MENUITEM "&Add to Favorites...", ID_FAVORITES_ADDTOFAVORITES
74 MENUITEM "&Remove Favorite...", ID_FAVORITES_REMOVEFAVORITE
78 MENUITEM "&Contents\tF1", ID_HELP_HELPTOPICS
79 MENUITEM "&About Registry Editor", ID_HELP_ABOUT
87 MENUITEM "&Modify...", ID_EDIT_MODIFY
88 MENUITEM "Modify Binary Data...", ID_EDIT_MODIFY_BIN
90 MENUITEM "&Delete\tDel", ID_EDIT_DELETE
91 MENUITEM "&Rename", ID_EDIT_RENAME
97 MENUITEM "&Key", ID_EDIT_NEW_KEY
99 MENUITEM "&String Value", ID_EDIT_NEW_STRINGVALUE
100 MENUITEM "&Binary Value", ID_EDIT_NEW_BINARYVALUE
101 MENUITEM "&DWORD Value", ID_EDIT_NEW_DWORDVALUE
102 MENUITEM "&Multi String Value", ID_EDIT_NEW_MULTI_STRINGVALUE
103 MENUITEM "&Expandable String Value", ID_EDIT_NEW_EXPANDVALUE
106 MENUITEM "&Delete\tDel", ID_EDIT_DELETE
107 MENUITEM "&Rename\tF2", ID_EDIT_RENAME
109 MENUITEM "&Export...", ID_EDIT_EXPORT
110 MENUITEM "&Copy Key Name", ID_EDIT_COPYKEYNAME
112 MENUITEM "&Find...\tCtrl+F", ID_EDIT_FIND, GRAYED
122 IDS_LIST_COLUMN_NAME "Name"
123 IDS_LIST_COLUMN_TYPE "Type"
124 IDS_LIST_COLUMN_DATA "Data"
129 IDS_APP_TITLE "Registry Editor"
134 ID_REGISTRY_MENU "Contains commands for working with the whole registry"
135 ID_EDIT_MENU "Contains commands for editing values or keys"
136 ID_VIEW_MENU "Contains commands for customising the registry window"
137 ID_FAVORITES_MENU "Contains commands for accessing frequently used keys"
138 ID_HELP_MENU "Contains commands for displaying help and information about registry editor"
139 ID_EDIT_NEW_MENU "Contains commands for creating new keys or values"
144 ID_EDIT_MODIFY "Modifies the value's data"
145 ID_EDIT_NEW_KEY "Adds a new key"
146 ID_EDIT_NEW_STRINGVALUE "Adds a new string value"
147 ID_EDIT_NEW_BINARYVALUE "Adds a new binary value"
148 ID_EDIT_NEW_DWORDVALUE "Adds a new double word value"
149 ID_EDIT_NEW_MULTI_STRINGVALUE "Adds a new multi string value"
150 ID_REGISTRY_IMPORTREGISTRYFILE "Imports a text file into the registry"
151 ID_REGISTRY_EXPORTREGISTRYFILE
152 "Exports all or part of the registry to a text file"
153 ID_REGISTRY_PRINT "Prints all or part of the registry"
154 /* ID_HELP_HELPTOPICS "Opens registry editor help" */
155 ID_HELP_ABOUT "Displays program information, version number and copyright"
160 ID_REGISTRY_EXIT "Quits the registry editor"
161 ID_FAVORITES_ADDTOFAVORITES "Adds keys to the favorites list"
162 ID_FAVORITES_REMOVEFAVORITE "Removes keys from the favorites list"
163 ID_VIEW_STATUSBAR "Shows or hides the status bar"
164 ID_VIEW_SPLIT "Change position of split between two panes"
165 ID_VIEW_REFRESH "Refreshes the window"
166 ID_EDIT_DELETE "Deletes the selection"
167 ID_EDIT_RENAME "Renames the selection"
168 ID_EDIT_COPYKEYNAME "Copies the name of the selected key to the clipboard"
169 ID_EDIT_FIND "Finds a text string in a key, value or data"
170 ID_EDIT_FINDNEXT "Finds next occurrence of text specified in previous search"
171 ID_EDIT_EXPORT "Exports selected branch of the registry to a text file"
177 IDS_BAD_KEY "Can't query key '%s'"
178 IDS_BAD_VALUE "Can't query value '%s'"
179 IDS_UNSUPPORTED_TYPE "Can't edit keys of this type (%u)"
180 IDS_TOO_BIG_VALUE "Value is too big (%u)"
181 IDS_DELETE_BOX_TITLE "Confirm Value Delete"
182 IDS_DELETE_BOX_TEXT "Are you sure you want to delete value '%s'?"
183 IDS_DELETE_BOX_TEXT_MULTIPLE "Are you sure you want to delete these values?"
184 IDS_NEWKEY "New Key #%d"
185 IDS_NEWVALUE "New Value #%d"
186 IDS_NOTFOUND "Search string '%s' not found"
191 IDS_FILEDIALOG_IMPORT_TITLE "Import Registry File"
192 IDS_FILEDIALOG_EXPORT_TITLE "Export Registry File"
193 IDS_FILEDIALOG_FILTER_REG "Registry files (*.reg)"
194 IDS_FILEDIALOG_FILTER_REG4 "Win9x/NT4 Registry files (REGEDIT4)"
195 IDS_FILEDIALOG_FILTER_ALL "All files (*.*)"
200 IDS_REGISTRY_ROOT_NAME "My Computer"
201 IDS_REGISTRY_DEFAULT_VALUE "(Default)"
202 IDS_REGISTRY_VALUE_NOT_SET "(value not set)"
203 IDS_REGISTRY_VALUE_CANT_DISPLAY "(cannot display value)"
204 IDS_REGISTRY_UNKNOWN_TYPE "(unknown %d)"
207 /* define language neutral resources */
209 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
211 /* @makedep: folderopen.ico */
212 IDI_OPEN_FILE ICON folderopen.ico
214 /* @makedep: folder.ico */
215 IDI_CLOSED_FILE ICON folder.ico
217 /* @makedep: computer.ico */
218 IDI_ROOT ICON computer.ico
220 /* @makedep: string.ico */
221 IDI_STRING ICON string.ico
223 /* @makedep: bin.ico */
226 /* @makedep: regedit.ico */
227 IDI_REGEDIT ICON regedit.ico
229 #define WINE_FILEDESCRIPTION_STR "Wine Registry Editor"
230 #define WINE_FILENAME "REGEDIT"
231 #define WINE_FILENAME_STR "REGEDIT.EXE"
232 #define WINE_FILETYPE VFT_APP
233 #define WINE_FILEVERSION 5,2,3790,0
234 #define WINE_FILEVERSION_STR "5.2.3790.0"
236 #define WINE_PRODUCTVERSION 5,2,3790,0
237 #define WINE_PRODUCTVERSION_STR "5.2"
239 #include "wine/wine_common_ver.rc"