Sync to trunk r65566.
[reactos.git] / base / setup / usetup / lang / en-US.h
1 #pragma once
2
3 MUI_LAYOUTS enUSLayouts[] =
4 {
5 { L"0409", L"00000409" },
6 { NULL, NULL }
7 };
8
9 static MUI_ENTRY enUSLanguagePageEntries[] =
10 {
11 {
12 4,
13 3,
14 " ReactOS " KERNEL_VERSION_STR " Setup ",
15 TEXT_STYLE_UNDERLINE
16 },
17 {
18 6,
19 8,
20 "Language Selection",
21 TEXT_STYLE_NORMAL
22 },
23 {
24 8,
25 10,
26 "\x07 Please choose the language used for the installation process.",
27 TEXT_STYLE_NORMAL
28 },
29 {
30 8,
31 11,
32 " Then press ENTER.",
33 TEXT_STYLE_NORMAL
34 },
35 {
36 8,
37 13,
38 "\x07 This Language will be the default language for the final system.",
39 TEXT_STYLE_NORMAL
40 },
41 {
42 0,
43 0,
44 "ENTER = Continue F3 = Quit",
45 TEXT_TYPE_STATUS | TEXT_PADDING_BIG
46 },
47 {
48 0,
49 0,
50 NULL,
51 0
52 }
53 };
54
55 static MUI_ENTRY enUSWelcomePageEntries[] =
56 {
57 {
58 4,
59 3,
60 " ReactOS " KERNEL_VERSION_STR " Setup ",
61 TEXT_STYLE_UNDERLINE
62 },
63 {
64 6,
65 8,
66 "Welcome to ReactOS Setup",
67 TEXT_STYLE_HIGHLIGHT
68 },
69 {
70 6,
71 11,
72 "This part of the setup copies the ReactOS Operating System to your",
73 TEXT_STYLE_NORMAL
74 },
75 {
76 6,
77 12,
78 "computer and prepares the second part of the setup.",
79 TEXT_STYLE_NORMAL
80 },
81 {
82 8,
83 15,
84 "\x07 Press ENTER to install ReactOS.",
85 TEXT_STYLE_NORMAL
86 },
87 {
88 8,
89 17,
90 "\x07 Press R to repair or update ReactOS.",
91 TEXT_STYLE_NORMAL
92 },
93 {
94 8,
95 19,
96 "\x07 Press L to view the ReactOS Licensing Terms and Conditions.",
97 TEXT_STYLE_NORMAL
98 },
99 {
100 8,
101 21,
102 "\x07 Press F3 to quit without installing ReactOS.",
103 TEXT_STYLE_NORMAL
104 },
105 {
106 6,
107 23,
108 "For more information on ReactOS, please visit:",
109 TEXT_STYLE_NORMAL
110 },
111 {
112 6,
113 24,
114 "http://www.reactos.org",
115 TEXT_STYLE_HIGHLIGHT
116 },
117 {
118 0,
119 0,
120 "ENTER = Continue R = Repair L = License F3 = Quit",
121 TEXT_TYPE_STATUS | TEXT_PADDING_BIG
122 },
123 {
124 0,
125 0,
126 NULL,
127 0
128 }
129 };
130
131 static MUI_ENTRY enUSIntroPageEntries[] =
132 {
133 {
134 4,
135 3,
136 " ReactOS " KERNEL_VERSION_STR " Setup ",
137 TEXT_STYLE_UNDERLINE
138 },
139 {
140 6,
141 8,
142 "ReactOS Setup is in an early development phase. It does not yet",
143 TEXT_STYLE_NORMAL
144 },
145 {
146 6,
147 9,
148 "support all the functions of a fully usable setup application.",
149 TEXT_STYLE_NORMAL
150 },
151 {
152 6,
153 12,
154 "The following limitations apply:",
155 TEXT_STYLE_NORMAL
156 },
157 {
158 8,
159 13,
160 "- Setup can not handle more than one primary partition per disk.",
161 TEXT_STYLE_NORMAL
162 },
163 {
164 8,
165 14,
166 "- Setup can not delete a primary partition from a disk",
167 TEXT_STYLE_NORMAL
168 },
169 {
170 8,
171 15,
172 " as long as extended partitions exist on this disk.",
173 TEXT_STYLE_NORMAL
174 },
175 {
176 8,
177 16,
178 "- Setup can not delete the first extended partition from a disk",
179 TEXT_STYLE_NORMAL
180 },
181 {
182 8,
183 17,
184 " as long as other extended partitions exist on this disk.",
185 TEXT_STYLE_NORMAL
186 },
187 {
188 8,
189 18,
190 "- Setup supports FAT file systems only.",
191 TEXT_STYLE_NORMAL
192 },
193 {
194 8,
195 19,
196 "- File system checks are not implemented yet.",
197 TEXT_STYLE_NORMAL
198 },
199 {
200 8,
201 23,
202 "\x07 Press ENTER to install ReactOS.",
203 TEXT_STYLE_NORMAL
204 },
205 {
206 8,
207 25,
208 "\x07 Press F3 to quit without installing ReactOS.",
209 TEXT_STYLE_NORMAL
210 },
211 {
212 0,
213 0,
214 "ENTER = Continue F3 = Quit",
215 TEXT_TYPE_STATUS| TEXT_PADDING_BIG
216 },
217 {
218 0,
219 0,
220 NULL,
221 0
222 }
223 };
224
225 static MUI_ENTRY enUSLicensePageEntries[] =
226 {
227 {
228 4,
229 3,
230 " ReactOS " KERNEL_VERSION_STR " Setup ",
231 TEXT_STYLE_UNDERLINE
232 },
233 {
234 6,
235 6,
236 "Licensing:",
237 TEXT_STYLE_HIGHLIGHT
238 },
239 {
240 8,
241 8,
242 "The ReactOS System is licensed under the terms of the",
243 TEXT_STYLE_NORMAL
244 },
245 {
246 8,
247 9,
248 "GNU GPL with parts containing code from other compatible",
249 TEXT_STYLE_NORMAL
250 },
251 {
252 8,
253 10,
254 "licenses such as the X11 or BSD and GNU LGPL licenses.",
255 TEXT_STYLE_NORMAL
256 },
257 {
258 8,
259 11,
260 "All software that is part of the ReactOS system is",
261 TEXT_STYLE_NORMAL
262 },
263 {
264 8,
265 12,
266 "therefore released under the GNU GPL as well as maintaining",
267 TEXT_STYLE_NORMAL
268 },
269 {
270 8,
271 13,
272 "the original license.",
273 TEXT_STYLE_NORMAL
274 },
275 {
276 8,
277 15,
278 "This software comes with NO WARRANTY or restrictions on usage",
279 TEXT_STYLE_NORMAL
280 },
281 {
282 8,
283 16,
284 "save applicable local and international law. The licensing of",
285 TEXT_STYLE_NORMAL
286 },
287 {
288 8,
289 17,
290 "ReactOS only covers distribution to third parties.",
291 TEXT_STYLE_NORMAL
292 },
293 {
294 8,
295 18,
296 "If for some reason you did not receive a copy of the",
297 TEXT_STYLE_NORMAL
298 },
299 {
300 8,
301 19,
302 "GNU General Public License with ReactOS please visit",
303 TEXT_STYLE_NORMAL
304 },
305 {
306 8,
307 20,
308 "http://www.gnu.org/licenses/licenses.html",
309 TEXT_STYLE_HIGHLIGHT
310 },
311 {
312 8,
313 22,
314 "Warranty:",
315 TEXT_STYLE_HIGHLIGHT
316 },
317 {
318 8,
319 24,
320 "This is free software; see the source for copying conditions.",
321 TEXT_STYLE_NORMAL
322 },
323 {
324 8,
325 25,
326 "There is NO warranty; not even for MERCHANTABILITY or",
327 TEXT_STYLE_NORMAL
328 },
329 {
330 8,
331 26,
332 "FITNESS FOR A PARTICULAR PURPOSE",
333 TEXT_STYLE_NORMAL
334 },
335 {
336 0,
337 0,
338 "ENTER = Return",
339 TEXT_TYPE_STATUS | TEXT_PADDING_BIG
340 },
341 {
342 0,
343 0,
344 NULL,
345 0
346 }
347 };
348
349 static MUI_ENTRY enUSDevicePageEntries[] =
350 {
351 {
352 4,
353 3,
354 " ReactOS " KERNEL_VERSION_STR " Setup ",
355 TEXT_STYLE_UNDERLINE
356 },
357 {
358 6,
359 8,
360 "The list below shows the current device settings.",
361 TEXT_STYLE_NORMAL
362 },
363 {
364 24,
365 11,
366 "Computer:",
367 TEXT_STYLE_NORMAL | TEXT_ALIGN_RIGHT
368 },
369 {
370 24,
371 12,
372 "Display:",
373 TEXT_STYLE_NORMAL | TEXT_ALIGN_RIGHT
374 },
375 {
376 24,
377 13,
378 "Keyboard:",
379 TEXT_STYLE_NORMAL | TEXT_ALIGN_RIGHT
380 },
381 {
382 24,
383 14,
384 "Keyboard layout:",
385 TEXT_STYLE_NORMAL | TEXT_ALIGN_RIGHT
386 },
387 {
388 24,
389 16,
390 "Accept:",
391 TEXT_STYLE_NORMAL | TEXT_ALIGN_RIGHT
392 },
393 {
394 25,
395 16, "Accept these device settings",
396 TEXT_STYLE_NORMAL
397 },
398 {
399 6,
400 19,
401 "You can change the hardware settings by pressing the UP or DOWN keys",
402 TEXT_STYLE_NORMAL
403 },
404 {
405 6,
406 20,
407 "to select an entry. Then press the ENTER key to select alternative",
408 TEXT_STYLE_NORMAL
409 },
410 {
411 6,
412 21,
413 "settings.",
414 TEXT_STYLE_NORMAL
415 },
416 {
417 6,
418 23,
419 "When all settings are correct, select \"Accept these device settings\"",
420 TEXT_STYLE_NORMAL
421 },
422 {
423 6,
424 24,
425 "and press ENTER.",
426 TEXT_STYLE_NORMAL
427 },
428 {
429 0,
430 0,
431 "ENTER = Continue F3 = Quit",
432 TEXT_TYPE_STATUS | TEXT_PADDING_BIG
433 },
434 {
435 0,
436 0,
437 NULL,
438 0
439 }
440 };
441
442 static MUI_ENTRY enUSRepairPageEntries[] =
443 {
444 {
445 4,
446 3,
447 " ReactOS " KERNEL_VERSION_STR " Setup ",
448 TEXT_STYLE_UNDERLINE
449 },
450 {
451 6,
452 8,
453 "ReactOS Setup is in an early development phase. It does not yet",
454 TEXT_STYLE_NORMAL
455 },
456 {
457 6,
458 9,
459 "support all the functions of a fully usable setup application.",
460 TEXT_STYLE_NORMAL
461 },
462 {
463 6,
464 12,
465 "The repair functions are not implemented yet.",
466 TEXT_STYLE_NORMAL
467 },
468 {
469 8,
470 15,
471 "\x07 Press U for Updating OS.",
472 TEXT_STYLE_NORMAL
473 },
474 {
475 8,
476 17,
477 "\x07 Press R for the Recovery Console.",
478 TEXT_STYLE_NORMAL
479 },
480 {
481 8,
482 19,
483 "\x07 Press ESC to return to the main page.",
484 TEXT_STYLE_NORMAL
485 },
486 {
487 8,
488 21,
489 "\x07 Press ENTER to reboot your computer.",
490 TEXT_STYLE_NORMAL
491 },
492 {
493 0,
494 0,
495 "ESC = Main page U = Update R = Recovery ENTER = Reboot",
496 TEXT_TYPE_STATUS | TEXT_PADDING_BIG
497 },
498 {
499 0,
500 0,
501 NULL,
502 0
503 }
504 };
505 static MUI_ENTRY enUSComputerPageEntries[] =
506 {
507 {
508 4,
509 3,
510 " ReactOS " KERNEL_VERSION_STR " Setup ",
511 TEXT_STYLE_UNDERLINE
512 },
513 {
514 6,
515 8,
516 "You want to change the type of computer to be installed.",
517 TEXT_STYLE_NORMAL
518 },
519 {
520 8,
521 10,
522 "\x07 Press the UP or DOWN key to select the desired computer type.",
523 TEXT_STYLE_NORMAL
524 },
525 {
526 8,
527 11,
528 " Then press ENTER.",
529 TEXT_STYLE_NORMAL
530 },
531 {
532 8,
533 13,
534 "\x07 Press the ESC key to return to the previous page without changing",
535 TEXT_STYLE_NORMAL
536 },
537 {
538 8,
539 14,
540 " the computer type.",
541 TEXT_STYLE_NORMAL
542 },
543 {
544 0,
545 0,
546 "ENTER = Continue ESC = Cancel F3 = Quit",
547 TEXT_TYPE_STATUS | TEXT_PADDING_BIG
548 },
549 {
550 0,
551 0,
552 NULL,
553 0
554 }
555 };
556
557 static MUI_ENTRY enUSFlushPageEntries[] =
558 {
559 {
560 4,
561 3,
562 " ReactOS " KERNEL_VERSION_STR " Setup ",
563 TEXT_STYLE_UNDERLINE
564 },
565 {
566 10,
567 6,
568 "The system is now making sure all data is stored on your disk",
569 TEXT_STYLE_NORMAL
570 },
571 {
572 10,
573 8,
574 "This may take a minute",
575 TEXT_STYLE_NORMAL
576 },
577 {
578 10,
579 9,
580 "When finished, your computer will reboot automatically",
581 TEXT_STYLE_NORMAL
582 },
583 {
584 0,
585 0,
586 "Flushing cache",
587 TEXT_TYPE_STATUS | TEXT_PADDING_BIG
588 },
589 {
590 0,
591 0,
592 NULL,
593 0
594 }
595 };
596
597 static MUI_ENTRY enUSQuitPageEntries[] =
598 {
599 {
600 4,
601 3,
602 " ReactOS " KERNEL_VERSION_STR " Setup ",
603 TEXT_STYLE_UNDERLINE
604 },
605 {
606 10,
607 6,
608 "ReactOS is not completely installed",
609 TEXT_STYLE_NORMAL
610 },
611 {
612 10,
613 8,
614 "Remove floppy disk from Drive A: and",
615 TEXT_STYLE_NORMAL
616 },
617 {
618 10,
619 9,
620 "all CD-ROMs from CD-Drives.",
621 TEXT_STYLE_NORMAL
622 },
623 {
624 10,
625 11,
626 "Press ENTER to reboot your computer.",
627 TEXT_STYLE_NORMAL
628 },
629 {
630 0,
631 0,
632 "Please wait ...",
633 TEXT_TYPE_STATUS | TEXT_PADDING_BIG,
634 },
635 {
636 0,
637 0,
638 NULL,
639 0
640 }
641 };
642
643 static MUI_ENTRY enUSDisplayPageEntries[] =
644 {
645 {
646 4,
647 3,
648 " ReactOS " KERNEL_VERSION_STR " Setup ",
649 TEXT_STYLE_UNDERLINE
650 },
651 {
652 6,
653 8,
654 "You want to change the type of display to be installed.",
655 TEXT_STYLE_NORMAL
656 },
657 { 8,
658 10,
659 "\x07 Press the UP or DOWN key to select the desired display type.",
660 TEXT_STYLE_NORMAL
661 },
662 {
663 8,
664 11,
665 " Then press ENTER.",
666 TEXT_STYLE_NORMAL
667 },
668 {
669 8,
670 13,
671 "\x07 Press the ESC key to return to the previous page without changing",
672 TEXT_STYLE_NORMAL
673 },
674 {
675 8,
676 14,
677 " the display type.",
678 TEXT_STYLE_NORMAL
679 },
680 {
681 0,
682 0,
683 "ENTER = Continue ESC = Cancel F3 = Quit",
684 TEXT_TYPE_STATUS | TEXT_PADDING_BIG
685 },
686 {
687 0,
688 0,
689 NULL,
690 0
691 }
692 };
693
694 static MUI_ENTRY enUSSuccessPageEntries[] =
695 {
696 {
697 4,
698 3,
699 " ReactOS " KERNEL_VERSION_STR " Setup ",
700 TEXT_STYLE_UNDERLINE
701 },
702 {
703 10,
704 6,
705 "The basic components of ReactOS have been installed successfully.",
706 TEXT_STYLE_NORMAL
707 },
708 {
709 10,
710 8,
711 "Remove floppy disk from Drive A: and",
712 TEXT_STYLE_NORMAL
713 },
714 {
715 10,
716 9,
717 "all CD-ROMs from CD-Drive.",
718 TEXT_STYLE_NORMAL
719 },
720 {
721 10,
722 11,
723 "Press ENTER to reboot your computer.",
724 TEXT_STYLE_NORMAL
725 },
726 {
727 0,
728 0,
729 "ENTER = Reboot computer",
730 TEXT_TYPE_STATUS | TEXT_PADDING_BIG
731 },
732 {
733 0,
734 0,
735 NULL,
736 0
737 }
738 };
739
740 static MUI_ENTRY enUSBootPageEntries[] =
741 {
742 {
743 4,
744 3,
745 " ReactOS " KERNEL_VERSION_STR " Setup ",
746 TEXT_STYLE_UNDERLINE
747 },
748 {
749 6,
750 8,
751 "Setup cannot install the bootloader on your computers",
752 TEXT_STYLE_NORMAL
753 },
754 {
755 6,
756 9,
757 "hardisk",
758 TEXT_STYLE_NORMAL
759 },
760 {
761 6,
762 13,
763 "Please insert a formatted floppy disk in drive A: and",
764 TEXT_STYLE_NORMAL
765 },
766 {
767 6,
768 14,
769 "press ENTER.",
770 TEXT_STYLE_NORMAL,
771 },
772 {
773 0,
774 0,
775 "ENTER = Continue F3 = Quit",
776 TEXT_TYPE_STATUS | TEXT_PADDING_BIG
777 },
778 {
779 0,
780 0,
781 NULL,
782 0
783 }
784
785 };
786
787 static MUI_ENTRY enUSSelectPartitionEntries[] =
788 {
789 {
790 4,
791 3,
792 " ReactOS " KERNEL_VERSION_STR " Setup ",
793 TEXT_STYLE_UNDERLINE
794 },
795 {
796 6,
797 8,
798 "The list below shows existing partitions and unused disk",
799 TEXT_STYLE_NORMAL
800 },
801 {
802 6,
803 9,
804 "space for new partitions.",
805 TEXT_STYLE_NORMAL
806 },
807 {
808 8,
809 11,
810 "\x07 Press UP or DOWN to select a list entry.",
811 TEXT_STYLE_NORMAL
812 },
813 {
814 8,
815 13,
816 "\x07 Press ENTER to install ReactOS onto the selected partition.",
817 TEXT_STYLE_NORMAL
818 },
819 {
820 8,
821 15,
822 "\x07 Press P to create a primary partition.",
823 TEXT_STYLE_NORMAL
824 },
825 {
826 8,
827 17,
828 "\x07 Press E to create an extended partition.",
829 TEXT_STYLE_NORMAL
830 },
831 {
832 8,
833 19,
834 "\x07 Press D to delete an existing partition.",
835 TEXT_STYLE_NORMAL
836 },
837 {
838 0,
839 0,
840 "Please wait...",
841 TEXT_TYPE_STATUS | TEXT_PADDING_BIG
842 },
843 {
844 0,
845 0,
846 NULL,
847 0
848 }
849 };
850
851 static MUI_ENTRY enUSFormatPartitionEntries[] =
852 {
853 {
854 4,
855 3,
856 " ReactOS " KERNEL_VERSION_STR " Setup ",
857 TEXT_STYLE_UNDERLINE
858 },
859 {
860 6,
861 8,
862 "Format partition",
863 TEXT_STYLE_NORMAL
864 },
865 {
866 6,
867 10,
868 "Setup will now format the partition. Press ENTER to continue.",
869 TEXT_STYLE_NORMAL
870 },
871 {
872 0,
873 0,
874 "ENTER = Continue F3 = Quit",
875 TEXT_TYPE_STATUS | TEXT_PADDING_BIG
876 },
877 {
878 0,
879 0,
880 NULL,
881 TEXT_STYLE_NORMAL
882 }
883 };
884
885 static MUI_ENTRY enUSInstallDirectoryEntries[] =
886 {
887 {
888 4,
889 3,
890 " ReactOS " KERNEL_VERSION_STR " Setup ",
891 TEXT_STYLE_UNDERLINE
892 },
893 {
894 6,
895 8,
896 "Setup installs ReactOS files onto the selected partition. Choose a",
897 TEXT_STYLE_NORMAL
898 },
899 {
900 6,
901 9,
902 "directory where you want ReactOS to be installed:",
903 TEXT_STYLE_NORMAL
904 },
905 {
906 6,
907 14,
908 "To change the suggested directory, press BACKSPACE to delete",
909 TEXT_STYLE_NORMAL
910 },
911 {
912 6,
913 15,
914 "characters and then type the directory where you want ReactOS to",
915 TEXT_STYLE_NORMAL
916 },
917 {
918 6,
919 16,
920 "be installed.",
921 TEXT_STYLE_NORMAL
922 },
923 {
924 0,
925 0,
926 "ENTER = Continue F3 = Quit",
927 TEXT_TYPE_STATUS | TEXT_PADDING_BIG
928 },
929 {
930 0,
931 0,
932 NULL,
933 0
934 }
935 };
936
937 static MUI_ENTRY enUSFileCopyEntries[] =
938 {
939 {
940 4,
941 3,
942 " ReactOS " KERNEL_VERSION_STR " Setup ",
943 TEXT_STYLE_UNDERLINE
944 },
945 {
946 0,
947 12,
948 "Please wait while ReactOS Setup copies files to your ReactOS",
949 TEXT_STYLE_NORMAL | TEXT_ALIGN_CENTER
950 },
951 {
952 0,
953 13,
954 "installation folder.",
955 TEXT_STYLE_NORMAL | TEXT_ALIGN_CENTER
956 },
957 {
958 0,
959 14,
960 "This may take several minutes to complete.",
961 TEXT_STYLE_NORMAL | TEXT_ALIGN_CENTER
962 },
963 {
964 50,
965 0,
966 "\xB3 Please wait... ",
967 TEXT_TYPE_STATUS
968 },
969 {
970 0,
971 0,
972 NULL,
973 0
974 }
975 };
976
977 static MUI_ENTRY enUSBootLoaderEntries[] =
978 {
979 {
980 4,
981 3,
982 " ReactOS " KERNEL_VERSION_STR " Setup ",
983 TEXT_STYLE_UNDERLINE
984 },
985 {
986 6,
987 8,
988 "Setup is installing the boot loader",
989 TEXT_STYLE_NORMAL
990 },
991 {
992 8,
993 12,
994 "Install bootloader on the harddisk (MBR and VBR).",
995 TEXT_STYLE_NORMAL
996 },
997 {
998 8,
999 13,
1000 "Install bootloader on the harddisk (VBR only).",
1001 TEXT_STYLE_NORMAL
1002 },
1003 {
1004 8,
1005 14,
1006 "Install bootloader on a floppy disk.",
1007 TEXT_STYLE_NORMAL
1008 },
1009 {
1010 8,
1011 15,
1012 "Skip install bootloader.",
1013 TEXT_STYLE_NORMAL
1014 },
1015 {
1016 0,
1017 0,
1018 "ENTER = Continue F3 = Quit",
1019 TEXT_TYPE_STATUS | TEXT_PADDING_BIG
1020 },
1021 {
1022 0,
1023 0,
1024 NULL,
1025 0
1026 }
1027 };
1028
1029 static MUI_ENTRY enUSKeyboardSettingsEntries[] =
1030 {
1031 {
1032 4,
1033 3,
1034 " ReactOS " KERNEL_VERSION_STR " Setup ",
1035 TEXT_STYLE_UNDERLINE
1036 },
1037 {
1038 6,
1039 8,
1040 "You want to change the type of keyboard to be installed.",
1041 TEXT_STYLE_NORMAL
1042 },
1043 {
1044 8,
1045 10,
1046 "\x07 Press the UP or DOWN key to select the desired keyboard type.",
1047 TEXT_STYLE_NORMAL
1048 },
1049 {
1050 8,
1051 11,
1052 " Then press ENTER.",
1053 TEXT_STYLE_NORMAL
1054 },
1055 {
1056 8,
1057 13,
1058 "\x07 Press the ESC key to return to the previous page without changing",
1059 TEXT_STYLE_NORMAL
1060 },
1061 {
1062 8,
1063 14,
1064 " the keyboard type.",
1065 TEXT_STYLE_NORMAL
1066 },
1067 {
1068 0,
1069 0,
1070 "ENTER = Continue ESC = Cancel F3 = Quit",
1071 TEXT_TYPE_STATUS | TEXT_PADDING_BIG
1072 },
1073 {
1074 0,
1075 0,
1076 NULL,
1077 0
1078 }
1079 };
1080
1081 static MUI_ENTRY enUSLayoutSettingsEntries[] =
1082 {
1083 {
1084 4,
1085 3,
1086 " ReactOS " KERNEL_VERSION_STR " Setup ",
1087 TEXT_STYLE_UNDERLINE
1088 },
1089 {
1090 6,
1091 8,
1092 "Please select a layout to be installed by default.",
1093 TEXT_STYLE_NORMAL
1094 },
1095 {
1096 8,
1097 10,
1098 "\x07 Press the UP or DOWN key to select the desired keyboard",
1099 TEXT_STYLE_NORMAL
1100 },
1101 {
1102 8,
1103 11,
1104 " layout. Then press ENTER.",
1105 TEXT_STYLE_NORMAL
1106 },
1107 {
1108 8,
1109 13,
1110 "\x07 Press the ESC key to return to the previous page without changing",
1111 TEXT_STYLE_NORMAL
1112 },
1113 {
1114 8,
1115 14,
1116 " the keyboard layout.",
1117 TEXT_STYLE_NORMAL
1118 },
1119 {
1120 0,
1121 0,
1122 "ENTER = Continue ESC = Cancel F3 = Quit",
1123 TEXT_TYPE_STATUS | TEXT_PADDING_BIG
1124 },
1125 {
1126 0,
1127 0,
1128 NULL,
1129 0
1130 },
1131
1132 };
1133
1134 static MUI_ENTRY enUSPrepareCopyEntries[] =
1135 {
1136 {
1137 4,
1138 3,
1139 " ReactOS " KERNEL_VERSION_STR " Setup ",
1140 TEXT_STYLE_UNDERLINE
1141 },
1142 {
1143 6,
1144 8,
1145 "Setup prepares your computer for copying the ReactOS files. ",
1146 TEXT_STYLE_NORMAL
1147 },
1148 {
1149 0,
1150 0,
1151 "Building the file copy list...",
1152 TEXT_TYPE_STATUS | TEXT_PADDING_BIG
1153 },
1154 {
1155 0,
1156 0,
1157 NULL,
1158 0
1159 },
1160
1161 };
1162
1163 static MUI_ENTRY enUSSelectFSEntries[] =
1164 {
1165 {
1166 4,
1167 3,
1168 " ReactOS " KERNEL_VERSION_STR " Setup ",
1169 TEXT_STYLE_UNDERLINE
1170 },
1171 {
1172 6,
1173 17,
1174 "Select a file system from the list below.",
1175 0
1176 },
1177 {
1178 8,
1179 19,
1180 "\x07 Press UP or DOWN to select a file system.",
1181 0
1182 },
1183 {
1184 8,
1185 21,
1186 "\x07 Press ENTER to format the partition.",
1187 0
1188 },
1189 {
1190 8,
1191 23,
1192 "\x07 Press ESC to select another partition.",
1193 0
1194 },
1195 {
1196 0,
1197 0,
1198 "ENTER = Continue ESC = Cancel F3 = Quit",
1199 TEXT_TYPE_STATUS | TEXT_PADDING_BIG
1200 },
1201
1202 {
1203 0,
1204 0,
1205 NULL,
1206 0
1207 }
1208 };
1209
1210 static MUI_ENTRY enUSDeletePartitionEntries[] =
1211 {
1212 {
1213 4,
1214 3,
1215 " ReactOS " KERNEL_VERSION_STR " Setup ",
1216 TEXT_STYLE_UNDERLINE
1217 },
1218 {
1219 6,
1220 8,
1221 "You have chosen to delete the partition",
1222 TEXT_STYLE_NORMAL
1223 },
1224 {
1225 8,
1226 18,
1227 "\x07 Press D to delete the partition.",
1228 TEXT_STYLE_NORMAL
1229 },
1230 {
1231 11,
1232 19,
1233 "WARNING: All data on this partition will be lost!",
1234 TEXT_STYLE_NORMAL
1235 },
1236 {
1237 8,
1238 21,
1239 "\x07 Press ESC to cancel.",
1240 TEXT_STYLE_NORMAL
1241 },
1242 {
1243 0,
1244 0,
1245 "D = Delete Partition ESC = Cancel F3 = Quit",
1246 TEXT_TYPE_STATUS | TEXT_PADDING_BIG
1247 },
1248 {
1249 0,
1250 0,
1251 NULL,
1252 0
1253 }
1254 };
1255
1256 static MUI_ENTRY enUSRegistryEntries[] =
1257 {
1258 {
1259 4,
1260 3,
1261 " ReactOS " KERNEL_VERSION_STR " Setup ",
1262 TEXT_STYLE_UNDERLINE
1263 },
1264 {
1265 6,
1266 8,
1267 "Setup is updating the system configuration. ",
1268 TEXT_STYLE_NORMAL
1269 },
1270 {
1271 0,
1272 0,
1273 "Creating registry hives...",
1274 TEXT_TYPE_STATUS | TEXT_PADDING_BIG
1275 },
1276 {
1277 0,
1278 0,
1279 NULL,
1280 0
1281 },
1282
1283 };
1284
1285 MUI_ERROR enUSErrorEntries[] =
1286 {
1287 {
1288 // NOT_AN_ERROR
1289 "Success\n"
1290 },
1291 {
1292 //ERROR_NOT_INSTALLED
1293 "ReactOS is not completely installed on your\n"
1294 "computer. If you quit Setup now, you will need to\n"
1295 "run Setup again to install ReactOS.\n"
1296 "\n"
1297 " \x07 Press ENTER to continue Setup.\n"
1298 " \x07 Press F3 to quit Setup.",
1299 "F3 = Quit ENTER = Continue"
1300 },
1301 {
1302 //ERROR_NO_HDD
1303 "Setup could not find a harddisk.\n",
1304 "ENTER = Reboot computer"
1305 },
1306 {
1307 //ERROR_NO_SOURCE_DRIVE
1308 "Setup could not find its source drive.\n",
1309 "ENTER = Reboot computer"
1310 },
1311 {
1312 //ERROR_LOAD_TXTSETUPSIF
1313 "Setup failed to load the file TXTSETUP.SIF.\n",
1314 "ENTER = Reboot computer"
1315 },
1316 {
1317 //ERROR_CORRUPT_TXTSETUPSIF
1318 "Setup found a corrupt TXTSETUP.SIF.\n",
1319 "ENTER = Reboot computer"
1320 },
1321 {
1322 //ERROR_SIGNATURE_TXTSETUPSIF,
1323 "Setup found an invalid signature in TXTSETUP.SIF.\n",
1324 "ENTER = Reboot computer"
1325 },
1326 {
1327 //ERROR_DRIVE_INFORMATION
1328 "Setup could not retrieve system drive information.\n",
1329 "ENTER = Reboot computer"
1330 },
1331 {
1332 //ERROR_WRITE_BOOT,
1333 "Setup failed to install FAT bootcode on the system partition.",
1334 "ENTER = Reboot computer"
1335 },
1336 {
1337 //ERROR_LOAD_COMPUTER,
1338 "Setup failed to load the computer type list.\n",
1339 "ENTER = Reboot computer"
1340 },
1341 {
1342 //ERROR_LOAD_DISPLAY,
1343 "Setup failed to load the display settings list.\n",
1344 "ENTER = Reboot computer"
1345 },
1346 {
1347 //ERROR_LOAD_KEYBOARD,
1348 "Setup failed to load the keyboard type list.\n",
1349 "ENTER = Reboot computer"
1350 },
1351 {
1352 //ERROR_LOAD_KBLAYOUT,
1353 "Setup failed to load the keyboard layout list.\n",
1354 "ENTER = Reboot computer"
1355 },
1356 {
1357 //ERROR_WARN_PARTITION,
1358 "Setup found that at least one harddisk contains an incompatible\n"
1359 "partition table that can not be handled properly!\n"
1360 "\n"
1361 "Creating or deleting partitions can destroy the partition table.\n"
1362 "\n"
1363 " \x07 Press F3 to quit Setup.\n"
1364 " \x07 Press ENTER to continue.",
1365 "F3= Quit ENTER = Continue"
1366 },
1367 {
1368 //ERROR_NEW_PARTITION,
1369 "You can not create a new Partition inside\n"
1370 "of an already existing Partition!\n"
1371 "\n"
1372 " * Press any key to continue.",
1373 NULL
1374 },
1375 {
1376 //ERROR_DELETE_SPACE,
1377 "You can not delete unpartitioned disk space!\n"
1378 "\n"
1379 " * Press any key to continue.",
1380 NULL
1381 },
1382 {
1383 //ERROR_INSTALL_BOOTCODE,
1384 "Setup failed to install the FAT bootcode on the system partition.",
1385 "ENTER = Reboot computer"
1386 },
1387 {
1388 //ERROR_NO_FLOPPY,
1389 "No disk in drive A:.",
1390 "ENTER = Continue"
1391 },
1392 {
1393 //ERROR_UPDATE_KBSETTINGS,
1394 "Setup failed to update keyboard layout settings.",
1395 "ENTER = Reboot computer"
1396 },
1397 {
1398 //ERROR_UPDATE_DISPLAY_SETTINGS,
1399 "Setup failed to update display registry settings.",
1400 "ENTER = Reboot computer"
1401 },
1402 {
1403 //ERROR_IMPORT_HIVE,
1404 "Setup failed to import a hive file.",
1405 "ENTER = Reboot computer"
1406 },
1407 {
1408 //ERROR_FIND_REGISTRY
1409 "Setup failed to find the registry data files.",
1410 "ENTER = Reboot computer"
1411 },
1412 {
1413 //ERROR_CREATE_HIVE,
1414 "Setup failed to create the registry hives.",
1415 "ENTER = Reboot computer"
1416 },
1417 {
1418 //ERROR_INITIALIZE_REGISTRY,
1419 "Setup failed to initialize the registry.",
1420 "ENTER = Reboot computer"
1421 },
1422 {
1423 //ERROR_INVALID_CABINET_INF,
1424 "Cabinet has no valid inf file.\n",
1425 "ENTER = Reboot computer"
1426 },
1427 {
1428 //ERROR_CABINET_MISSING,
1429 "Cabinet not found.\n",
1430 "ENTER = Reboot computer"
1431 },
1432 {
1433 //ERROR_CABINET_SCRIPT,
1434 "Cabinet has no setup script.\n",
1435 "ENTER = Reboot computer"
1436 },
1437 {
1438 //ERROR_COPY_QUEUE,
1439 "Setup failed to open the copy file queue.\n",
1440 "ENTER = Reboot computer"
1441 },
1442 {
1443 //ERROR_CREATE_DIR,
1444 "Setup could not create install directories.",
1445 "ENTER = Reboot computer"
1446 },
1447 {
1448 //ERROR_TXTSETUP_SECTION,
1449 "Setup failed to find the 'Directories' section\n"
1450 "in TXTSETUP.SIF.\n",
1451 "ENTER = Reboot computer"
1452 },
1453 {
1454 //ERROR_CABINET_SECTION,
1455 "Setup failed to find the 'Directories' section\n"
1456 "in the cabinet.\n",
1457 "ENTER = Reboot computer"
1458 },
1459 {
1460 //ERROR_CREATE_INSTALL_DIR
1461 "Setup could not create the install directory.",
1462 "ENTER = Reboot computer"
1463 },
1464 {
1465 //ERROR_FIND_SETUPDATA,
1466 "Setup failed to find the 'SetupData' section\n"
1467 "in TXTSETUP.SIF.\n",
1468 "ENTER = Reboot computer"
1469 },
1470 {
1471 //ERROR_WRITE_PTABLE,
1472 "Setup failed to write partition tables.\n"
1473 "ENTER = Reboot computer"
1474 },
1475 {
1476 //ERROR_ADDING_CODEPAGE,
1477 "Setup failed to add codepage to registry.\n"
1478 "ENTER = Reboot computer"
1479 },
1480 {
1481 //ERROR_UPDATE_LOCALESETTINGS,
1482 "Setup could not set the system locale.\n"
1483 "ENTER = Reboot computer"
1484 },
1485 {
1486 //ERROR_ADDING_KBLAYOUTS,
1487 "Setup failed to add keyboard layouts to registry.\n"
1488 "ENTER = Reboot computer"
1489 },
1490 {
1491 //ERROR_UPDATE_GEOID,
1492 "Setup could not set the geo id.\n"
1493 "ENTER = Reboot computer"
1494 },
1495 {
1496 //ERROR_INSUFFICIENT_DISKSPACE,
1497 "Not enough free space in the selected partition.\n"
1498 " * Press any key to continue.",
1499 NULL
1500 },
1501 {
1502 //ERROR_PARTITION_TABLE_FULL,
1503 "You can not create a new primary or extended partition in the\n"
1504 "partition table of this disk because the partition table is full.\n"
1505 "\n"
1506 " * Press any key to continue."
1507 },
1508 {
1509 //ERROR_ONLY_ONE_EXTENDED,
1510 "You can not create more than one extended partition per disk.\n"
1511 "\n"
1512 " * Press any key to continue."
1513 },
1514 {
1515 NULL,
1516 NULL
1517 }
1518 };
1519
1520 MUI_PAGE enUSPages[] =
1521 {
1522 {
1523 LANGUAGE_PAGE,
1524 enUSLanguagePageEntries
1525 },
1526 {
1527 START_PAGE,
1528 enUSWelcomePageEntries
1529 },
1530 {
1531 INSTALL_INTRO_PAGE,
1532 enUSIntroPageEntries
1533 },
1534 {
1535 LICENSE_PAGE,
1536 enUSLicensePageEntries
1537 },
1538 {
1539 DEVICE_SETTINGS_PAGE,
1540 enUSDevicePageEntries
1541 },
1542 {
1543 REPAIR_INTRO_PAGE,
1544 enUSRepairPageEntries
1545 },
1546 {
1547 COMPUTER_SETTINGS_PAGE,
1548 enUSComputerPageEntries
1549 },
1550 {
1551 DISPLAY_SETTINGS_PAGE,
1552 enUSDisplayPageEntries
1553 },
1554 {
1555 FLUSH_PAGE,
1556 enUSFlushPageEntries
1557 },
1558 {
1559 SELECT_PARTITION_PAGE,
1560 enUSSelectPartitionEntries
1561 },
1562 {
1563 SELECT_FILE_SYSTEM_PAGE,
1564 enUSSelectFSEntries
1565 },
1566 {
1567 FORMAT_PARTITION_PAGE,
1568 enUSFormatPartitionEntries
1569 },
1570 {
1571 DELETE_PARTITION_PAGE,
1572 enUSDeletePartitionEntries
1573 },
1574 {
1575 INSTALL_DIRECTORY_PAGE,
1576 enUSInstallDirectoryEntries
1577 },
1578 {
1579 PREPARE_COPY_PAGE,
1580 enUSPrepareCopyEntries
1581 },
1582 {
1583 FILE_COPY_PAGE,
1584 enUSFileCopyEntries
1585 },
1586 {
1587 KEYBOARD_SETTINGS_PAGE,
1588 enUSKeyboardSettingsEntries
1589 },
1590 {
1591 BOOT_LOADER_PAGE,
1592 enUSBootLoaderEntries
1593 },
1594 {
1595 LAYOUT_SETTINGS_PAGE,
1596 enUSLayoutSettingsEntries
1597 },
1598 {
1599 QUIT_PAGE,
1600 enUSQuitPageEntries
1601 },
1602 {
1603 SUCCESS_PAGE,
1604 enUSSuccessPageEntries
1605 },
1606 {
1607 BOOT_LOADER_FLOPPY_PAGE,
1608 enUSBootPageEntries
1609 },
1610 {
1611 REGISTRY_PAGE,
1612 enUSRegistryEntries
1613 },
1614 {
1615 -1,
1616 NULL
1617 }
1618 };
1619
1620 MUI_STRING enUSStrings[] =
1621 {
1622 {STRING_PLEASEWAIT,
1623 " Please wait..."},
1624 {STRING_INSTALLCREATEPARTITION,
1625 " ENTER = Install P = Create Primary E = Create Extended F3 = Quit"},
1626 {STRING_INSTALLCREATELOGICAL,
1627 " ENTER = Install L = Create Logical Partition F3 = Quit"},
1628 {STRING_INSTALLDELETEPARTITION,
1629 " ENTER = Install D = Delete Partition F3 = Quit"},
1630 {STRING_DELETEPARTITION,
1631 " D = Delete Partition F3 = Quit"},
1632 {STRING_PARTITIONSIZE,
1633 "Size of new partition:"},
1634 {STRING_CHOOSENEWPARTITION,
1635 "You have chosen to create a primary partition on"},
1636 {STRING_CHOOSE_NEW_EXTENDED_PARTITION,
1637 "You have chosen to create an extended partition on"},
1638 {STRING_CHOOSE_NEW_LOGICAL_PARTITION,
1639 "You have chosen to create a logical partition on"},
1640 {STRING_HDDSIZE,
1641 "Please enter the size of the new partition in megabytes."},
1642 {STRING_CREATEPARTITION,
1643 " ENTER = Create Partition ESC = Cancel F3 = Quit"},
1644 {STRING_PARTFORMAT,
1645 "This Partition will be formatted next."},
1646 {STRING_NONFORMATTEDPART,
1647 "You chose to install ReactOS on a new or unformatted Partition."},
1648 {STRING_INSTALLONPART,
1649 "Setup installs ReactOS onto Partition"},
1650 {STRING_CHECKINGPART,
1651 "Setup is now checking the selected partition."},
1652 {STRING_QUITCONTINUE,
1653 "F3= Quit ENTER = Continue"},
1654 {STRING_REBOOTCOMPUTER,
1655 "ENTER = Reboot computer"},
1656 {STRING_TXTSETUPFAILED,
1657 "Setup failed to find the '%S' section\nin TXTSETUP.SIF.\n"},
1658 {STRING_COPYING,
1659 " Copying file: %S"},
1660 {STRING_SETUPCOPYINGFILES,
1661 "Setup is copying files..."},
1662 {STRING_REGHIVEUPDATE,
1663 " Updating registry hives..."},
1664 {STRING_IMPORTFILE,
1665 " Importing %S..."},
1666 {STRING_DISPLAYETTINGSUPDATE,
1667 " Updating display registry settings..."},
1668 {STRING_LOCALESETTINGSUPDATE,
1669 " Updating locale settings..."},
1670 {STRING_KEYBOARDSETTINGSUPDATE,
1671 " Updating keyboard layout settings..."},
1672 {STRING_CODEPAGEINFOUPDATE,
1673 " Adding codepage information to registry..."},
1674 {STRING_DONE,
1675 " Done..."},
1676 {STRING_REBOOTCOMPUTER2,
1677 " ENTER = Reboot computer"},
1678 {STRING_CONSOLEFAIL1,
1679 "Unable to open the console\r\n\r\n"},
1680 {STRING_CONSOLEFAIL2,
1681 "The most common cause of this is using an USB keyboard\r\n"},
1682 {STRING_CONSOLEFAIL3,
1683 "USB keyboards are not fully supported yet\r\n"},
1684 {STRING_FORMATTINGDISK,
1685 "Setup is formatting your disk"},
1686 {STRING_CHECKINGDISK,
1687 "Setup is checking your disk"},
1688 {STRING_FORMATDISK1,
1689 " Format partition as %S file system (quick format) "},
1690 {STRING_FORMATDISK2,
1691 " Format partition as %S file system "},
1692 {STRING_KEEPFORMAT,
1693 " Keep current file system (no changes) "},
1694 {STRING_HDINFOPARTCREATE,
1695 "%I64u %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu) on %wZ."},
1696 {STRING_HDDINFOUNK1,
1697 "%I64u %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu)."},
1698 {STRING_HDDINFOUNK2,
1699 " %c%c Type %lu %I64u %s"},
1700 {STRING_HDINFOPARTDELETE,
1701 "on %I64u %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu) on %wZ."},
1702 {STRING_HDDINFOUNK3,
1703 "on %I64u %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu)."},
1704 {STRING_HDINFOPARTZEROED,
1705 "Harddisk %lu (%I64u %s), Port=%hu, Bus=%hu, Id=%hu (%wZ)."},
1706 {STRING_HDDINFOUNK4,
1707 "%c%c Type %lu %I64u %s"},
1708 {STRING_HDINFOPARTEXISTS,
1709 "on Harddisk %lu (%I64u %s), Port=%hu, Bus=%hu, Id=%hu (%wZ)."},
1710 {STRING_HDDINFOUNK5,
1711 "%c%c %sType %-3u%s %6lu %s"},
1712 {STRING_HDINFOPARTSELECT,
1713 "%6lu %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu) on %S"},
1714 {STRING_HDDINFOUNK6,
1715 "%6lu %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu)"},
1716 {STRING_NEWPARTITION,
1717 "Setup created a new partition on"},
1718 {STRING_UNPSPACE,
1719 " %sUnpartitioned space%s %6lu %s"},
1720 {STRING_MAXSIZE,
1721 "MB (max. %lu MB)"},
1722 {STRING_EXTENDED_PARTITION,
1723 "Extended Partition"},
1724 {STRING_UNFORMATTED,
1725 "New (Unformatted)"},
1726 {STRING_FORMATUNUSED,
1727 "Unused"},
1728 {STRING_FORMATUNKNOWN,
1729 "Unknown"},
1730 {STRING_KB,
1731 "KB"},
1732 {STRING_MB,
1733 "MB"},
1734 {STRING_GB,
1735 "GB"},
1736 {STRING_ADDKBLAYOUTS,
1737 "Adding keyboard layouts"},
1738 {0, 0}
1739 };