[STOBJECT]
[reactos.git] / reactos / dll / shellext / stobject / stobject.rc
1 #include <windef.h>
2 #include <winuser.h>
3 #include <commctrl.h>
4
5 #include "resource.h"
6
7 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
8
9 IDI_BATTERY ICON "resources/1.ico"
10 IDI_EXTRACT ICON "resources/2.ico"
11 IDI_VOLUME ICON "resources/3.ico"
12 IDI_VOLMUTE ICON "resources/4.ico"
13
14 IDR_SYSTRAY REGISTRY "resources/rgs/systray.rgs"
15
16 #include <reactos/manifest_dll.rc>
17
18 // Strings common to all languages
19 STRINGTABLE
20 BEGIN
21 // Power related strings
22 IDS_PWR_RUN "shell32.dll,Control_RunDLL PowerCfg.cpl"
23
24 // Hotplug related strings
25 IDS_HOTPLUG_RUN "shell32.dll,Control_RunDLL hotplug.dll"
26
27 // Volume related strings
28 IDS_VOL_RUN "SNDVOL32.EXE"
29 END
30
31 /* UTF-8 */
32 #pragma code_page(65001)
33
34 #ifdef LANGUAGE_DE_DE
35 #include "lang/de-DE.rc"
36 #endif
37 #ifdef LANGUAGE_EN_US
38 #include "lang/en-US.rc"
39 #endif
40 #ifdef LANGUAGE_ES_ES
41 #include "lang/es-ES.rc"
42 #endif
43 #ifdef LANGUAGE_IT_IT
44 #include "lang/it-IT.rc"
45 #endif
46 #ifdef LANGUAGE_RO_RO
47 #include "lang/ro-RO.rc"
48 #endif
49 #ifdef LANGUAGE_RU_RU
50 #include "lang/ru-RU.rc"
51 #endif
52 #ifdef LANGUAGE_TR_TR
53 #include "lang/tr-TR.rc"
54 #endif