xref: /reactos/dll/win32/comdlg32/rsrc.rc (revision 4561998a)
1/*
2 * Top level resource file for Common Dialogs
3 *
4 * Copyright 1999 Bertho Stultiens
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 <windef.h>
22#include <winuser.h>
23
24#include "cdlg.h"
25#include "filedlgbrowser.h"
26
27/*
28 * Everything that does not depend on language,
29 * like textless bitmaps etc, go into the
30 * neutral language. This will prevent them from
31 * being duplicated for each language.
32 */
33#include "cdlg_xx.rc"
34
35#include <reactos/manifest_dll.rc>
36
37/*
38 * Everything specific to any language goes
39 * in one of the specific files.
40 * Note that you can and may override resources
41 * which also have a neutral version. This is to
42 * get localized bitmaps for example.
43 */
44
45#pragma code_page(65001) // UTF-8
46
47#ifdef LANGUAGE_BG_BG
48    #include "lang/cdlg_Bg.rc"
49#endif
50#ifdef LANGUAGE_CA_ES
51    #include "lang/cdlg_Ca.rc"
52#endif
53#ifdef LANGUAGE_CS_CZ
54    #include "lang/cdlg_Cs.rc"
55#endif
56#ifdef LANGUAGE_DA_DK
57    #include "lang/cdlg_Da.rc"
58#endif
59#ifdef LANGUAGE_DE_DE
60    #include "lang/cdlg_De.rc"
61#endif
62#ifdef LANGUAGE_EL_GR
63    #include "lang/cdlg_El.rc"
64#endif
65#ifdef LANGUAGE_EN_US
66    #include "lang/cdlg_En.rc"
67#endif
68#ifdef LANGUAGE_EO_AA
69    #include "lang/cdlg_Eo.rc"
70#endif
71#ifdef LANGUAGE_ES_ES
72    #include "lang/cdlg_Es.rc"
73#endif
74#ifdef LANGUAGE_ET_EE
75    #include "lang/cdlg_Et.rc"
76#endif
77#ifdef LANGUAGE_FI_FI
78    #include "lang/cdlg_Fi.rc"
79#endif
80#ifdef LANGUAGE_FR_FR
81    #include "lang/cdlg_Fr.rc"
82#endif
83#ifdef LANGUAGE_HE_IL
84    #include "lang/cdlg_He.rc"
85#endif
86#ifdef LANGUAGE_HU_HU
87    #include "lang/cdlg_Hu.rc"
88#endif
89#ifdef LANGUAGE_IT_IT
90    #include "lang/cdlg_It.rc"
91#endif
92#ifdef LANGUAGE_JA_JP
93    #include "lang/cdlg_Ja.rc"
94#endif
95#ifdef LANGUAGE_KO_KR
96    #include "lang/cdlg_Ko.rc"
97#endif
98#ifdef LANGUAGE_LT_LT
99    #include "lang/cdlg_Lt.rc"
100#endif
101#ifdef LANGUAGE_NL_NL
102    #include "lang/cdlg_Nl.rc"
103#endif
104#ifdef LANGUAGE_NO_NO
105    #include "lang/cdlg_No.rc"
106#endif
107#ifdef LANGUAGE_PL_PL
108    #include "lang/cdlg_Pl.rc"
109#endif
110#ifdef LANGUAGE_PT_PT
111    #include "lang/cdlg_Pt.rc"
112#endif
113#ifdef LANGUAGE_RO_RO
114    #include "lang/cdlg_Ro.rc"
115#endif
116#ifdef LANGUAGE_RU_RU
117    #include "lang/cdlg_Ru.rc"
118#endif
119#ifdef LANGUAGE_SK_SK
120    #include "lang/cdlg_Sk.rc"
121#endif
122#ifdef LANGUAGE_SL_SI
123    #include "lang/cdlg_Si.rc"
124#endif
125#ifdef LANGUAGE_SQ_AL
126    #include "lang/cdlg_Sq.rc"
127#endif
128#ifdef LANGUAGE_SR_SP
129    #include "lang/cdlg_Sr.rc"
130#endif
131#ifdef LANGUAGE_SV_SE
132    #include "lang/cdlg_Sv.rc"
133#endif
134#ifdef LANGUAGE_TH_TH
135    #include "lang/cdlg_Th.rc"
136#endif
137#ifdef LANGUAGE_TR_TR
138    #include "lang/cdlg_Tr.rc"
139#endif
140#ifdef LANGUAGE_UK_UA
141    #include "lang/cdlg_Uk.rc"
142#endif
143#ifdef LANGUAGE_ZH_TW
144    #include "lang/cdlg_Tw.rc"
145#endif
146#ifdef LANGUAGE_ZH_CN
147    #include "lang/cdlg_Zh.rc"
148#endif
149