xref: /reactos/dll/win32/syssetup/syssetup.rc (revision 3fb5957d)
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/* Ask for common controls v6 (BCM_SETIMAGELIST) */
14#include <reactos/manifest_dll.rc>
15
16LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
17
18/* Bitmaps */
19IDB_WATERMARK BITMAP "resources/watermark.bmp"
20IDB_HEADER BITMAP "resources/header.bmp"
21IDB_CLASSIC BITMAP "resources/thmclassic.bmp"
22IDB_LAUTUS BITMAP "resources/thmlautus.bmp"
23IDB_LUNAR BITMAP "resources/thmlunar.bmp"
24IDB_MIZU BITMAP "resources/thmmizu.bmp"
25IDB_REACTOS BITMAP "resources/reactos.bmp"
26IDB_LINE BITMAP "resources/line.bmp"
27
28IDI_ICON1 ICON "resources/1.ico"
29IDI_ICON2 ICON "resources/2.ico"
30IDI_ICON3 ICON "resources/3.ico"
31IDI_ICON4 ICON "resources/4.ico"
32IDI_ICON5 ICON "resources/5.ico"
33
34STRINGTABLE
35BEGIN
36    IDS_ACKPROJECTS "Wine - http://winehq.org\
37\nFreeType - http://freetype.org\
38\nSYSLINUX - http://syslinux.zytor.com\
39\nMinGW - http://mingw.org\
40\nBochs - http://bochs.sourceforge.net\
41\nMesa3D - http://mesa3d.org\
42\nadns - http://gnu.org/software/adns\
43\nICU - http://icu.unicode.org\
44\nGraphApp - http://enchantia.com/software/graphapp\
45\nExt2 - http://sourceforge.net/projects/ext2fsd\
46\nGNU FreeFont - http://savannah.gnu.org/projects/freefont\
47\nDejaVu Fonts - http://dejavu.sourceforge.net\
48\nLiberation(tm) Fonts - http://pagure.io/liberation-fonts\
49\nBtrfs - https://github.com/maharmstone/btrfs\
50\nTango Desktop Project - http://tango.freedesktop.org/Tango_Desktop_Project\
51"
52END
53
54IDR_GPL RT_TEXT "COPYING"
55
56/*
57 * Everything specific to any language goes in one of the specific
58 * files. Note that you can and may override resources which also have
59 * a neutral version. This is to get localized bitmaps for example.
60 */
61
62/* UTF-8 */
63#pragma code_page(65001)
64
65#ifdef LANGUAGE_BG_BG
66    #include "lang/bg-BG.rc"
67#endif
68#ifdef LANGUAGE_CS_CZ
69    #include "lang/cs-CZ.rc"
70#endif
71#ifdef LANGUAGE_DA_DK
72    #include "lang/da-DK.rc"
73#endif
74#ifdef LANGUAGE_DE_DE
75    #include "lang/de-DE.rc"
76#endif
77#ifdef LANGUAGE_EL_GR
78    #include "lang/el-GR.rc"
79#endif
80#ifdef LANGUAGE_EN_GB
81    #include "lang/en-GB.rc"
82#endif
83#ifdef LANGUAGE_EN_US
84    #include "lang/en-US.rc"
85#endif
86#ifdef LANGUAGE_ES_ES
87    #include "lang/es-ES.rc"
88#endif
89#ifdef LANGUAGE_ET_EE
90    #include "lang/et-EE.rc"
91#endif
92#ifdef LANGUAGE_EU_ES
93    #include "lang/eu-ES.rc"
94#endif
95#ifdef LANGUAGE_FR_FR
96    #include "lang/fr-FR.rc"
97#endif
98#ifdef LANGUAGE_HE_IL
99    #include "lang/he-IL.rc"
100#endif
101#ifdef LANGUAGE_HI_IN
102    #include "lang/hi-IN.rc"
103#endif
104#ifdef LANGUAGE_HR_HR
105    #include "lang/hr-HR.rc"
106#endif
107#ifdef LANGUAGE_HU_HU
108    #include "lang/hu-HU.rc"
109#endif
110#ifdef LANGUAGE_ID_ID
111    #include "lang/id-ID.rc"
112#endif
113#ifdef LANGUAGE_IT_IT
114    #include "lang/it-IT.rc"
115#endif
116#ifdef LANGUAGE_JA_JP
117    #include "lang/ja-JP.rc"
118#endif
119#ifdef LANGUAGE_NB_NO
120    #include "lang/no-NO.rc"
121#endif
122#ifdef LANGUAGE_NL_NL
123    #include "lang/nl-NL.rc"
124#endif
125#ifdef LANGUAGE_PL_PL
126    #include "lang/pl-PL.rc"
127#endif
128#ifdef LANGUAGE_PT_BR
129    #include "lang/pt-BR.rc"
130#endif
131#ifdef LANGUAGE_PT_PT
132    #include "lang/pt-PT.rc"
133#endif
134#ifdef LANGUAGE_RO_RO
135    #include "lang/ro-RO.rc"
136#endif
137#ifdef LANGUAGE_RU_RU
138    #include "lang/ru-RU.rc"
139#endif
140#ifdef LANGUAGE_SK_SK
141    #include "lang/sk-SK.rc"
142#endif
143#ifdef LANGUAGE_SQ_AL
144    #include "lang/sq-AL.rc"
145#endif
146#ifdef LANGUAGE_SV_SE
147    #include "lang/sv-SE.rc"
148#endif
149#ifdef LANGUAGE_TH_TH
150    #include "lang/th-TH.rc"
151#endif
152#ifdef LANGUAGE_TR_TR
153    #include "lang/tr-TR.rc"
154#endif
155#ifdef LANGUAGE_UK_UA
156    #include "lang/uk-UA.rc"
157#endif
158#ifdef LANGUAGE_ZH_CN
159    #include "lang/zh-CN.rc"
160#endif
161#ifdef LANGUAGE_ZH_HK
162    #include "lang/zh-HK.rc"
163#endif
164#ifdef LANGUAGE_ZH_TW
165    #include "lang/zh-TW.rc"
166#endif
167