f9eb7e85eacdccf5718cc5d11d9da1f55f7a9731
[reactos.git] / reactos / base / applications / write / rsrc.rc
1 /*
2 * Copyright 2007 Mikolaj Zalewski
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 <windef.h>
20
21 #include "resources.h"
22
23 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
24
25 #ifdef LANGUAGE_DA_DK
26 #include "lang/Da.rc"
27 #endif
28 #ifdef LANGUAGE_EN_US
29 #include "lang/En.rc"
30 #endif
31 #ifdef LANGUAGE_KO_KR
32 #include "lang/Ko.rc"
33 #endif
34 #ifdef LANGUAGE_NL_NL
35 #include "lang/Nl.rc"
36 #endif
37 #ifdef LANGUAGE_NO_NO
38 #include "lang/No.rc"
39 #endif
40 #ifdef LANGUAGE_PL_PL
41 #include "lang/Pl.rc"
42 #endif
43 #ifdef LANGUAGE_PT_PT
44 #include "lang/Pt.rc"
45 #endif
46 #ifdef LANGUAGE_SV_SE
47 #include "lang/Sv.rc"
48 #endif
49
50 /* UTF-8 */
51 #ifdef LANGUAGE_BG_BG
52 #include "lang/Bg.rc"
53 #endif
54 #ifdef LANGUAGE_DE_DE
55 #include "lang/De.rc"
56 #endif
57 #ifdef LANGUAGE_ES_ES
58 #include "lang/Es.rc"
59 #endif
60 #ifdef LANGUAGE_FR_FR
61 #include "lang/Fr.rc"
62 #endif
63 #ifdef LANGUAGE_HE_IL
64 #include "lang/He.rc"
65 #endif
66 #ifdef LANGUAGE_IT_IT
67 #include "lang/It.rc"
68 #endif
69 #ifdef LANGUAGE_JA_JP
70 #include "lang/Ja.rc"
71 #endif
72 #ifdef LANGUAGE_LT_LT
73 #include "lang/Lt.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_SR_SP
85 #include "lang/Sr.rc"
86 #endif
87 #ifdef LANGUAGE_TR_TR
88 #include "lang/Tr.rc"
89 #endif
90 #ifdef LANGUAGE_UK_UA
91 #include "lang/Uk.rc"
92 #endif
93 #ifdef LANGUAGE_ZH_CN
94 #include "lang/Zh.rc"
95 #endif