[MSGINA]
[reactos.git] / reactos / dll / shellext / slayer / slayer.rc
1 #include <windef.h>
2 #include <winuser.h>
3
4 #include "resource.h"
5
6 #define REACTOS_VERSION_DLL
7 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Compatibility Layer Shell Extension"
8 #define REACTOS_STR_INTERNAL_NAME "slayer"
9 #define REACTOS_STR_ORIGINAL_FILENAME "slayer.dll"
10 #include <reactos/version.rc>
11
12 #include <reactos/manifest_dll.rc>
13
14 #ifdef LANGUAGE_BG_BG
15 #include "lang/bg-BG.rc"
16 #endif
17 #ifdef LANGUAGE_CS_CZ
18 #include "lang/cs-CZ.rc"
19 #endif
20 #ifdef LANGUAGE_DE_DE
21 #include "lang/de-DE.rc"
22 #endif
23 #ifdef LANGUAGE_EN_US
24 #include "lang/en-US.rc"
25 #endif
26 #ifdef LANGUAGE_ES_ES
27 #include "lang/es-ES.rc"
28 #endif
29 #ifdef LANGUAGE_EU_ES
30 #include "lang/eu-ES.rc"
31 #endif
32 #ifdef LANGUAGE_FR_FR
33 #include "lang/fr-FR.rc"
34 #endif
35 #ifdef LANGUAGE_HU_HU
36 #include "lang/hu-HU.rc"
37 #endif
38 #ifdef LANGUAGE_ID_ID
39 #include "lang/id-ID.rc"
40 #endif
41 #ifdef LANGUAGE_IT_IT
42 #include "lang/it-IT.rc"
43 #endif
44 #ifdef LANGUAGE_NL_NL
45 #include "lang/nl-NL.rc"
46 #endif
47 #ifdef LANGUAGE_NB_NO
48 #include "lang/no-NO.rc"
49 #endif
50 #ifdef LANGUAGE_SK_SK
51 #include "lang/sk-SK.rc"
52 #endif
53 #ifdef LANGUAGE_SV_SE
54 #include "lang/sv-SE.rc"
55 #endif
56
57 /* UTF-8 */
58 #pragma code_page(65001)
59
60 #ifdef LANGUAGE_HE_IL
61 #include "lang/he-IL.rc"
62 #endif
63 #ifdef LANGUAGE_PL_PL
64 #include "lang/pl-PL.rc"
65 #endif
66 #ifdef LANGUAGE_RO_RO
67 #include "lang/ro-RO.rc"
68 #endif
69 #ifdef LANGUAGE_RU_RU
70 #include "lang/ru-RU.rc"
71 #endif
72 #ifdef LANGUAGE_TR_TR
73 #include "lang/tr-TR.rc"
74 #endif
75 #ifdef LANGUAGE_UK_UA
76 #include "lang/uk-UA.rc"
77 #endif