[OLEDLG]
[reactos.git] / reactos / 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 "windef.h"
22 #include "winbase.h"
23 #include "winuser.h"
24 #include "winnls.h"
25 #include "oledlg.h"
26
27 #include "resource.h"
28
29 /*
30 * Everything specific to any language goes
31 * in one of the specific files.
32 * Note that you can and may override resources
33 * which also have a neutral version. This is to
34 * get localized bitmaps for example.
35 */
36 #include "oledlg_Cs.rc"
37 #include "oledlg_Da.rc"
38 #include "oledlg_En.rc"
39 #include "oledlg_Es.rc"
40 #include "oledlg_Hu.rc"
41 #include "oledlg_It.rc"
42 #include "oledlg_Ko.rc"
43 #include "oledlg_Nl.rc"
44 #include "oledlg_No.rc"
45 #include "oledlg_Pl.rc"
46 #include "oledlg_Sv.rc"
47 #include "oledlg_Tr.rc"
48 #include "oledlg_Uk.rc"
49
50 /* UTF-8 */
51 #include "oledlg_De.rc"
52 #include "oledlg_Fr.rc"
53 #include "oledlg_Ja.rc"
54 #include "oledlg_Lt.rc"
55 #include "oledlg_Pt.rc"
56 #include "oledlg_Ru.rc"
57 #include "oledlg_Si.rc"
58 #include "oledlg_Zh.rc"
59