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