3 * English Language Support
5 * Copyright 2006 Piotr Caban
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.
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.
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
22 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
28 MENUITEM "&Bind to file...", IDM_BIND
29 MENUITEM "&View TypeLib...", IDM_TYPELIB
31 MENUITEM "&System Configuration", IDM_SYSCONF
32 MENUITEM "&Run the Registry Editor", IDM_REGEDIT
34 MENUITEM "E&xit", IDM_EXIT
38 POPUP "&CoCreateInstance Flag"
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
46 MENUITEM "View &Type information", IDM_TYPEINFO, GRAYED
48 MENUITEM "Create &Instance", IDM_CREATEINST, GRAYED
49 MENUITEM "Create Instance &On", IDM_CREATEINSTON, GRAYED
50 MENUITEM "&Release Instance", IDM_RELEASEINST, GRAYED
52 MENUITEM "Copy C&LSID to clipboard", IDM_COPYCLSID, GRAYED
53 MENUITEM "Copy &HTML object Tag to clipboard", IDM_HTMLTAG, GRAYED
55 MENUITEM "&View...", IDM_VIEW, GRAYED
59 MENUITEM "&Expert mode", IDM_EXPERT,CHECKED
61 MENUITEM "&Hidden component categories", IDM_HIDDEN, GRAYED
63 MENUITEM "&Toolbar", IDM_TOOLBAR,CHECKED
64 MENUITEM "&Status Bar", IDM_STATUSBAR,CHECKED
66 MENUITEM "&Refresh\tF5", IDM_REFRESH
70 MENUITEM "&About OleView", IDM_ABOUT
78 MENUITEM "&Save as", IDM_SAVEAS
79 MENUITEM "&Close", IDM_CLOSE
83 MENUITEM "&Group by type kind", IDM_GROUP
85 MENUITEM "&Toolbar", IDM_TOOLBAR
86 MENUITEM "&Status Bar", IDM_STATUSBAR,CHECKED
93 IDS_APPTITLE "OleView"
95 IDS_ABOUT "OleView - OLE/COM Object Viewer"
96 IDS_ABOUTVER "version 1.0"
97 IDS_TYPELIBTITLE "ITypeLib viewer"
100 IDM_BIND, "Bind to file via a File Moniker"
101 IDM_TYPELIB, "Open a TypeLib file and view the contents"
102 IDM_SYSCONF, "Change machine wide Distributed COM settings"
103 IDM_REGEDIT, "Run the Wine registry editor"
104 IDM_EXIT, "Quit the application. Prompts to save changes"
105 IDM_CREATEINST, "Create an instance of the selected object"
106 IDM_CREATEINSTON, "Create an instance of the selected object on a specyfic machine"
107 IDM_RELEASEINST, "Release the currently selected object instance"
108 IDM_COPYCLSID, "Copy the GUID of the currently selected item to the clipboard"
109 IDM_VIEW, "Display the viewer for the selected item"
110 IDM_FLAG_INSERV, "Use CLSCTX_INPROC_SERVER when calling CoGetClassObject"
111 IDM_FLAG_INHANDL, "Use CLSCTX_INPROC_HANDLER when calling CoGetClassObject"
112 IDM_FLAG_LOCSERV, "Use CLSCTX_LOCAL_SERVER when calling CoGetClassObject"
113 IDM_FLAG_REMSERV, "Use CLSCTX_REMOTE_SERVER when calling CoGetClassObject"
114 IDM_EXPERT, "Toggle between expert and novice display mode"
115 IDM_HIDDEN, "Toggle the display of component categories that are not meant to be visible"
116 IDM_TOOLBAR, "Show or hide the toolbar"
117 IDM_STATUSBAR, "Show or hide the status bar"
118 IDM_REFRESH, "Refresh all lists"
119 IDM_ABOUT, "Display program information, version number and copyright"
121 IDM_SAVEAS, "Save as an .IDL or .H file"
122 IDM_CLOSE, "Close window"
123 IDM_GROUP, "Group typeinfos by kind"
125 IDS_TREE_OC, "ObjectClasses"
126 IDS_TREE_GBCC, "Grouped by Component Category"
127 IDS_TREE_O1O, "OLE 1.0 Objects"
128 IDS_TREE_CLO, "COM Library Objects"
129 IDS_TREE_AO, "All Objects"
130 IDS_TREE_AID, "Application IDs"
131 IDS_TREE_TL, "Type Libraries"
133 IDS_TREE_I, "Interfaces"
135 IDS_TAB_REG, "Registry"
136 IDS_TAB_IMPL, "Implementation"
137 IDS_TAB_ACTIV, "Activation"
139 IDS_CGCOFAIL, "CoGetClassObject failed."
140 IDS_ERROR_UNKN, "Unknown error"
145 IDS_ERROR_LOADTYPELIB, "LoadTypeLib( %s ) failed ($%x)"
146 IDS_INHERITINTERFACES, "Inherited Interfaces"
149 DLG_CREATEINSTON DIALOG DISCARDABLE 0, 0, 250, 41
150 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
151 CAPTION "Connect to another machine"
152 FONT 8, "MS Shell Dlg"
154 LTEXT "&Machine name:", IDIGNORE, 5, 6, 190, 8
155 EDITTEXT IDC_MACHINE, 5, 16, 190, 12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL
156 DEFPUSHBUTTON "&OK", IDOK, 200, 5, 45, 14
157 PUSHBUTTON "&Cancel", IDCANCEL, 200, 22, 45, 14
160 DLG_SYSCONF DIALOG DISCARDABLE 0, 0, 170, 100
161 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
162 CAPTION "System Configuration"
163 FONT 8, "MS Shell Dlg"
165 LTEXT "System Settings", IDIGNORE, 5, 6, 160, 8
166 CHECKBOX "&Enable Distributed COM", IDC_ENABLEDCOM, 5, 20, 160, 10, WS_TABSTOP | WS_GROUP | BS_AUTOCHECKBOX
167 CHECKBOX "Enable &Remote Connections (Win95 only)", IDC_ENABLEREMOTE, 5, 35, 160, 10, WS_TABSTOP | WS_GROUP | BS_AUTOCHECKBOX
168 LTEXT "These settings changes only register values.\nIt has no effect on Wine performance.", IDIGNORE, 5, 50, 160, 40
169 DEFPUSHBUTTON "&OK", IDOK, 70, 80, 45, 14
170 PUSHBUTTON "&Cancel", IDCANCEL, 120, 80, 45, 14
173 DLG_DEFAULT_IV DIALOG DISCARDABLE 0, 0, 280, 50
174 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
175 CAPTION "Default Interface Viewer"
176 FONT 8, "MS Shell Dlg"
178 LTEXT "Interface", IDIGNORE, 5, 6, 50, 8
179 LTEXT "", IDC_LABEL, 60, 6, 145, 8
180 LTEXT "IID:", IDIGNORE, 5, 16, 50, 8
181 LTEXT "", IDC_IDENTIFIER, 60, 16, 165, 8
182 DEFPUSHBUTTON "&Close", IDCANCEL, 230, 6, 45, 14
183 PUSHBUTTON "&View Type Info", IDC_VIEWTYPEINFO, 6, 31, 70, 14, WS_DISABLED
186 DLG_IPERSIST_IV DIALOG DISCARDABLE 0, 0, 280, 29
187 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
188 CAPTION "IPersist Interface Viewer"
189 FONT 8, "MS Shell Dlg"
191 LTEXT "Class Name:", IDIGNORE, 5, 6, 50, 8
192 LTEXT "", IDC_LABEL, 60, 6, 145, 8
193 LTEXT "CLSID:", IDIGNORE, 5, 16, 50, 8
194 LTEXT "", IDC_IDENTIFIER, 60, 16, 165, 8
195 DEFPUSHBUTTON "&Close", IDCANCEL, 230, 6, 45, 14
198 DLG_IPERSISTSTREAM_IV DIALOG DISCARDABLE 0, 0, 280, 68
199 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
200 CAPTION "IPersistStream Interface Viewer"
201 FONT 8, "MS Shell Dlg"
203 LTEXT "Class Name:", IDIGNORE, 5, 6, 50, 8
204 LTEXT "", IDC_LABEL, 60, 6, 145, 8
205 LTEXT "CLSID:", IDIGNORE, 5, 16, 50, 8
206 LTEXT "", IDC_IDENTIFIER, 60, 16, 165, 8
207 DEFPUSHBUTTON "&Close", IDCANCEL, 230, 6, 45, 14
208 PUSHBUTTON "&IsDirty", IDC_ISDIRTY_BUTTON, 6, 31, 50, 14
209 LTEXT "???", IDC_ISDIRTY, 60, 34, 145, 8
210 PUSHBUTTON "&GetSizeMax", IDC_GETSIZEMAX_BUTTON, 6, 49, 50, 14
211 LTEXT "???", IDC_GETSIZEMAX, 60, 52, 145, 8