xref: /reactos/dll/win32/credui/credui.rc (revision cdf90707)
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 "credui_resources.h"
22
23/* @makedep: banner.bmp */
24IDB_BANNER BITMAP "res/banner.bmp"
25
26#include <reactos/manifest_hosted.rc>
27
28/* UTF-8 */
29#pragma code_page(65001)
30
31#ifdef LANGUAGE_DA_DK
32    #include "lang/credui_Da.rc"
33#endif
34#ifdef LANGUAGE_DE_DE
35    #include "lang/credui_De.rc"
36#endif
37#ifdef LANGUAGE_EN_US
38    #include "lang/credui_En.rc"
39#endif
40#ifdef LANGUAGE_ES_ES
41    #include "lang/credui_Es.rc"
42#endif
43#ifdef LANGUAGE_ET_EE
44    #include "lang/credui_Et.rc"
45#endif
46#ifdef LANGUAGE_FR_FR
47    #include "lang/credui_Fr.rc"
48#endif
49#ifdef LANGUAGE_HE_IL
50    #include "lang/credui_He.rc"
51#endif
52#ifdef LANGUAGE_HU_HU
53    #include "lang/credui_Hu.rc"
54#endif
55#ifdef LANGUAGE_IT_IT
56    #include "lang/credui_It.rc"
57#endif
58#ifdef LANGUAGE_JA_JP
59    #include "lang/credui_Ja.rc"
60#endif
61#ifdef LANGUAGE_KO_KR
62    #include "lang/credui_Ko.rc"
63#endif
64#ifdef LANGUAGE_LT_LT
65    #include "lang/credui_Lt.rc"
66#endif
67#ifdef LANGUAGE_NL_NL
68    #include "lang/credui_Nl.rc"
69#endif
70#ifdef LANGUAGE_NO_NO
71    #include "lang/credui_No.rc"
72#endif
73#ifdef LANGUAGE_PL_PL
74    #include "lang/credui_Pl.rc"
75#endif
76#ifdef LANGUAGE_PT_PT
77    #include "lang/credui_Pt.rc"
78#endif
79#ifdef LANGUAGE_RO_RO
80    #include "lang/credui_Ro.rc"
81#endif
82#ifdef LANGUAGE_RU_RU
83    #include "lang/credui_Ru.rc"
84#endif
85#ifdef LANGUAGE_SL_SI
86    #include "lang/credui_Si.rc"
87#endif
88#ifdef LANGUAGE_SQ_AL
89    #include "lang/credui_Sq.rc"
90#endif
91#ifdef LANGUAGE_SV_SE
92    #include "lang/credui_Sv.rc"
93#endif
94#ifdef LANGUAGE_TR_TR
95    #include "lang/credui_Tr.rc"
96#endif
97#ifdef LANGUAGE_UK_UA
98    #include "lang/credui_Uk.rc"
99#endif
100#ifdef LANGUAGE_ZH_CN
101    #include "lang/credui_Zh.rc"
102#endif
103