xref: /reactos/base/setup/reactos/lang/en-US.rc (revision e4930be4)
1LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2
3/* Dialogs */
4
5IDD_STARTPAGE DIALOGEX 0, 0, 317, 193
6STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
7CAPTION "ReactOS Setup"
8FONT 8, "MS Shell Dlg"
9BEGIN
10    LTEXT "Welcome to the ReactOS Setup Wizard", IDC_STARTTITLE, 115, 8, 195, 24
11    LTEXT "You cannot install ReactOS directly from this CD yet! Please restart your computer from this CD in order to install ReactOS.", IDC_STATIC, 115, 40, 195, 100
12    LTEXT "Click Finish to exit the Setup.", IDC_STATIC, 115, 169, 195, 17
13END
14
15IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
16STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
17CAPTION "ReactOS Setup"
18FONT 8, "MS Shell Dlg"
19BEGIN
20    AUTORADIOBUTTON "Install ReactOS", IDC_INSTALL, 7, 7, 277, 10, WS_GROUP | WS_TABSTOP
21    LTEXT "Install a new copy of ReactOS. This option does not keep your files, settings and programs. You can make changes to disks and partitions.", IDC_INSTALLTEXT, 18, 18, 269, 25, NOT WS_GROUP
22    AUTORADIOBUTTON "Update or repair ReactOS", IDC_UPDATE, 7, 50, 277, 10
23    LTEXT "Update or repair an installed copy of ReactOS. This option keeps your files, settings and programs. This option is only available if ReactOS is already installed on this computer.", IDC_UPDATETEXT, 18, 61, 269, 30, NOT WS_GROUP
24    LTEXT "Click Next to continue.", IDC_STATIC, 7, 128, 297, 8
25END
26
27IDD_UPDATEREPAIRPAGE DIALOGEX 0, 0, 317, 143
28STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
29CAPTION "ReactOS Setup"
30FONT 8, "MS Shell Dlg"
31BEGIN
32    LTEXT       "The ReactOS Setup can upgrade one of the available ReactOS installations listed below, or, if a ReactOS installation is damaged, the Setup program can attempt to repair it.", IDC_STATIC, 6, 6, 300, 18
33    CONTROL     "", IDC_NTOSLIST, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP, 6, 30, 303, 90
34    PUSHBUTTON  "&Do not upgrade", IDC_SKIPUPGRADE, 230, 128, 80, 14
35    LTEXT       "Click Next to upgrade the selected OS installation, or on 'Do not upgrade' to continue a new installation without upgrading.", IDC_STATIC, 7, 124, 222, 16
36END
37
38IDD_DEVICEPAGE DIALOGEX 0, 0, 317, 143
39STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
40CAPTION "ReactOS Setup"
41FONT 8, "MS Shell Dlg"
42BEGIN
43    LTEXT "Computer:", IDC_STATIC, 20, 15, 80, 10
44    COMBOBOX IDC_COMPUTER, 100, 15, 180, 80, WS_VSCROLL | WS_TABSTOP | CBS_DROPDOWNLIST
45    LTEXT "Display:", IDC_STATIC, 20, 35, 80, 10
46    COMBOBOX IDC_DISPLAY, 100, 35, 180, 80, WS_VSCROLL | WS_TABSTOP | CBS_DROPDOWNLIST
47    LTEXT "Keyboard:", IDC_STATIC, 20, 55, 80, 10
48    COMBOBOX IDC_KEYBOARD, 100, 55, 180, 80, WS_VSCROLL | WS_TABSTOP | CBS_DROPDOWNLIST
49    LTEXT "Click Next to continue setup on the installation device.", IDC_STATIC, 7, 128, 297, 8
50END
51
52IDD_DRIVEPAGE DIALOGEX 0, 0, 317, 143
53STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
54CAPTION "ReactOS Setup"
55FONT 8, "MS Shell Dlg"
56BEGIN
57    CONTROL "", IDC_PARTITION, "SysTreeList32", WS_BORDER | WS_VISIBLE | WS_TABSTOP | LVS_REPORT | LVS_SINGLESEL, 7, 7, 303, 112
58    PUSHBUTTON "&Initialize", IDC_INITDISK, 7, 122, 50, 14 // NOTE: At same position as IDC_PARTCREATE
59    PUSHBUTTON "&Create", IDC_PARTCREATE, 7, 122, 50, 14
60    PUSHBUTTON "&Format", IDC_PARTFORMAT, 7, 122, 50, 14 // NOTE: At same position as IDC_PARTCREATE
61    PUSHBUTTON "&Delete", IDC_PARTDELETE, 63, 122, 50, 14
62    PUSHBUTTON "D&river", IDC_DEVICEDRIVER, 174, 122, 50, 14, WS_DISABLED
63    PUSHBUTTON "&Advanced Options...", IDC_PARTMOREOPTS, 230, 122, 80, 14
64    // LTEXT "Click Next to check the summary.", IDC_STATIC, 7, 128, 277, 8
65END
66
67IDD_PARTITION DIALOGEX 0, 0, 200, 120
68STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
69CAPTION "Create and Format Partition"
70FONT 8, "MS Shell Dlg"
71BEGIN
72    LTEXT "&Size:", IDC_STATIC, 7, 9, 70, 9
73    EDITTEXT IDC_EDIT_PARTSIZE, 82, 7, 47, 13, ES_RIGHT | ES_NUMBER | WS_GROUP
74    CONTROL "", IDC_UPDOWN_PARTSIZE, UPDOWN_CLASS, UDS_SETBUDDYINT | UDS_ALIGNRIGHT |
75            UDS_AUTOBUDDY | UDS_ARROWKEYS | WS_GROUP, 120, 22, 9, 13
76    LTEXT "MB", IDC_UNIT, 134, 9, 14, 9
77    AUTOCHECKBOX "&Extended partition", IDC_CHECK_MBREXTPART, 7, 22, 180, 14
78    LTEXT "&File System:", IDC_FS_STATIC, 7, 46, 70, 9
79    COMBOBOX IDC_FSTYPE, 82, 44, 100, 50, CBS_DROPDOWNLIST | WS_TABSTOP
80    AUTOCHECKBOX "&Quick format", IDC_CHECK_QUICKFMT, 7, 59, 180, 14
81    PUSHBUTTON "OK", IDOK, 88, 98, 50, 14
82    PUSHBUTTON "Cancel", IDCANCEL, 143, 98, 50, 14
83END
84
85IDD_FORMAT DIALOGEX 0, 0, 200, 83
86STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
87CAPTION "Format Partition"
88FONT 8, "MS Shell Dlg"
89BEGIN
90    LTEXT "&File System:", IDC_FS_STATIC, 7, 9, 70, 9
91    COMBOBOX IDC_FSTYPE, 82, 7, 100, 50, CBS_DROPDOWNLIST | WS_TABSTOP
92    AUTOCHECKBOX "&Quick format", IDC_CHECK_QUICKFMT, 7, 22, 180, 14
93    PUSHBUTTON "OK", IDOK, 88, 61, 50, 14
94    PUSHBUTTON "Cancel", IDCANCEL, 143, 61, 50, 14
95END
96
97IDD_ADVINSTOPTS DIALOGEX 0, 0, 305, 135
98STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
99CAPTION "Advanced Installation Options"
100FONT 8, "MS Shell Dlg"
101BEGIN
102    LTEXT "Choose the &directory where you want to install ReactOS:", IDC_STATIC, 7, 9, 291, 10
103    EDITTEXT IDC_PATH, 7, 23, 291, 13
104    GROUPBOX "Bootloader", IDC_STATIC, 7, 45, 291, 60
105    LTEXT "Select the location where the FreeLoader\nbootloader should be installed.\n\nBy default, it is installed on the system partition of the boot disk (and either in the Master or the Volume Boot Record for BIOS-based computers).", IDC_STATIC, 13, 57, 279, 44
106    COMBOBOX IDC_INSTFREELDR, 150, 58, 142, 45, WS_VSCROLL | WS_TABSTOP | CBS_DROPDOWNLIST
107    DEFPUSHBUTTON "OK", IDOK, 193, 113, 50, 14
108    PUSHBUTTON "Cancel", IDCANCEL, 248, 113, 50, 14
109END
110
111IDD_SUMMARYPAGE DIALOGEX 0, 0, 317, 143
112STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
113CAPTION "ReactOS Setup"
114FONT 8, "MS Shell Dlg"
115BEGIN
116    LTEXT "Installation type:", IDC_STATIC, 18, 5, 74, 11
117    EDITTEXT IDC_INSTALLTYPE, 95, 4, 210, 13, ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE | NOT WS_BORDER | NOT WS_TABSTOP
118    LTEXT "Installation source:", IDC_STATIC, 18, 17, 74, 11
119    EDITTEXT IDC_INSTALLSOURCE, 95, 16, 210, 13, ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE | NOT WS_BORDER | NOT WS_TABSTOP
120    LTEXT "Architecture:", IDC_STATIC, 18, 29, 74, 11
121    EDITTEXT IDC_ARCHITECTURE, 95, 28, 210, 13, ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE | NOT WS_BORDER | NOT WS_TABSTOP
122    LTEXT "Computer:", IDC_STATIC, 18, 41, 74, 11
123    EDITTEXT IDC_COMPUTER, 95, 40, 210, 13, ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE | NOT WS_BORDER | NOT WS_TABSTOP
124    LTEXT "Display:", IDC_STATIC, 18, 53, 74, 11
125    EDITTEXT IDC_DISPLAY, 95, 52, 210, 13, ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE | NOT WS_BORDER | NOT WS_TABSTOP
126    LTEXT "Keyboard:", IDC_STATIC, 18, 65, 74, 11
127    EDITTEXT IDC_KEYBOARD, 95, 64, 210, 13, ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE | NOT WS_BORDER | NOT WS_TABSTOP
128    LTEXT "Destination volume:", IDC_STATIC, 18, 77, 74, 11
129    EDITTEXT IDC_DESTDRIVE, 95, 76, 210, 13, ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE | NOT WS_BORDER | NOT WS_TABSTOP
130    LTEXT "Destination directory:", IDC_STATIC, 18, 89, 74, 11
131    EDITTEXT IDC_PATH, 95, 88, 210, 13, ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE | NOT WS_BORDER | NOT WS_TABSTOP
132    AUTOCHECKBOX "I confirm that all the installation settings are correct. I also acknowledge that\nReactOS is alpha-quality software and may break on my computer or corrupt my data.",
133        IDC_CONFIRM_INSTALL, 7, 104, 303, 18, BS_MULTILINE
134    LTEXT "Please confirm that all the installation settings are correct,\nthen click on Install to start the installation process.", IDC_STATIC, 7, 124, 303, 18
135END
136
137IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143
138STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
139CAPTION "ReactOS Setup"
140FONT 8, "MS Shell Dlg"
141BEGIN
142    LTEXT "Install files...", IDC_ACTIVITY, 20, 50, 277, 10
143    LTEXT "test.txt", IDC_ITEM, 30, 80, 257, 10
144    CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 7, 120, 303, 8
145END
146
147IDD_RESTARTPAGE DIALOGEX 0, 0, 317, 193
148STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
149CAPTION "Completing ReactOS Setup"
150FONT 8, "MS Shell Dlg"
151BEGIN
152    LTEXT "Completing the ReactOS Setup Wizard", IDC_FINISHTITLE, 115, 8, 195, 24
153    LTEXT "You have successfully completed the first stage of ReactOS Setup.", IDC_STATIC, 115, 50, 195, 17
154    LTEXT "When you click Finish, your computer will restart.", IDC_STATIC, 115, 80, 195, 17
155    CONTROL "", IDC_RESTART_PROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 115, 110, 195, 8
156    LTEXT "If there is a CD in a drive, remove it. Then, to restart your computer, click Finish.", IDC_STATIC, 115, 169, 195, 17
157END
158
159/* Strings */
160
161STRINGTABLE
162BEGIN
163    IDS_TYPETITLE "Welcome to ReactOS Setup"
164    IDS_TYPESUBTITLE "Choose setup type."
165    IDS_DEVICETITLE "Setup the basic devices"
166    IDS_DEVICESUBTITLE "Set the settings of display and keyboard."
167    IDS_DRIVETITLE "Setup the installation partition and system folder"
168    IDS_DRIVESUBTITLE "Prepare installation partition, system folder and bootloader."
169    IDS_PROCESSTITLE "Setup partition, copy files and setup system"
170    IDS_PROCESSSUBTITLE "Create and format partition, copy files, install and setup bootloader"
171    IDS_RESTARTTITLE "First stage of setup finished"
172    IDS_RESTARTSUBTITLE "The first stage of setup has been completed, restart to continue with second stage"
173    IDS_SUMMARYTITLE "Installation Summary"
174    IDS_SUMMARYSUBTITLE "List installation properties to check before apply to the installation device"
175    IDS_ABORTSETUP "ReactOS is not completely installed on your computer. If you quit Setup now, you will need to run Setup again to install ReactOS. Really quit?"
176    IDS_ABORTSETUP2 "Abort installation?"
177    IDS_NO_TXTSETUP_SIF "Unable to find 'txtsetup.sif'.\nSetup is unable to continue."
178    IDS_CAPTION "ReactOS Setup"
179    IDS_VOLUME_NOFORMAT "Not formatted"
180END
181
182STRINGTABLE
183BEGIN
184    IDS_INSTALLATION_NAME "Name"
185    IDS_INSTALLATION_PATH "Installation Path"
186    IDS_INSTALLATION_VENDOR "Vendor Name"
187END
188
189STRINGTABLE
190BEGIN
191    IDS_PARTITION_NAME "Name"
192    IDS_PARTITION_TYPE "Type"
193    IDS_PARTITION_SIZE "Size"
194    IDS_PARTITION_STATUS "Status"
195END
196
197STRINGTABLE
198BEGIN
199    IDS_BOOTLOADER_NOINST "No installation"
200    IDS_BOOTLOADER_REMOVABLE "Removable media"
201    IDS_BOOTLOADER_SYSTEM "System partition (Default)"
202    IDS_BOOTLOADER_MBRVBR "MBR and VBR (Default)"
203    IDS_BOOTLOADER_VBRONLY "VBR only"
204END
205
206/* Progress Strings */
207
208STRINGTABLE
209BEGIN
210    IDS_FORMATTING_PROGRESS1 "Formatting volume %c: (%s) in %s..."
211    IDS_FORMATTING_PROGRESS2 "Formatting volume %s in %s..."
212
213    IDS_CHECKING_PROGRESS1 "Checking volume %c: (%s)..."
214    IDS_CHECKING_PROGRESS2 "Checking volume %s..."
215
216    IDS_COPYING  "Copying %s"
217    IDS_MOVING   "Moving %s to %s"
218    IDS_RENAMING "Renaming %s to %s"
219    IDS_DELETING "Deleting %s"
220
221    IDS_PREPARE_PARTITIONS "Preparing partitions..."
222    IDS_PREPARE_FILES "Preparing the list of files to be copied, please wait..."
223    IDS_COPYING_FILES "Copying the files..."
224
225    IDS_CREATE_REGISTRY "Creating the registry..."
226    IDS_UPDATE_REGISTRY "Updating the registry..."
227END
228
229// Note to translators: please refer to the corresponding usetup/lang/*.h translations.
230STRINGTABLE
231BEGIN
232    IDS_REG_DONE "Done"
233    IDS_REG_REGHIVEUPDATE "Updating registry hives"
234    IDS_REG_IMPORTFILE "Importing %s"
235    IDS_REG_DISPLAYSETTINGSUPDATE "Updating display registry settings"
236    IDS_REG_LOCALESETTINGSUPDATE "Updating locale settings"
237    IDS_REG_ADDKBLAYOUTS "Adding keyboard layouts"
238    IDS_REG_KEYBOARDSETTINGSUPDATE "Updating keyboard layout settings"
239    IDS_REG_CODEPAGEINFOUPDATE "Adding codepage information"
240    IDS_REG_UNKNOWN "Unknown status %d"
241END
242
243/* Error Strings */
244
245STRINGTABLE
246BEGIN
247    IDS_ERROR_INVALID_INSTALLDIR_CHAR_TITLE "Invalid character"
248    IDS_ERROR_INVALID_INSTALLDIR_CHAR "The only valid characters are:\n\
249alphanumericals (a-z, A-Z, 0-9), and\n . \\ - _\n\
250Spaces are not allowed."
251
252    IDS_ERROR_DIRECTORY_NAME_TITLE "Invalid installation path"
253    IDS_ERROR_DIRECTORY_NAME "The ReactOS installation path must follow the DOS 8.3 naming scheme, \
254and only contain letters, digits, dashes and periods. Spaces are not allowed."
255
256    IDS_ERROR_CREATE_PARTITION_TITLE "Create partition"
257    IDS_ERROR_CREATE_PARTITION "Failed to create a new partition."
258
259    IDS_WARN_DELETE_PARTITION_TITLE "Delete partition?"
260    IDS_WARN_DELETE_PARTITION "Are you sure you want to delete the selected partition?"
261    IDS_WARN_DELETE_MBR_EXTENDED_PARTITION "Are you sure you want to delete the selected extended partition and ALL the logical partitions it contains?"
262
263    IDS_ERROR_WRITE_PTABLE "Setup failed to write partition tables."
264
265    IDS_ERROR_SYSTEM_PARTITION "The ReactOS Setup could not find a supported system partition\n\
266on your system or could not create a new one. Without such a partition\n\
267the Setup program cannot install ReactOS.\
268\nClick on OK to return to the partition selection list."
269
270    IDS_ERROR_FORMAT_UNRECOGNIZED_VOLUME "Unrecognized volume while attempting to format the partition."
271
272    IDS_ERROR_COULD_NOT_FORMAT "Setup is currently unable to format a partition in %s.\n\
273\nClick on OK to continue Setup.\
274\nClick on CANCEL to quit Setup."
275
276    IDS_ERROR_FORMATTING_PARTITION "Setup is unable to format the partition:\n %s\n"
277
278    IDS_ERROR_COULD_NOT_CHECK "Setup is currently unable to check a partition formatted in %s.\n\
279\nClick on OK to continue Setup.\
280\nClick on CANCEL to quit Setup."
281
282    IDS_ERROR_CHECKING_PARTITION "ChkDsk detected some disk errors.\n(Status 0x%08lx)."
283END
284