Revert r66580 and r66579.
[reactos.git] / reactos / base / shell / shlwapi / shlwapi.rc
1 /*
2 * Resources for shlwapi
3 *
4 * Copyright 2004 Jon Griffiths
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 <winuser.h>
22
23 #include "resource.h"
24
25 #include "version.rc"
26
27 /* UTF-8 */
28 #pragma code_page(65001)
29
30 #ifdef LANGUAGE_DA_DK
31 #include "lang/shlwapi_Da.rc"
32 #endif
33 #ifdef LANGUAGE_DE_DE
34 #include "lang/shlwapi_De.rc"
35 #endif
36 #ifdef LANGUAGE_EN_US
37 #include "lang/shlwapi_En.rc"
38 #endif
39 #ifdef LANGUAGE_ES_ES
40 #include "lang/shlwapi_Es.rc"
41 #endif
42 #ifdef LANGUAGE_FI_FI
43 #include "lang/shlwapi_Fi.rc"
44 #endif
45 #ifdef LANGUAGE_FR_FR
46 #include "lang/shlwapi_Fr.rc"
47 #endif
48 #ifdef LANGUAGE_HE_IL
49 #include "lang/shlwapi_He.rc"
50 #endif
51 #ifdef LANGUAGE_HU_HU
52 #include "lang/shlwapi_Hu.rc"
53 #endif
54 #ifdef LANGUAGE_IT_IT
55 #include "lang/shlwapi_It.rc"
56 #endif
57 #ifdef LANGUAGE_JA_JP
58 #include "lang/shlwapi_Ja.rc"
59 #endif
60 #ifdef LANGUAGE_KO_KR
61 #include "lang/shlwapi_Ko.rc"
62 #endif
63 #ifdef LANGUAGE_LT_LT
64 #include "lang/shlwapi_Lt.rc"
65 #endif
66 #ifdef LANGUAGE_NL_NL
67 #include "lang/shlwapi_Nl.rc"
68 #endif
69 #ifdef LANGUAGE_NO_NO
70 #include "lang/shlwapi_No.rc"
71 #endif
72 #ifdef LANGUAGE_PL_PL
73 #include "lang/shlwapi_Pl.rc"
74 #endif
75 #ifdef LANGUAGE_PT_PT
76 #include "lang/shlwapi_Pt.rc"
77 #endif
78 #ifdef LANGUAGE_RO_RO
79 #include "lang/shlwapi_Ro.rc"
80 #endif
81 #ifdef LANGUAGE_RU_RU
82 #include "lang/shlwapi_Ru.rc"
83 #endif
84 #ifdef LANGUAGE_SK_SK
85 #include "lang/shlwapi_Sk.rc"
86 #endif
87 #ifdef LANGUAGE_SL_SI
88 #include "lang/shlwapi_Si.rc"
89 #endif
90 #ifdef LANGUAGE_SQ_AL
91 #include "lang/shlwapi_Sq.rc"
92 #endif
93 #ifdef LANGUAGE_SV_SE
94 #include "lang/shlwapi_Sv.rc"
95 #endif
96 #ifdef LANGUAGE_TR_TR
97 #include "lang/shlwapi_Tr.rc"
98 #endif
99 #ifdef LANGUAGE_UK_UA
100 #include "lang/shlwapi_Uk.rc"
101 #endif
102 #ifdef LANGUAGE_ZH_CN
103 #include "lang/shlwapi_Zh.rc"
104 #endif