[INETCPL] Fix a typo in Romanian resource file
[reactos.git] / dll / cpl / inetcpl / inetcpl.rc
1 /*
2 * Internet control panel applet
3 *
4 * Copyright 2010 Detlef Riekenberg
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
22 #include "inetcpl.h"
23
24
25 #include <reactos/manifest_hosted.rc>
26
27 /* UTF-8 */
28 #pragma code_page(65001)
29
30 #ifdef LANGUAGE_CS_CZ
31 #include "lang/cs-CZ.rc"
32 #endif
33 #ifdef LANGUAGE_DE_DE
34 #include "lang/de-DE.rc"
35 #endif
36 #ifdef LANGUAGE_EN_US
37 #include "lang/en-US.rc"
38 #endif
39 #ifdef LANGUAGE_ES_ES
40 #include "lang/es-ES.rc"
41 #endif
42 #ifdef LANGUAGE_FR_FR
43 #include "lang/fr-FR.rc"
44 #endif
45 #ifdef LANGUAGE_HE_IL
46 #include "lang/He.rc"
47 #endif
48 #ifdef LANGUAGE_IT_IT
49 #include "lang/it-IT.rc"
50 #endif
51 #ifdef LANGUAGE_JA_JP
52 #include "lang/ja-JP.rc"
53 #endif
54 #ifdef LANGUAGE_KO_KR
55 #include "lang/ko-KR.rc"
56 #endif
57 #ifdef LANGUAGE_LT_LT
58 #include "lang/lt-LT.rc"
59 #endif
60 #ifdef LANGUAGE_NL_NL
61 #include "lang/nl-NL.rc"
62 #endif
63 #ifdef LANGUAGE_PL_PL
64 #include "lang/pl-PL.rc"
65 #endif
66 #ifdef LANGUAGE_PT_BR
67 #include "lang/pt-BR.rc"
68 #endif
69 #ifdef LANGUAGE_RO_RO
70 #include "lang/ro-RO.rc"
71 #endif
72 #ifdef LANGUAGE_RU_RU
73 #include "lang/ru-RU.rc"
74 #endif
75 #ifdef LANGUAGE_SQ_AL
76 #include "lang/sq-AL.rc"
77 #endif
78 #ifdef LANGUAGE_SR_SP
79 #include "lang/Sr.rc"
80 #endif
81 #ifdef LANGUAGE_SV_SE
82 #include "lang/sv-SE.rc"
83 #endif
84 #ifdef LANGUAGE_TR_TR
85 #include "lang/tr-TR.rc"
86 #endif
87 #ifdef LANGUAGE_UK_UA
88 #include "lang/uk-UA.rc"
89 #endif
90 #ifdef LANGUAGE_ZH_CN
91 #include "lang/zh-CN.rc"
92 #endif
93 #ifdef LANGUAGE_ZH_TW
94 #include "lang/zh-TW.rc"
95 #endif
96
97 #define WINE_FILENAME_STR "inetcpl.cpl"
98 #define WINE_FILEDESCRIPTION_STR "Internet Control Panel"
99
100 /* Same Version as IE 8 on WinXP */
101 #define WINE_FILEVERSION 8,0,6001,18939
102 #define WINE_FILEVERSION_STR "8.00.6001.18939"
103
104 #define WINE_PRODUCTVERSION 8,0,6001,18939
105 #define WINE_PRODUCTVERSION_STR "8.00.6001.18939"
106
107 #include "wine/wine_common_ver.rc"
108
109 /* @makedep: inetcpl.ico */
110 ICO_MAIN ICON "resources/inetcpl.ico"
111 ICO_INTERNET ICON "resources/inetcpl.ico"
112 ICO_CERTIFICATES ICON "resources/certificates.ico"
113 ICO_RESTRICTED ICON "resources/restricted.ico"
114 ICO_HISTORY ICON "resources/history.ico"
115 ICO_TRUSTED ICON "resources/trusted.ico"
116 ICO_HOME ICON "resources/home.ico"