Revert tree-restructure attempt: r66583, r66582, r66581, r66578, sauf ntdll changes...
[reactos.git] / reactos / 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 IDA_SHELLVIEW ACCELERATORS
32 BEGIN
33 "D", FCIDM_SHVIEW_DELETE, VIRTKEY, CONTROL
34 VK_DELETE, FCIDM_SHVIEW_DELETE, VIRTKEY
35 VK_DELETE, FCIDM_SHVIEW_DELETE, VIRTKEY, SHIFT
36 VK_F2, FCIDM_SHVIEW_RENAME, VIRTKEY
37 VK_RETURN, FCIDM_SHVIEW_OPEN, VIRTKEY, ALT
38 "X", FCIDM_SHVIEW_CUT, VIRTKEY, CONTROL
39 "C", FCIDM_SHVIEW_COPY, VIRTKEY, CONTROL
40 VK_INSERT, FCIDM_SHVIEW_COPY, VIRTKEY, CONTROL
41 "V", FCIDM_SHVIEW_INSERT, VIRTKEY, CONTROL
42 VK_INSERT, FCIDM_SHVIEW_INSERT, VIRTKEY, SHIFT
43 "Z", FCIDM_SHVIEW_UNDO, VIRTKEY, CONTROL
44 "A", FCIDM_SHVIEW_SELECTALL, VIRTKEY, CONTROL
45 VK_F1, FCIDM_SHVIEW_HELP, VIRTKEY
46
47 /* FIXME: the following accelerator doesn't belong here. This accelerator
48 * table is used by the shell view control. F5 should be handled by the
49 * a different accelerator table thats translated in IShellBrowser::TranslateAcceleratorSB
50 * but will put it here until the shell work fine */
51 VK_F5, FCIDM_SHVIEW_REFRESH, VIRTKEY
52 END
53
54 shv_accel ACCELERATORS
55 BEGIN
56 VK_F5, FCIDM_SHVIEW_REFRESH, VIRTKEY
57 END
58
59 IDA_DESKBROWSER ACCELERATORS
60 BEGIN
61 //"s", 34172, ALT
62 VK_F4, FCIDM_DESKBROWSER_CLOSE, VIRTKEY, ALT
63 VK_F6, FCIDM_DESKBROWSER_FOCUS, VIRTKEY
64 VK_TAB, FCIDM_DESKBROWSER_FOCUS, VIRTKEY
65 VK_TAB, FCIDM_DESKBROWSER_FOCUS, VIRTKEY, SHIFT
66 VK_F3, FCIDM_DESKBROWSER_SEARCH, VIRTKEY
67 VK_F5, FCIDM_DESKBROWSER_REFRESH, VIRTKEY
68 END
69
70 /*
71 * This include a set of Shell32 icons,
72 * bitmaps and avi files. Licence's can be
73 * found in the corresponding directorys
74 */
75 #include "icon_res.rc"
76 #include "bitmap_res.rc"
77 #include "avi_res.rc"
78 #include "rgs_res.rc"
79
80 /*
81 * Everything specific to any language goes
82 * in one of the specific files.
83 * Note that you can and may override resources
84 * which also have a neutral version. This is to
85 * get localized bitmaps for example.
86 */
87 #ifdef LANGUAGE_EN_GB
88 #include "lang/en-GB.rc"
89 #endif
90 #ifdef LANGUAGE_EN_US
91 #include "lang/en-US.rc"
92 #endif
93
94 /* UTF-8 */
95 #pragma code_page(65001)
96
97 #ifdef LANGUAGE_BG_BG
98 #include "lang/bg-BG.rc"
99 #endif
100 #ifdef LANGUAGE_CA_ES
101 #include "lang/ca-ES.rc"
102 #endif
103 #ifdef LANGUAGE_CS_CZ
104 #include "lang/cs-CZ.rc"
105 #endif
106 #ifdef LANGUAGE_DA_DK
107 #include "lang/da-DK.rc"
108 #endif
109 #ifdef LANGUAGE_DE_DE
110 #include "lang/de-DE.rc"
111 #endif
112 #ifdef LANGUAGE_EL_GR
113 #include "lang/el-GR.rc"
114 #endif
115 #ifdef LANGUAGE_ES_ES
116 #include "lang/es-ES.rc"
117 #endif
118 #ifdef LANGUAGE_FI_FI
119 #include "lang/fi-FI.rc"
120 #endif
121 #ifdef LANGUAGE_FR_FR
122 #include "lang/fr-FR.rc"
123 #endif
124 #ifdef LANGUAGE_HE_IL
125 #include "lang/he-IL.rc"
126 #endif
127 #ifdef LANGUAGE_HU_HU
128 #include "lang/hu-HU.rc"
129 #endif
130 #ifdef LANGUAGE_IT_IT
131 #include "lang/it-IT.rc"
132 #endif
133 #ifdef LANGUAGE_JA_JP
134 #include "lang/ja-JP.rc"
135 #endif
136 #ifdef LANGUAGE_KO_KR
137 #include "lang/ko-KR.rc"
138 #endif
139 #ifdef LANGUAGE_NL_NL
140 #include "lang/nl-NL.rc"
141 #endif
142 #ifdef LANGUAGE_NB_NO
143 #include "lang/no-NO.rc"
144 #endif
145 #ifdef LANGUAGE_PL_PL
146 #include "lang/pl-PL.rc"
147 #endif
148 #ifdef LANGUAGE_PT_BR
149 #include "lang/pt-BR.rc"
150 #endif
151 #ifdef LANGUAGE_PT_PT
152 #include "lang/pt-PT.rc"
153 #endif
154 #ifdef LANGUAGE_RO_RO
155 #include "lang/ro-RO.rc"
156 #endif
157 #ifdef LANGUAGE_RU_RU
158 #include "lang/ru-RU.rc"
159 #endif
160 #ifdef LANGUAGE_SK_SK
161 #include "lang/sk-SK.rc"
162 #endif
163 #ifdef LANGUAGE_SL_SI
164 #include "lang/sl-SI.rc"
165 #endif
166 #ifdef LANGUAGE_SQ_AL
167 #include "lang/sq-AL.rc"
168 #endif
169 #ifdef LANGUAGE_SV_SE
170 #include "lang/sv-SE.rc"
171 #endif
172 #ifdef LANGUAGE_TR_TR
173 #include "lang/tr-TR.rc"
174 #endif
175 #ifdef LANGUAGE_UK_UA
176 #include "lang/uk-UA.rc"
177 #endif
178 #ifdef LANGUAGE_ZH_CN
179 #include "lang/zh-CN.rc"
180 #endif
181 #ifdef LANGUAGE_ZH_TW
182 #include "lang/zh-TW.rc"
183 #endif