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