Sync with trunk r65656.
[reactos.git] / dll / win32 / cryptdlg / cryptdlg.rc
1 /*
2 * cryptdlg 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 #include <windef.h>
21
22 #include "cryptres.h"
23
24 #ifdef LANGUAGE_DA_DK
25 #include "lang/cryptdlg_Da.rc"
26 #endif
27 #ifdef LANGUAGE_EN_US
28 #include "lang/cryptdlg_En.rc"
29 #endif
30 #ifdef LANGUAGE_KO_KR
31 #include "lang/cryptdlg_Ko.rc"
32 #endif
33 #ifdef LANGUAGE_NL_NL
34 #include "lang/cryptdlg_Nl.rc"
35 #endif
36 #ifdef LANGUAGE_PL_PL
37 #include "lang/cryptdlg_Pl.rc"
38 #endif
39
40 /* UTF-8 */
41 #ifdef LANGUAGE_DE_DE
42 #include "lang/cryptdlg_De.rc"
43 #endif
44 #ifdef LANGUAGE_FR_FR
45 #include "lang/cryptdlg_Fr.rc"
46 #endif
47 #ifdef LANGUAGE_HE_IL
48 #include "lang/cryptdlg_He.rc"
49 #endif
50 #ifdef LANGUAGE_HU_HU
51 #include "lang/cryptdlg_Hu.rc"
52 #endif
53 #ifdef LANGUAGE_IT_IT
54 #include "lang/cryptdlg_It.rc"
55 #endif
56 #ifdef LANGUAGE_LT_LT
57 #include "lang/cryptdlg_Lt.rc"
58 #endif
59 #ifdef LANGUAGE_NO_NO
60 #include "lang/cryptdlg_No.rc"
61 #endif
62 #ifdef LANGUAGE_PT_PT
63 #include "lang/cryptdlg_Pt.rc"
64 #endif
65 #ifdef LANGUAGE_RO_RO
66 #include "lang/cryptdlg_Ro.rc"
67 #endif
68 #ifdef LANGUAGE_RU_RU
69 #include "lang/cryptdlg_Ru.rc"
70 #endif
71 #ifdef LANGUAGE_SQ_AL
72 #include "lang/cryptdlg_Sq.rc"
73 #endif
74 #ifdef LANGUAGE_TR_TR
75 #include "lang/cryptdlg_Tr.rc"
76 #endif
77 #ifdef LANGUAGE_UK_UA
78 #include "lang/cryptdlg_Uk.rc"
79 #endif