msxml3: Don't forward get_namespaceURI calls to node's IXMLDOMNode iface.
[wine] / dlls / hhctrl.ocx / hhctrl.rc
1 /*
2  * HTML Help resources
3  *
4  * Copyright 2005 James Hawkins
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  */
20
21 #include "resource.h"
22
23 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
24
25 STRINGTABLE
26 BEGIN
27     IDS_CONTENTS     "&Contents"
28     IDS_INDEX        "I&ndex"
29     IDS_SEARCH       "&Search"
30     IDS_FAVORITES    "Favor&ites"
31 END
32
33 STRINGTABLE
34 BEGIN
35     IDTB_EXPAND      "Show"
36     IDTB_CONTRACT    "Hide"
37     IDTB_STOP        "Stop"
38     IDTB_REFRESH     "Refresh"
39     IDTB_BACK        "Back"
40     IDTB_HOME        "Home"
41     IDTB_SYNC        "Sync"
42     IDTB_PRINT       "Print"
43     IDTB_OPTIONS     "Options"
44     IDTB_FORWARD     "Forward"
45     IDTB_NOTES       "IDTB_NOTES"
46     IDTB_BROWSE_FWD  "IDTB_BROWSE_FWD"
47     IDTB_BROWSE_BACK "IDT_BROWSE_BACK"
48     IDTB_CONTENTS    "IDTB_CONTENTS"
49     IDTB_INDEX       "IDTB_INDEX"
50     IDTB_SEARCH      "IDTB_SEARCH"
51     IDTB_HISTORY     "IDTB_HISTORY"
52     IDTB_FAVORITES   "IDTB_FAVORITES"
53     IDTB_JUMP1       "Jump1"
54     IDTB_JUMP2       "Jump2"
55     IDTB_CUSTOMIZE   "Customize"
56     IDTB_ZOOM        "Zoom"
57     IDTB_TOC_NEXT    "IDTB_TOC_NEXT"
58     IDTB_TOC_PREV    "IDTB_TOC_PREV"
59 END
60
61 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
62
63 /* @makedep: hhctrl_tlb.tlb */
64 1 TYPELIB hhctrl_tlb.tlb
65
66 #define WINE_FILEDESCRIPTION_STR "Wine htmlhelp OCX"
67 #define WINE_FILENAME_STR "hhctrl.ocx"
68 #define WINE_FILEVERSION 5,2,3790,2744
69 #define WINE_FILEVERSION_STR "5.2.3790.2744"
70 #define WINE_PRODUCTVERSION 5,2,3790,2744
71 #define WINE_PRODUCTVERSION_STR "5.2.3790.2744"
72
73 #include "wine/wine_common_ver.rc"