* Sync up to trunk HEAD (r62975).
[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 = Licence 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 C to create a new partition.",
823 TEXT_STYLE_NORMAL
824 },
825 {
826 8,
827 17,
828 "\x07 Press D to delete an existing partition.",
829 TEXT_STYLE_NORMAL
830 },
831 {
832 0,
833 0,
834 "Please wait...",
835 TEXT_TYPE_STATUS | TEXT_PADDING_BIG
836 },
837 {
838 0,
839 0,
840 NULL,
841 0
842 }
843 };
844
845 static MUI_ENTRY enUSFormatPartitionEntries[] =
846 {
847 {
848 4,
849 3,
850 " ReactOS " KERNEL_VERSION_STR " Setup ",
851 TEXT_STYLE_UNDERLINE
852 },
853 {
854 6,
855 8,
856 "Format partition",
857 TEXT_STYLE_NORMAL
858 },
859 {
860 6,
861 10,
862 "Setup will now format the partition. Press ENTER to continue.",
863 TEXT_STYLE_NORMAL
864 },
865 {
866 0,
867 0,
868 "ENTER = Continue F3 = Quit",
869 TEXT_TYPE_STATUS | TEXT_PADDING_BIG
870 },
871 {
872 0,
873 0,
874 NULL,
875 TEXT_STYLE_NORMAL
876 }
877 };
878
879 static MUI_ENTRY enUSInstallDirectoryEntries[] =
880 {
881 {
882 4,
883 3,
884 " ReactOS " KERNEL_VERSION_STR " Setup ",
885 TEXT_STYLE_UNDERLINE
886 },
887 {
888 6,
889 8,
890 "Setup installs ReactOS files onto the selected partition. Choose a",
891 TEXT_STYLE_NORMAL
892 },
893 {
894 6,
895 9,
896 "directory where you want ReactOS to be installed:",
897 TEXT_STYLE_NORMAL
898 },
899 {
900 6,
901 14,
902 "To change the suggested directory, press BACKSPACE to delete",
903 TEXT_STYLE_NORMAL
904 },
905 {
906 6,
907 15,
908 "characters and then type the directory where you want ReactOS to",
909 TEXT_STYLE_NORMAL
910 },
911 {
912 6,
913 16,
914 "be installed.",
915 TEXT_STYLE_NORMAL
916 },
917 {
918 0,
919 0,
920 "ENTER = Continue F3 = Quit",
921 TEXT_TYPE_STATUS | TEXT_PADDING_BIG
922 },
923 {
924 0,
925 0,
926 NULL,
927 0
928 }
929 };
930
931 static MUI_ENTRY enUSFileCopyEntries[] =
932 {
933 {
934 4,
935 3,
936 " ReactOS " KERNEL_VERSION_STR " Setup ",
937 TEXT_STYLE_UNDERLINE
938 },
939 {
940 0,
941 12,
942 "Please wait while ReactOS Setup copies files to your ReactOS",
943 TEXT_STYLE_NORMAL | TEXT_ALIGN_CENTER
944 },
945 {
946 0,
947 13,
948 "installation folder.",
949 TEXT_STYLE_NORMAL | TEXT_ALIGN_CENTER
950 },
951 {
952 0,
953 14,
954 "This may take several minutes to complete.",
955 TEXT_STYLE_NORMAL | TEXT_ALIGN_CENTER
956 },
957 {
958 50,
959 0,
960 "\xB3 Please wait... ",
961 TEXT_TYPE_STATUS
962 },
963 {
964 0,
965 0,
966 NULL,
967 0
968 }
969 };
970
971 static MUI_ENTRY enUSBootLoaderEntries[] =
972 {
973 {
974 4,
975 3,
976 " ReactOS " KERNEL_VERSION_STR " Setup ",
977 TEXT_STYLE_UNDERLINE
978 },
979 {
980 6,
981 8,
982 "Setup is installing the boot loader",
983 TEXT_STYLE_NORMAL
984 },
985 {
986 8,
987 12,
988 "Install bootloader on the harddisk (MBR and VBR).",
989 TEXT_STYLE_NORMAL
990 },
991 {
992 8,
993 13,
994 "Install bootloader on the harddisk (VBR only).",
995 TEXT_STYLE_NORMAL
996 },
997 {
998 8,
999 14,
1000 "Install bootloader on a floppy disk.",
1001 TEXT_STYLE_NORMAL
1002 },
1003 {
1004 8,
1005 15,
1006 "Skip install bootloader.",
1007 TEXT_STYLE_NORMAL
1008 },
1009 {
1010 0,
1011 0,
1012 "ENTER = Continue F3 = Quit",
1013 TEXT_TYPE_STATUS | TEXT_PADDING_BIG
1014 },
1015 {
1016 0,
1017 0,
1018 NULL,
1019 0
1020 }
1021 };
1022
1023 static MUI_ENTRY enUSKeyboardSettingsEntries[] =
1024 {
1025 {
1026 4,
1027 3,
1028 " ReactOS " KERNEL_VERSION_STR " Setup ",
1029 TEXT_STYLE_UNDERLINE
1030 },
1031 {
1032 6,
1033 8,
1034 "You want to change the type of keyboard to be installed.",
1035 TEXT_STYLE_NORMAL
1036 },
1037 {
1038 8,
1039 10,
1040 "\x07 Press the UP or DOWN key to select the desired keyboard type.",
1041 TEXT_STYLE_NORMAL
1042 },
1043 {
1044 8,
1045 11,
1046 " Then press ENTER.",
1047 TEXT_STYLE_NORMAL
1048 },
1049 {
1050 8,
1051 13,
1052 "\x07 Press the ESC key to return to the previous page without changing",
1053 TEXT_STYLE_NORMAL
1054 },
1055 {
1056 8,
1057 14,
1058 " the keyboard type.",
1059 TEXT_STYLE_NORMAL
1060 },
1061 {
1062 0,
1063 0,
1064 "ENTER = Continue ESC = Cancel F3 = Quit",
1065 TEXT_TYPE_STATUS | TEXT_PADDING_BIG
1066 },
1067 {
1068 0,
1069 0,
1070 NULL,
1071 0
1072 }
1073 };
1074
1075 static MUI_ENTRY enUSLayoutSettingsEntries[] =
1076 {
1077 {
1078 4,
1079 3,
1080 " ReactOS " KERNEL_VERSION_STR " Setup ",
1081 TEXT_STYLE_UNDERLINE
1082 },
1083 {
1084 6,
1085 8,
1086 "Please select a layout to be installed by default.",
1087 TEXT_STYLE_NORMAL
1088 },
1089 {
1090 8,
1091 10,
1092 "\x07 Press the UP or DOWN key to select the desired keyboard",
1093 TEXT_STYLE_NORMAL
1094 },
1095 {
1096 8,
1097 11,
1098 " layout. Then press ENTER.",
1099 TEXT_STYLE_NORMAL
1100 },
1101 {
1102 8,
1103 13,
1104 "\x07 Press the ESC key to return to the previous page without changing",
1105 TEXT_STYLE_NORMAL
1106 },
1107 {
1108 8,
1109 14,
1110 " the keyboard layout.",
1111 TEXT_STYLE_NORMAL
1112 },
1113 {
1114 0,
1115 0,
1116 "ENTER = Continue ESC = Cancel F3 = Quit",
1117 TEXT_TYPE_STATUS | TEXT_PADDING_BIG
1118 },
1119 {
1120 0,
1121 0,
1122 NULL,
1123 0
1124 },
1125
1126 };
1127
1128 static MUI_ENTRY enUSPrepareCopyEntries[] =
1129 {
1130 {
1131 4,
1132 3,
1133 " ReactOS " KERNEL_VERSION_STR " Setup ",
1134 TEXT_STYLE_UNDERLINE
1135 },
1136 {
1137 6,
1138 8,
1139 "Setup prepares your computer for copying the ReactOS files. ",
1140 TEXT_STYLE_NORMAL
1141 },
1142 {
1143 0,
1144 0,
1145 "Building the file copy list...",
1146 TEXT_TYPE_STATUS | TEXT_PADDING_BIG
1147 },
1148 {
1149 0,
1150 0,
1151 NULL,
1152 0
1153 },
1154
1155 };
1156
1157 static MUI_ENTRY enUSSelectFSEntries[] =
1158 {
1159 {
1160 4,
1161 3,
1162 " ReactOS " KERNEL_VERSION_STR " Setup ",
1163 TEXT_STYLE_UNDERLINE
1164 },
1165 {
1166 6,
1167 17,
1168 "Select a file system from the list below.",
1169 0
1170 },
1171 {
1172 8,
1173 19,
1174 "\x07 Press UP or DOWN to select a file system.",
1175 0
1176 },
1177 {
1178 8,
1179 21,
1180 "\x07 Press ENTER to format the partition.",
1181 0
1182 },
1183 {
1184 8,
1185 23,
1186 "\x07 Press ESC to select another partition.",
1187 0
1188 },
1189 {
1190 0,
1191 0,
1192 "ENTER = Continue ESC = Cancel F3 = Quit",
1193 TEXT_TYPE_STATUS | TEXT_PADDING_BIG
1194 },
1195
1196 {
1197 0,
1198 0,
1199 NULL,
1200 0
1201 }
1202 };
1203
1204 static MUI_ENTRY enUSDeletePartitionEntries[] =
1205 {
1206 {
1207 4,
1208 3,
1209 " ReactOS " KERNEL_VERSION_STR " Setup ",
1210 TEXT_STYLE_UNDERLINE
1211 },
1212 {
1213 6,
1214 8,
1215 "You have chosen to delete the partition",
1216 TEXT_STYLE_NORMAL
1217 },
1218 {
1219 8,
1220 18,
1221 "\x07 Press D to delete the partition.",
1222 TEXT_STYLE_NORMAL
1223 },
1224 {
1225 11,
1226 19,
1227 "WARNING: All data on this partition will be lost!",
1228 TEXT_STYLE_NORMAL
1229 },
1230 {
1231 8,
1232 21,
1233 "\x07 Press ESC to cancel.",
1234 TEXT_STYLE_NORMAL
1235 },
1236 {
1237 0,
1238 0,
1239 "D = Delete Partition ESC = Cancel F3 = Quit",
1240 TEXT_TYPE_STATUS | TEXT_PADDING_BIG
1241 },
1242 {
1243 0,
1244 0,
1245 NULL,
1246 0
1247 }
1248 };
1249
1250 static MUI_ENTRY enUSRegistryEntries[] =
1251 {
1252 {
1253 4,
1254 3,
1255 " ReactOS " KERNEL_VERSION_STR " Setup ",
1256 TEXT_STYLE_UNDERLINE
1257 },
1258 {
1259 6,
1260 8,
1261 "Setup is updating the system configuration. ",
1262 TEXT_STYLE_NORMAL
1263 },
1264 {
1265 0,
1266 0,
1267 "Creating registry hives...",
1268 TEXT_TYPE_STATUS | TEXT_PADDING_BIG
1269 },
1270 {
1271 0,
1272 0,
1273 NULL,
1274 0
1275 },
1276
1277 };
1278
1279 MUI_ERROR enUSErrorEntries[] =
1280 {
1281 {
1282 //ERROR_NOT_INSTALLED
1283 "ReactOS is not completely installed on your\n"
1284 "computer. If you quit Setup now, you will need to\n"
1285 "run Setup again to install ReactOS.\n"
1286 "\n"
1287 " \x07 Press ENTER to continue Setup.\n"
1288 " \x07 Press F3 to quit Setup.",
1289 "F3 = Quit ENTER = Continue"
1290 },
1291 {
1292 //ERROR_NO_HDD
1293 "Setup could not find a harddisk.\n",
1294 "ENTER = Reboot computer"
1295 },
1296 {
1297 //ERROR_NO_SOURCE_DRIVE
1298 "Setup could not find its source drive.\n",
1299 "ENTER = Reboot computer"
1300 },
1301 {
1302 //ERROR_LOAD_TXTSETUPSIF
1303 "Setup failed to load the file TXTSETUP.SIF.\n",
1304 "ENTER = Reboot computer"
1305 },
1306 {
1307 //ERROR_CORRUPT_TXTSETUPSIF
1308 "Setup found a corrupt TXTSETUP.SIF.\n",
1309 "ENTER = Reboot computer"
1310 },
1311 {
1312 //ERROR_SIGNATURE_TXTSETUPSIF,
1313 "Setup found an invalid signature in TXTSETUP.SIF.\n",
1314 "ENTER = Reboot computer"
1315 },
1316 {
1317 //ERROR_DRIVE_INFORMATION
1318 "Setup could not retrieve system drive information.\n",
1319 "ENTER = Reboot computer"
1320 },
1321 {
1322 //ERROR_WRITE_BOOT,
1323 "Setup failed to install FAT bootcode on the system partition.",
1324 "ENTER = Reboot computer"
1325 },
1326 {
1327 //ERROR_LOAD_COMPUTER,
1328 "Setup failed to load the computer type list.\n",
1329 "ENTER = Reboot computer"
1330 },
1331 {
1332 //ERROR_LOAD_DISPLAY,
1333 "Setup failed to load the display settings list.\n",
1334 "ENTER = Reboot computer"
1335 },
1336 {
1337 //ERROR_LOAD_KEYBOARD,
1338 "Setup failed to load the keyboard type list.\n",
1339 "ENTER = Reboot computer"
1340 },
1341 {
1342 //ERROR_LOAD_KBLAYOUT,
1343 "Setup failed to load the keyboard layout list.\n",
1344 "ENTER = Reboot computer"
1345 },
1346 {
1347 //ERROR_WARN_PARTITION,
1348 "Setup found that at least one harddisk contains an incompatible\n"
1349 "partition table that can not be handled properly!\n"
1350 "\n"
1351 "Creating or deleting partitions can destroy the partition table.\n"
1352 "\n"
1353 " \x07 Press F3 to quit Setup.\n"
1354 " \x07 Press ENTER to continue.",
1355 "F3= Quit ENTER = Continue"
1356 },
1357 {
1358 //ERROR_NEW_PARTITION,
1359 "You can not create a new Partition inside\n"
1360 "of an already existing Partition!\n"
1361 "\n"
1362 " * Press any key to continue.",
1363 NULL
1364 },
1365 {
1366 //ERROR_DELETE_SPACE,
1367 "You can not delete unpartitioned disk space!\n"
1368 "\n"
1369 " * Press any key to continue.",
1370 NULL
1371 },
1372 {
1373 //ERROR_INSTALL_BOOTCODE,
1374 "Setup failed to install the FAT bootcode on the system partition.",
1375 "ENTER = Reboot computer"
1376 },
1377 {
1378 //ERROR_NO_FLOPPY,
1379 "No disk in drive A:.",
1380 "ENTER = Continue"
1381 },
1382 {
1383 //ERROR_UPDATE_KBSETTINGS,
1384 "Setup failed to update keyboard layout settings.",
1385 "ENTER = Reboot computer"
1386 },
1387 {
1388 //ERROR_UPDATE_DISPLAY_SETTINGS,
1389 "Setup failed to update display registry settings.",
1390 "ENTER = Reboot computer"
1391 },
1392 {
1393 //ERROR_IMPORT_HIVE,
1394 "Setup failed to import a hive file.",
1395 "ENTER = Reboot computer"
1396 },
1397 {
1398 //ERROR_FIND_REGISTRY
1399 "Setup failed to find the registry data files.",
1400 "ENTER = Reboot computer"
1401 },
1402 {
1403 //ERROR_CREATE_HIVE,
1404 "Setup failed to create the registry hives.",
1405 "ENTER = Reboot computer"
1406 },
1407 {
1408 //ERROR_INITIALIZE_REGISTRY,
1409 "Setup failed to initialize the registry.",
1410 "ENTER = Reboot computer"
1411 },
1412 {
1413 //ERROR_INVALID_CABINET_INF,
1414 "Cabinet has no valid inf file.\n",
1415 "ENTER = Reboot computer"
1416 },
1417 {
1418 //ERROR_CABINET_MISSING,
1419 "Cabinet not found.\n",
1420 "ENTER = Reboot computer"
1421 },
1422 {
1423 //ERROR_CABINET_SCRIPT,
1424 "Cabinet has no setup script.\n",
1425 "ENTER = Reboot computer"
1426 },
1427 {
1428 //ERROR_COPY_QUEUE,
1429 "Setup failed to open the copy file queue.\n",
1430 "ENTER = Reboot computer"
1431 },
1432 {
1433 //ERROR_CREATE_DIR,
1434 "Setup could not create install directories.",
1435 "ENTER = Reboot computer"
1436 },
1437 {
1438 //ERROR_TXTSETUP_SECTION,
1439 "Setup failed to find the 'Directories' section\n"
1440 "in TXTSETUP.SIF.\n",
1441 "ENTER = Reboot computer"
1442 },
1443 {
1444 //ERROR_CABINET_SECTION,
1445 "Setup failed to find the 'Directories' section\n"
1446 "in the cabinet.\n",
1447 "ENTER = Reboot computer"
1448 },
1449 {
1450 //ERROR_CREATE_INSTALL_DIR
1451 "Setup could not create the install directory.",
1452 "ENTER = Reboot computer"
1453 },
1454 {
1455 //ERROR_FIND_SETUPDATA,
1456 "Setup failed to find the 'SetupData' section\n"
1457 "in TXTSETUP.SIF.\n",
1458 "ENTER = Reboot computer"
1459 },
1460 {
1461 //ERROR_WRITE_PTABLE,
1462 "Setup failed to write partition tables.\n"
1463 "ENTER = Reboot computer"
1464 },
1465 {
1466 //ERROR_ADDING_CODEPAGE,
1467 "Setup failed to add codepage to registry.\n"
1468 "ENTER = Reboot computer"
1469 },
1470 {
1471 //ERROR_UPDATE_LOCALESETTINGS,
1472 "Setup could not set the system locale.\n"
1473 "ENTER = Reboot computer"
1474 },
1475 {
1476 //ERROR_ADDING_KBLAYOUTS,
1477 "Setup failed to add keyboard layouts to registry.\n"
1478 "ENTER = Reboot computer"
1479 },
1480 {
1481 //ERROR_UPDATE_GEOID,
1482 "Setup could not set the geo id.\n"
1483 "ENTER = Reboot computer"
1484 },
1485 {
1486 //ERROR_INSUFFICIENT_DISKSPACE,
1487 "Not enough free space in the selected partition.\n"
1488 " * Press any key to continue.",
1489 NULL
1490 },
1491 {
1492 NULL,
1493 NULL
1494 }
1495 };
1496
1497 MUI_PAGE enUSPages[] =
1498 {
1499 {
1500 LANGUAGE_PAGE,
1501 enUSLanguagePageEntries
1502 },
1503 {
1504 START_PAGE,
1505 enUSWelcomePageEntries
1506 },
1507 {
1508 INSTALL_INTRO_PAGE,
1509 enUSIntroPageEntries
1510 },
1511 {
1512 LICENSE_PAGE,
1513 enUSLicensePageEntries
1514 },
1515 {
1516 DEVICE_SETTINGS_PAGE,
1517 enUSDevicePageEntries
1518 },
1519 {
1520 REPAIR_INTRO_PAGE,
1521 enUSRepairPageEntries
1522 },
1523 {
1524 COMPUTER_SETTINGS_PAGE,
1525 enUSComputerPageEntries
1526 },
1527 {
1528 DISPLAY_SETTINGS_PAGE,
1529 enUSDisplayPageEntries
1530 },
1531 {
1532 FLUSH_PAGE,
1533 enUSFlushPageEntries
1534 },
1535 {
1536 SELECT_PARTITION_PAGE,
1537 enUSSelectPartitionEntries
1538 },
1539 {
1540 SELECT_FILE_SYSTEM_PAGE,
1541 enUSSelectFSEntries
1542 },
1543 {
1544 FORMAT_PARTITION_PAGE,
1545 enUSFormatPartitionEntries
1546 },
1547 {
1548 DELETE_PARTITION_PAGE,
1549 enUSDeletePartitionEntries
1550 },
1551 {
1552 INSTALL_DIRECTORY_PAGE,
1553 enUSInstallDirectoryEntries
1554 },
1555 {
1556 PREPARE_COPY_PAGE,
1557 enUSPrepareCopyEntries
1558 },
1559 {
1560 FILE_COPY_PAGE,
1561 enUSFileCopyEntries
1562 },
1563 {
1564 KEYBOARD_SETTINGS_PAGE,
1565 enUSKeyboardSettingsEntries
1566 },
1567 {
1568 BOOT_LOADER_PAGE,
1569 enUSBootLoaderEntries
1570 },
1571 {
1572 LAYOUT_SETTINGS_PAGE,
1573 enUSLayoutSettingsEntries
1574 },
1575 {
1576 QUIT_PAGE,
1577 enUSQuitPageEntries
1578 },
1579 {
1580 SUCCESS_PAGE,
1581 enUSSuccessPageEntries
1582 },
1583 {
1584 BOOT_LOADER_FLOPPY_PAGE,
1585 enUSBootPageEntries
1586 },
1587 {
1588 REGISTRY_PAGE,
1589 enUSRegistryEntries
1590 },
1591 {
1592 -1,
1593 NULL
1594 }
1595 };
1596
1597 MUI_STRING enUSStrings[] =
1598 {
1599 {STRING_PLEASEWAIT,
1600 " Please wait..."},
1601 {STRING_INSTALLCREATEPARTITION,
1602 " ENTER = Install C = Create Partition F3 = Quit"},
1603 {STRING_INSTALLDELETEPARTITION,
1604 " ENTER = Install D = Delete Partition F3 = Quit"},
1605 {STRING_PARTITIONSIZE,
1606 "Size of new partition:"},
1607 {STRING_CHOOSENEWPARTITION,
1608 "You have chosen to create a new partition on"},
1609 {STRING_HDDSIZE,
1610 "Please enter the size of the new partition in megabytes."},
1611 {STRING_CREATEPARTITION,
1612 " ENTER = Create Partition ESC = Cancel F3 = Quit"},
1613 {STRING_PARTFORMAT,
1614 "This Partition will be formatted next."},
1615 {STRING_NONFORMATTEDPART,
1616 "You chose to install ReactOS on a new or unformatted Partition."},
1617 {STRING_INSTALLONPART,
1618 "Setup installs ReactOS onto Partition"},
1619 {STRING_CHECKINGPART,
1620 "Setup is now checking the selected partition."},
1621 {STRING_QUITCONTINUE,
1622 "F3= Quit ENTER = Continue"},
1623 {STRING_REBOOTCOMPUTER,
1624 "ENTER = Reboot computer"},
1625 {STRING_TXTSETUPFAILED,
1626 "Setup failed to find the '%S' section\nin TXTSETUP.SIF.\n"},
1627 {STRING_COPYING,
1628 " Copying file: %S"},
1629 {STRING_SETUPCOPYINGFILES,
1630 "Setup is copying files..."},
1631 {STRING_REGHIVEUPDATE,
1632 " Updating registry hives..."},
1633 {STRING_IMPORTFILE,
1634 " Importing %S..."},
1635 {STRING_DISPLAYETTINGSUPDATE,
1636 " Updating display registry settings..."},
1637 {STRING_LOCALESETTINGSUPDATE,
1638 " Updating locale settings..."},
1639 {STRING_KEYBOARDSETTINGSUPDATE,
1640 " Updating keyboard layout settings..."},
1641 {STRING_CODEPAGEINFOUPDATE,
1642 " Adding codepage information to registry..."},
1643 {STRING_DONE,
1644 " Done..."},
1645 {STRING_REBOOTCOMPUTER2,
1646 " ENTER = Reboot computer"},
1647 {STRING_CONSOLEFAIL1,
1648 "Unable to open the console\r\n\r\n"},
1649 {STRING_CONSOLEFAIL2,
1650 "The most common cause of this is using an USB keyboard\r\n"},
1651 {STRING_CONSOLEFAIL3,
1652 "USB keyboards are not fully supported yet\r\n"},
1653 {STRING_FORMATTINGDISK,
1654 "Setup is formatting your disk"},
1655 {STRING_CHECKINGDISK,
1656 "Setup is checking your disk"},
1657 {STRING_FORMATDISK1,
1658 " Format partition as %S file system (quick format) "},
1659 {STRING_FORMATDISK2,
1660 " Format partition as %S file system "},
1661 {STRING_KEEPFORMAT,
1662 " Keep current file system (no changes) "},
1663 {STRING_HDINFOPARTCREATE,
1664 "%I64u %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu) on %wZ."},
1665 {STRING_HDDINFOUNK1,
1666 "%I64u %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu)."},
1667 {STRING_HDDINFOUNK2,
1668 " %c%c Type %lu %I64u %s"},
1669 {STRING_HDINFOPARTDELETE,
1670 "on %I64u %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu) on %wZ."},
1671 {STRING_HDDINFOUNK3,
1672 "on %I64u %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu)."},
1673 {STRING_HDINFOPARTZEROED,
1674 "Harddisk %lu (%I64u %s), Port=%hu, Bus=%hu, Id=%hu (%wZ)."},
1675 {STRING_HDDINFOUNK4,
1676 "%c%c Type %lu %I64u %s"},
1677 {STRING_HDINFOPARTEXISTS,
1678 "on Harddisk %lu (%I64u %s), Port=%hu, Bus=%hu, Id=%hu (%wZ)."},
1679 {STRING_HDDINFOUNK5,
1680 "%c%c Type %-3u %6lu %s"},
1681 {STRING_HDINFOPARTSELECT,
1682 "%6lu %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu) on %S"},
1683 {STRING_HDDINFOUNK6,
1684 "%6lu %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu)"},
1685 {STRING_NEWPARTITION,
1686 "Setup created a new partition on"},
1687 {STRING_UNPSPACE,
1688 " Unpartitioned space %6lu %s"},
1689 {STRING_MAXSIZE,
1690 "MB (max. %lu MB)"},
1691 {STRING_UNFORMATTED,
1692 "New (Unformatted)"},
1693 {STRING_FORMATUNUSED,
1694 "Unused"},
1695 {STRING_FORMATUNKNOWN,
1696 "Unknown"},
1697 {STRING_KB,
1698 "KB"},
1699 {STRING_MB,
1700 "MB"},
1701 {STRING_GB,
1702 "GB"},
1703 {STRING_ADDKBLAYOUTS,
1704 "Adding keyboard layouts"},
1705 {0, 0}
1706 };