[SHLEXTDBG] Add utility to run / debug shell extensions.
[reactos.git] / modules / rosapps / applications / winfile / rsrc.rc
1 /*
2 * Copyright 2000 Martin Fuchs
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17 */
18
19 #include "resource.h"
20 #define REACTOS_STR_FILE_DESCRIPTION "A file manager based on winfile found in Windows NT 4."
21 #define REACTOS_STR_INTERNAL_NAME "WINE File"
22 #define REACTOS_STR_ORIGINAL_FILENAME "winefile.exe"
23 #include <reactos/version.rc>
24
25 /* define language neutral resources */
26
27 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
28
29 IDA_WINEFILE ACCELERATORS DISCARDABLE
30 {
31 VK_F1, ID_HELP, VIRTKEY, NOINVERT
32 VK_F5, ID_REFRESH, VIRTKEY, NOINVERT
33 VK_F7, ID_FILE_MOVE, VIRTKEY, NOINVERT
34 VK_F8, ID_FILE_COPY, VIRTKEY, NOINVERT
35 VK_DELETE, ID_FILE_DELETE, VIRTKEY, NOINVERT
36 VK_RETURN, ID_ACTIVATE, VIRTKEY, NOINVERT
37 VK_RETURN, ID_EDIT_PROPERTIES, VIRTKEY, ALT, NOINVERT
38 #ifndef _NO_EXTENSIONS
39 "X", ID_FILE_EXIT, VIRTKEY, ALT, NOINVERT
40 "S", ID_VIEW_FULLSCREEN, VIRTKEY, SHIFT, CONTROL, NOINVERT
41 VK_ADD, ID_PREFERRED_SIZES, VIRTKEY, CONTROL, NOINVERT
42 #endif
43 }
44
45 /* @makedep: winefile.ico */
46 IDI_WINEFILE ICON DISCARDABLE "resources/winefile.ico"
47
48 /* @makedep: toolbar.bmp */
49 IDB_TOOLBAR BITMAP DISCARDABLE "resources/toolbar.bmp"
50
51 /* @makedep: drivebar.bmp */
52 IDB_DRIVEBAR BITMAP DISCARDABLE "resources/drivebar.bmp"
53
54 /* @makedep: images.bmp */
55 IDB_IMAGES BITMAP DISCARDABLE "resources/images.bmp"
56
57 #include <reactos/manifest_exe.rc>
58
59 /* include localised resources */
60
61 /* UTF-8 */
62 #pragma code_page(65001)
63
64 #ifdef LANGUAGE_CS_CZ
65 #include "lang/cs-CZ.rc"
66 #endif
67 #ifdef LANGUAGE_DA_DK
68 #include "lang/da-DK.rc"
69 #endif
70 #ifdef LANGUAGE_DE_DE
71 #include "lang/de-DE.rc"
72 #endif
73 #ifdef LANGUAGE_EN_US
74 #include "lang/en-US.rc"
75 #endif
76 #ifdef LANGUAGE_ES_ES
77 #include "lang/es-ES.rc"
78 #endif
79 #ifdef LANGUAGE_FR_FR
80 #include "lang/fr-FR.rc"
81 #endif
82 #ifdef LANGUAGE_HU_HU
83 #include "lang/hu-HU.rc"
84 #endif
85 #ifdef LANGUAGE_IT_IT
86 #include "lang/it-IT.rc"
87 #endif
88 #ifdef LANGUAGE_JA_JP
89 #include "lang/ja-JP.rc"
90 #endif
91 #ifdef LANGUAGE_KO_KR
92 #include "lang/ko-KR.rc"
93 #endif
94 #ifdef LANGUAGE_LT_LT
95 #include "lang/lt-LT.rc"
96 #endif
97 #ifdef LANGUAGE_NL_NL
98 #include "lang/nl-NL.rc"
99 #endif
100 #ifdef LANGUAGE_NB_NO
101 #include "lang/no-NO.rc"
102 #endif
103 #ifdef LANGUAGE_PL_PL
104 #include "lang/pl-PL.rc"
105 #endif
106 #ifdef LANGUAGE_PT_BR
107 #include "lang/pt-BR.rc"
108 #endif
109 #ifdef LANGUAGE_RO_RO
110 #include "lang/ro-RO.rc"
111 #endif
112 #ifdef LANGUAGE_RU_RU
113 #include "lang/ru-RU.rc"
114 #endif
115 #ifdef LANGUAGE_SI_SI
116 #include "lang/sl-SI.rc"
117 #endif
118 #ifdef LANGUAGE_SV_SE
119 #include "lang/sv-SE.rc"
120 #endif
121 #ifdef LANGUAGE_TR_TR
122 #include "lang/tr-TR.rc"
123 #endif
124 #ifdef LANGUAGE_UK_UA
125 #include "lang/uk-UA.rc"
126 #endif
127 #ifdef LANGUAGE_ZH_CN
128 #include "lang/zh-CN.rc"
129 #endif