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