Remove Wine-ism
[reactos.git] / rosapps / welcome / welcome.rc
1
2 #include "resource.h"
3
4
5 /* Bitmaps */
6
7 IDB_TITLEBITMAP BITMAP DISCARDABLE "res/title.bmp"
8 IDB_DEFAULTTOPICBITMAP BITMAP DISCARDABLE "res/default.bmp"
9
10 IDB_TOPICBITMAP0 BITMAP DISCARDABLE "res/topic0.bmp"
11 IDB_TOPICBITMAP1 BITMAP DISCARDABLE "res/topic1.bmp"
12 IDB_TOPICBITMAP2 BITMAP DISCARDABLE "res/topic2.bmp"
13 //IDB_TOPICBITMAP3 BITMAP DISCARDABLE "res/topic3.bmp"
14 //IDB_TOPICBITMAP4 BITMAP DISCARDABLE "res/topic4.bmp"
15 //IDB_TOPICBITMAP5 BITMAP DISCARDABLE "res/topic5.bmp"
16 //IDB_TOPICBITMAP6 BITMAP DISCARDABLE "res/topic6.bmp"
17 //IDB_TOPICBITMAP7 BITMAP DISCARDABLE "res/topic7.bmp"
18 //IDB_TOPICBITMAP8 BITMAP DISCARDABLE "res/topic8.bmp"
19 //IDB_TOPICBITMAP9 BITMAP DISCARDABLE "res/topic9.bmp"
20
21
22 /* String Tables */
23
24 /* Default settings */
25 STRINGTABLE DISCARDABLE
26 BEGIN
27 IDS_APPTITLE "ReactOS 0.0.20 - Welcome"
28 IDS_DEFAULTTOPICTITLE "ReactOS"
29 IDS_DEFAULTTOPICDESC "The new Operating System for computer users who do not want to obey to the Monopoly.\n\nClick a topic on the left."
30 IDS_CHECKTEXT "Show this dialog again"
31 IDS_CLOSETEXT "Exit"
32 END
33
34 /* Topic buttons */
35 STRINGTABLE DISCARDABLE
36 BEGIN
37 IDS_TOPICBUTTON0 "Online Registration"
38 IDS_TOPICBUTTON1 "Install ReactOS Components"
39 IDS_TOPICBUTTON2 "Browse this CD"
40 // IDS_TOPICBUTTON4 "E&xit"
41 // IDS_TOPICBUTTON5 "Empty Topic 5"
42 // IDS_TOPICBUTTON6 "Empty Topic 6"
43 // IDS_TOPICBUTTON7 "Empty Topic 7"
44 // IDS_TOPICBUTTON8 "Empty Topic 8"
45 // IDS_TOPICBUTTON9 "Empty Topic 9"
46 END
47
48 /* Topic titles */
49 STRINGTABLE DISCARDABLE
50 BEGIN
51 IDS_TOPICTITLE0 "Online Registration"
52 IDS_TOPICTITLE1 "Install ReactOS Components"
53 IDS_TOPICTITLE2 "Browse this CD"
54 // IDS_TOPICTITLE3 "Exit"
55 // IDS_TOPICTITLE4 "Empty Topic Title 4"
56 // IDS_TOPICTITLE5 "Empty Topic Title 5"
57 // IDS_TOPICTITLE6 "Empty Topic Title 6"
58 // IDS_TOPICTITLE7 "Empty Topic Title 7"
59 // IDS_TOPICTITLE8 "Empty Topic Title 8"
60 // IDS_TOPICTITLE9 "Empty Topic Title 9"
61 END
62
63 /* Topic descriptions */
64 STRINGTABLE DISCARDABLE
65 BEGIN
66 IDS_TOPICDESC0 "Register your ReactOS now!\n\nWith registering your ReactOS you get a lot of additional benefits, like unsolicited product information, incompetent hotline services and huge amounts of third-party junk mail."
67 IDS_TOPICDESC1 "Customize your ReactOS by installing optional applications and components."
68 IDS_TOPICDESC2 "Browse the CD to find only a few files, no applications, incomplete documentation and no readme files."
69 // IDS_TOPICDESC3 "Click to exit this application."
70 // IDS_TOPICDESC4 "Topic description 4.\n\nDescribe topic 4 here."
71 // IDS_TOPICDESC5 "Topic description 5.\n\nDescribe topic 5 here."
72 // IDS_TOPICDESC6 "Topic description 6.\n\nDescribe topic 6 here."
73 // IDS_TOPICDESC7 "Topic description 7.\n\nDescribe topic 7 here."
74 // IDS_TOPICDESC8 "Topic description 8.\n\nDescribe topic 8 here."
75 // IDS_TOPICDESC9 "Topic description 9.\n\nDescribe topic 9 here."
76 END
77
78 /* Topic actions */
79 STRINGTABLE DISCARDABLE
80 BEGIN
81 IDS_TOPICACTION0 "signup.exe"
82 IDS_TOPICACTION1 "sysocmgr.exe"
83 IDS_TOPICACTION2 "explorer.exe"
84 // IDS_TOPICACTION3 "..."
85 // IDS_TOPICACTION4 "..."
86 // IDS_TOPICACTION5 "..."
87 // IDS_TOPICACTION6 "..."
88 // IDS_TOPICACTION7 "..."
89 // IDS_TOPICACTION8 "..."
90 // IDS_TOPICACTION9 "..."
91 END
92
93 /* EOF */