* Sync up to trunk HEAD (r62286).
[reactos.git] / dll / win32 / credui / credui.rc
1 /*
2 * Top level resource file for Credentials UI
3 *
4 * Copyright 2007 Robert Shearman (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 "credui_resources.h"
26
27 /* @makedep: banner.bmp */
28 IDB_BANNER BITMAP "res/banner.bmp"
29
30 #ifdef LANGUAGE_EN_US
31 #include "lang/credui_En.rc"
32 #endif
33 #ifdef LANGUAGE_KO_KR
34 #include "lang/credui_Ko.rc"
35 #endif
36 #ifdef LANGUAGE_NL_NL
37 #include "lang/credui_Nl.rc"
38 #endif
39 #ifdef LANGUAGE_NO_NO
40 #include "lang/credui_No.rc"
41 #endif
42 #ifdef LANGUAGE_PL_PL
43 #include "lang/credui_Pl.rc"
44 #endif
45 #ifdef LANGUAGE_SV_SE
46 #include "lang/credui_Sv.rc"
47 #endif
48
49 /* UTF-8 */
50 #ifdef LANGUAGE_DA_DK
51 #include "lang/credui_Da.rc"
52 #endif
53 #ifdef LANGUAGE_DE_DE
54 #include "lang/credui_De.rc"
55 #endif
56 #ifdef LANGUAGE_ES_ES
57 #include "lang/credui_Es.rc"
58 #endif
59 #ifdef LANGUAGE_FR_FR
60 #include "lang/credui_Fr.rc"
61 #endif
62 #ifdef LANGUAGE_HE_IL
63 #include "lang/credui_He.rc"
64 #endif
65 #ifdef LANGUAGE_HU_HU
66 #include "lang/credui_Hu.rc"
67 #endif
68 #ifdef LANGUAGE_IT_IT
69 #include "lang/credui_It.rc"
70 #endif
71 #ifdef LANGUAGE_LT_LT
72 #include "lang/credui_Lt.rc"
73 #endif
74 #ifdef LANGUAGE_PT_PT
75 #include "lang/credui_Pt.rc"
76 #endif
77 #ifdef LANGUAGE_RO_RO
78 #include "lang/credui_Ro.rc"
79 #endif
80 #ifdef LANGUAGE_RU_RU
81 #include "lang/credui_Ru.rc"
82 #endif
83 #ifdef LANGUAGE_SL_SI
84 #include "lang/credui_Si.rc"
85 #endif
86 #ifdef LANGUAGE_SQ_AL
87 #include "lang/credui_Sq.rc"
88 #endif
89 #ifdef LANGUAGE_TR_TR
90 #include "lang/credui_Tr.rc"
91 #endif
92 #ifdef LANGUAGE_UK_UA
93 #include "lang/credui_Uk.rc"
94 #endif
95 #ifdef LANGUAGE_ZH_CN
96 #include "lang/credui_Zh.rc"
97 #endif