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