159ee3d77ecca66eac4f3f18394027158b375ea9
[reactos.git] / reactos / dll / win32 / mpr / mpr.rc
1 /*
2 * MPR dll resources
3 *
4 * Copyright (C) 2004 Juan Lang
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 #include <winuser.h>
22
23 #include "mprres.h"
24
25 #include "version.rc"
26
27 #ifdef LANGUAGE_BG_BG
28 #include "lang/mpr_Bg.rc"
29 #endif
30 #ifdef LANGUAGE_CS_CZ
31 #include "lang/mpr_Cs.rc"
32 #endif
33 #ifdef LANGUAGE_DA_DK
34 #include "lang/mpr_Da.rc"
35 #endif
36 #ifdef LANGUAGE_EN_US
37 #include "lang/mpr_En.rc"
38 #endif
39 #ifdef LANGUAGE_ES_ES
40 #include "lang/mpr_Es.rc"
41 #endif
42 #ifdef LANGUAGE_HU_HU
43 #include "lang/mpr_Hu.rc"
44 #endif
45 #ifdef LANGUAGE_IT_IT
46 #include "lang/mpr_It.rc"
47 #endif
48 #ifdef LANGUAGE_KO_KR
49 #include "lang/mpr_Ko.rc"
50 #endif
51 #ifdef LANGUAGE_NL_NL
52 #include "lang/mpr_Nl.rc"
53 #endif
54 #ifdef LANGUAGE_NO_NO
55 #include "lang/mpr_No.rc"
56 #endif
57 #ifdef LANGUAGE_PL_PL
58 #include "lang/mpr_Pl.rc"
59 #endif
60 #ifdef LANGUAGE_SV_SE
61 #include "lang/mpr_Sv.rc"
62 #endif
63 #ifdef LANGUAGE_TR_TR
64 #include "lang/mpr_Tr.rc"
65 #endif
66
67 /* UTF-8 */
68 #ifdef LANGUAGE_DE_DE
69 #include "lang/mpr_De.rc"
70 #endif
71 #ifdef LANGUAGE_FR_FR
72 #include "lang/mpr_Fr.rc"
73 #endif
74 #ifdef LANGUAGE_HE_IL
75 #include "lang/mpr_He.rc"
76 #endif
77 #ifdef LANGUAGE_JA_JP
78 #include "lang/mpr_Ja.rc"
79 #endif
80 #ifdef LANGUAGE_LT_LT
81 #include "lang/mpr_Lt.rc"
82 #endif
83 #ifdef LANGUAGE_PT_PT
84 #include "lang/mpr_Pt.rc"
85 #endif
86 #ifdef LANGUAGE_RO_RO
87 #include "lang/mpr_Ro.rc"
88 #endif
89 #ifdef LANGUAGE_RU_RU
90 #include "lang/mpr_Ru.rc"
91 #endif
92 #ifdef LANGUAGE_SL_SI
93 #include "lang/mpr_Si.rc"
94 #endif
95 #ifdef LANGUAGE_SQ_AL
96 #include "lang/mpr_Sq.rc"
97 #endif
98 #ifdef LANGUAGE_UK_UA
99 #include "lang/mpr_Uk.rc"
100 #endif
101 #ifdef LANGUAGE_ZH_CN
102 #include "lang/mpr_Zh.rc"
103 #endif
104