push cc8bc80451cc24f4d7cf75168b569f0ebfe19547
[wine/hacks.git] / programs / oleview / En.rc
blob700e1d704b69348bb6c4b95a5d0a1493ed58819e
1 /*
2  * OleView (En.rc)
3  * English Language Support
4  *
5  * Copyright 2006 Piotr Caban
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation; either
10  * version 2.1 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with this library; if not, write to the Free Software
19  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20  */
22 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
24 IDM_MENU MENU
26     POPUP "&File"
27     {
28         MENUITEM "&Bind to file...",    IDM_BIND
29         MENUITEM "&View TypeLib...",    IDM_TYPELIB
30         MENUITEM SEPARATOR
31         MENUITEM "&System Configuration...",    IDM_SYSCONF
32         MENUITEM "&Run the Registry Editor",    IDM_REGEDIT
33         MENUITEM SEPARATOR
34         MENUITEM "E&xit",    IDM_EXIT
35     }
36     POPUP "&Object"
37     {
38         POPUP "&CoCreateInstance Flag"
39         {
40             MENUITEM "CLSCTX_&INPROC_SERVER",    IDM_FLAG_INSERV,CHECKED
41             MENUITEM "CLSCTX_INPROC_&HANDLER",    IDM_FLAG_INHANDL
42             MENUITEM "CLSCTX_&LOCAL_SERVER",        IDM_FLAG_LOCSERV,CHECKED
43             MENUITEM "CLSCTX_&REMOTE_SERVER",    IDM_FLAG_REMSERV
44         }
45         MENUITEM SEPARATOR
46         MENUITEM "View &Type information",    IDM_TYPEINFO, GRAYED
47         MENUITEM SEPARATOR
48         MENUITEM "Create &Instance",    IDM_CREATEINST, GRAYED
49         MENUITEM "Create Instance &On...",    IDM_CREATEINSTON, GRAYED
50         MENUITEM "&Release Instance",    IDM_RELEASEINST, GRAYED
51         MENUITEM SEPARATOR
52         MENUITEM "Copy C&LSID to clipboard",    IDM_COPYCLSID, GRAYED
53         MENUITEM "Copy &HTML object Tag to clipboard", IDM_HTMLTAG, GRAYED
54         MENUITEM SEPARATOR
55         MENUITEM "&View...",    IDM_VIEW, GRAYED
56     }
57     POPUP "&View"
58     {
59         MENUITEM "&Expert mode",    IDM_EXPERT,CHECKED
60         MENUITEM SEPARATOR
61         MENUITEM "&Hidden component categories",    IDM_HIDDEN, GRAYED
62         MENUITEM SEPARATOR
63         MENUITEM "&Toolbar",    IDM_TOOLBAR,CHECKED
64         MENUITEM "&Status Bar",    IDM_STATUSBAR,CHECKED
65         MENUITEM SEPARATOR
66         MENUITEM "&Refresh\tF5",    IDM_REFRESH
67     }
68     POPUP "&Help"
69     {
70         MENUITEM "&About OleView",    IDM_ABOUT
71     }
74 IDM_TYPELIB MENU
76     POPUP "&File"
77     {
78         MENUITEM "&Save as...",    IDM_SAVEAS
79         MENUITEM "&Close",  IDM_CLOSE
80     }
81     POPUP "&View"
82     {
83         MENUITEM "&Group by type kind", IDM_GROUP
84         MENUITEM SEPARATOR
85         MENUITEM "&Toolbar",    IDM_TOOLBAR
86         MENUITEM "&Status Bar", IDM_STATUSBAR,CHECKED
87     }
90 STRINGTABLE
92     IDS_APPNAME            "OleView"
93     IDS_APPTITLE           "OleView"
94     IDS_READY              "Ready"
95     IDS_ABOUT              "OleView - OLE/COM Object Viewer"
96     IDS_ABOUTVER           "version 1.0"
97     IDS_TYPELIBTITLE       "ITypeLib viewer"
98     IDS_OPEN               "Open"
99     IDS_OPEN_TYPELIB_FILTER "TypeLib Files (*.tlb;*.olb;*.dll;*.ocx;*.exe)\0*.tlb;*.olb;*.dll;*.ocx;*.exe\0All Files (*.*)\0*.*\0\0"
101     IDM_BIND,              "Bind to file via a File Moniker"
102     IDM_TYPELIB,           "Open a TypeLib file and view the contents"
103     IDM_SYSCONF,           "Change machine wide Distributed COM settings"
104     IDM_REGEDIT,           "Run the Wine registry editor"
105     IDM_EXIT,              "Quit the application. Prompts to save changes"
106     IDM_CREATEINST,        "Create an instance of the selected object"
107     IDM_CREATEINSTON,      "Create an instance of the selected object on a specific machine"
108     IDM_RELEASEINST,       "Release the currently selected object instance"
109     IDM_COPYCLSID,         "Copy the GUID of the currently selected item to the clipboard"
110     IDM_VIEW,              "Display the viewer for the selected item"
111     IDM_FLAG_INSERV,       "Use CLSCTX_INPROC_SERVER when calling CoGetClassObject"
112     IDM_FLAG_INHANDL,      "Use CLSCTX_INPROC_HANDLER when calling CoGetClassObject"
113     IDM_FLAG_LOCSERV,      "Use CLSCTX_LOCAL_SERVER when calling CoGetClassObject"
114     IDM_FLAG_REMSERV,      "Use CLSCTX_REMOTE_SERVER when calling CoGetClassObject"
115     IDM_EXPERT,            "Toggle between expert and novice display mode"
116     IDM_HIDDEN,            "Toggle the display of component categories that are not meant to be visible"
117     IDM_TOOLBAR,           "Show or hide the toolbar"
118     IDM_STATUSBAR,         "Show or hide the status bar"
119     IDM_REFRESH,           "Refresh all lists"
120     IDM_ABOUT,             "Display program information, version number and copyright"
122     IDM_SAVEAS,            "Save as an .IDL or .H file"
123     IDM_CLOSE,             "Close window"
124     IDM_GROUP,             "Group typeinfos by kind"
126     IDS_TREE_OC,           "ObjectClasses"
127     IDS_TREE_GBCC,         "Grouped by Component Category"
128     IDS_TREE_O1O,          "OLE 1.0 Objects"
129     IDS_TREE_CLO,          "COM Library Objects"
130     IDS_TREE_AO,           "All Objects"
131     IDS_TREE_AID,          "Application IDs"
132     IDS_TREE_TL,           "Type Libraries"
133     IDS_TL_VER,            "ver."
134     IDS_TREE_I,            "Interfaces"
136     IDS_TAB_REG,           "Registry"
137     IDS_TAB_IMPL,          "Implementation"
138     IDS_TAB_ACTIV,         "Activation"
140     IDS_CGCOFAIL,          "CoGetClassObject failed."
141     IDS_ERROR_UNKN,        "Unknown error"
142     IDS_TRUE,              "True"
143     IDS_FALSE,             "False"
144     IDS_BYTES,             "bytes"
146     IDS_ERROR_LOADTYPELIB, "LoadTypeLib( %s ) failed ($%x)"
147     IDS_INHERITINTERFACES, "Inherited Interfaces"
150 DLG_CREATEINSTON DIALOG DISCARDABLE 0, 0, 250, 41
151 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
152 CAPTION "Connect to another machine"
153 FONT 8, "MS Shell Dlg"
155     LTEXT   "&Machine name:", -1, 5, 6, 190, 8
156     EDITTEXT    IDC_MACHINE, 5, 16, 190, 12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL
157     DEFPUSHBUTTON   "&OK", IDOK, 200, 5, 45, 14
158     PUSHBUTTON  "&Cancel", IDCANCEL, 200, 22, 45, 14
161 DLG_SYSCONF DIALOG DISCARDABLE 0, 0, 170, 100
162 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
163 CAPTION "System Configuration"
164 FONT 8, "MS Shell Dlg"
166     LTEXT   "System Settings", -1, 5, 6, 160, 8
167     CHECKBOX    "&Enable Distributed COM", IDC_ENABLEDCOM, 5, 20, 160, 10, WS_TABSTOP | WS_GROUP | BS_AUTOCHECKBOX
168     CHECKBOX    "Enable &Remote Connections (Win95 only)", IDC_ENABLEREMOTE, 5, 35, 160, 10, WS_TABSTOP | WS_GROUP | BS_AUTOCHECKBOX
169     LTEXT   "These settings changes only register values.\nIt has no effect on Wine performance.", -1, 5, 50, 160, 40
170     DEFPUSHBUTTON   "&OK", IDOK, 70, 80, 45, 14
171     PUSHBUTTON  "&Cancel", IDCANCEL, 120, 80, 45, 14
174 DLG_DEFAULT_IV DIALOG DISCARDABLE 0, 0, 280, 50
175 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
176 CAPTION "Default Interface Viewer"
177 FONT 8, "MS Shell Dlg"
179     LTEXT   "Interface", -1, 5, 6, 50, 8
180     LTEXT   "", IDC_LABEL, 60, 6, 145, 8
181     LTEXT   "IID:", -1, 5, 16, 50, 8
182     LTEXT   "", IDC_IDENTIFIER, 60, 16, 165, 8
183     DEFPUSHBUTTON   "&Close", IDCANCEL, 230, 6, 45, 14
184     PUSHBUTTON  "&View Type Info", IDC_VIEWTYPEINFO, 6, 31, 70, 14, WS_DISABLED
187 DLG_IPERSIST_IV DIALOG DISCARDABLE 0, 0, 280, 29
188 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
189 CAPTION "IPersist Interface Viewer"
190 FONT 8, "MS Shell Dlg"
192     LTEXT   "Class Name:", -1, 5, 6, 50, 8
193     LTEXT   "", IDC_LABEL, 60, 6, 145, 8
194     LTEXT   "CLSID:", -1, 5, 16, 50, 8
195     LTEXT   "", IDC_IDENTIFIER, 60, 16, 165, 8
196     DEFPUSHBUTTON   "&Close", IDCANCEL, 230, 6, 45, 14
199 DLG_IPERSISTSTREAM_IV DIALOG DISCARDABLE 0, 0, 280, 68
200 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
201 CAPTION "IPersistStream Interface Viewer"
202 FONT 8, "MS Shell Dlg"
204     LTEXT   "Class Name:", -1, 5, 6, 50, 8
205     LTEXT   "", IDC_LABEL, 60, 6, 145, 8
206     LTEXT   "CLSID:", -1, 5, 16, 50, 8
207     LTEXT   "", IDC_IDENTIFIER, 60, 16, 165, 8
208     DEFPUSHBUTTON   "&Close", IDCANCEL, 230, 6, 45, 14
209     PUSHBUTTON  "&IsDirty", IDC_ISDIRTY_BUTTON, 6, 31, 50, 14
210     LTEXT   "???", IDC_ISDIRTY, 60, 34, 145, 8
211     PUSHBUTTON  "&GetSizeMax", IDC_GETSIZEMAX_BUTTON, 6, 49, 50, 14
212     LTEXT   "???", IDC_GETSIZEMAX, 60, 52, 145, 8