xref: /reactos/dll/win32/shell32/shell32.rc (revision 40462c92)
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
29LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
30
31IDA_SHELLVIEW ACCELERATORS
32BEGIN
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_PROPERTIES, 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
52END
53
54shv_accel ACCELERATORS
55BEGIN
56    VK_F5, FCIDM_SHVIEW_REFRESH, VIRTKEY
57END
58
59IDA_DESKBROWSER  ACCELERATORS
60BEGIN
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
68END
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#include <reactos/manifest_dll.rc>
81
821 TYPELIB "shell32_shldisp.tlb"
83
84/*
85 * Everything specific to any language goes
86 * in one of the specific files.
87 * Note that you can and may override resources
88 * which also have a neutral version. This is to
89 * get localized bitmaps for example.
90 */
91#ifdef LANGUAGE_EN_GB
92    #include "lang/en-GB.rc"
93#endif
94#ifdef LANGUAGE_EN_US
95    #include "lang/en-US.rc"
96#endif
97
98/* UTF-8 */
99#pragma code_page(65001)
100
101#ifdef LANGUAGE_BG_BG
102    #include "lang/bg-BG.rc"
103#endif
104#ifdef LANGUAGE_CA_ES
105    #include "lang/ca-ES.rc"
106#endif
107#ifdef LANGUAGE_CS_CZ
108    #include "lang/cs-CZ.rc"
109#endif
110#ifdef LANGUAGE_DA_DK
111    #include "lang/da-DK.rc"
112#endif
113#ifdef LANGUAGE_DE_DE
114    #include "lang/de-DE.rc"
115#endif
116#ifdef LANGUAGE_EL_GR
117    #include "lang/el-GR.rc"
118#endif
119#ifdef LANGUAGE_ES_ES
120    #include "lang/es-ES.rc"
121#endif
122#ifdef LANGUAGE_ET_EE
123    #include "lang/et-EE.rc"
124#endif
125#ifdef LANGUAGE_FI_FI
126    #include "lang/fi-FI.rc"
127#endif
128#ifdef LANGUAGE_FR_FR
129    #include "lang/fr-FR.rc"
130#endif
131#ifdef LANGUAGE_HE_IL
132    #include "lang/he-IL.rc"
133#endif
134#ifdef LANGUAGE_HI_IN
135    #include "lang/hi-IN.rc"
136#endif
137#ifdef LANGUAGE_HU_HU
138    #include "lang/hu-HU.rc"
139#endif
140#ifdef LANGUAGE_ID_ID
141    #include "lang/id-ID.rc"
142#endif
143#ifdef LANGUAGE_IT_IT
144    #include "lang/it-IT.rc"
145#endif
146#ifdef LANGUAGE_JA_JP
147    #include "lang/ja-JP.rc"
148#endif
149#ifdef LANGUAGE_KO_KR
150    #include "lang/ko-KR.rc"
151#endif
152#ifdef LANGUAGE_NL_NL
153    #include "lang/nl-NL.rc"
154#endif
155#ifdef LANGUAGE_NB_NO
156    #include "lang/no-NO.rc"
157#endif
158#ifdef LANGUAGE_PL_PL
159    #include "lang/pl-PL.rc"
160#endif
161#ifdef LANGUAGE_PT_BR
162    #include "lang/pt-BR.rc"
163#endif
164#ifdef LANGUAGE_PT_PT
165    #include "lang/pt-PT.rc"
166#endif
167#ifdef LANGUAGE_RO_RO
168    #include "lang/ro-RO.rc"
169#endif
170#ifdef LANGUAGE_RU_RU
171    #include "lang/ru-RU.rc"
172#endif
173#ifdef LANGUAGE_SK_SK
174    #include "lang/sk-SK.rc"
175#endif
176#ifdef LANGUAGE_SL_SI
177    #include "lang/sl-SI.rc"
178#endif
179#ifdef LANGUAGE_SQ_AL
180    #include "lang/sq-AL.rc"
181#endif
182#ifdef LANGUAGE_SV_SE
183    #include "lang/sv-SE.rc"
184#endif
185#ifdef LANGUAGE_TR_TR
186    #include "lang/tr-TR.rc"
187#endif
188#ifdef LANGUAGE_UK_UA
189    #include "lang/uk-UA.rc"
190#endif
191#ifdef LANGUAGE_ZH_CN
192    #include "lang/zh-CN.rc"
193#endif
194#ifdef LANGUAGE_ZH_TW
195    #include "lang/zh-TW.rc"
196#endif
197