Sync with trunk.
[reactos.git] / 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\0"
9 #define REACTOS_STR_INTERNAL_NAME "syssetup\0"
10 #define REACTOS_STR_ORIGINAL_FILENAME "syssetup.dll\0"
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
26 STRINGTABLE
27 BEGIN
28 IDS_ACKPROJECTS "Wine - http://www.winehq.org\nFreeType - http://www.freetype.org\nExpat - http://expat.sourceforge.net\nDJGPP - http://www.delorie.com/djgpp\nSYSLINUX - http://syslinux.zytor.com\nXbox Linux - http://www.xbox-linux.org\nMinGW - http://www.mingw.org\nBochs - http://bochs.sourceforge.net\nQEMU - http://fabrice.bellard.free.fr/qemu\nMesa3D - http://www.mesa3d.org\nFreeBSD - http://www.freebsd.org\nadns - http://adns.jgaa.com\nICU - http://www.icu-project.org/\nGraphApp - http://enchantia.com/software/graphapp/\nExt2 - http://winext2fsd.sourceforge.net/\nX - http://www.x.org/\n"
29 END
30
31 IDR_GPL RT_TEXT "COPYING"
32
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 #ifdef LANGUAGE_BG_BG
43 #include "lang/bg-BG.rc"
44 #endif
45 #ifdef LANGUAGE_CS_CZ
46 #include "lang/cs-CZ.rc"
47 #endif
48 #ifdef LANGUAGE_DE_DE
49 #include "lang/de-DE.rc"
50 #endif
51 #ifdef LANGUAGE_EL_GR
52 #include "lang/el-GR.rc"
53 #endif
54 #ifdef LANGUAGE_EN_US
55 #include "lang/en-US.rc"
56 #endif
57 #ifdef LANGUAGE_ES_ES
58 #include "lang/es-ES.rc"
59 #endif
60 #ifdef LANGUAGE_ET_EE
61 #include "lang/et-EE.rc"
62 #endif
63 #ifdef LANGUAGE_FR_FR
64 #include "lang/fr-FR.rc"
65 #endif
66 #ifdef LANGUAGE_HE_IL
67 #include "lang/he-IL.rc"
68 #endif
69 #ifdef LANGUAGE_HU_HU
70 #include "lang/hu-HU.rc"
71 #endif
72 #ifdef LANGUAGE_ID_ID
73 #include "lang/id-ID.rc"
74 #endif
75 #ifdef LANGUAGE_IT_IT
76 #include "lang/it-IT.rc"
77 #endif
78 #ifdef LANGUAGE_JA_JP
79 #include "lang/ja-JP.rc"
80 #endif
81 #ifdef LANGUAGE_NB_NO
82 #include "lang/no-NO.rc"
83 #endif
84 #ifdef LANGUAGE_NL_NL
85 #include "lang/nl-NL.rc"
86 #endif
87 #ifdef LANGUAGE_PL_PL
88 #include "lang/pl-PL.rc"
89 #endif
90 #ifdef LANGUAGE_PT_BR
91 #include "lang/pt-BR.rc"
92 #endif
93 #ifdef LANGUAGE_RO_RO
94 #include "lang/ro-RO.rc"
95 #endif
96 #ifdef LANGUAGE_RU_RU
97 #include "lang/ru-RU.rc"
98 #endif
99 #ifdef LANGUAGE_SK_SK
100 #include "lang/sk-SK.rc"
101 #endif
102 #ifdef LANGUAGE_TR_TR
103 #include "lang/tr-TR.rc"
104 #endif
105 #ifdef LANGUAGE_UK_UA
106 #include "lang/uk-UA.rc"
107 #endif
108 #ifdef LANGUAGE_ZH_CN
109 #include "lang/zh-CN.rc"
110 #endif