ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

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

Generated on Sun May 27 2012 04:18:05 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.