[TRANSLATION]
[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 /* UTF-8 */
19 #pragma code_page(65001)
20
21 #ifdef LANGUAGE_CS_CZ
22 #include "lang/cs-CZ.rc"
23 #endif
24 #ifdef LANGUAGE_DE_DE
25 #include "lang/de-DE.rc"
26 #endif
27 #ifdef LANGUAGE_EN_US
28 #include "lang/en-US.rc"
29 #endif
30 #ifdef LANGUAGE_ES_ES
31 #include "lang/es-ES.rc"
32 #endif
33 #ifdef LANGUAGE_FR_FR
34 #include "lang/fr-FR.rc"
35 #endif
36 #ifdef LANGUAGE_IT_IT
37 #include "lang/it-IT.rc"
38 #endif
39 #ifdef LANGUAGE_PL_PL
40 #include "lang/pl-PL.rc"
41 #endif
42 #ifdef LANGUAGE_RO_RO
43 #include "lang/ro-RO.rc"
44 #endif
45 #ifdef LANGUAGE_RU_RU
46 #include "lang/ru-RU.rc"
47 #endif
48 #ifdef LANGUAGE_TR_TR
49 #include "lang/tr-TR.rc"
50 #endif
51 #ifdef LANGUAGE_ZH_CN
52 #include "lang/zh-CN.rc"
53 #endif
54 #ifdef LANGUAGE_ZH_TW
55 #include "lang/zh-TW.rc"
56 #endif