xref: /reactos/dll/win32/cryptui/cryptui.rc (revision 84344399)
1/*
2 * cryptui dll resources
3 *
4 * Copyright 2008 Juan Lang
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 "cryptuires.h"
22
23/* @makedep: smallicons.bmp */
24IDB_SMALL_ICONS BITMAP "res/smallicons.bmp"
25
26/* @makedep: cert.bmp */
27IDB_CERT BITMAP "res/cert.bmp"
28
29/* @makedep: certerror.bmp */
30IDB_CERT_ERROR BITMAP "res/certerror.bmp"
31
32/* @makedep: certwarning.bmp */
33IDB_CERT_WARNING BITMAP "res/certwarning.bmp"
34
35/* @makedep: checks.bmp */
36IDB_CHECKS BITMAP "res/checks.bmp"
37
38/* @makedep: certwatermark.bmp */
39IDB_CERT_WATERMARK BITMAP "res/certwatermark.bmp"
40
41/* @makedep: certheader.bmp */
42IDB_CERT_HEADER BITMAP "res/certheader.bmp"
43
44#include <reactos/manifest_dll.rc>
45
46/* UTF-8 */
47#pragma code_page(65001)
48
49#ifdef LANGUAGE_BG_BG
50    #include "lang/cryptui_Bg.rc"
51#endif
52#ifdef LANGUAGE_EN_US
53    #include "lang/cryptui_En.rc"
54#endif
55#ifdef LANGUAGE_KO_KR
56    #include "lang/cryptui_Ko.rc"
57#endif
58#ifdef LANGUAGE_PL_PL
59    #include "lang/cryptui_Pl.rc"
60#endif
61#ifdef LANGUAGE_DE_DE
62    #include "lang/cryptui_De.rc"
63#endif
64#ifdef LANGUAGE_FR_FR
65    #include "lang/cryptui_Fr.rc"
66#endif
67#ifdef LANGUAGE_IT_IT
68    #include "lang/cryptui_It.rc"
69#endif
70#ifdef LANGUAGE_LT_LT
71    #include "lang/cryptui_Lt.rc"
72#endif
73#ifdef LANGUAGE_NL_NL
74    #include "lang/cryptui_Nl.rc"
75#endif
76#ifdef LANGUAGE_NO_NO
77    #include "lang/cryptui_No.rc"
78#endif
79#ifdef LANGUAGE_PT_PT
80    #include "lang/cryptui_Pt.rc"
81#endif
82#ifdef LANGUAGE_RO_RO
83    #include "lang/cryptui_Ro.rc"
84#endif
85#ifdef LANGUAGE_RU_RU
86    #include "lang/cryptui_Ru.rc"
87#endif
88#ifdef LANGAUGE_SQ_AL
89    #include "lang/cryptui_Sq.rc"
90#endif
91#ifdef LANGUAGE_TR_TR
92    #include "lang/cryptui_Tr.rc"
93#endif
94#ifdef LANGUAGE_UK_UA
95    #include "lang/cryptui_Uk.rc"
96#endif
97#ifdef LANGUAGE_ZH_CN
98    #include "lang/cryptui_Zh.rc"
99#endif
100