oleview: Spelling fixes (English).
[wine/wine64.git] / programs / oleview / En.rc
blobabc4bee7e5760f3c5275831c1167c6a3396b18e2
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_ENGLISH_US
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 &CLSID 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 STRINGTABLE
76     IDS_APPNAME            "OleView"
77     IDS_APPTITLE           "OleView"
78     IDS_READY              "Ready"
79     IDS_ABOUT              "OleView - OLE/COM Object Viewer"
80     IDS_ABOUTVER           "version 1.0"
82     IDM_BIND,              "Bind to file via a File Moniker"
83     IDM_TYPELIB,           "Open a TypeLib file and view the contents"
84     IDM_SYSCONF,           "Change machine wide Distributed COM settings"
85     IDM_REGEDIT,           "Run the Wine registry editor"
86     IDM_EXIT,              "Quit the application. Prompts to save changes"
87     IDM_CREATEINST,        "Create an instance of the selected object"
88     IDM_CREATEINSTON,      "Create an instance of the selected object on a specyfic machine"
89     IDM_RELEASEINST,       "Release the currently selected object instance"
90     IDM_COPYCLSID,         "Copy the GUID of the currently selected item to the clipboard"
91     IDM_VIEW,              "Display the viewer for the selected item"
92     IDM_FLAG_INSERV,       "Use CLSCTX_INPROC_SERVER when calling CoGetClassObject"
93     IDM_FLAG_INHANDL,      "Use CLSCTX_INPROC_HANDLER when calling CoGetClassObject"
94     IDM_FLAG_LOCSERV,      "Use CLSCTX_LOCAL_SERVER when calling CoGetClassObject"
95     IDM_FLAG_REMSERV,      "Use CLSCTX_REMOTE_SERVER when calling CoGetClassObject"
96     IDM_EXPERT,            "Toggle between expert and novice display mode"
97     IDM_HIDDEN,            "Toggle the display of component categories that are not meant to be visible"
98     IDM_TOOLBAR,           "Show or hide the toolbar"
99     IDM_STATUSBAR,         "Show or hide the status bar"
100     IDM_REFRESH,           "Refresh all lists"
101     IDM_ABOUT,             "Display program information, version number and copyright"
103     IDS_TREE_OC,           "ObjectClasses"
104     IDS_TREE_GBCC,         "Grouped by Component Category"
105     IDS_TREE_O1O,          "OLE 1.0 Objects"
106     IDS_TREE_CLO,          "COM Library Objects"
107     IDS_TREE_AO,           "All Objects"
108     IDS_TREE_AID,          "Application IDs"
109     IDS_TREE_TL,           "Type Libraries"
110     IDS_TL_VER,            "ver."
111     IDS_TREE_I,            "Interfaces"
113     IDS_TAB_REG,           "Registry"
114     IDS_TAB_IMPL,          "Implementation"
115     IDS_TAB_ACTIV,         "Activation"
117     IDS_CGCOFAIL,          "CoGetClassObject failed."
118     IDS_ERROR_UNKN,        "Unknown error"