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