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