xref: /reactos/dll/win32/syssetup/syssetup.rc (revision 8c2e9189)
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
13LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
14
15/* Bitmaps */
16IDB_WATERMARK BITMAP "resources/watermark.bmp"
17IDB_HEADER BITMAP "resources/header.bmp"
18IDB_CLASSIC BITMAP "resources/thmclassic.bmp"
19IDB_LAUTUS BITMAP "resources/thmlautus.bmp"
20
21IDI_ICON1 ICON "resources/1.ico"
22IDI_ICON2 ICON "resources/2.ico"
23IDI_ICON3 ICON "resources/3.ico"
24IDI_ICON4 ICON "resources/4.ico"
25IDI_ICON5 ICON "resources/5.ico"
26
27STRINGTABLE
28BEGIN
29    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://www.ext2fsd.com/\nGNU FreeFont - http://savannah.gnu.org/projects/freefont/\nDejaVu Fonts - http://dejavu.sourceforge.net\nLiberation(tm) Fonts - https://fedorahosted.org/liberation-fonts/\nBtrfs - https://github.com/maharmstone/btrfs"
30END
31
32IDR_GPL RT_TEXT "COPYING"
33
34/*
35 * Everything specific to any language goes in one of the specific
36 * files. Note that you can and may override resources which also have
37 * a neutral version. This is to get localized bitmaps for example.
38 */
39
40/* UTF-8 */
41#pragma code_page(65001)
42
43#ifdef LANGUAGE_BG_BG
44    #include "lang/bg-BG.rc"
45#endif
46#ifdef LANGUAGE_CS_CZ
47    #include "lang/cs-CZ.rc"
48#endif
49#ifdef LANGUAGE_DA_DK
50    #include "lang/da-DK.rc"
51#endif
52#ifdef LANGUAGE_DE_DE
53    #include "lang/de-DE.rc"
54#endif
55#ifdef LANGUAGE_EL_GR
56    #include "lang/el-GR.rc"
57#endif
58#ifdef LANGUAGE_EN_US
59    #include "lang/en-US.rc"
60#endif
61#ifdef LANGUAGE_ES_ES
62    #include "lang/es-ES.rc"
63#endif
64#ifdef LANGUAGE_ET_EE
65    #include "lang/et-EE.rc"
66#endif
67#ifdef LANGUAGE_FI_FI
68    #include "lang/fi-FI.rc"
69#endif
70#ifdef LANGUAGE_FR_FR
71    #include "lang/fr-FR.rc"
72#endif
73#ifdef LANGUAGE_HE_IL
74    #include "lang/he-IL.rc"
75#endif
76#ifdef LANGUAGE_HU_HU
77    #include "lang/hu-HU.rc"
78#endif
79#ifdef LANGUAGE_ID_ID
80    #include "lang/id-ID.rc"
81#endif
82#ifdef LANGUAGE_IT_IT
83    #include "lang/it-IT.rc"
84#endif
85#ifdef LANGUAGE_JA_JP
86    #include "lang/ja-JP.rc"
87#endif
88#ifdef LANGUAGE_LT_LT
89    #include "lang/lt-LT.rc"
90#endif
91#ifdef LANGUAGE_NB_NO
92    #include "lang/no-NO.rc"
93#endif
94#ifdef LANGUAGE_NL_NL
95    #include "lang/nl-NL.rc"
96#endif
97#ifdef LANGUAGE_PL_PL
98    #include "lang/pl-PL.rc"
99#endif
100#ifdef LANGUAGE_PT_BR
101    #include "lang/pt-BR.rc"
102#endif
103#ifdef LANGUAGE_RO_RO
104    #include "lang/ro-RO.rc"
105#endif
106#ifdef LANGUAGE_RU_RU
107    #include "lang/ru-RU.rc"
108#endif
109#ifdef LANGUAGE_SK_SK
110    #include "lang/sk-SK.rc"
111#endif
112#ifdef LANGUAGE_SQ_AL
113    #include "lang/sq-AL.rc"
114#endif
115#ifdef LANGUAGE_SV_SE
116    #include "lang/sv-SE.rc"
117#endif
118#ifdef LANGUAGE_TH_TH
119    #include "lang/th-TH.rc"
120#endif
121#ifdef LANGUAGE_TR_TR
122    #include "lang/tr-TR.rc"
123#endif
124#ifdef LANGUAGE_UK_UA
125    #include "lang/uk-UA.rc"
126#endif
127#ifdef LANGUAGE_ZH_CN
128    #include "lang/zh-CN.rc"
129#endif
130