[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 <windows.h>
22 #include "shlobj.h"
23 #include "shresdef.h"
24
25 #include "version.rc"
26
27 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
28
29 shv_accel ACCELERATORS
30 BEGIN
31 VK_F5, FCIDM_SHVIEW_REFRESH, VIRTKEY
32 END
33
34 /*
35 * This include a set of Shell32 icons,
36 * bitmaps and avi files. Licence's can be
37 * found in the corresponding directorys
38 */
39 #include "icon_res.rc"
40 #include "bitmap_res.rc"
41 #include "avi_res.rc"
42 #include "rgs_res.rc"
43
44 /*
45 * Everything specific to any language goes
46 * in one of the specific files.
47 * Note that you can and may override resources
48 * which also have a neutral version. This is to
49 * get localized bitmaps for example.
50 */
51 #include "lang/en-GB.rc"
52 #include "lang/en-US.rc"
53
54 // UTF-8
55 #pragma code_page(65001)
56 #include "lang/bg-BG.rc"
57 #include "lang/ca-ES.rc"
58 #include "lang/cs-CZ.rc"
59 #include "lang/da-DK.rc"
60 #include "lang/de-DE.rc"
61 #include "lang/el-GR.rc"
62 #include "lang/es-ES.rc"
63 #include "lang/fi-FI.rc"
64 #include "lang/fr-FR.rc"
65 #include "lang/hu-HU.rc"
66 #include "lang/it-IT.rc"
67 #include "lang/ja-JP.rc"
68 #include "lang/ko-KR.rc"
69 #include "lang/nl-NL.rc"
70 #include "lang/no-NO.rc"
71 #include "lang/pl-PL.rc"
72 #include "lang/pt-BR.rc"
73 #include "lang/pt-PT.rc"
74 #include "lang/ro-RO.rc"
75 #include "lang/ru-RU.rc"
76 #include "lang/sk-SK.rc"
77 #include "lang/sl-SI.rc"
78 #include "lang/sv-SE.rc"
79 #include "lang/tr-TR.rc"
80 #include "lang/uk-UA.rc"
81 #include "lang/zh-CN.rc"
82 #include "lang/zh-TW.rc"