xref: /reactos/dll/win32/shdoclc/rsrc.rc (revision d5399189)
1/*
2 * Copyright 2005-2006 Jacek Caban
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17 */
18
19#include "shdoclc.h"
20
21/* UTF-8 */
22#pragma code_page(65001)
23
24#ifdef LANGUAGE_BG_BG
25    #include "lang/Bg.rc"
26#endif
27#ifdef LANGUAGE_DA_DK
28    #include "lang/Da.rc"
29#endif
30#ifdef LANGUAGE_DE_DE
31    #include "lang/De.rc"
32#endif
33#ifdef LANGUAGE_EN_US
34    #include "lang/En.rc"
35#endif
36#ifdef LANGUAGE_ES_ES
37    #include "lang/Es.rc"
38#endif
39#ifdef LANGUAGE_FI_FI
40    #include "lang/Fi.rc"
41#endif
42#ifdef LANGUAGE_FR_FR
43    #include "lang/Fr.rc"
44#endif
45#ifdef LANGUAGE_HE_IL
46    #include "lang/He.rc"
47#endif
48#ifdef LANGUAGE_HU_HU
49    #include "lang/Hu.rc"
50#endif
51#ifdef LANGUAGE_IT_IT
52    #include "lang/It.rc"
53#endif
54#ifdef LANGUAGE_JA_JP
55    #include "lang/Ja.rc"
56#endif
57#ifdef LANGUAGE_KO_KR
58    #include "lang/Ko.rc"
59#endif
60#ifdef LANGUAGE_LT_LT
61    #include "lang/Lt.rc"
62#endif
63#ifdef LANGUAGE_NL_NL
64    #include "lang/Nl.rc"
65#endif
66#ifdef LANGUAGE_NO_NO
67    #include "lang/No.rc"
68#endif
69#ifdef LANGUAGE_PL_PL
70    #include "lang/Pl.rc"
71#endif
72#ifdef LANGUAGE_PT_PT
73    #include "lang/Pt.rc"
74#endif
75#ifdef LANGUAGE_RO_RO
76    #include "lang/Ro.rc"
77#endif
78#ifdef LANGUAGE_RU_RU
79    #include "lang/Ru.rc"
80#endif
81#ifdef LANGUAGE_SL_SI
82    #include "lang/Si.rc"
83#endif
84#ifdef LANGUAGE_SQ_AL
85    #include "lang/Sq.rc"
86#endif
87#ifdef LANGUAGE_SV_SE
88    #include "lang/Sv.rc"
89#endif
90#ifdef LANGUAGE_TR_TR
91    #include "lang/Tr.rc"
92#endif
93#ifdef LANGUAGE_UK_UA
94    #include "lang/Uk.rc"
95#endif
96#ifdef LANGUAGE_ZH_CN
97    #include "lang/Zh.rc"
98#endif
99