[WIN32DLLS]
[reactos.git] / reactos / dll / win32 / localui / localui.rc
1 /*
2 * Top level resource file for localui
3 *
4 * Copyright 2007 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 "windef.h"
23 #include "winbase.h"
24 #include "winuser.h"
25 #include "winver.h"
26 #include "localui.h"
27
28 #define WINE_FILENAME_STR "localui.dll"
29 #define WINE_FILEDESCRIPTION_STR "User Interface for the Local Monitor"
30
31 /* Same Version as WinXP_sp2 */
32 #define WINE_FILEVERSION 5,1,2600,2180
33 #define WINE_FILEVERSION_STR "5.1.2600.2180"
34
35 #define WINE_PRODUCTVERSION 5,1,2600,2180
36 #define WINE_PRODUCTVERSION_STR "5.1.2600.2180"
37
38 #include "wine/wine_common_ver.rc"
39
40 #ifdef LANGUAGE_DA_DK
41 #include "lang/ui_Da.rc"
42 #endif
43 #ifdef LANGUAGE_EN_US
44 #include "lang/ui_En.rc"
45 #endif
46 #ifdef LANGUAGE_KO_KR
47 #include "lang/ui_Ko.rc"
48 #endif
49 #ifdef LANGUAGE_NL_NL
50 #include "lang/ui_Nl.rc"
51 #endif
52 #ifdef LANGUAGE_NO_NO
53 #include "lang/ui_No.rc"
54 #endif
55 #ifdef LANGUAGE_PL_PL
56 #include "lang/ui_Pl.rc"
57 #endif
58 #ifdef LANGUAGE_PT_PT
59 #include "lang/ui_Pt.rc"
60 #endif
61 #ifdef LANGUAGE_SV_SE
62 #include "lang/ui_Sv.rc"
63 #endif
64
65 /* UTF-8 */
66 #ifdef LANGUAGE_DE_DE
67 #include "lang/ui_De.rc"
68 #endif
69 #ifdef LANGUAGE_ES_ES
70 #include "lang/ui_Es.rc"
71 #endif
72 #ifdef LANGUAGE_FR_FR
73 #include "lang/ui_Fr.rc"
74 #endif
75 #ifdef LANGUAGE_HE_IL
76 #include "lang/ui_He.rc"
77 #endif
78 #ifdef LANGUAGE_HU_HU
79 #include "lang/ui_Hu.rc"
80 #endif
81 #ifdef LANGUAGE_IT_IT
82 #include "lang/ui_It.rc"
83 #endif
84 #ifdef LANGUAGE_JA_JP
85 #include "lang/ui_Ja.rc"
86 #endif
87 #ifdef LANGUAGE_LT_LT
88 #include "lang/ui_Lt.rc"
89 #endif
90 #ifdef LANGUAGE_RO_RO
91 #include "lang/ui_Ro.rc"
92 #endif
93 #ifdef LANGUAGE_RU_RU
94 #include "lang/ui_Ru.rc"
95 #endif
96 #ifdef LANGUAGE_SL_SI
97 #include "lang/ui_Si.rc"
98 #endif
99 #ifdef LANGUAGE_SQ_AL
100 #include "lang/ui_Sq.rc"
101 #endif
102 #ifdef LANGUAGE_UK_UA
103 #include "lang/ui_Uk.rc"
104 #endif
105 #ifdef LANGUAGE_ZH_CN
106 #include "lang/ui_Zh.rc"
107 #endif