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