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