Sync with trunk r63174.
[reactos.git] / dll / win32 / oledlg / rsrc.rc
1 /*
2 * Top level resource file for OLE Dialogs
3 *
4 * Copyright 2003 Ulrich Czekalla for CodeWeavers
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 <oledlg.h>
22
23 #include "resource.h"
24
25 /*
26 * Everything specific to any language goes
27 * in one of the specific files.
28 * Note that you can and may override resources
29 * which also have a neutral version. This is to
30 * get localized bitmaps for example.
31 */
32 #ifdef LANGUAGE_CS_CZ
33 #include "lang/oledlg_Cs.rc"
34 #endif
35 #ifdef LANGUAGE_DA_DK
36 #include "lang/oledlg_Da.rc"
37 #endif
38 #ifdef LANGUAGE_EN_US
39 #include "lang/oledlg_En.rc"
40 #endif
41 #ifdef LANGUAGE_ES_ES
42 #include "lang/oledlg_Es.rc"
43 #endif
44 #ifdef LANGUAGE_KO_KR
45 #include "lang/oledlg_Ko.rc"
46 #endif
47 #ifdef LANGUAGE_NO_NO
48 #include "lang/oledlg_No.rc"
49 #endif
50 #ifdef LANGUAGE_PL_PL
51 #include "lang/oledlg_Pl.rc"
52 #endif
53 #ifdef LANGUAGE_SV_SE
54 #include "lang/oledlg_Sv.rc"
55 #endif
56
57 /* UTF-8 */
58 #ifdef LANGUAGE_DE_DE
59 #include "lang/oledlg_De.rc"
60 #endif
61 #ifdef LANGUAGE_FR_FR
62 #include "lang/oledlg_Fr.rc"
63 #endif
64 #ifdef LANGUAGE_HE_IL
65 #include "lang/oledlg_He.rc"
66 #endif
67 #ifdef LANGUAGE_HU_HU
68 #include "lang/oledlg_Hu.rc"
69 #endif
70 #ifdef LANGUAGE_IT_IT
71 #include "lang/oledlg_It.rc"
72 #endif
73 #ifdef LANGUAGE_JA_JP
74 #include "lang/oledlg_Ja.rc"
75 #endif
76 #ifdef LANGUAGE_LT_LT
77 #include "lang/oledlg_Lt.rc"
78 #endif
79 #ifdef LANGUAGE_NL_NL
80 #include "lang/oledlg_Nl.rc"
81 #endif
82 #ifdef LANGUAGE_PT_PT
83 #include "lang/oledlg_Pt.rc"
84 #endif
85 #ifdef LANGUAGE_RO_RO
86 #include "lang/oledlg_Ro.rc"
87 #endif
88 #ifdef LANGUAGE_RU_RU
89 #include "lang/oledlg_Ru.rc"
90 #endif
91 #ifdef LANGUAGE_SL_SI
92 #include "lang/oledlg_Si.rc"
93 #endif
94 #ifdef LANGUAGE_SQ_AL
95 #include "lang/oledlg_Sq.rc"
96 #endif
97 #ifdef LANGUAGE_TR_TR
98 #include "lang/oledlg_Tr.rc"
99 #endif
100 #ifdef LANGUAGE_UK_UA
101 #include "lang/oledlg_Uk.rc"
102 #endif
103 #ifdef LANGUAGE_ZH_CN
104 #include "lang/oledlg_Zh.rc"
105 #endif