Merge 25584, 25588.
[reactos.git] / reactos / dll / win32 / syssetup / syssetup.rc
1 /* $Id$ */
2
3 #include <windows.h>
4 #include "resource.h"
5
6 #define REACTOS_VERSION_DLL
7 #define REACTOS_STR_FILE_DESCRIPTION "System Setup DLL\0"
8 #define REACTOS_STR_INTERNAL_NAME "syssetup\0"
9 #define REACTOS_STR_ORIGINAL_FILENAME "syssetup.dll\0"
10 #include <reactos/version.rc>
11
12 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
13
14 /* Bitmaps */
15 IDB_WATERMARK BITMAP "resources/watermark.bmp"
16 IDB_HEADER BITMAP "resources/header.bmp"
17
18
19 STRINGTABLE
20 BEGIN
21 IDS_ACKPROJECTS "Wine - http://www.winehq.org\n"\
22 "FreeType - http://www.freetype.org\n"\
23 "Expat - http://expat.sourceforge.net\n"\
24 "DJGPP - http://www.delorie.com/djgpp\n"\
25 "SYSLINUX - http://syslinux.zytor.com\n"\
26 "Xbox Linux - http://www.xbox-linux.org\n"\
27 "MinGW - http://www.mingw.org\n"\
28 "Bochs - http://bochs.sourceforge.net\n"\
29 "QEMU - http://fabrice.bellard.free.fr/qemu\n"\
30 "Mesa3D - http://www.mesa3d.org\n"\
31 "FreeBSD - http://www.freebsd.org\n"\
32 "adns - http://adns.jgaa.com\n"
33 END
34
35 IDR_GPL RT_TEXT "COPYING"
36
37
38 /*
39 * Everything specific to any language goes in one of the specific
40 * files. Note that you can and may override resources which also have
41 * a neutral version. This is to get localized bitmaps for example.
42 */
43
44 #include "syssetup_En.rc"
45 #include "syssetup_Cz.rc"
46 #include "syssetup_De.rc"
47 #include "syssetup_Fr.rc"
48 #include "syssetup_Nl.rc"
49 #include "syssetup_No.rc"
50 #include "syssetup_Ja.rc"
51 #include "syssetup_Es.rc"
52 #include "syssetup_Hu.rc"
53 #include "syssetup_Uk.rc"
54 #include "syssetup_It.rc"