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 { 8, 733 10, 734 "\x07 Press the UP or DOWN key to select the desired display type.", 735 TEXT_STYLE_NORMAL 736 }, 737 { 738 8, 739 11, 740 " Then press ENTER.", 741 TEXT_STYLE_NORMAL 742 }, 743 { 744 8, 745 13, 746 "\x07 Press the ESC key to return to the previous page without changing", 747 TEXT_STYLE_NORMAL 748 }, 749 { 750 8, 751 14, 752 " the display type.", 753 TEXT_STYLE_NORMAL 754 }, 755 { 756 0, 757 0, 758 "ENTER = Continue ESC = Cancel F3 = Quit", 759 TEXT_TYPE_STATUS | TEXT_PADDING_BIG 760 }, 761 { 762 0, 763 0, 764 NULL, 765 0 766 } 767 }; 768 769 static MUI_ENTRY bnBDSuccessPageEntries[] = 770 { 771 { 772 4, 773 3, 774 " ReactOS " KERNEL_VERSION_STR " Setup ", 775 TEXT_STYLE_UNDERLINE 776 }, 777 { 778 10, 779 6, 780 "The basic components of ReactOS have been installed successfully.", 781 TEXT_STYLE_NORMAL 782 }, 783 { 784 10, 785 8, 786 "Remove floppy disk from Drive A: and", 787 TEXT_STYLE_NORMAL 788 }, 789 { 790 10, 791 9, 792 "all CD-ROMs from CD-Drive.", 793 TEXT_STYLE_NORMAL 794 }, 795 { 796 10, 797 11, 798 "Press ENTER to reboot your computer.", 799 TEXT_STYLE_NORMAL 800 }, 801 { 802 0, 803 0, 804 "ENTER = Reboot computer", 805 TEXT_TYPE_STATUS | TEXT_PADDING_BIG 806 }, 807 { 808 0, 809 0, 810 NULL, 811 0 812 } 813 }; 814 815 static MUI_ENTRY bnBDBootPageEntries[] = 816 { 817 { 818 4, 819 3, 820 " ReactOS " KERNEL_VERSION_STR " Setup ", 821 TEXT_STYLE_UNDERLINE 822 }, 823 { 824 6, 825 8, 826 "Setup cannot install the bootloader on your computers", 827 TEXT_STYLE_NORMAL 828 }, 829 { 830 6, 831 9, 832 "hardisk", 833 TEXT_STYLE_NORMAL 834 }, 835 { 836 6, 837 13, 838 "Please insert a formatted floppy disk in drive A: and", 839 TEXT_STYLE_NORMAL 840 }, 841 { 842 6, 843 14, 844 "press ENTER.", 845 TEXT_STYLE_NORMAL, 846 }, 847 { 848 0, 849 0, 850 "ENTER = Continue F3 = Quit", 851 TEXT_TYPE_STATUS | TEXT_PADDING_BIG 852 }, 853 { 854 0, 855 0, 856 NULL, 857 0 858 } 859 860 }; 861 862 static MUI_ENTRY bnBDSelectPartitionEntries[] = 863 { 864 { 865 4, 866 3, 867 " ReactOS " KERNEL_VERSION_STR " Setup ", 868 TEXT_STYLE_UNDERLINE 869 }, 870 { 871 6, 872 8, 873 "The list below shows existing partitions and unused disk", 874 TEXT_STYLE_NORMAL 875 }, 876 { 877 6, 878 9, 879 "space for new partitions.", 880 TEXT_STYLE_NORMAL 881 }, 882 { 883 8, 884 11, 885 "\x07 Press UP or DOWN to select a list entry.", 886 TEXT_STYLE_NORMAL 887 }, 888 { 889 8, 890 13, 891 "\x07 Press ENTER to install ReactOS onto the selected partition.", 892 TEXT_STYLE_NORMAL 893 }, 894 { 895 8, 896 15, 897 "\x07 Press P to create a primary partition.", 898 TEXT_STYLE_NORMAL 899 }, 900 { 901 8, 902 17, 903 "\x07 Press E to create an extended partition.", 904 TEXT_STYLE_NORMAL 905 }, 906 { 907 8, 908 19, 909 "\x07 Press L to create a logical partition.", 910 TEXT_STYLE_NORMAL 911 }, 912 { 913 8, 914 21, 915 "\x07 Press D to delete an existing partition.", 916 TEXT_STYLE_NORMAL 917 }, 918 { 919 0, 920 0, 921 "Please wait...", 922 TEXT_TYPE_STATUS | TEXT_PADDING_BIG 923 }, 924 { 925 0, 926 0, 927 NULL, 928 0 929 } 930 }; 931 932 static MUI_ENTRY bnBDConfirmDeleteSystemPartitionEntries[] = 933 { 934 { 935 4, 936 3, 937 " ReactOS " KERNEL_VERSION_STR " Setup ", 938 TEXT_STYLE_UNDERLINE 939 }, 940 { 941 6, 942 8, 943 "You have chosen to delete the system partition.", 944 TEXT_STYLE_NORMAL 945 }, 946 { 947 6, 948 10, 949 "System partitions can contain diagnostic programs, hardware configuration", 950 TEXT_STYLE_NORMAL 951 }, 952 { 953 6, 954 11, 955 "programs, programs to start an operating system (like ReactOS) or other", 956 TEXT_STYLE_NORMAL 957 }, 958 { 959 6, 960 12, 961 "programs provided by the hardware manufacturer.", 962 TEXT_STYLE_NORMAL 963 }, 964 { 965 6, 966 14, 967 "Delete a system partition only when you are sure that there are no such", 968 TEXT_STYLE_NORMAL 969 }, 970 { 971 6, 972 15, 973 "programs on the partition, or when you are sure you want to delete them.", 974 TEXT_STYLE_NORMAL 975 }, 976 { 977 6, 978 16, 979 "When you delete the partition, you might not be able to boot the", 980 TEXT_STYLE_NORMAL 981 }, 982 { 983 6, 984 17, 985 "computer from the harddisk until you finished the ReactOS Setup.", 986 TEXT_STYLE_NORMAL 987 }, 988 { 989 8, 990 20, 991 "\x07 Press ENTER to delete the system partition. You will be asked", 992 TEXT_STYLE_NORMAL 993 }, 994 { 995 8, 996 21, 997 " to confirm the deletion of the partition again later.", 998 TEXT_STYLE_NORMAL 999 }, 1000 { 1001 8, 1002 24, 1003 "\x07 Press ESC to return to the previous page. The partition will", 1004 TEXT_STYLE_NORMAL 1005 }, 1006 { 1007 8, 1008 25, 1009 " not be deleted.", 1010 TEXT_STYLE_NORMAL 1011 }, 1012 { 1013 0, 1014 0, 1015 "ENTER=Continue ESC=Cancel", 1016 TEXT_TYPE_STATUS | TEXT_PADDING_BIG 1017 }, 1018 { 1019 0, 1020 0, 1021 NULL, 1022 0 1023 } 1024 }; 1025 1026 static MUI_ENTRY bnBDFormatPartitionEntries[] = 1027 { 1028 { 1029 4, 1030 3, 1031 " ReactOS " KERNEL_VERSION_STR " Setup ", 1032 TEXT_STYLE_UNDERLINE 1033 }, 1034 { 1035 6, 1036 8, 1037 "Format partition", 1038 TEXT_STYLE_NORMAL 1039 }, 1040 { 1041 6, 1042 10, 1043 "Setup will now format the partition. Press ENTER to continue.", 1044 TEXT_STYLE_NORMAL 1045 }, 1046 { 1047 0, 1048 0, 1049 "ENTER = Continue F3 = Quit", 1050 TEXT_TYPE_STATUS | TEXT_PADDING_BIG 1051 }, 1052 { 1053 0, 1054 0, 1055 NULL, 1056 TEXT_STYLE_NORMAL 1057 } 1058 }; 1059 1060 static MUI_ENTRY bnBDInstallDirectoryEntries[] = 1061 { 1062 { 1063 4, 1064 3, 1065 " ReactOS " KERNEL_VERSION_STR " Setup ", 1066 TEXT_STYLE_UNDERLINE 1067 }, 1068 { 1069 6, 1070 8, 1071 "Setup installs ReactOS files onto the selected partition. Choose a", 1072 TEXT_STYLE_NORMAL 1073 }, 1074 { 1075 6, 1076 9, 1077 "directory where you want ReactOS to be installed:", 1078 TEXT_STYLE_NORMAL 1079 }, 1080 { 1081 6, 1082 14, 1083 "To change the suggested directory, press BACKSPACE to delete", 1084 TEXT_STYLE_NORMAL 1085 }, 1086 { 1087 6, 1088 15, 1089 "characters and then type the directory where you want ReactOS to", 1090 TEXT_STYLE_NORMAL 1091 }, 1092 { 1093 6, 1094 16, 1095 "be installed.", 1096 TEXT_STYLE_NORMAL 1097 }, 1098 { 1099 0, 1100 0, 1101 "ENTER = Continue F3 = Quit", 1102 TEXT_TYPE_STATUS | TEXT_PADDING_BIG 1103 }, 1104 { 1105 0, 1106 0, 1107 NULL, 1108 0 1109 } 1110 }; 1111 1112 static MUI_ENTRY bnBDFileCopyEntries[] = 1113 { 1114 { 1115 4, 1116 3, 1117 " ReactOS " KERNEL_VERSION_STR " Setup ", 1118 TEXT_STYLE_UNDERLINE 1119 }, 1120 { 1121 0, 1122 12, 1123 "Please wait while ReactOS Setup copies files to your ReactOS", 1124 TEXT_STYLE_NORMAL | TEXT_ALIGN_CENTER 1125 }, 1126 { 1127 0, 1128 13, 1129 "installation folder.", 1130 TEXT_STYLE_NORMAL | TEXT_ALIGN_CENTER 1131 }, 1132 { 1133 0, 1134 14, 1135 "This may take several minutes to complete.", 1136 TEXT_STYLE_NORMAL | TEXT_ALIGN_CENTER 1137 }, 1138 { 1139 50, 1140 0, 1141 "\xB3 Please wait... ", 1142 TEXT_TYPE_STATUS 1143 }, 1144 { 1145 0, 1146 0, 1147 NULL, 1148 0 1149 } 1150 }; 1151 1152 static MUI_ENTRY bnBDBootLoaderEntries[] = 1153 { 1154 { 1155 4, 1156 3, 1157 " ReactOS " KERNEL_VERSION_STR " Setup ", 1158 TEXT_STYLE_UNDERLINE 1159 }, 1160 { 1161 6, 1162 8, 1163 "Setup is installing the boot loader", 1164 TEXT_STYLE_NORMAL 1165 }, 1166 { 1167 8, 1168 12, 1169 "Install bootloader on the harddisk (MBR and VBR).", 1170 TEXT_STYLE_NORMAL 1171 }, 1172 { 1173 8, 1174 13, 1175 "Install bootloader on the harddisk (VBR only).", 1176 TEXT_STYLE_NORMAL 1177 }, 1178 { 1179 8, 1180 14, 1181 "Install bootloader on a floppy disk.", 1182 TEXT_STYLE_NORMAL 1183 }, 1184 { 1185 8, 1186 15, 1187 "Skip install bootloader.", 1188 TEXT_STYLE_NORMAL 1189 }, 1190 { 1191 0, 1192 0, 1193 "ENTER = Continue F3 = Quit", 1194 TEXT_TYPE_STATUS | TEXT_PADDING_BIG 1195 }, 1196 { 1197 0, 1198 0, 1199 NULL, 1200 0 1201 } 1202 }; 1203 1204 static MUI_ENTRY bnBDKeyboardSettingsEntries[] = 1205 { 1206 { 1207 4, 1208 3, 1209 " ReactOS " KERNEL_VERSION_STR " Setup ", 1210 TEXT_STYLE_UNDERLINE 1211 }, 1212 { 1213 6, 1214 8, 1215 "You want to change the type of keyboard to be installed.", 1216 TEXT_STYLE_NORMAL 1217 }, 1218 { 1219 8, 1220 10, 1221 "\x07 Press the UP or DOWN key to select the desired keyboard type.", 1222 TEXT_STYLE_NORMAL 1223 }, 1224 { 1225 8, 1226 11, 1227 " Then press ENTER.", 1228 TEXT_STYLE_NORMAL 1229 }, 1230 { 1231 8, 1232 13, 1233 "\x07 Press the ESC key to return to the previous page without changing", 1234 TEXT_STYLE_NORMAL 1235 }, 1236 { 1237 8, 1238 14, 1239 " the keyboard type.", 1240 TEXT_STYLE_NORMAL 1241 }, 1242 { 1243 0, 1244 0, 1245 "ENTER = Continue ESC = Cancel F3 = Quit", 1246 TEXT_TYPE_STATUS | TEXT_PADDING_BIG 1247 }, 1248 { 1249 0, 1250 0, 1251 NULL, 1252 0 1253 } 1254 }; 1255 1256 static MUI_ENTRY bnBDLayoutSettingsEntries[] = 1257 { 1258 { 1259 4, 1260 3, 1261 " ReactOS " KERNEL_VERSION_STR " Setup ", 1262 TEXT_STYLE_UNDERLINE 1263 }, 1264 { 1265 6, 1266 8, 1267 "Please select a layout to be installed by default.", 1268 TEXT_STYLE_NORMAL 1269 }, 1270 { 1271 8, 1272 10, 1273 "\x07 Press the UP or DOWN key to select the desired keyboard", 1274 TEXT_STYLE_NORMAL 1275 }, 1276 { 1277 8, 1278 11, 1279 " layout. Then press ENTER.", 1280 TEXT_STYLE_NORMAL 1281 }, 1282 { 1283 8, 1284 13, 1285 "\x07 Press the ESC key to return to the previous page without changing", 1286 TEXT_STYLE_NORMAL 1287 }, 1288 { 1289 8, 1290 14, 1291 " the keyboard layout.", 1292 TEXT_STYLE_NORMAL 1293 }, 1294 { 1295 0, 1296 0, 1297 "ENTER = Continue ESC = Cancel F3 = Quit", 1298 TEXT_TYPE_STATUS | TEXT_PADDING_BIG 1299 }, 1300 { 1301 0, 1302 0, 1303 NULL, 1304 0 1305 }, 1306 1307 }; 1308 1309 static MUI_ENTRY bnBDPrepareCopyEntries[] = 1310 { 1311 { 1312 4, 1313 3, 1314 " ReactOS " KERNEL_VERSION_STR " Setup ", 1315 TEXT_STYLE_UNDERLINE 1316 }, 1317 { 1318 6, 1319 8, 1320 "Setup prepares your computer for copying the ReactOS files.", 1321 TEXT_STYLE_NORMAL 1322 }, 1323 { 1324 0, 1325 0, 1326 "Building the file copy list...", 1327 TEXT_TYPE_STATUS | TEXT_PADDING_BIG 1328 }, 1329 { 1330 0, 1331 0, 1332 NULL, 1333 0 1334 }, 1335 1336 }; 1337 1338 static MUI_ENTRY bnBDSelectFSEntries[] = 1339 { 1340 { 1341 4, 1342 3, 1343 " ReactOS " KERNEL_VERSION_STR " Setup ", 1344 TEXT_STYLE_UNDERLINE 1345 }, 1346 { 1347 6, 1348 17, 1349 "Select a file system from the list below.", 1350 0 1351 }, 1352 { 1353 8, 1354 19, 1355 "\x07 Press UP or DOWN to select a file system.", 1356 0 1357 }, 1358 { 1359 8, 1360 21, 1361 "\x07 Press ENTER to format the partition.", 1362 0 1363 }, 1364 { 1365 8, 1366 23, 1367 "\x07 Press ESC to select another partition.", 1368 0 1369 }, 1370 { 1371 0, 1372 0, 1373 "ENTER = Continue ESC = Cancel F3 = Quit", 1374 TEXT_TYPE_STATUS | TEXT_PADDING_BIG 1375 }, 1376 1377 { 1378 0, 1379 0, 1380 NULL, 1381 0 1382 } 1383 }; 1384 1385 static MUI_ENTRY bnBDDeletePartitionEntries[] = 1386 { 1387 { 1388 4, 1389 3, 1390 " ReactOS " KERNEL_VERSION_STR " Setup ", 1391 TEXT_STYLE_UNDERLINE 1392 }, 1393 { 1394 6, 1395 8, 1396 "You have chosen to delete the partition", 1397 TEXT_STYLE_NORMAL 1398 }, 1399 { 1400 8, 1401 18, 1402 "\x07 Press D to delete the partition.", 1403 TEXT_STYLE_NORMAL 1404 }, 1405 { 1406 11, 1407 19, 1408 "WARNING: All data on this partition will be lost!", 1409 TEXT_STYLE_NORMAL 1410 }, 1411 { 1412 8, 1413 21, 1414 "\x07 Press ESC to cancel.", 1415 TEXT_STYLE_NORMAL 1416 }, 1417 { 1418 0, 1419 0, 1420 "D = Delete Partition ESC = Cancel F3 = Quit", 1421 TEXT_TYPE_STATUS | TEXT_PADDING_BIG 1422 }, 1423 { 1424 0, 1425 0, 1426 NULL, 1427 0 1428 } 1429 }; 1430 1431 static MUI_ENTRY bnBDRegistryEntries[] = 1432 { 1433 { 1434 4, 1435 3, 1436 " ReactOS " KERNEL_VERSION_STR " Setup ", 1437 TEXT_STYLE_UNDERLINE 1438 }, 1439 { 1440 6, 1441 8, 1442 "Setup is updating the system configuration.", 1443 TEXT_STYLE_NORMAL 1444 }, 1445 { 1446 0, 1447 0, 1448 "Creating registry hives...", 1449 TEXT_TYPE_STATUS | TEXT_PADDING_BIG 1450 }, 1451 { 1452 0, 1453 0, 1454 NULL, 1455 0 1456 }, 1457 1458 }; 1459 1460 MUI_ERROR bnBDErrorEntries[] = 1461 { 1462 { 1463 // NOT_AN_ERROR 1464 "Success\n" 1465 }, 1466 { 1467 // ERROR_NOT_INSTALLED 1468 "ReactOS is not completely installed on your\n" 1469 "computer. If you quit Setup now, you will need to\n" 1470 "run Setup again to install ReactOS.\n" 1471 "\n" 1472 " \x07 Press ENTER to continue Setup.\n" 1473 " \x07 Press F3 to quit Setup.", 1474 "F3 = Quit ENTER = Continue" 1475 }, 1476 { 1477 // ERROR_NO_HDD 1478 "Setup could not find a harddisk.\n", 1479 "ENTER = Reboot computer" 1480 }, 1481 { 1482 // ERROR_NO_SOURCE_DRIVE 1483 "Setup could not find its source drive.\n", 1484 "ENTER = Reboot computer" 1485 }, 1486 { 1487 // ERROR_LOAD_TXTSETUPSIF 1488 "Setup failed to load the file TXTSETUP.SIF.\n", 1489 "ENTER = Reboot computer" 1490 }, 1491 { 1492 // ERROR_CORRUPT_TXTSETUPSIF 1493 "Setup found a corrupt TXTSETUP.SIF.\n", 1494 "ENTER = Reboot computer" 1495 }, 1496 { 1497 // ERROR_SIGNATURE_TXTSETUPSIF, 1498 "Setup found an invalid signature in TXTSETUP.SIF.\n", 1499 "ENTER = Reboot computer" 1500 }, 1501 { 1502 // ERROR_DRIVE_INFORMATION 1503 "Setup could not retrieve system drive information.\n", 1504 "ENTER = Reboot computer" 1505 }, 1506 { 1507 // ERROR_WRITE_BOOT, 1508 "Setup failed to install %S bootcode on the system partition.", 1509 "ENTER = Reboot computer" 1510 }, 1511 { 1512 // ERROR_LOAD_COMPUTER, 1513 "Setup failed to load the computer type list.\n", 1514 "ENTER = Reboot computer" 1515 }, 1516 { 1517 // ERROR_LOAD_DISPLAY, 1518 "Setup failed to load the display settings list.\n", 1519 "ENTER = Reboot computer" 1520 }, 1521 { 1522 // ERROR_LOAD_KEYBOARD, 1523 "Setup failed to load the keyboard type list.\n", 1524 "ENTER = Reboot computer" 1525 }, 1526 { 1527 // ERROR_LOAD_KBLAYOUT, 1528 "Setup failed to load the keyboard layout list.\n", 1529 "ENTER = Reboot computer" 1530 }, 1531 { 1532 // ERROR_WARN_PARTITION, 1533 "Setup found that at least one harddisk contains an incompatible\n" 1534 "partition table that can not be handled properly!\n" 1535 "\n" 1536 "Creating or deleting partitions can destroy the partition table.\n" 1537 "\n" 1538 " \x07 Press F3 to quit Setup.\n" 1539 " \x07 Press ENTER to continue.", 1540 "F3 = Quit ENTER = Continue" 1541 }, 1542 { 1543 // ERROR_NEW_PARTITION, 1544 "You can not create a new Partition inside\n" 1545 "of an already existing Partition!\n" 1546 "\n" 1547 " * Press any key to continue.", 1548 NULL 1549 }, 1550 { 1551 // ERROR_DELETE_SPACE, 1552 "You can not delete unpartitioned disk space!\n" 1553 "\n" 1554 " * Press any key to continue.", 1555 NULL 1556 }, 1557 { 1558 // ERROR_INSTALL_BOOTCODE, 1559 "Setup failed to install the %S bootcode on the system partition.", 1560 "ENTER = Reboot computer" 1561 }, 1562 { 1563 // ERROR_NO_FLOPPY, 1564 "No disk in drive A:.", 1565 "ENTER = Continue" 1566 }, 1567 { 1568 // ERROR_UPDATE_KBSETTINGS, 1569 "Setup failed to update keyboard layout settings.", 1570 "ENTER = Reboot computer" 1571 }, 1572 { 1573 // ERROR_UPDATE_DISPLAY_SETTINGS, 1574 "Setup failed to update display registry settings.", 1575 "ENTER = Reboot computer" 1576 }, 1577 { 1578 // ERROR_IMPORT_HIVE, 1579 "Setup failed to import a hive file.", 1580 "ENTER = Reboot computer" 1581 }, 1582 { 1583 // ERROR_FIND_REGISTRY 1584 "Setup failed to find the registry data files.", 1585 "ENTER = Reboot computer" 1586 }, 1587 { 1588 // ERROR_CREATE_HIVE, 1589 "Setup failed to create the registry hives.", 1590 "ENTER = Reboot computer" 1591 }, 1592 { 1593 // ERROR_INITIALIZE_REGISTRY, 1594 "Setup failed to initialize the registry.", 1595 "ENTER = Reboot computer" 1596 }, 1597 { 1598 // ERROR_INVALID_CABINET_INF, 1599 "Cabinet has no valid inf file.\n", 1600 "ENTER = Reboot computer" 1601 }, 1602 { 1603 // ERROR_CABINET_MISSING, 1604 "Cabinet not found.\n", 1605 "ENTER = Reboot computer" 1606 }, 1607 { 1608 // ERROR_CABINET_SCRIPT, 1609 "Cabinet has no setup script.\n", 1610 "ENTER = Reboot computer" 1611 }, 1612 { 1613 // ERROR_COPY_QUEUE, 1614 "Setup failed to open the copy file queue.\n", 1615 "ENTER = Reboot computer" 1616 }, 1617 { 1618 // ERROR_CREATE_DIR, 1619 "Setup could not create the installation directories.", 1620 "ENTER = Reboot computer" 1621 }, 1622 { 1623 // ERROR_TXTSETUP_SECTION, 1624 "Setup failed to find the '%S' section\n" 1625 "in TXTSETUP.SIF.\n", 1626 "ENTER = Reboot computer" 1627 }, 1628 { 1629 // ERROR_CABINET_SECTION, 1630 "Setup failed to find the '%S' section\n" 1631 "in the cabinet.\n", 1632 "ENTER = Reboot computer" 1633 }, 1634 { 1635 // ERROR_CREATE_INSTALL_DIR 1636 "Setup could not create the installation directory.", 1637 "ENTER = Reboot computer" 1638 }, 1639 { 1640 // ERROR_WRITE_PTABLE, 1641 "Setup failed to write partition tables.\n" 1642 "ENTER = Reboot computer" 1643 }, 1644 { 1645 // ERROR_ADDING_CODEPAGE, 1646 "Setup failed to add codepage to registry.\n" 1647 "ENTER = Reboot computer" 1648 }, 1649 { 1650 // ERROR_UPDATE_LOCALESETTINGS, 1651 "Setup could not set the system locale.\n" 1652 "ENTER = Reboot computer" 1653 }, 1654 { 1655 // ERROR_ADDING_KBLAYOUTS, 1656 "Setup failed to add keyboard layouts to registry.\n" 1657 "ENTER = Reboot computer" 1658 }, 1659 { 1660 // ERROR_UPDATE_GEOID, 1661 "Setup could not set the geo id.\n" 1662 "ENTER = Reboot computer" 1663 }, 1664 { 1665 // ERROR_DIRECTORY_NAME, 1666 "Invalid directory name.\n" 1667 "\n" 1668 " * Press any key to continue." 1669 }, 1670 { 1671 // ERROR_INSUFFICIENT_PARTITION_SIZE, 1672 "The selected partition is not large enough to install ReactOS.\n" 1673 "The install partition must have a size of at least %lu MB.\n" 1674 "\n" 1675 " * Press any key to continue.", 1676 NULL 1677 }, 1678 { 1679 // ERROR_PARTITION_TABLE_FULL, 1680 "You can not create a new primary or extended partition in the\n" 1681 "partition table of this disk because the partition table is full.\n" 1682 "\n" 1683 " * Press any key to continue." 1684 }, 1685 { 1686 // ERROR_ONLY_ONE_EXTENDED, 1687 "You can not create more than one extended partition per disk.\n" 1688 "\n" 1689 " * Press any key to continue." 1690 }, 1691 { 1692 // ERROR_FORMATTING_PARTITION, 1693 "Setup is unable to format the partition:\n" 1694 " %S\n" 1695 "\n" 1696 "ENTER = Reboot computer" 1697 }, 1698 { 1699 NULL, 1700 NULL 1701 } 1702 }; 1703 1704 MUI_PAGE bnBDPages[] = 1705 { 1706 { 1707 SETUP_INIT_PAGE, 1708 bnBDSetupInitPageEntries 1709 }, 1710 { 1711 LANGUAGE_PAGE, 1712 bnBDLanguagePageEntries 1713 }, 1714 { 1715 WELCOME_PAGE, 1716 bnBDWelcomePageEntries 1717 }, 1718 { 1719 INSTALL_INTRO_PAGE, 1720 bnBDIntroPageEntries 1721 }, 1722 { 1723 LICENSE_PAGE, 1724 bnBDLicensePageEntries 1725 }, 1726 { 1727 DEVICE_SETTINGS_PAGE, 1728 bnBDDevicePageEntries 1729 }, 1730 { 1731 REPAIR_INTRO_PAGE, 1732 bnBDRepairPageEntries 1733 }, 1734 { 1735 UPGRADE_REPAIR_PAGE, 1736 bnBDUpgradePageEntries 1737 }, 1738 { 1739 COMPUTER_SETTINGS_PAGE, 1740 bnBDComputerPageEntries 1741 }, 1742 { 1743 DISPLAY_SETTINGS_PAGE, 1744 bnBDDisplayPageEntries 1745 }, 1746 { 1747 FLUSH_PAGE, 1748 bnBDFlushPageEntries 1749 }, 1750 { 1751 SELECT_PARTITION_PAGE, 1752 bnBDSelectPartitionEntries 1753 }, 1754 { 1755 CONFIRM_DELETE_SYSTEM_PARTITION_PAGE, 1756 bnBDConfirmDeleteSystemPartitionEntries 1757 }, 1758 { 1759 SELECT_FILE_SYSTEM_PAGE, 1760 bnBDSelectFSEntries 1761 }, 1762 { 1763 FORMAT_PARTITION_PAGE, 1764 bnBDFormatPartitionEntries 1765 }, 1766 { 1767 DELETE_PARTITION_PAGE, 1768 bnBDDeletePartitionEntries 1769 }, 1770 { 1771 INSTALL_DIRECTORY_PAGE, 1772 bnBDInstallDirectoryEntries 1773 }, 1774 { 1775 PREPARE_COPY_PAGE, 1776 bnBDPrepareCopyEntries 1777 }, 1778 { 1779 FILE_COPY_PAGE, 1780 bnBDFileCopyEntries 1781 }, 1782 { 1783 KEYBOARD_SETTINGS_PAGE, 1784 bnBDKeyboardSettingsEntries 1785 }, 1786 { 1787 BOOT_LOADER_PAGE, 1788 bnBDBootLoaderEntries 1789 }, 1790 { 1791 LAYOUT_SETTINGS_PAGE, 1792 bnBDLayoutSettingsEntries 1793 }, 1794 { 1795 QUIT_PAGE, 1796 bnBDQuitPageEntries 1797 }, 1798 { 1799 SUCCESS_PAGE, 1800 bnBDSuccessPageEntries 1801 }, 1802 { 1803 BOOT_LOADER_FLOPPY_PAGE, 1804 bnBDBootPageEntries 1805 }, 1806 { 1807 REGISTRY_PAGE, 1808 bnBDRegistryEntries 1809 }, 1810 { 1811 -1, 1812 NULL 1813 } 1814 }; 1815 1816 MUI_STRING bnBDStrings[] = 1817 { 1818 {STRING_PLEASEWAIT, 1819 " Please wait..."}, 1820 {STRING_INSTALLCREATEPARTITION, 1821 " ENTER = Install P = Create Primary E = Create Extended F3 = Quit"}, 1822 {STRING_INSTALLCREATELOGICAL, 1823 " ENTER = Install L = Create Logical Partition F3 = Quit"}, 1824 {STRING_INSTALLDELETEPARTITION, 1825 " ENTER = Install D = Delete Partition F3 = Quit"}, 1826 {STRING_DELETEPARTITION, 1827 " D = Delete Partition F3 = Quit"}, 1828 {STRING_PARTITIONSIZE, 1829 "Size of new partition:"}, 1830 {STRING_CHOOSENEWPARTITION, 1831 "You have chosen to create a primary partition on"}, 1832 {STRING_CHOOSE_NEW_EXTENDED_PARTITION, 1833 "You have chosen to create an extended partition on"}, 1834 {STRING_CHOOSE_NEW_LOGICAL_PARTITION, 1835 "You have chosen to create a logical partition on"}, 1836 {STRING_HDDSIZE, 1837 "Please enter the size of the new partition in megabytes."}, 1838 {STRING_CREATEPARTITION, 1839 " ENTER = Create Partition ESC = Cancel F3 = Quit"}, 1840 {STRING_PARTFORMAT, 1841 "This Partition will be formatted next."}, 1842 {STRING_NONFORMATTEDPART, 1843 "You chose to install ReactOS on a new or unformatted Partition."}, 1844 {STRING_NONFORMATTEDSYSTEMPART, 1845 "The system partition is not formatted yet."}, 1846 {STRING_NONFORMATTEDOTHERPART, 1847 "The new partition is not formatted yet."}, 1848 {STRING_INSTALLONPART, 1849 "Setup installs ReactOS onto Partition"}, 1850 {STRING_CHECKINGPART, 1851 "Setup is now checking the selected partition."}, 1852 {STRING_CONTINUE, 1853 "ENTER = Continue"}, 1854 {STRING_QUITCONTINUE, 1855 "F3 = Quit ENTER = Continue"}, 1856 {STRING_REBOOTCOMPUTER, 1857 "ENTER = Reboot computer"}, 1858 {STRING_DELETING, 1859 " Deleting file: %S"}, 1860 {STRING_MOVING, 1861 " Moving file: %S to: %S"}, 1862 {STRING_RENAMING, 1863 " Renaming file: %S to: %S"}, 1864 {STRING_COPYING, 1865 " Copying file: %S"}, 1866 {STRING_SETUPCOPYINGFILES, 1867 "Setup is copying files..."}, 1868 {STRING_REGHIVEUPDATE, 1869 " Updating registry hives..."}, 1870 {STRING_IMPORTFILE, 1871 " Importing %S..."}, 1872 {STRING_DISPLAYSETTINGSUPDATE, 1873 " Updating display registry settings..."}, 1874 {STRING_LOCALESETTINGSUPDATE, 1875 " Updating locale settings..."}, 1876 {STRING_KEYBOARDSETTINGSUPDATE, 1877 " Updating keyboard layout settings..."}, 1878 {STRING_CODEPAGEINFOUPDATE, 1879 " Adding codepage information to registry..."}, 1880 {STRING_DONE, 1881 " Done..."}, 1882 {STRING_REBOOTCOMPUTER2, 1883 " ENTER = Reboot computer"}, 1884 {STRING_REBOOTPROGRESSBAR, 1885 " Your computer will reboot in %li second(s)... "}, 1886 {STRING_CONSOLEFAIL1, 1887 "Unable to open the console\r\n\r\n"}, 1888 {STRING_CONSOLEFAIL2, 1889 "The most common cause of this is using an USB keyboard\r\n"}, 1890 {STRING_CONSOLEFAIL3, 1891 "USB keyboards are not fully supported yet\r\n"}, 1892 {STRING_FORMATTINGDISK, 1893 "Setup is formatting your disk"}, 1894 {STRING_CHECKINGDISK, 1895 "Setup is checking your disk"}, 1896 {STRING_FORMATDISK1, 1897 " Format partition as %S file system (quick format) "}, 1898 {STRING_FORMATDISK2, 1899 " Format partition as %S file system "}, 1900 {STRING_KEEPFORMAT, 1901 " Keep current file system (no changes) "}, 1902 {STRING_HDINFOPARTCREATE_1, 1903 "%I64u %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu) on %wZ [%s]."}, 1904 {STRING_HDINFOPARTCREATE_2, 1905 "%I64u %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu) [%s]."}, 1906 {STRING_HDDINFOUNK2, 1907 " %c%c Type 0x%02X %I64u %s"}, 1908 {STRING_HDINFOPARTDELETE_1, 1909 "on %I64u %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu) on %wZ [%s]."}, 1910 {STRING_HDINFOPARTDELETE_2, 1911 "on %I64u %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu) [%s]."}, 1912 {STRING_HDINFOPARTZEROED_1, 1913 "Harddisk %lu (%I64u %s), Port=%hu, Bus=%hu, Id=%hu (%wZ) [%s]."}, 1914 {STRING_HDDINFOUNK4, 1915 "%c%c Type 0x%02X %I64u %s"}, 1916 {STRING_HDINFOPARTEXISTS_1, 1917 "on Harddisk %lu (%I64u %s), Port=%hu, Bus=%hu, Id=%hu (%wZ) [%s]."}, 1918 {STRING_HDDINFOUNK5, 1919 "%c%c %c %sType %-3u%s %6lu %s"}, 1920 {STRING_HDINFOPARTSELECT_1, 1921 "%6lu %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu) on %wZ [%s]"}, 1922 {STRING_HDINFOPARTSELECT_2, 1923 "%6lu %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu) [%s]"}, 1924 {STRING_NEWPARTITION, 1925 "Setup created a new partition on"}, 1926 {STRING_UNPSPACE, 1927 " %sUnpartitioned space%s %6lu %s"}, 1928 {STRING_MAXSIZE, 1929 "MB (max. %lu MB)"}, 1930 {STRING_EXTENDED_PARTITION, 1931 "Extended Partition"}, 1932 {STRING_UNFORMATTED, 1933 "New (Unformatted)"}, 1934 {STRING_FORMATUNUSED, 1935 "Unused"}, 1936 {STRING_FORMATUNKNOWN, 1937 "Unknown"}, 1938 {STRING_KB, 1939 "KB"}, 1940 {STRING_MB, 1941 "MB"}, 1942 {STRING_GB, 1943 "GB"}, 1944 {STRING_ADDKBLAYOUTS, 1945 "Adding keyboard layouts"}, 1946 {0, 0} 1947 }; 1948