xref: /reactos/dll/win32/msrle32/rsrc.rc (revision 0623a6f8)
1/*
2 * Top level resource file for MS-RLE
3 *
4 * Copyright 2002 Michael Günnewig
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 "msrle_private.h"
22
23
24/*
25 * Everything specific to any language goes
26 * in one of the specific files.
27 * Note that you can and may override resources
28 * which also have a neutral version. This is to
29 * get localized bitmaps for example.
30 */
31
32/* UTF-8 */
33#pragma code_page(65001)
34
35#ifdef LANGUAGE_BG_BG
36    #include "lang/msrle_Bg.rc"
37#endif
38#ifdef LANGUAGE_CS_CZ
39    #include "lang/msrle_Cs.rc"
40#endif
41#ifdef LANGUAGE_DA_DK
42    #include "lang/msrle_Da.rc"
43#endif
44#ifdef LANGUAGE_DE_DE
45    #include "lang/msrle_De.rc"
46#endif
47#ifdef LANGUAGE_EN_US
48    #include "lang/msrle_En.rc"
49#endif
50#ifdef LANGUAGE_ES_ES
51    #include "lang/msrle_Es.rc"
52#endif
53#ifdef LANGUAGE_FR_FR
54    #include "lang/msrle_Fr.rc"
55#endif
56#ifdef LANGUAGE_HE_IL
57    #include "lang/msrle_He.rc"
58#endif
59#ifdef LANGUAGE_HU_HU
60    #include "lang/msrle_Hu.rc"
61#endif
62#ifdef LANGUAGE_IT_IT
63    #include "lang/msrle_It.rc"
64#endif
65#ifdef LANGUAGE_JA_JP
66    #include "lang/msrle_Ja.rc"
67#endif
68#ifdef LANGUAGE_KO_KR
69    #include "lang/msrle_Ko.rc"
70#endif
71#ifdef LANGUAGE_LT_LT
72    #include "lang/msrle_Lt.rc"
73#endif
74#ifdef LANGUAGE_NL_NL
75    #include "lang/msrle_Nl.rc"
76#endif
77#ifdef LANGUAGE_NO_NO
78    #include "lang/msrle_No.rc"
79#endif
80#ifdef LANGUAGE_PL_PL
81    #include "lang/msrle_Pl.rc"
82#endif
83#ifdef LANGUAGE_PT_PT
84    #include "lang/msrle_Pt.rc"
85#endif
86#ifdef LANGUAGE_RO_RO
87    #include "lang/msrle_Ro.rc"
88#endif
89#ifdef LANGUAGE_RU_RU
90    #include "lang/msrle_Ru.rc"
91#endif
92#ifdef LANGUAGE_SL_SI
93    #include "lang/msrle_Si.rc"
94#endif
95#ifdef LANGUAGE_SQ_AL
96    #include "lang/msrle_Sq.rc"
97#endif
98#ifdef LANGUAGE_SV_SE
99    #include "lang/msrle_Sv.rc"
100#endif
101#ifdef LANGUAGE_TR_TR
102    #include "lang/msrle_Tr.rc"
103#endif
104#ifdef LANGUAGE_UK_UA
105    #include "lang/msrle_Uk.rc"
106#endif
107#ifdef LANGUAGE_ZH_CN
108    #include "lang/msrle_Zh.rc"
109#endif
110