[TRANSLATIONS] Spanish translation update by Ismael Ferreras Morezuelas. CORE-8991
[reactos.git] / reactos / dll / cpl / wined3dcfg / wined3dcfg.rc
1 #include <windef.h>
2 #include <winuser.h>
3
4 #include "resource.h"
5
6 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
7
8 #define REACTOS_VERSION_DLL
9 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS WineD3D Configuration Control Panel"
10 #define REACTOS_STR_INTERNAL_NAME "WineD3Dcfg"
11 #define REACTOS_STR_ORIGINAL_FILENAME "WineD3Dcfg.cpl"
12 #include <reactos/version.rc>
13
14 IDI_CPLICON ICON "resources/wined3dcfg.ico"
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_HE_IL
34 #include "lang/he-IL.rc"
35 #endif
36 #ifdef LANGUAGE_PL_PL
37 #include "lang/pl-PL.rc"
38 #endif
39 #ifdef LANGUAGE_RO_RO
40 #include "lang/ro-RO.rc"
41 #endif
42 #ifdef LANGUAGE_RU_RU
43 #include "lang/ru-RU.rc"
44 #endif
45 #ifdef LANGUAGE_SQ_AL
46 #include "lang/sq-AL.rc"
47 #endif
48 #ifdef LANGUAGE_TR_TR
49 #include "lang/tr-TR.rc"
50 #endif