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