Sync with trunk r63831.
[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 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 /*
60 * This include a set of Shell32 icons,
61 * bitmaps and avi files. Licence's can be
62 * found in the corresponding directorys
63 */
64 #include "icon_res.rc"
65 #include "bitmap_res.rc"
66 #include "avi_res.rc"
67 #include "rgs_res.rc"
68
69 /*
70 * Everything specific to any language goes
71 * in one of the specific files.
72 * Note that you can and may override resources
73 * which also have a neutral version. This is to
74 * get localized bitmaps for example.
75 */
76 #ifdef LANGUAGE_EN_GB
77 #include "lang/en-GB.rc"
78 #endif
79 #ifdef LANGUAGE_EN_US
80 #include "lang/en-US.rc"
81 #endif
82
83 /* UTF-8 */
84 #pragma code_page(65001)
85
86 #ifdef LANGUAGE_BG_BG
87 #include "lang/bg-BG.rc"
88 #endif
89 #ifdef LANGUAGE_CA_ES
90 #include "lang/ca-ES.rc"
91 #endif
92 #ifdef LANGUAGE_CS_CZ
93 #include "lang/cs-CZ.rc"
94 #endif
95 #ifdef LANGUAGE_DA_DK
96 #include "lang/da-DK.rc"
97 #endif
98 #ifdef LANGUAGE_DE_DE
99 #include "lang/de-DE.rc"
100 #endif
101 #ifdef LANGUAGE_EL_GR
102 #include "lang/el-GR.rc"
103 #endif
104 #ifdef LANGUAGE_ES_ES
105 #include "lang/es-ES.rc"
106 #endif
107 #ifdef LANGUAGE_FI_FI
108 #include "lang/fi-FI.rc"
109 #endif
110 #ifdef LANGUAGE_FR_FR
111 #include "lang/fr-FR.rc"
112 #endif
113 #ifdef LANGUAGE_HE_IL
114 #include "lang/he-IL.rc"
115 #endif
116 #ifdef LANGUAGE_HU_HU
117 #include "lang/hu-HU.rc"
118 #endif
119 #ifdef LANGUAGE_IT_IT
120 #include "lang/it-IT.rc"
121 #endif
122 #ifdef LANGUAGE_JA_JP
123 #include "lang/ja-JP.rc"
124 #endif
125 #ifdef LANGUAGE_KO_KR
126 #include "lang/ko-KR.rc"
127 #endif
128 #ifdef LANGUAGE_NL_NL
129 #include "lang/nl-NL.rc"
130 #endif
131 #ifdef LANGUAGE_NB_NO
132 #include "lang/no-NO.rc"
133 #endif
134 #ifdef LANGUAGE_PL_PL
135 #include "lang/pl-PL.rc"
136 #endif
137 #ifdef LANGUAGE_PT_BR
138 #include "lang/pt-BR.rc"
139 #endif
140 #ifdef LANGUAGE_PT_PT
141 #include "lang/pt-PT.rc"
142 #endif
143 #ifdef LANGUAGE_RO_RO
144 #include "lang/ro-RO.rc"
145 #endif
146 #ifdef LANGUAGE_RU_RU
147 #include "lang/ru-RU.rc"
148 #endif
149 #ifdef LANGUAGE_SK_SK
150 #include "lang/sk-SK.rc"
151 #endif
152 #ifdef LANGUAGE_SL_SI
153 #include "lang/sl-SI.rc"
154 #endif
155 #ifdef LANGUAGE_SQ_AL
156 #include "lang/sq-AL.rc"
157 #endif
158 #ifdef LANGUAGE_SV_SE
159 #include "lang/sv-SE.rc"
160 #endif
161 #ifdef LANGUAGE_TR_TR
162 #include "lang/tr-TR.rc"
163 #endif
164 #ifdef LANGUAGE_UK_UA
165 #include "lang/uk-UA.rc"
166 #endif
167 #ifdef LANGUAGE_ZH_CN
168 #include "lang/zh-CN.rc"
169 #endif
170 #ifdef LANGUAGE_ZH_TW
171 #include "lang/zh-TW.rc"
172 #endif