[TRANSLATION] Update Russian translation. Patch by Kudratov Olimjon CORE-10058 #resol...
[reactos.git] / reactos / dll / win32 / ieframe / ieframe.rc
1 /*
2 * Copyright 2011 Jacek Caban 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 <windef.h>
20 #include <winuser.h>
21
22 #include "resource.h"
23
24 #include <reactos/manifest_dll.rc>
25
26 /* UTF-8 */
27 #pragma code_page(65001)
28
29 #ifdef LANGUAGE_CS_CZ
30 #include "lang/cs-CZ.rc"
31 #endif
32 #ifdef LANGUAGE_DE_DE
33 #include "lang/de-DE.rc"
34 #endif
35 #ifdef LANGUAGE_EN_US
36 #include "lang/en-US.rc"
37 #endif
38 #ifdef LANGUAGE_ES_ES
39 #include "lang/es-ES.rc"
40 #endif
41 #ifdef LANGUAGE_FR_FR
42 #include "lang/fr-FR.rc"
43 #endif
44 #ifdef LANGUAGE_IT_IT
45 #include "lang/it-IT.rc"
46 #endif
47 #ifdef LANGUAGE_PL_PL
48 #include "lang/pl-PL.rc"
49 #endif
50 #ifdef LANGUAGE_RO_RO
51 #include "lang/ro-RO.rc"
52 #endif
53 #ifdef LANGUAGE_RU_RU
54 #include "lang/ru-RU.rc"
55 #endif
56 #ifdef LANGUAGE_TR_TR
57 #include "lang/tr-TR.rc"
58 #endif
59 #ifdef LANGUAGE_ZH_CN
60 #include "lang/zh-CN.rc"
61 #endif
62
63 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
64
65 #define WINE_FILEDESCRIPTION_STR "Internet Browser"
66 #define WINE_FILENAME_STR "ieframe.dll"
67 #define WINE_FILEVERSION 8,0,6001,18702
68 #define WINE_FILEVERSION_STR "8.0.6001.18702"
69 #define WINE_PRODUCTVERSION 8,0,6001,18702
70 #define WINE_PRODUCTVERSION_STR "8.0.6001.18702"
71 #define WINE_EXTRAVALUES VALUE "OLESelfRegister",""
72
73 #include <wine/wine_common_ver.rc>
74
75 /* @makedep: ietoolbar.bmp */
76 IDB_IETOOLBAR BITMAP "resources/ietoolbar.bmp"
77
78 #ifdef __REACTOS__
79 IDC_PAGEICO ICON "resources/pages.ico"
80 #endif
81
82 /* @makedep: ieframe.rgs */
83 1 WINE_REGISTRY "ieframe.rgs"
84
85 2 WINE_REGISTRY "ieframe_v1.rgs"
86 3 WINE_REGISTRY "ieframe_v1.tlb.rgs"
87
88 1 TYPELIB "ieframe_v1.tlb"