[TRANSLATIONS]
[reactos.git] / reactos / dll / win32 / mshtml / rsrc.rc
1 /*
2 * Copyright 2005 Jacek Caban
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 <windef.h>
20 #include <winuser.h>
21 #include <commctrl.h>
22
23 #include "resource.h"
24
25 #define WINE_FILEDESCRIPTION_STR "Wine HTML Viewer"
26 #define WINE_FILENAME_STR "mshtml.dll"
27 #define WINE_FILEVERSION 6,0,2800,1106
28 #define WINE_FILEVERSION_STR "6.0.2800.1106"
29 #define WINE_PRODUCTVERSION 6,0,2800,1106
30 #define WINE_PRODUCTVERSION_STR "6.0.2800.1106"
31 #define WINE_EXTRAVALUES VALUE "OLESelfRegister",""
32
33 #include <wine/wine_common_ver.rc>
34
35 #ifdef LANGUAGE_BG_BG
36 #include "lang/Bg.rc"
37 #endif
38 #ifdef LANGUAGE_EN_US
39 #include "lang/En.rc"
40 #endif
41 #ifdef LANGUAGE_ES_ES
42 #include "lang/Es.rc"
43 #endif
44 #ifdef LANGUAGE_FI_FI
45 #include "lang/Fi.rc"
46 #endif
47 #ifdef LANGUAGE_KO_KR
48 #include "lang/Ko.rc"
49 #endif
50 #ifdef LANGUAGE_NL_NL
51 #include "lang/Nl.rc"
52 #endif
53 #ifdef LANGUAGE_PL_PL
54 #include "lang/Pl.rc"
55 #endif
56 #ifdef LANGUAGE_SV_SE
57 #include "lang/Sv.rc"
58 #endif
59
60 /* UTF-8 */
61 #ifdef LANGUAGE_DA_DK
62 #include "lang/Da.rc"
63 #endif
64 #ifdef LANGUAGE_DE_DE
65 #include "lang/De.rc"
66 #endif
67 #ifdef LANGUAGE_FR_FR
68 #include "lang/Fr.rc"
69 #endif
70 #ifdef LANGUAGE_HE_IL
71 #include "lang/He.rc"
72 #endif
73 #ifdef LANGUAGE_HU_HU
74 #include "lang/Hu.rc"
75 #endif
76 #ifdef LANGUAGE_IT_IT
77 #include "lang/It.rc"
78 #endif
79 #ifdef LANGUAGE_JA_JP
80 #include "lang/Ja.rc"
81 #endif
82 #ifdef LANGUAGE_LT_LT
83 #include "lang/Lt.rc"
84 #endif
85 #ifdef LANGUAGE_NO_NO
86 #include "lang/No.rc"
87 #endif
88 #ifdef LANGUAGE_PT_PT
89 #include "lang/Pt.rc"
90 #endif
91 #ifdef LANGUAGE_RO_RO
92 #include "lang/Ro.rc"
93 #endif
94 #ifdef LANGUAGE_RU_RU
95 #include "lang/Ru.rc"
96 #endif
97 #ifdef LANGUAGE_SL_SI
98 #include "lang/Si.rc"
99 #endif
100 #ifdef LANGUAGE_TR_TR
101 #include "lang/Tr.rc"
102 #endif
103 #ifdef LANGUAGE_UK_UA
104 #include "lang/Uk.rc"
105 #endif
106 #ifdef LANGUAGE_ZH_CN
107 #include "lang/Zh.rc"
108 #endif
109
110 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
111
112 /* @makedep: mshtml.inf */
113 REGINST REGINST mshtml.inf
114
115 /* @makedep: blank.htm */
116 blank.htm HTML "blank.htm"
117
118 1 WINE_REGISTRY "mshtml_classes.rgs"