wined3d: Get rid of IWineD3DBaseShaderClass.
[wine/wine-gecko.git] / programs / regedit / regedit.rc
blobb7b822266cb422c4b60fe6661a8f91881ce60004
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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19  */
21 #include "resource.h"
23 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
26  * Menus
27  */
29 IDR_REGEDIT_MENU MENU
30 BEGIN
31     POPUP "&Registry"
32     BEGIN
33         MENUITEM "&Import Registry File...",    ID_REGISTRY_IMPORTREGISTRYFILE
34         MENUITEM "&Export Registry File...",    ID_REGISTRY_EXPORTREGISTRYFILE
35         MENUITEM SEPARATOR
36         MENUITEM "&Connect Network Registry...", ID_REGISTRY_CONNECTNETWORKREGISTRY, GRAYED
37         MENUITEM "&Disconnect Network Registry...", ID_REGISTRY_DISCONNECTNETWORKREGISTRY, GRAYED
38         MENUITEM SEPARATOR
39         MENUITEM "&Print\tCtrl+P",              ID_REGISTRY_PRINT, GRAYED
40         MENUITEM SEPARATOR
41         MENUITEM "E&xit",                       ID_REGISTRY_EXIT
42     END
43     POPUP "&Edit"
44     BEGIN
45         MENUITEM "&Modify",                     ID_EDIT_MODIFY
46         MENUITEM SEPARATOR
47         POPUP "&New"
48         BEGIN
49             MENUITEM "&Key",                        ID_EDIT_NEW_KEY
50             MENUITEM SEPARATOR
51             MENUITEM "&String Value",               ID_EDIT_NEW_STRINGVALUE
52             MENUITEM "&Binary Value",               ID_EDIT_NEW_BINARYVALUE
53             MENUITEM "&DWORD Value",                ID_EDIT_NEW_DWORDVALUE
54             MENUITEM "&Multi String Value",         ID_EDIT_NEW_MULTI_STRINGVALUE
55         END
56         MENUITEM SEPARATOR
57         MENUITEM "&Delete\tDel",                ID_EDIT_DELETE
58         MENUITEM "&Rename\tF2",                 ID_EDIT_RENAME
59         MENUITEM SEPARATOR
60         MENUITEM "&Copy Key Name",              ID_EDIT_COPYKEYNAME
61         MENUITEM SEPARATOR
62         MENUITEM "&Find\tCtrl+F",               ID_EDIT_FIND, GRAYED
63         MENUITEM "Find Ne&xt\tF3",              ID_EDIT_FINDNEXT, GRAYED
64     END
65     POPUP "&View"
66     BEGIN
67         MENUITEM "Status &Bar",                 ID_VIEW_STATUSBAR
68         MENUITEM SEPARATOR
69         MENUITEM "Sp&lit",                      ID_VIEW_SPLIT
70         MENUITEM SEPARATOR
71         MENUITEM "&Refresh\tF5",                ID_VIEW_REFRESH
72     END
73     POPUP "&Favorites"
74     BEGIN
75         MENUITEM "&Add to Favorites...",          ID_FAVORITES_ADDTOFAVORITES
76         MENUITEM "&Remove Favorite...",           ID_FAVORITES_REMOVEFAVORITE
77     END
78     POPUP "&Help"
79     BEGIN
80         MENUITEM "&Help Topics\tF1",            ID_HELP_HELPTOPICS
81         MENUITEM SEPARATOR
82         MENUITEM "&About Registry Editor",      ID_HELP_ABOUT
83     END
84 END
86 IDR_POPUP_MENUS MENU
87 BEGIN
88   POPUP ""
89   BEGIN
90         MENUITEM "&Modify",                     ID_EDIT_MODIFY
91         MENUITEM "Modify Binary Data",          ID_EDIT_MODIFY_BIN
92         MENUITEM SEPARATOR
93         MENUITEM "&Delete\tDel",                ID_EDIT_DELETE
94         MENUITEM "&Rename",                     ID_EDIT_RENAME
95   END
96   POPUP ""
97   BEGIN
98         POPUP "&New"
99         BEGIN
100             MENUITEM "&Key",                        ID_EDIT_NEW_KEY
101             MENUITEM SEPARATOR
102             MENUITEM "&String Value",               ID_EDIT_NEW_STRINGVALUE
103             MENUITEM "&Binary Value",               ID_EDIT_NEW_BINARYVALUE
104             MENUITEM "&DWORD Value",                ID_EDIT_NEW_DWORDVALUE
105             MENUITEM "&Multi String Value",         ID_EDIT_NEW_MULTI_STRINGVALUE
106         END
107         MENUITEM SEPARATOR
108         MENUITEM "&Delete\tDel",                ID_EDIT_DELETE
109         MENUITEM "&Rename\tF2",                 ID_EDIT_RENAME
110         MENUITEM SEPARATOR
111         MENUITEM "&Export...",                  ID_EDIT_EXPORT
112         MENUITEM "&Copy Key Name",              ID_EDIT_COPYKEYNAME
113         MENUITEM SEPARATOR
114         MENUITEM "&Find\tCtrl+F",               ID_EDIT_FIND, GRAYED
115   END
119  * String Tables
120  */
122 STRINGTABLE
123 BEGIN
124     IDS_LIST_COLUMN_NAME    "Name"
125     IDS_LIST_COLUMN_TYPE    "Type"
126     IDS_LIST_COLUMN_DATA    "Data"
129 STRINGTABLE
130 BEGIN
131     IDS_APP_TITLE           "Registry Editor"
134 STRINGTABLE
135 BEGIN
136     ID_REGISTRY_MENU        "Contains commands for working with the whole registry"
137     ID_EDIT_MENU            "Contains commands for editing values or keys"
138     ID_VIEW_MENU            "Contains commands for customising the registry window"
139     ID_FAVORITES_MENU       "Contains commands for accessing frequently used keys"
140     ID_HELP_MENU            "Contains commands for displaying help and information about registry editor"
141     ID_EDIT_NEW_MENU        "Contains commands for creating new keys or values"
144 STRINGTABLE
145 BEGIN
146     ID_EDIT_MODIFY          "Modifies the value's data"
147     ID_EDIT_NEW_KEY         "Adds a new key"
148     ID_EDIT_NEW_STRINGVALUE "Adds a new string value"
149     ID_EDIT_NEW_BINARYVALUE "Adds a new binary value"
150     ID_EDIT_NEW_DWORDVALUE  "Adds a new double word value"
151     ID_EDIT_NEW_MULTI_STRINGVALUE "Adds a new multi string value"
152     ID_REGISTRY_IMPORTREGISTRYFILE "Imports a text file into the registry"
153     ID_REGISTRY_EXPORTREGISTRYFILE
154                             "Exports all or part of the registry to a text file"
155     ID_REGISTRY_CONNECTNETWORKREGISTRY
156                             "Connects to a remote computer's registry"
157     ID_REGISTRY_DISCONNECTNETWORKREGISTRY
158                             "Disconnects from a remote computer's registry"
159     ID_REGISTRY_PRINT       "Prints all or part of the registry"
160 /*    ID_HELP_HELPTOPICS      "Opens registry editor help" */
161     ID_HELP_ABOUT           "Displays program information, version number and copyright"
164 STRINGTABLE
165 BEGIN
166     ID_REGISTRY_EXIT        "Quits the registry editor"
167     ID_FAVORITES_ADDTOFAVORITES "Adds keys to the favorites list"
168     ID_FAVORITES_REMOVEFAVORITE "Removes keys from the favorites list"
169     ID_VIEW_STATUSBAR       "Shows or hides the status bar"
170     ID_VIEW_SPLIT           "Change position of split between two panes"
171     ID_VIEW_REFRESH         "Refreshes the window"
172     ID_EDIT_DELETE          "Deletes the selection"
173     ID_EDIT_RENAME          "Renames the selection"
174     ID_EDIT_COPYKEYNAME     "Copies the name of the selected key to the clipboard"
175     ID_EDIT_FIND            "Finds a text string in a key, value or data"
176     ID_EDIT_FINDNEXT        "Finds next occurrence of text specified in previous search"
177     ID_EDIT_EXPORT          "Exports selected branch of the registry to a text file"
180 STRINGTABLE
181 BEGIN
182     IDS_ERROR               "Error"
183     IDS_BAD_KEY             "Can't query key '%s'"
184     IDS_BAD_VALUE           "Can't query value '%s'"
185     IDS_UNSUPPORTED_TYPE    "Can't edit keys of this type (%u)"
186     IDS_TOO_BIG_VALUE       "Value is too big (%u)"
187     IDS_DELETE_BOX_TITLE    "Confirm Value Delete"
188     IDS_DELETE_BOX_TEXT     "Are you sure you want to delete value '%s'?"
189     IDS_DELETE_BOX_TEXT_MULTIPLE "Are you sure you want to delete these values?"
190     IDS_NEWKEY              "New Key #%d"
191     IDS_NEWVALUE            "New Value #%d"
192     IDS_NOTFOUND            "Search string '%s' not found"
195 STRINGTABLE
196 BEGIN
197     IDS_FILEDIALOG_IMPORT_TITLE   "Import Registry File"
198     IDS_FILEDIALOG_EXPORT_TITLE   "Export Registry File"
199     IDS_FILEDIALOG_FILTER_REG     "Registry files (*.reg)"
200     IDS_FILEDIALOG_FILTER_REG4    "Win9x/NT4 Registry files (REGEDIT4)"
201     IDS_FILEDIALOG_FILTER_ALL     "All files (*.*)"
204 STRINGTABLE
205 BEGIN
206     IDS_REGISTRY_ROOT_NAME           "My Computer"
207     IDS_REGISTRY_DEFAULT_VALUE       "(Default)"
208     IDS_REGISTRY_VALUE_NOT_SET       "(value not set)"
209     IDS_REGISTRY_VALUE_CANT_DISPLAY  "(cannot display value)"
210     IDS_REGISTRY_UNKNOWN_TYPE        "(unknown %d)"
213 /* define language neutral resources */
215 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
217 /* @makedep: folderopen.ico */
218 IDI_OPEN_FILE ICON folderopen.ico
220 /* @makedep: folder.ico */
221 IDI_CLOSED_FILE ICON folder.ico
223 /* @makedep: computer.ico */
224 IDI_ROOT ICON computer.ico
226 /* @makedep: string.ico */
227 IDI_STRING ICON string.ico
229 /* @makedep: bin.ico */
230 IDI_BIN  ICON bin.ico
232 /* @makedep: regedit.ico */
233 IDI_REGEDIT ICON regedit.ico
235 #define WINE_FILEDESCRIPTION_STR "Wine Registry Editor"
236 #define WINE_FILENAME "REGEDIT"
237 #define WINE_FILENAME_STR "REGEDIT.EXE"
238 #define WINE_FILETYPE VFT_APP
239 #define WINE_FILEVERSION 5,2,3790,0
240 #define WINE_FILEVERSION_STR "5.2.3790.0"
242 #define WINE_PRODUCTVERSION 5,2,3790,0
243 #define WINE_PRODUCTVERSION_STR "5.2"
245 #include "wine/wine_common_ver.rc"