- Sync with trunk r58248 to bring the latest changes from Amine (headers) and others...
[reactos.git] / dll / win32 / shell32 / shell32.rc
1 /*
2 * Top level resource file for shell stuff
3 *
4 * Copyright 1998 Juergen Schmied
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 <windef.h>
22 #include <winuser.h>
23 #include <commctrl.h>
24
25 #include "shresdef.h"
26
27 #include "shell32_version.rc"
28
29 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
30
31 shv_accel ACCELERATORS
32 BEGIN
33 VK_F5, FCIDM_SHVIEW_REFRESH, VIRTKEY
34 END
35
36 /*
37 * This include a set of Shell32 icons,
38 * bitmaps and avi files. Licence's can be
39 * found in the corresponding directorys
40 */
41 #include "icon_res.rc"
42 #include "bitmap_res.rc"
43 #include "avi_res.rc"
44 #include "rgs_res.rc"
45
46 /*
47 * Everything specific to any language goes
48 * in one of the specific files.
49 * Note that you can and may override resources
50 * which also have a neutral version. This is to
51 * get localized bitmaps for example.
52 */
53 #ifdef LANGUAGE_EN_GB
54 #include "lang/en-GB.rc"
55 #endif
56 #ifdef LANGUAGE_EN_US
57 #include "lang/en-US.rc"
58 #endif
59
60 // UTF-8
61 #pragma code_page(65001)
62 #ifdef LANGUAGE_BG_BG
63 #include "lang/bg-BG.rc"
64 #endif
65 #ifdef LANGUAGE_CA_ES
66 #include "lang/ca-ES.rc"
67 #endif
68 #ifdef LANGUAGE_CS_CZ
69 #include "lang/cs-CZ.rc"
70 #endif
71 #ifdef LANGUAGE_DA_DK
72 #include "lang/da-DK.rc"
73 #endif
74 #ifdef LANGUAGE_DE_DE
75 #include "lang/de-DE.rc"
76 #endif
77 #ifdef LANGUAGE_EL_GR
78 #include "lang/el-GR.rc"
79 #endif
80 #ifdef LANGUAGE_ES_ES
81 #include "lang/es-ES.rc"
82 #endif
83 #ifdef LANGUAGE_FI_FI
84 #include "lang/fi-FI.rc"
85 #endif
86 #ifdef LANGUAGE_FR_FR
87 #include "lang/fr-FR.rc"
88 #endif
89 #ifdef LANGUAGE_HU_HU
90 #include "lang/hu-HU.rc"
91 #endif
92 #ifdef LANGUAGE_IT_IT
93 #include "lang/it-IT.rc"
94 #endif
95 #ifdef LANGUAGE_JA_JP
96 #include "lang/ja-JP.rc"
97 #endif
98 #ifdef LANGUAGE_KO_KR
99 #include "lang/ko-KR.rc"
100 #endif
101 #ifdef LANGUAGE_NL_NL
102 #include "lang/nl-NL.rc"
103 #endif
104 #ifdef LANGUAGE_NB_NO
105 #include "lang/no-NO.rc"
106 #endif
107 #ifdef LANGUAGE_PL_PL
108 #include "lang/pl-PL.rc"
109 #endif
110 #ifdef LANGUAGE_PT_BR
111 #include "lang/pt-BR.rc"
112 #endif
113 #ifdef LANGUAGE_PT_PT
114 #include "lang/pt-PT.rc"
115 #endif
116 #ifdef LANGUAGE_RO_RO
117 #include "lang/ro-RO.rc"
118 #endif
119 #ifdef LANGUAGE_RU_RU
120 #include "lang/ru-RU.rc"
121 #endif
122 #ifdef LANGUAGE_SK_SK
123 #include "lang/sk-SK.rc"
124 #endif
125 #ifdef LANGUAGE_SL_SI
126 #include "lang/sl-SI.rc"
127 #endif
128 #ifdef LANGUAGE_SV_SE
129 #include "lang/sv-SE.rc"
130 #endif
131 #ifdef LANGUAGE_TR_TR
132 #include "lang/tr-TR.rc"
133 #endif
134 #ifdef LANGUAGE_UK_UA
135 #include "lang/uk-UA.rc"
136 #endif
137 #ifdef LANGUAGE_ZH_CN
138 #include "lang/zh-CN.rc"
139 #endif
140 #ifdef LANGUAGE_ZH_TW
141 #include "lang/zh-TW.rc"
142 #endif