Partial merge of the condrv_restructure branch, including:
[reactos.git] / reactos / dll / win32 / syssetup / syssetup.rc
1 #include <windef.h>
2 #include <winuser.h>
3 #include <commctrl.h>
4
5 #include "resource.h"
6
7 #define REACTOS_VERSION_DLL
8 #define REACTOS_STR_FILE_DESCRIPTION "System Setup DLL"
9 #define REACTOS_STR_INTERNAL_NAME "syssetup"
10 #define REACTOS_STR_ORIGINAL_FILENAME "syssetup.dll"
11 #include <reactos/version.rc>
12
13 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
14
15 /* Bitmaps */
16 IDB_WATERMARK BITMAP "resources/watermark.bmp"
17 IDB_HEADER BITMAP "resources/header.bmp"
18
19 IDI_ICON1 ICON "resources/1.ico"
20 IDI_ICON2 ICON "resources/2.ico"
21 IDI_ICON3 ICON "resources/3.ico"
22 IDI_ICON4 ICON "resources/4.ico"
23 IDI_ICON5 ICON "resources/5.ico"
24
25 STRINGTABLE
26 BEGIN
27 IDS_ACKPROJECTS "Wine - http://www.winehq.org\nFreeType - http://www.freetype.org\nSYSLINUX - http://syslinux.zytor.com\nMinGW - http://www.mingw.org\nBochs - http://bochs.sourceforge.net\nQEMU - http://fabrice.bellard.free.fr/qemu\nMesa3D - http://www.mesa3d.org\nadns - http://www.gnu.org/software/adns\nICU - http://www.icu-project.org/\nGraphApp - http://enchantia.com/software/graphapp/\nExt2 - http://winext2fsd.sourceforge.net/\nGNU FreeFont - http://savannah.gnu.org/projects/freefont/\nDejaVu Fonts - http://dejavu.sourceforge.net\nLiberation(tm) Fonts - https://fedorahosted.org/liberation-fonts/"
28 END
29
30 IDR_GPL RT_TEXT "COPYING"
31
32 /*
33 * Everything specific to any language goes in one of the specific
34 * files. Note that you can and may override resources which also have
35 * a neutral version. This is to get localized bitmaps for example.
36 */
37
38 /* UTF-8 */
39 #pragma code_page(65001)
40
41 #ifdef LANGUAGE_BG_BG
42 #include "lang/bg-BG.rc"
43 #endif
44 #ifdef LANGUAGE_CS_CZ
45 #include "lang/cs-CZ.rc"
46 #endif
47 #ifdef LANGUAGE_DE_DE
48 #include "lang/de-DE.rc"
49 #endif
50 #ifdef LANGUAGE_EL_GR
51 #include "lang/el-GR.rc"
52 #endif
53 #ifdef LANGUAGE_EN_US
54 #include "lang/en-US.rc"
55 #endif
56 #ifdef LANGUAGE_ES_ES
57 #include "lang/es-ES.rc"
58 #endif
59 #ifdef LANGUAGE_ET_EE
60 #include "lang/et-EE.rc"
61 #endif
62 #ifdef LANGUAGE_FR_FR
63 #include "lang/fr-FR.rc"
64 #endif
65 #ifdef LANGUAGE_HE_IL
66 #include "lang/he-IL.rc"
67 #endif
68 #ifdef LANGUAGE_HU_HU
69 #include "lang/hu-HU.rc"
70 #endif
71 #ifdef LANGUAGE_ID_ID
72 #include "lang/id-ID.rc"
73 #endif
74 #ifdef LANGUAGE_IT_IT
75 #include "lang/it-IT.rc"
76 #endif
77 #ifdef LANGUAGE_JA_JP
78 #include "lang/ja-JP.rc"
79 #endif
80 #ifdef LANGUAGE_NB_NO
81 #include "lang/no-NO.rc"
82 #endif
83 #ifdef LANGUAGE_NL_NL
84 #include "lang/nl-NL.rc"
85 #endif
86 #ifdef LANGUAGE_PL_PL
87 #include "lang/pl-PL.rc"
88 #endif
89 #ifdef LANGUAGE_PT_BR
90 #include "lang/pt-BR.rc"
91 #endif
92 #ifdef LANGUAGE_RO_RO
93 #include "lang/ro-RO.rc"
94 #endif
95 #ifdef LANGUAGE_RU_RU
96 #include "lang/ru-RU.rc"
97 #endif
98 #ifdef LANGUAGE_SK_SK
99 #include "lang/sk-SK.rc"
100 #endif
101 #ifdef LANGUAGE_SQ_AL
102 #include "lang/sq-AL.rc"
103 #endif
104 #ifdef LANGUAGE_TR_TR
105 #include "lang/tr-TR.rc"
106 #endif
107 #ifdef LANGUAGE_UK_UA
108 #include "lang/uk-UA.rc"
109 #endif
110 #ifdef LANGUAGE_ZH_CN
111 #include "lang/zh-CN.rc"
112 #endif