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