Sync with trunk r63174.
[reactos.git] / dll / shellext / deskmon / deskmon.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 Advanced display monitor properties"
8 #define REACTOS_STR_INTERNAL_NAME "deskmon"
9 #define REACTOS_STR_ORIGINAL_FILENAME "deskmon.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_EL_GR
24 #include "lang/el-GR.rc"
25 #endif
26 #ifdef LANGUAGE_EN_US
27 #include "lang/en-US.rc"
28 #endif
29 #ifdef LANGUAGE_ES_ES
30 #include "lang/es-ES.rc"
31 #endif
32 #ifdef LANGUAGE_EU_ES
33 #include "lang/eu-ES.rc"
34 #endif
35 #ifdef LANGUAGE_FR_FR
36 #include "lang/fr-FR.rc"
37 #endif
38 #ifdef LANGUAGE_IT_IT
39 #include "lang/it-IT.rc"
40 #endif
41 #ifdef LANGUAGE_NB_NO
42 #include "lang/no-NO.rc"
43 #endif
44 #ifdef LANGUAGE_SK_SK
45 #include "lang/sk-SK.rc"
46 #endif
47
48 /* UTF-8 */
49 #pragma code_page(65001)
50
51 #ifdef LANGUAGE_HE_IL
52 #include "lang/he-IL.rc"
53 #endif
54 #ifdef LANGUAGE_PL_PL
55 #include "lang/pl-PL.rc"
56 #endif
57 #ifdef LANGUAGE_RO_RO
58 #include "lang/ro-RO.rc"
59 #endif
60 #ifdef LANGUAGE_RU_RU
61 #include "lang/ru-RU.rc"
62 #endif
63 #ifdef LANGUAGE_TR_TR
64 #include "lang/tr-TR.rc"
65 #endif
66 #ifdef LANGUAGE_SQ_AL
67 #include "lang/sq-AL.rc"
68 #endif
69 #ifdef LANGUAGE_UK_UA
70 #include "lang/uk-UA.rc"
71 #endif