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