po: Add message contexts (and French translations) for some polysemic English transla...
[wine] / dlls / shdocvw / shdocvw.rc
1 /*
2  * Copyright 2004 Mike McCormack for CodeWeavers
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2.1 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with this library; if not, write to the Free Software
16  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17  */
18
19 #include "resource.h"
20
21 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
22
23 IDR_BROWSE_MAIN_MENU MENU
24 {
25     POPUP "&File"
26     {
27         POPUP "&New"
28         {
29             MENUITEM "&Window",                 ID_BROWSE_NEW_WINDOW
30         }
31         MENUITEM "&Open...",                    ID_BROWSE_OPEN
32         MENUITEM "&Save",                       ID_BROWSE_SAVE
33         MENUITEM "Save &as...",                 ID_BROWSE_SAVE_AS
34         MENUITEM SEPARATOR
35         MENUITEM "Print &format...",            ID_BROWSE_PRINT_FORMAT
36         MENUITEM "Pr&int...",                   ID_BROWSE_PRINT
37         MENUITEM "Print previe&w...",           ID_BROWSE_PRINT_PREVIEW
38         MENUITEM SEPARATOR
39         MENUITEM "&Properties...",              ID_BROWSE_PROPERTIES
40         MENUITEM "&Close",                      ID_BROWSE_QUIT
41     }
42     POPUP "&View"
43     {
44         POPUP "&Toolbars"
45         {
46             MENUITEM "&Standard bar",           ID_BROWSE_BAR_STD
47             MENUITEM "&Address bar",            ID_BROWSE_BAR_ADDR
48         }
49     }
50     POPUP "&Favorites"
51     {
52         MENUITEM "&Add to Favorites...",        ID_BROWSE_ADDFAV
53         MENUITEM SEPARATOR
54     }
55     POPUP "&Help"
56     {
57         MENUITEM "&About Internet Explorer...", ID_BROWSE_ABOUT
58     }
59 }
60
61 STRINGTABLE
62 {
63     IDS_TB_BACK             "Back"
64     IDS_TB_FORWARD          "Forward"
65     IDS_TB_STOP             "Stop"
66     IDS_TB_REFRESH          "Refresh"
67     IDS_TB_HOME             "#msgctxt#home page#Home"
68     IDS_TB_PRINT            "Print"
69 }
70
71 STRINGTABLE
72 {
73     IDS_ADDRESS             "Address"
74 }
75
76 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
77
78 #define WINE_FILEDESCRIPTION_STR "Wine core dll"
79 #define WINE_FILENAME_STR "shdocvw.dll"
80 #define WINE_FILEVERSION 6,0,2900,2180
81 #define WINE_FILEVERSION_STR "6.0.2900.2180"
82 #define WINE_PRODUCTVERSION 6,0,2900,2180
83 #define WINE_PRODUCTVERSION_STR "6.0.2900.2180"
84 #define WINE_EXTRAVALUES VALUE "OLESelfRegister",""
85
86 #include "wine/wine_common_ver.rc"
87
88 /* @makedep: shdocvw_v1.tlb */
89 1 TYPELIB shdocvw_v1.tlb
90
91 /* @makedep: shdocvw.inf */
92 REGINST REGINST shdocvw.inf
93
94 /* @makedep: shdocvw.rgs */
95 2 WINE_REGISTRY shdocvw.rgs
96
97 /* @makedep: ietoolbar.bmp */
98 IDB_IETOOLBAR BITMAP ietoolbar.bmp