Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenen-US.h
Go to the documentation of this file.
00001 #pragma once 00002 00003 MUI_LAYOUTS enUSLayouts[] = 00004 { 00005 { L"0409", L"00000409" }, 00006 { NULL, NULL } 00007 }; 00008 00009 static MUI_ENTRY enUSLanguagePageEntries[] = 00010 { 00011 { 00012 4, 00013 3, 00014 " ReactOS " KERNEL_VERSION_STR " Setup ", 00015 TEXT_STYLE_UNDERLINE 00016 }, 00017 { 00018 6, 00019 8, 00020 "Language Selection", 00021 TEXT_STYLE_NORMAL 00022 }, 00023 { 00024 8, 00025 10, 00026 "\x07 Please choose the language used for the installation process.", 00027 TEXT_STYLE_NORMAL 00028 }, 00029 { 00030 8, 00031 11, 00032 " Then press ENTER.", 00033 TEXT_STYLE_NORMAL 00034 }, 00035 { 00036 8, 00037 13, 00038 "\x07 This Language will be the default language for the final system.", 00039 TEXT_STYLE_NORMAL 00040 }, 00041 { 00042 0, 00043 0, 00044 "ENTER = Continue F3 = Quit", 00045 TEXT_TYPE_STATUS | TEXT_PADDING_BIG 00046 }, 00047 { 00048 0, 00049 0, 00050 NULL, 00051 0 00052 } 00053 }; 00054 00055 static MUI_ENTRY enUSWelcomePageEntries[] = 00056 { 00057 { 00058 4, 00059 3, 00060 " ReactOS " KERNEL_VERSION_STR " Setup ", 00061 TEXT_STYLE_UNDERLINE 00062 }, 00063 { 00064 6, 00065 8, 00066 "Welcome to ReactOS Setup", 00067 TEXT_STYLE_HIGHLIGHT 00068 }, 00069 { 00070 6, 00071 11, 00072 "This part of the setup copies the ReactOS Operating System to your", 00073 TEXT_STYLE_NORMAL 00074 }, 00075 { 00076 6, 00077 12, 00078 "computer and prepares the second part of the setup.", 00079 TEXT_STYLE_NORMAL 00080 }, 00081 { 00082 8, 00083 15, 00084 "\x07 Press ENTER to install ReactOS.", 00085 TEXT_STYLE_NORMAL 00086 }, 00087 { 00088 8, 00089 17, 00090 "\x07 Press R to repair or update ReactOS.", 00091 TEXT_STYLE_NORMAL 00092 }, 00093 { 00094 8, 00095 19, 00096 "\x07 Press L to view the ReactOS Licensing Terms and Conditions.", 00097 TEXT_STYLE_NORMAL 00098 }, 00099 { 00100 8, 00101 21, 00102 "\x07 Press F3 to quit without installing ReactOS.", 00103 TEXT_STYLE_NORMAL 00104 }, 00105 { 00106 6, 00107 23, 00108 "For more information on ReactOS, please visit:", 00109 TEXT_STYLE_NORMAL 00110 }, 00111 { 00112 6, 00113 24, 00114 "http://www.reactos.org", 00115 TEXT_STYLE_HIGHLIGHT 00116 }, 00117 { 00118 0, 00119 0, 00120 "ENTER = Continue R = Repair L = Licence F3 = Quit", 00121 TEXT_TYPE_STATUS | TEXT_PADDING_BIG 00122 }, 00123 { 00124 0, 00125 0, 00126 NULL, 00127 0 00128 } 00129 }; 00130 00131 static MUI_ENTRY enUSIntroPageEntries[] = 00132 { 00133 { 00134 4, 00135 3, 00136 " ReactOS " KERNEL_VERSION_STR " Setup ", 00137 TEXT_STYLE_UNDERLINE 00138 }, 00139 { 00140 6, 00141 8, 00142 "ReactOS Setup is in an early development phase. It does not yet", 00143 TEXT_STYLE_NORMAL 00144 }, 00145 { 00146 6, 00147 9, 00148 "support all the functions of a fully usable setup application.", 00149 TEXT_STYLE_NORMAL 00150 }, 00151 { 00152 6, 00153 12, 00154 "The following limitations apply:", 00155 TEXT_STYLE_NORMAL 00156 }, 00157 { 00158 8, 00159 13, 00160 "- Setup can not handle more than one primary partition per disk.", 00161 TEXT_STYLE_NORMAL 00162 }, 00163 { 00164 8, 00165 14, 00166 "- Setup can not delete a primary partition from a disk", 00167 TEXT_STYLE_NORMAL 00168 }, 00169 { 00170 8, 00171 15, 00172 " as long as extended partitions exist on this disk.", 00173 TEXT_STYLE_NORMAL 00174 }, 00175 { 00176 8, 00177 16, 00178 "- Setup can not delete the first extended partition from a disk", 00179 TEXT_STYLE_NORMAL 00180 }, 00181 { 00182 8, 00183 17, 00184 " as long as other extended partitions exist on this disk.", 00185 TEXT_STYLE_NORMAL 00186 }, 00187 { 00188 8, 00189 18, 00190 "- Setup supports FAT file systems only.", 00191 TEXT_STYLE_NORMAL 00192 }, 00193 { 00194 8, 00195 19, 00196 "- File system checks are not implemented yet.", 00197 TEXT_STYLE_NORMAL 00198 }, 00199 { 00200 8, 00201 23, 00202 "\x07 Press ENTER to install ReactOS.", 00203 TEXT_STYLE_NORMAL 00204 }, 00205 { 00206 8, 00207 25, 00208 "\x07 Press F3 to quit without installing ReactOS.", 00209 TEXT_STYLE_NORMAL 00210 }, 00211 { 00212 0, 00213 0, 00214 "ENTER = Continue F3 = Quit", 00215 TEXT_TYPE_STATUS| TEXT_PADDING_BIG 00216 }, 00217 { 00218 0, 00219 0, 00220 NULL, 00221 0 00222 } 00223 }; 00224 00225 static MUI_ENTRY enUSLicensePageEntries[] = 00226 { 00227 { 00228 4, 00229 3, 00230 " ReactOS " KERNEL_VERSION_STR " Setup ", 00231 TEXT_STYLE_UNDERLINE 00232 }, 00233 { 00234 6, 00235 6, 00236 "Licensing:", 00237 TEXT_STYLE_HIGHLIGHT 00238 }, 00239 { 00240 8, 00241 8, 00242 "The ReactOS System is licensed under the terms of the", 00243 TEXT_STYLE_NORMAL 00244 }, 00245 { 00246 8, 00247 9, 00248 "GNU GPL with parts containing code from other compatible", 00249 TEXT_STYLE_NORMAL 00250 }, 00251 { 00252 8, 00253 10, 00254 "licenses such as the X11 or BSD and GNU LGPL licenses.", 00255 TEXT_STYLE_NORMAL 00256 }, 00257 { 00258 8, 00259 11, 00260 "All software that is part of the ReactOS system is", 00261 TEXT_STYLE_NORMAL 00262 }, 00263 { 00264 8, 00265 12, 00266 "therefore released under the GNU GPL as well as maintaining", 00267 TEXT_STYLE_NORMAL 00268 }, 00269 { 00270 8, 00271 13, 00272 "the original license.", 00273 TEXT_STYLE_NORMAL 00274 }, 00275 { 00276 8, 00277 15, 00278 "This software comes with NO WARRANTY or restrictions on usage", 00279 TEXT_STYLE_NORMAL 00280 }, 00281 { 00282 8, 00283 16, 00284 "save applicable local and international law. The licensing of", 00285 TEXT_STYLE_NORMAL 00286 }, 00287 { 00288 8, 00289 17, 00290 "ReactOS only covers distribution to third parties.", 00291 TEXT_STYLE_NORMAL 00292 }, 00293 { 00294 8, 00295 18, 00296 "If for some reason you did not receive a copy of the", 00297 TEXT_STYLE_NORMAL 00298 }, 00299 { 00300 8, 00301 19, 00302 "GNU General Public License with ReactOS please visit", 00303 TEXT_STYLE_NORMAL 00304 }, 00305 { 00306 8, 00307 20, 00308 "http://www.gnu.org/licenses/licenses.html", 00309 TEXT_STYLE_HIGHLIGHT 00310 }, 00311 { 00312 8, 00313 22, 00314 "Warranty:", 00315 TEXT_STYLE_HIGHLIGHT 00316 }, 00317 { 00318 8, 00319 24, 00320 "This is free software; see the source for copying conditions.", 00321 TEXT_STYLE_NORMAL 00322 }, 00323 { 00324 8, 00325 25, 00326 "There is NO warranty; not even for MERCHANTABILITY or", 00327 TEXT_STYLE_NORMAL 00328 }, 00329 { 00330 8, 00331 26, 00332 "FITNESS FOR A PARTICULAR PURPOSE", 00333 TEXT_STYLE_NORMAL 00334 }, 00335 { 00336 0, 00337 0, 00338 "ENTER = Return", 00339 TEXT_TYPE_STATUS | TEXT_PADDING_BIG 00340 }, 00341 { 00342 0, 00343 0, 00344 NULL, 00345 0 00346 } 00347 }; 00348 00349 static MUI_ENTRY enUSDevicePageEntries[] = 00350 { 00351 { 00352 4, 00353 3, 00354 " ReactOS " KERNEL_VERSION_STR " Setup ", 00355 TEXT_STYLE_UNDERLINE 00356 }, 00357 { 00358 6, 00359 8, 00360 "The list below shows the current device settings.", 00361 TEXT_STYLE_NORMAL 00362 }, 00363 { 00364 24, 00365 11, 00366 "Computer:", 00367 TEXT_STYLE_NORMAL | TEXT_ALIGN_RIGHT 00368 }, 00369 { 00370 24, 00371 12, 00372 "Display:", 00373 TEXT_STYLE_NORMAL | TEXT_ALIGN_RIGHT 00374 }, 00375 { 00376 24, 00377 13, 00378 "Keyboard:", 00379 TEXT_STYLE_NORMAL | TEXT_ALIGN_RIGHT 00380 }, 00381 { 00382 24, 00383 14, 00384 "Keyboard layout:", 00385 TEXT_STYLE_NORMAL | TEXT_ALIGN_RIGHT 00386 }, 00387 { 00388 24, 00389 16, 00390 "Accept:", 00391 TEXT_STYLE_NORMAL | TEXT_ALIGN_RIGHT 00392 }, 00393 { 00394 25, 00395 16, "Accept these device settings", 00396 TEXT_STYLE_NORMAL 00397 }, 00398 { 00399 6, 00400 19, 00401 "You can change the hardware settings by pressing the UP or DOWN keys", 00402 TEXT_STYLE_NORMAL 00403 }, 00404 { 00405 6, 00406 20, 00407 "to select an entry. Then press the ENTER key to select alternative", 00408 TEXT_STYLE_NORMAL 00409 }, 00410 { 00411 6, 00412 21, 00413 "settings.", 00414 TEXT_STYLE_NORMAL 00415 }, 00416 { 00417 6, 00418 23, 00419 "When all settings are correct, select \"Accept these device settings\"", 00420 TEXT_STYLE_NORMAL 00421 }, 00422 { 00423 6, 00424 24, 00425 "and press ENTER.", 00426 TEXT_STYLE_NORMAL 00427 }, 00428 { 00429 0, 00430 0, 00431 "ENTER = Continue F3 = Quit", 00432 TEXT_TYPE_STATUS | TEXT_PADDING_BIG 00433 }, 00434 { 00435 0, 00436 0, 00437 NULL, 00438 0 00439 } 00440 }; 00441 00442 static MUI_ENTRY enUSRepairPageEntries[] = 00443 { 00444 { 00445 4, 00446 3, 00447 " ReactOS " KERNEL_VERSION_STR " Setup ", 00448 TEXT_STYLE_UNDERLINE 00449 }, 00450 { 00451 6, 00452 8, 00453 "ReactOS Setup is in an early development phase. It does not yet", 00454 TEXT_STYLE_NORMAL 00455 }, 00456 { 00457 6, 00458 9, 00459 "support all the functions of a fully usable setup application.", 00460 TEXT_STYLE_NORMAL 00461 }, 00462 { 00463 6, 00464 12, 00465 "The repair functions are not implemented yet.", 00466 TEXT_STYLE_NORMAL 00467 }, 00468 { 00469 8, 00470 15, 00471 "\x07 Press U for Updating OS.", 00472 TEXT_STYLE_NORMAL 00473 }, 00474 { 00475 8, 00476 17, 00477 "\x07 Press R for the Recovery Console.", 00478 TEXT_STYLE_NORMAL 00479 }, 00480 { 00481 8, 00482 19, 00483 "\x07 Press ESC to return to the main page.", 00484 TEXT_STYLE_NORMAL 00485 }, 00486 { 00487 8, 00488 21, 00489 "\x07 Press ENTER to reboot your computer.", 00490 TEXT_STYLE_NORMAL 00491 }, 00492 { 00493 0, 00494 0, 00495 "ESC = Main page U = Update R = Recovery ENTER = Reboot", 00496 TEXT_TYPE_STATUS | TEXT_PADDING_BIG 00497 }, 00498 { 00499 0, 00500 0, 00501 NULL, 00502 0 00503 } 00504 }; 00505 static MUI_ENTRY enUSComputerPageEntries[] = 00506 { 00507 { 00508 4, 00509 3, 00510 " ReactOS " KERNEL_VERSION_STR " Setup ", 00511 TEXT_STYLE_UNDERLINE 00512 }, 00513 { 00514 6, 00515 8, 00516 "You want to change the type of computer to be installed.", 00517 TEXT_STYLE_NORMAL 00518 }, 00519 { 00520 8, 00521 10, 00522 "\x07 Press the UP or DOWN key to select the desired computer type.", 00523 TEXT_STYLE_NORMAL 00524 }, 00525 { 00526 8, 00527 11, 00528 " Then press ENTER.", 00529 TEXT_STYLE_NORMAL 00530 }, 00531 { 00532 8, 00533 13, 00534 "\x07 Press the ESC key to return to the previous page without changing", 00535 TEXT_STYLE_NORMAL 00536 }, 00537 { 00538 8, 00539 14, 00540 " the computer type.", 00541 TEXT_STYLE_NORMAL 00542 }, 00543 { 00544 0, 00545 0, 00546 "ENTER = Continue ESC = Cancel F3 = Quit", 00547 TEXT_TYPE_STATUS | TEXT_PADDING_BIG 00548 }, 00549 { 00550 0, 00551 0, 00552 NULL, 00553 0 00554 } 00555 }; 00556 00557 static MUI_ENTRY enUSFlushPageEntries[] = 00558 { 00559 { 00560 4, 00561 3, 00562 " ReactOS " KERNEL_VERSION_STR " Setup ", 00563 TEXT_STYLE_UNDERLINE 00564 }, 00565 { 00566 10, 00567 6, 00568 "The system is now making sure all data is stored on your disk", 00569 TEXT_STYLE_NORMAL 00570 }, 00571 { 00572 10, 00573 8, 00574 "This may take a minute", 00575 TEXT_STYLE_NORMAL 00576 }, 00577 { 00578 10, 00579 9, 00580 "When finished, your computer will reboot automatically", 00581 TEXT_STYLE_NORMAL 00582 }, 00583 { 00584 0, 00585 0, 00586 "Flushing cache", 00587 TEXT_TYPE_STATUS | TEXT_PADDING_BIG 00588 }, 00589 { 00590 0, 00591 0, 00592 NULL, 00593 0 00594 } 00595 }; 00596 00597 static MUI_ENTRY enUSQuitPageEntries[] = 00598 { 00599 { 00600 4, 00601 3, 00602 " ReactOS " KERNEL_VERSION_STR " Setup ", 00603 TEXT_STYLE_UNDERLINE 00604 }, 00605 { 00606 10, 00607 6, 00608 "ReactOS is not completely installed", 00609 TEXT_STYLE_NORMAL 00610 }, 00611 { 00612 10, 00613 8, 00614 "Remove floppy disk from Drive A: and", 00615 TEXT_STYLE_NORMAL 00616 }, 00617 { 00618 10, 00619 9, 00620 "all CD-ROMs from CD-Drives.", 00621 TEXT_STYLE_NORMAL 00622 }, 00623 { 00624 10, 00625 11, 00626 "Press ENTER to reboot your computer.", 00627 TEXT_STYLE_NORMAL 00628 }, 00629 { 00630 0, 00631 0, 00632 "Please wait ...", 00633 TEXT_TYPE_STATUS | TEXT_PADDING_BIG, 00634 }, 00635 { 00636 0, 00637 0, 00638 NULL, 00639 0 00640 } 00641 }; 00642 00643 static MUI_ENTRY enUSDisplayPageEntries[] = 00644 { 00645 { 00646 4, 00647 3, 00648 " ReactOS " KERNEL_VERSION_STR " Setup ", 00649 TEXT_STYLE_UNDERLINE 00650 }, 00651 { 00652 6, 00653 8, 00654 "You want to change the type of display to be installed.", 00655 TEXT_STYLE_NORMAL 00656 }, 00657 { 8, 00658 10, 00659 "\x07 Press the UP or DOWN key to select the desired display type.", 00660 TEXT_STYLE_NORMAL 00661 }, 00662 { 00663 8, 00664 11, 00665 " Then press ENTER.", 00666 TEXT_STYLE_NORMAL 00667 }, 00668 { 00669 8, 00670 13, 00671 "\x07 Press the ESC key to return to the previous page without changing", 00672 TEXT_STYLE_NORMAL 00673 }, 00674 { 00675 8, 00676 14, 00677 " the display type.", 00678 TEXT_STYLE_NORMAL 00679 }, 00680 { 00681 0, 00682 0, 00683 "ENTER = Continue ESC = Cancel F3 = Quit", 00684 TEXT_TYPE_STATUS | TEXT_PADDING_BIG 00685 }, 00686 { 00687 0, 00688 0, 00689 NULL, 00690 0 00691 } 00692 }; 00693 00694 static MUI_ENTRY enUSSuccessPageEntries[] = 00695 { 00696 { 00697 4, 00698 3, 00699 " ReactOS " KERNEL_VERSION_STR " Setup ", 00700 TEXT_STYLE_UNDERLINE 00701 }, 00702 { 00703 10, 00704 6, 00705 "The basic components of ReactOS have been installed successfully.", 00706 TEXT_STYLE_NORMAL 00707 }, 00708 { 00709 10, 00710 8, 00711 "Remove floppy disk from Drive A: and", 00712 TEXT_STYLE_NORMAL 00713 }, 00714 { 00715 10, 00716 9, 00717 "all CD-ROMs from CD-Drive.", 00718 TEXT_STYLE_NORMAL 00719 }, 00720 { 00721 10, 00722 11, 00723 "Press ENTER to reboot your computer.", 00724 TEXT_STYLE_NORMAL 00725 }, 00726 { 00727 0, 00728 0, 00729 "ENTER = Reboot computer", 00730 TEXT_TYPE_STATUS | TEXT_PADDING_BIG 00731 }, 00732 { 00733 0, 00734 0, 00735 NULL, 00736 0 00737 } 00738 }; 00739 00740 static MUI_ENTRY enUSBootPageEntries[] = 00741 { 00742 { 00743 4, 00744 3, 00745 " ReactOS " KERNEL_VERSION_STR " Setup ", 00746 TEXT_STYLE_UNDERLINE 00747 }, 00748 { 00749 6, 00750 8, 00751 "Setup cannot install the bootloader on your computers", 00752 TEXT_STYLE_NORMAL 00753 }, 00754 { 00755 6, 00756 9, 00757 "hardisk", 00758 TEXT_STYLE_NORMAL 00759 }, 00760 { 00761 6, 00762 13, 00763 "Please insert a formatted floppy disk in drive A: and", 00764 TEXT_STYLE_NORMAL 00765 }, 00766 { 00767 6, 00768 14, 00769 "press ENTER.", 00770 TEXT_STYLE_NORMAL, 00771 }, 00772 { 00773 0, 00774 0, 00775 "ENTER = Continue F3 = Quit", 00776 TEXT_TYPE_STATUS | TEXT_PADDING_BIG 00777 }, 00778 { 00779 0, 00780 0, 00781 NULL, 00782 0 00783 } 00784 00785 }; 00786 00787 static MUI_ENTRY enUSSelectPartitionEntries[] = 00788 { 00789 { 00790 4, 00791 3, 00792 " ReactOS " KERNEL_VERSION_STR " Setup ", 00793 TEXT_STYLE_UNDERLINE 00794 }, 00795 { 00796 6, 00797 8, 00798 "The list below shows existing partitions and unused disk", 00799 TEXT_STYLE_NORMAL 00800 }, 00801 { 00802 6, 00803 9, 00804 "space for new partitions.", 00805 TEXT_STYLE_NORMAL 00806 }, 00807 { 00808 8, 00809 11, 00810 "\x07 Press UP or DOWN to select a list entry.", 00811 TEXT_STYLE_NORMAL 00812 }, 00813 { 00814 8, 00815 13, 00816 "\x07 Press ENTER to install ReactOS onto the selected partition.", 00817 TEXT_STYLE_NORMAL 00818 }, 00819 { 00820 8, 00821 15, 00822 "\x07 Press C to create a new partition.", 00823 TEXT_STYLE_NORMAL 00824 }, 00825 { 00826 8, 00827 17, 00828 "\x07 Press D to delete an existing partition.", 00829 TEXT_STYLE_NORMAL 00830 }, 00831 { 00832 0, 00833 0, 00834 "Please wait...", 00835 TEXT_TYPE_STATUS | TEXT_PADDING_BIG 00836 }, 00837 { 00838 0, 00839 0, 00840 NULL, 00841 0 00842 } 00843 }; 00844 00845 static MUI_ENTRY enUSFormatPartitionEntries[] = 00846 { 00847 { 00848 4, 00849 3, 00850 " ReactOS " KERNEL_VERSION_STR " Setup ", 00851 TEXT_STYLE_UNDERLINE 00852 }, 00853 { 00854 6, 00855 8, 00856 "Format partition", 00857 TEXT_STYLE_NORMAL 00858 }, 00859 { 00860 6, 00861 10, 00862 "Setup will now format the partition. Press ENTER to continue.", 00863 TEXT_STYLE_NORMAL 00864 }, 00865 { 00866 0, 00867 0, 00868 "ENTER = Continue F3 = Quit", 00869 TEXT_TYPE_STATUS | TEXT_PADDING_BIG 00870 }, 00871 { 00872 0, 00873 0, 00874 NULL, 00875 TEXT_STYLE_NORMAL 00876 } 00877 }; 00878 00879 static MUI_ENTRY enUSInstallDirectoryEntries[] = 00880 { 00881 { 00882 4, 00883 3, 00884 " ReactOS " KERNEL_VERSION_STR " Setup ", 00885 TEXT_STYLE_UNDERLINE 00886 }, 00887 { 00888 6, 00889 8, 00890 "Setup installs ReactOS files onto the selected partition. Choose a", 00891 TEXT_STYLE_NORMAL 00892 }, 00893 { 00894 6, 00895 9, 00896 "directory where you want ReactOS to be installed:", 00897 TEXT_STYLE_NORMAL 00898 }, 00899 { 00900 6, 00901 14, 00902 "To change the suggested directory, press BACKSPACE to delete", 00903 TEXT_STYLE_NORMAL 00904 }, 00905 { 00906 6, 00907 15, 00908 "characters and then type the directory where you want ReactOS to", 00909 TEXT_STYLE_NORMAL 00910 }, 00911 { 00912 6, 00913 16, 00914 "be installed.", 00915 TEXT_STYLE_NORMAL 00916 }, 00917 { 00918 0, 00919 0, 00920 "ENTER = Continue F3 = Quit", 00921 TEXT_TYPE_STATUS | TEXT_PADDING_BIG 00922 }, 00923 { 00924 0, 00925 0, 00926 NULL, 00927 0 00928 } 00929 }; 00930 00931 static MUI_ENTRY enUSFileCopyEntries[] = 00932 { 00933 { 00934 4, 00935 3, 00936 " ReactOS " KERNEL_VERSION_STR " Setup ", 00937 TEXT_STYLE_UNDERLINE 00938 }, 00939 { 00940 0, 00941 12, 00942 "Please wait while ReactOS Setup copies files to your ReactOS", 00943 TEXT_STYLE_NORMAL | TEXT_ALIGN_CENTER 00944 }, 00945 { 00946 0, 00947 13, 00948 "installation folder.", 00949 TEXT_STYLE_NORMAL | TEXT_ALIGN_CENTER 00950 }, 00951 { 00952 0, 00953 14, 00954 "This may take several minutes to complete.", 00955 TEXT_STYLE_NORMAL | TEXT_ALIGN_CENTER 00956 }, 00957 { 00958 50, 00959 0, 00960 "\xB3 Please wait... ", 00961 TEXT_TYPE_STATUS 00962 }, 00963 { 00964 0, 00965 0, 00966 NULL, 00967 0 00968 } 00969 }; 00970 00971 static MUI_ENTRY enUSBootLoaderEntries[] = 00972 { 00973 { 00974 4, 00975 3, 00976 " ReactOS " KERNEL_VERSION_STR " Setup ", 00977 TEXT_STYLE_UNDERLINE 00978 }, 00979 { 00980 6, 00981 8, 00982 "Setup is installing the boot loader", 00983 TEXT_STYLE_NORMAL 00984 }, 00985 { 00986 8, 00987 12, 00988 "Install bootloader on the harddisk (MBR and VBR).", 00989 TEXT_STYLE_NORMAL 00990 }, 00991 { 00992 8, 00993 13, 00994 "Install bootloader on the harddisk (VBR only).", 00995 TEXT_STYLE_NORMAL 00996 }, 00997 { 00998 8, 00999 14, 01000 "Install bootloader on a floppy disk.", 01001 TEXT_STYLE_NORMAL 01002 }, 01003 { 01004 8, 01005 15, 01006 "Skip install bootloader.", 01007 TEXT_STYLE_NORMAL 01008 }, 01009 { 01010 0, 01011 0, 01012 "ENTER = Continue F3 = Quit", 01013 TEXT_TYPE_STATUS | TEXT_PADDING_BIG 01014 }, 01015 { 01016 0, 01017 0, 01018 NULL, 01019 0 01020 } 01021 }; 01022 01023 static MUI_ENTRY enUSKeyboardSettingsEntries[] = 01024 { 01025 { 01026 4, 01027 3, 01028 " ReactOS " KERNEL_VERSION_STR " Setup ", 01029 TEXT_STYLE_UNDERLINE 01030 }, 01031 { 01032 6, 01033 8, 01034 "You want to change the type of keyboard to be installed.", 01035 TEXT_STYLE_NORMAL 01036 }, 01037 { 01038 8, 01039 10, 01040 "\x07 Press the UP or DOWN key to select the desired keyboard type.", 01041 TEXT_STYLE_NORMAL 01042 }, 01043 { 01044 8, 01045 11, 01046 " Then press ENTER.", 01047 TEXT_STYLE_NORMAL 01048 }, 01049 { 01050 8, 01051 13, 01052 "\x07 Press the ESC key to return to the previous page without changing", 01053 TEXT_STYLE_NORMAL 01054 }, 01055 { 01056 8, 01057 14, 01058 " the keyboard type.", 01059 TEXT_STYLE_NORMAL 01060 }, 01061 { 01062 0, 01063 0, 01064 "ENTER = Continue ESC = Cancel F3 = Quit", 01065 TEXT_TYPE_STATUS | TEXT_PADDING_BIG 01066 }, 01067 { 01068 0, 01069 0, 01070 NULL, 01071 0 01072 } 01073 }; 01074 01075 static MUI_ENTRY enUSLayoutSettingsEntries[] = 01076 { 01077 { 01078 4, 01079 3, 01080 " ReactOS " KERNEL_VERSION_STR " Setup ", 01081 TEXT_STYLE_UNDERLINE 01082 }, 01083 { 01084 6, 01085 8, 01086 "Please select a layout to be installed by default.", 01087 TEXT_STYLE_NORMAL 01088 }, 01089 { 01090 8, 01091 10, 01092 "\x07 Press the UP or DOWN key to select the desired keyboard", 01093 TEXT_STYLE_NORMAL 01094 }, 01095 { 01096 8, 01097 11, 01098 " layout. Then press ENTER.", 01099 TEXT_STYLE_NORMAL 01100 }, 01101 { 01102 8, 01103 13, 01104 "\x07 Press the ESC key to return to the previous page without changing", 01105 TEXT_STYLE_NORMAL 01106 }, 01107 { 01108 8, 01109 14, 01110 " the keyboard layout.", 01111 TEXT_STYLE_NORMAL 01112 }, 01113 { 01114 0, 01115 0, 01116 "ENTER = Continue ESC = Cancel F3 = Quit", 01117 TEXT_TYPE_STATUS | TEXT_PADDING_BIG 01118 }, 01119 { 01120 0, 01121 0, 01122 NULL, 01123 0 01124 }, 01125 01126 }; 01127 01128 static MUI_ENTRY enUSPrepareCopyEntries[] = 01129 { 01130 { 01131 4, 01132 3, 01133 " ReactOS " KERNEL_VERSION_STR " Setup ", 01134 TEXT_STYLE_UNDERLINE 01135 }, 01136 { 01137 6, 01138 8, 01139 "Setup prepares your computer for copying the ReactOS files. ", 01140 TEXT_STYLE_NORMAL 01141 }, 01142 { 01143 0, 01144 0, 01145 "Building the file copy list...", 01146 TEXT_TYPE_STATUS | TEXT_PADDING_BIG 01147 }, 01148 { 01149 0, 01150 0, 01151 NULL, 01152 0 01153 }, 01154 01155 }; 01156 01157 static MUI_ENTRY enUSSelectFSEntries[] = 01158 { 01159 { 01160 4, 01161 3, 01162 " ReactOS " KERNEL_VERSION_STR " Setup ", 01163 TEXT_STYLE_UNDERLINE 01164 }, 01165 { 01166 6, 01167 17, 01168 "Select a file system from the list below.", 01169 0 01170 }, 01171 { 01172 8, 01173 19, 01174 "\x07 Press UP or DOWN to select a file system.", 01175 0 01176 }, 01177 { 01178 8, 01179 21, 01180 "\x07 Press ENTER to format the partition.", 01181 0 01182 }, 01183 { 01184 8, 01185 23, 01186 "\x07 Press ESC to select another partition.", 01187 0 01188 }, 01189 { 01190 0, 01191 0, 01192 "ENTER = Continue ESC = Cancel F3 = Quit", 01193 TEXT_TYPE_STATUS | TEXT_PADDING_BIG 01194 }, 01195 01196 { 01197 0, 01198 0, 01199 NULL, 01200 0 01201 } 01202 }; 01203 01204 static MUI_ENTRY enUSDeletePartitionEntries[] = 01205 { 01206 { 01207 4, 01208 3, 01209 " ReactOS " KERNEL_VERSION_STR " Setup ", 01210 TEXT_STYLE_UNDERLINE 01211 }, 01212 { 01213 6, 01214 8, 01215 "You have chosen to delete the partition", 01216 TEXT_STYLE_NORMAL 01217 }, 01218 { 01219 8, 01220 18, 01221 "\x07 Press D to delete the partition.", 01222 TEXT_STYLE_NORMAL 01223 }, 01224 { 01225 11, 01226 19, 01227 "WARNING: All data on this partition will be lost!", 01228 TEXT_STYLE_NORMAL 01229 }, 01230 { 01231 8, 01232 21, 01233 "\x07 Press ESC to cancel.", 01234 TEXT_STYLE_NORMAL 01235 }, 01236 { 01237 0, 01238 0, 01239 "D = Delete Partition ESC = Cancel F3 = Quit", 01240 TEXT_TYPE_STATUS | TEXT_PADDING_BIG 01241 }, 01242 { 01243 0, 01244 0, 01245 NULL, 01246 0 01247 } 01248 }; 01249 01250 static MUI_ENTRY enUSRegistryEntries[] = 01251 { 01252 { 01253 4, 01254 3, 01255 " ReactOS " KERNEL_VERSION_STR " Setup ", 01256 TEXT_STYLE_UNDERLINE 01257 }, 01258 { 01259 6, 01260 8, 01261 "Setup is updating the system configuration. ", 01262 TEXT_STYLE_NORMAL 01263 }, 01264 { 01265 0, 01266 0, 01267 "Creating registry hives...", 01268 TEXT_TYPE_STATUS | TEXT_PADDING_BIG 01269 }, 01270 { 01271 0, 01272 0, 01273 NULL, 01274 0 01275 }, 01276 01277 }; 01278 01279 MUI_ERROR enUSErrorEntries[] = 01280 { 01281 { 01282 //ERROR_NOT_INSTALLED 01283 "ReactOS is not completely installed on your\n" 01284 "computer. If you quit Setup now, you will need to\n" 01285 "run Setup again to install ReactOS.\n" 01286 "\n" 01287 " \x07 Press ENTER to continue Setup.\n" 01288 " \x07 Press F3 to quit Setup.", 01289 "F3 = Quit ENTER = Continue" 01290 }, 01291 { 01292 //ERROR_NO_HDD 01293 "Setup could not find a harddisk.\n", 01294 "ENTER = Reboot computer" 01295 }, 01296 { 01297 //ERROR_NO_SOURCE_DRIVE 01298 "Setup could not find its source drive.\n", 01299 "ENTER = Reboot computer" 01300 }, 01301 { 01302 //ERROR_LOAD_TXTSETUPSIF 01303 "Setup failed to load the file TXTSETUP.SIF.\n", 01304 "ENTER = Reboot computer" 01305 }, 01306 { 01307 //ERROR_CORRUPT_TXTSETUPSIF 01308 "Setup found a corrupt TXTSETUP.SIF.\n", 01309 "ENTER = Reboot computer" 01310 }, 01311 { 01312 //ERROR_SIGNATURE_TXTSETUPSIF, 01313 "Setup found an invalid signature in TXTSETUP.SIF.\n", 01314 "ENTER = Reboot computer" 01315 }, 01316 { 01317 //ERROR_DRIVE_INFORMATION 01318 "Setup could not retrieve system drive information.\n", 01319 "ENTER = Reboot computer" 01320 }, 01321 { 01322 //ERROR_WRITE_BOOT, 01323 "Setup failed to install FAT bootcode on the system partition.", 01324 "ENTER = Reboot computer" 01325 }, 01326 { 01327 //ERROR_LOAD_COMPUTER, 01328 "Setup failed to load the computer type list.\n", 01329 "ENTER = Reboot computer" 01330 }, 01331 { 01332 //ERROR_LOAD_DISPLAY, 01333 "Setup failed to load the display settings list.\n", 01334 "ENTER = Reboot computer" 01335 }, 01336 { 01337 //ERROR_LOAD_KEYBOARD, 01338 "Setup failed to load the keyboard type list.\n", 01339 "ENTER = Reboot computer" 01340 }, 01341 { 01342 //ERROR_LOAD_KBLAYOUT, 01343 "Setup failed to load the keyboard layout list.\n", 01344 "ENTER = Reboot computer" 01345 }, 01346 { 01347 //ERROR_WARN_PARTITION, 01348 "Setup found that at least one harddisk contains an incompatible\n" 01349 "partition table that can not be handled properly!\n" 01350 "\n" 01351 "Creating or deleting partitions can destroy the partition table.\n" 01352 "\n" 01353 " \x07 Press F3 to quit Setup.\n" 01354 " \x07 Press ENTER to continue.", 01355 "F3= Quit ENTER = Continue" 01356 }, 01357 { 01358 //ERROR_NEW_PARTITION, 01359 "You can not create a new Partition inside\n" 01360 "of an already existing Partition!\n" 01361 "\n" 01362 " * Press any key to continue.", 01363 NULL 01364 }, 01365 { 01366 //ERROR_DELETE_SPACE, 01367 "You can not delete unpartitioned disk space!\n" 01368 "\n" 01369 " * Press any key to continue.", 01370 NULL 01371 }, 01372 { 01373 //ERROR_INSTALL_BOOTCODE, 01374 "Setup failed to install the FAT bootcode on the system partition.", 01375 "ENTER = Reboot computer" 01376 }, 01377 { 01378 //ERROR_NO_FLOPPY, 01379 "No disk in drive A:.", 01380 "ENTER = Continue" 01381 }, 01382 { 01383 //ERROR_UPDATE_KBSETTINGS, 01384 "Setup failed to update keyboard layout settings.", 01385 "ENTER = Reboot computer" 01386 }, 01387 { 01388 //ERROR_UPDATE_DISPLAY_SETTINGS, 01389 "Setup failed to update display registry settings.", 01390 "ENTER = Reboot computer" 01391 }, 01392 { 01393 //ERROR_IMPORT_HIVE, 01394 "Setup failed to import a hive file.", 01395 "ENTER = Reboot computer" 01396 }, 01397 { 01398 //ERROR_FIND_REGISTRY 01399 "Setup failed to find the registry data files.", 01400 "ENTER = Reboot computer" 01401 }, 01402 { 01403 //ERROR_CREATE_HIVE, 01404 "Setup failed to create the registry hives.", 01405 "ENTER = Reboot computer" 01406 }, 01407 { 01408 //ERROR_INITIALIZE_REGISTRY, 01409 "Setup failed to initialize the registry.", 01410 "ENTER = Reboot computer" 01411 }, 01412 { 01413 //ERROR_INVALID_CABINET_INF, 01414 "Cabinet has no valid inf file.\n", 01415 "ENTER = Reboot computer" 01416 }, 01417 { 01418 //ERROR_CABINET_MISSING, 01419 "Cabinet not found.\n", 01420 "ENTER = Reboot computer" 01421 }, 01422 { 01423 //ERROR_CABINET_SCRIPT, 01424 "Cabinet has no setup script.\n", 01425 "ENTER = Reboot computer" 01426 }, 01427 { 01428 //ERROR_COPY_QUEUE, 01429 "Setup failed to open the copy file queue.\n", 01430 "ENTER = Reboot computer" 01431 }, 01432 { 01433 //ERROR_CREATE_DIR, 01434 "Setup could not create install directories.", 01435 "ENTER = Reboot computer" 01436 }, 01437 { 01438 //ERROR_TXTSETUP_SECTION, 01439 "Setup failed to find the 'Directories' section\n" 01440 "in TXTSETUP.SIF.\n", 01441 "ENTER = Reboot computer" 01442 }, 01443 { 01444 //ERROR_CABINET_SECTION, 01445 "Setup failed to find the 'Directories' section\n" 01446 "in the cabinet.\n", 01447 "ENTER = Reboot computer" 01448 }, 01449 { 01450 //ERROR_CREATE_INSTALL_DIR 01451 "Setup could not create the install directory.", 01452 "ENTER = Reboot computer" 01453 }, 01454 { 01455 //ERROR_FIND_SETUPDATA, 01456 "Setup failed to find the 'SetupData' section\n" 01457 "in TXTSETUP.SIF.\n", 01458 "ENTER = Reboot computer" 01459 }, 01460 { 01461 //ERROR_WRITE_PTABLE, 01462 "Setup failed to write partition tables.\n" 01463 "ENTER = Reboot computer" 01464 }, 01465 { 01466 //ERROR_ADDING_CODEPAGE, 01467 "Setup failed to add codepage to registry.\n" 01468 "ENTER = Reboot computer" 01469 }, 01470 { 01471 //ERROR_UPDATE_LOCALESETTINGS, 01472 "Setup could not set the system locale.\n" 01473 "ENTER = Reboot computer" 01474 }, 01475 { 01476 //ERROR_ADDING_KBLAYOUTS, 01477 "Setup failed to add keyboard layouts to registry.\n" 01478 "ENTER = Reboot computer" 01479 }, 01480 { 01481 //ERROR_UPDATE_GEOID, 01482 "Setup could not set the geo id.\n" 01483 "ENTER = Reboot computer" 01484 }, 01485 { 01486 //ERROR_INSUFFICIENT_DISKSPACE, 01487 "Not enough free space in the selected partition.\n" 01488 " * Press any key to continue.", 01489 NULL 01490 }, 01491 { 01492 NULL, 01493 NULL 01494 } 01495 }; 01496 01497 MUI_PAGE enUSPages[] = 01498 { 01499 { 01500 LANGUAGE_PAGE, 01501 enUSLanguagePageEntries 01502 }, 01503 { 01504 START_PAGE, 01505 enUSWelcomePageEntries 01506 }, 01507 { 01508 INSTALL_INTRO_PAGE, 01509 enUSIntroPageEntries 01510 }, 01511 { 01512 LICENSE_PAGE, 01513 enUSLicensePageEntries 01514 }, 01515 { 01516 DEVICE_SETTINGS_PAGE, 01517 enUSDevicePageEntries 01518 }, 01519 { 01520 REPAIR_INTRO_PAGE, 01521 enUSRepairPageEntries 01522 }, 01523 { 01524 COMPUTER_SETTINGS_PAGE, 01525 enUSComputerPageEntries 01526 }, 01527 { 01528 DISPLAY_SETTINGS_PAGE, 01529 enUSDisplayPageEntries 01530 }, 01531 { 01532 FLUSH_PAGE, 01533 enUSFlushPageEntries 01534 }, 01535 { 01536 SELECT_PARTITION_PAGE, 01537 enUSSelectPartitionEntries 01538 }, 01539 { 01540 SELECT_FILE_SYSTEM_PAGE, 01541 enUSSelectFSEntries 01542 }, 01543 { 01544 FORMAT_PARTITION_PAGE, 01545 enUSFormatPartitionEntries 01546 }, 01547 { 01548 DELETE_PARTITION_PAGE, 01549 enUSDeletePartitionEntries 01550 }, 01551 { 01552 INSTALL_DIRECTORY_PAGE, 01553 enUSInstallDirectoryEntries 01554 }, 01555 { 01556 PREPARE_COPY_PAGE, 01557 enUSPrepareCopyEntries 01558 }, 01559 { 01560 FILE_COPY_PAGE, 01561 enUSFileCopyEntries 01562 }, 01563 { 01564 KEYBOARD_SETTINGS_PAGE, 01565 enUSKeyboardSettingsEntries 01566 }, 01567 { 01568 BOOT_LOADER_PAGE, 01569 enUSBootLoaderEntries 01570 }, 01571 { 01572 LAYOUT_SETTINGS_PAGE, 01573 enUSLayoutSettingsEntries 01574 }, 01575 { 01576 QUIT_PAGE, 01577 enUSQuitPageEntries 01578 }, 01579 { 01580 SUCCESS_PAGE, 01581 enUSSuccessPageEntries 01582 }, 01583 { 01584 BOOT_LOADER_FLOPPY_PAGE, 01585 enUSBootPageEntries 01586 }, 01587 { 01588 REGISTRY_PAGE, 01589 enUSRegistryEntries 01590 }, 01591 { 01592 -1, 01593 NULL 01594 } 01595 }; 01596 01597 MUI_STRING enUSStrings[] = 01598 { 01599 {STRING_PLEASEWAIT, 01600 " Please wait..."}, 01601 {STRING_INSTALLCREATEPARTITION, 01602 " ENTER = Install C = Create Partition F3 = Quit"}, 01603 {STRING_INSTALLDELETEPARTITION, 01604 " ENTER = Install D = Delete Partition F3 = Quit"}, 01605 {STRING_PARTITIONSIZE, 01606 "Size of new partition:"}, 01607 {STRING_CHOOSENEWPARTITION, 01608 "You have chosen to create a new partition on"}, 01609 {STRING_HDDSIZE, 01610 "Please enter the size of the new partition in megabytes."}, 01611 {STRING_CREATEPARTITION, 01612 " ENTER = Create Partition ESC = Cancel F3 = Quit"}, 01613 {STRING_PARTFORMAT, 01614 "This Partition will be formatted next."}, 01615 {STRING_NONFORMATTEDPART, 01616 "You chose to install ReactOS on a new or unformatted Partition."}, 01617 {STRING_INSTALLONPART, 01618 "Setup installs ReactOS onto Partition"}, 01619 {STRING_CHECKINGPART, 01620 "Setup is now checking the selected partition."}, 01621 {STRING_QUITCONTINUE, 01622 "F3= Quit ENTER = Continue"}, 01623 {STRING_REBOOTCOMPUTER, 01624 "ENTER = Reboot computer"}, 01625 {STRING_TXTSETUPFAILED, 01626 "Setup failed to find the '%S' section\nin TXTSETUP.SIF.\n"}, 01627 {STRING_COPYING, 01628 " Copying file: %S"}, 01629 {STRING_SETUPCOPYINGFILES, 01630 "Setup is copying files..."}, 01631 {STRING_REGHIVEUPDATE, 01632 " Updating registry hives..."}, 01633 {STRING_IMPORTFILE, 01634 " Importing %S..."}, 01635 {STRING_DISPLAYETTINGSUPDATE, 01636 " Updating display registry settings..."}, 01637 {STRING_LOCALESETTINGSUPDATE, 01638 " Updating locale settings..."}, 01639 {STRING_KEYBOARDSETTINGSUPDATE, 01640 " Updating keyboard layout settings..."}, 01641 {STRING_CODEPAGEINFOUPDATE, 01642 " Adding codepage information to registry..."}, 01643 {STRING_DONE, 01644 " Done..."}, 01645 {STRING_REBOOTCOMPUTER2, 01646 " ENTER = Reboot computer"}, 01647 {STRING_CONSOLEFAIL1, 01648 "Unable to open the console\n\n"}, 01649 {STRING_CONSOLEFAIL2, 01650 "The most common cause of this is using an USB keyboard\n"}, 01651 {STRING_CONSOLEFAIL3, 01652 "USB keyboards are not fully supported yet\n"}, 01653 {STRING_FORMATTINGDISK, 01654 "Setup is formatting your disk"}, 01655 {STRING_CHECKINGDISK, 01656 "Setup is checking your disk"}, 01657 {STRING_FORMATDISK1, 01658 " Format partition as %S file system (quick format) "}, 01659 {STRING_FORMATDISK2, 01660 " Format partition as %S file system "}, 01661 {STRING_KEEPFORMAT, 01662 " Keep current file system (no changes) "}, 01663 {STRING_HDINFOPARTCREATE, 01664 "%I64u %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu) on %wZ."}, 01665 {STRING_HDDINFOUNK1, 01666 "%I64u %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu)."}, 01667 {STRING_HDDINFOUNK2, 01668 " %c%c Type %lu %I64u %s"}, 01669 {STRING_HDINFOPARTDELETE, 01670 "on %I64u %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu) on %wZ."}, 01671 {STRING_HDDINFOUNK3, 01672 "on %I64u %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu)."}, 01673 {STRING_HDINFOPARTZEROED, 01674 "Harddisk %lu (%I64u %s), Port=%hu, Bus=%hu, Id=%hu (%wZ)."}, 01675 {STRING_HDDINFOUNK4, 01676 "%c%c Type %lu %I64u %s"}, 01677 {STRING_HDINFOPARTEXISTS, 01678 "on Harddisk %lu (%I64u %s), Port=%hu, Bus=%hu, Id=%hu (%wZ)."}, 01679 {STRING_HDDINFOUNK5, 01680 "%c%c Type %-3u %6lu %s"}, 01681 {STRING_HDINFOPARTSELECT, 01682 "%6lu %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu) on %S"}, 01683 {STRING_HDDINFOUNK6, 01684 "%6lu %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu)"}, 01685 {STRING_NEWPARTITION, 01686 "Setup created a new partition on"}, 01687 {STRING_UNPSPACE, 01688 " Unpartitioned space %6lu %s"}, 01689 {STRING_MAXSIZE, 01690 "MB (max. %lu MB)"}, 01691 {STRING_UNFORMATTED, 01692 "New (Unformatted)"}, 01693 {STRING_FORMATUNUSED, 01694 "Unused"}, 01695 {STRING_FORMATUNKNOWN, 01696 "Unknown"}, 01697 {STRING_KB, 01698 "KB"}, 01699 {STRING_MB, 01700 "MB"}, 01701 {STRING_GB, 01702 "GB"}, 01703 {STRING_ADDKBLAYOUTS, 01704 "Adding keyboard layouts"}, 01705 {0, 0} 01706 }; Generated on Sun May 27 2012 04:18:04 for ReactOS by
1.7.6.1
|