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