Branching for 0.3.15 release after two days of no response from a certain sphere...
[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 "winbase.h"
23 //#include "winuser.h"
24 //#include "winnls.h"
25 //#include "cdlg.h"
26 //#include "winspool.h"
27 //#include "filedlgbrowser.h"
28
29 /*
30 * Everything that does not depend on language,
31 * like textless bitmaps etc, go into the
32 * neutral language. This will prevent them from
33 * being duplicated for each language.
34 */
35 #include "cdlg_xx.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 "cdlg_Bg.rc"
49 #endif
50 #ifdef LANGUAGE_CA_ES
51 #include "cdlg_Ca.rc"
52 #endif
53 #ifdef LANGUAGE_CS_CZ
54 #include "cdlg_Cs.rc"
55 #endif
56 #ifdef LANGUAGE_DA_DK
57 #include "cdlg_Da.rc"
58 #endif
59 #ifdef LANGUAGE_DE_DE
60 #include "cdlg_De.rc"
61 #endif
62 #ifdef LANGUAGE_EL_GR
63 #include "cdlg_El.rc"
64 #endif
65 #ifdef LANGUAGE_EN_US
66 #include "cdlg_En.rc"
67 #endif
68 #ifdef LANGUAGE_EO_AA
69 #include "cdlg_Eo.rc"
70 #endif
71 #ifdef LANGUAGE_ES_ES
72 #include "cdlg_Es.rc"
73 #endif
74 #ifdef LANGUAGE_FI_FI
75 #include "cdlg_Fi.rc"
76 #endif
77 #ifdef LANGUAGE_FR_FR
78 #include "cdlg_Fr.rc"
79 #endif
80 #ifdef LANGUAGE_HE_IL
81 #include "cdlg_He.rc"
82 #endif
83 #ifdef LANGUAGE_HU_HU
84 #include "cdlg_Hu.rc"
85 #endif
86 #ifdef LANGUAGE_IT_IT
87 #include "cdlg_It.rc"
88 #endif
89 #ifdef LANGUAGE_JA_JP
90 #include "cdlg_Ja.rc"
91 #endif
92 #ifdef LANGUAGE_KO_KR
93 #include "cdlg_Ko.rc"
94 #endif
95 #ifdef LANGUAGE_LT_LT
96 #include "cdlg_Lt.rc"
97 #endif
98 #ifdef LANGUAGE_NL_NL
99 #include "cdlg_Nl.rc"
100 #endif
101 #ifdef LANGUAGE_NO_NO
102 #include "cdlg_No.rc"
103 #endif
104 #ifdef LANGUAGE_PL_PL
105 #include "cdlg_Pl.rc"
106 #endif
107 #ifdef LANGUAGE_PT_PT
108 #include "cdlg_Pt.rc"
109 #endif
110 #ifdef LANGUAGE_RO_RO
111 #include "cdlg_Ro.rc"
112 #endif
113 #ifdef LANGUAGE_RU_RU
114 #include "cdlg_Ru.rc"
115 #endif
116 #ifdef LANGUAGE_SL_SI
117 #include "cdlg_Si.rc"
118 #endif
119 #ifdef LANGUAGE_SK_SK
120 #include "cdlg_Sk.rc"
121 #endif
122 #ifdef LANGUAGE_SR_SP
123 #include "cdlg_Sr.rc"
124 #endif
125 #ifdef LANGUAGE_SV_SE
126 #include "cdlg_Sv.rc"
127 #endif
128 #ifdef LANGUAGE_TH_TH
129 #include "cdlg_Th.rc"
130 #endif
131 #ifdef LANGUAGE_TR_TR
132 #include "cdlg_Tr.rc"
133 #endif
134 #ifdef LANGUAGE_ZH_TW
135 #include "cdlg_Tw.rc"
136 #endif
137 #ifdef LANGUAGE_UK_UA
138 #include "cdlg_Uk.rc"
139 #endif
140 #ifdef LANGUAGE_ZH_CN
141 #include "cdlg_Zh.rc"
142 #endif