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