- Merge audio components from head
[reactos.git] / base / setup / usetup / lang / sv-SE.h
1 #pragma once
2
3 MUI_LAYOUTS svSELayouts[] =
4 {
5 { L"041D", L"0000041D" },
6 { L"0409", L"00000409" },
7 { NULL, NULL }
8 };
9
10 static MUI_ENTRY svSELanguagePageEntries[] =
11 {
12 {
13 4,
14 3,
15 " ReactOS " KERNEL_VERSION_STR " Setup ",
16 TEXT_STYLE_UNDERLINE
17 },
18 {
19 6,
20 8,
21 "Language Selection.",
22 TEXT_STYLE_NORMAL
23 },
24 {
25 8,
26 10,
27 "\x07 Please choose the language used for the installation process.",
28 TEXT_STYLE_NORMAL
29 },
30 {
31 8,
32 11,
33 " Then press ENTER.",
34 TEXT_STYLE_NORMAL
35 },
36 {
37 8,
38 13,
39 "\x07 This Language will be the default language for the final system.",
40 TEXT_STYLE_NORMAL
41 },
42 {
43 0,
44 0,
45 " ENTER = Continue F3 = Quit",
46 TEXT_TYPE_STATUS
47 },
48 {
49 0,
50 0,
51 NULL,
52 0
53 }
54 };
55
56 static MUI_ENTRY svSEWelcomePageEntries[] =
57 {
58 {
59 4,
60 3,
61 " ReactOS " KERNEL_VERSION_STR " Setup ",
62 TEXT_STYLE_UNDERLINE
63 },
64 {
65 6,
66 8,
67 "Välkommen till ReactOS Setup!",
68 TEXT_STYLE_HIGHLIGHT
69 },
70 {
71 6,
72 11,
73 "Denna del av installationen kopierar ReactOS till eran",
74 TEXT_STYLE_NORMAL
75 },
76 {
77 6,
78 12,
79 "dator och förbereder den andra delen av installationen.",
80 TEXT_STYLE_NORMAL
81 },
82 {
83 8,
84 15,
85 "\x07 Tryck på ENTER för att installera ReactOS.",
86 TEXT_STYLE_NORMAL
87 },
88 {
89 8,
90 17,
91 "\x07 Tryck på R för att reparera ReactOS.",
92 TEXT_STYLE_NORMAL
93 },
94 {
95 8,
96 19,
97 "\x07 Tryck på L för att läsa licensavtalet till ReactOS.",
98 TEXT_STYLE_NORMAL
99 },
100 {
101 8,
102 21,
103 "\x07 Tryck på F3 för att avbryta installationen av ReactOS.",
104 TEXT_STYLE_NORMAL
105 },
106 {
107 6,
108 23,
109 "För mer information om ReactOS, besök:",
110 TEXT_STYLE_NORMAL
111 },
112 {
113 6,
114 24,
115 "http://www.reactos.org",
116 TEXT_STYLE_HIGHLIGHT
117 },
118 {
119 0,
120 0,
121 " ENTER = Fortsätt R = Reparera F3 = Avbryt",
122 TEXT_TYPE_STATUS
123 },
124 {
125 0,
126 0,
127 NULL,
128 0
129 }
130 };
131
132 static MUI_ENTRY svSEIntroPageEntries[] =
133 {
134 {
135 4,
136 3,
137 " ReactOS " KERNEL_VERSION_STR " Setup ",
138 TEXT_STYLE_UNDERLINE
139 },
140 {
141 6,
142 8,
143 "ReactOS Setup är i en tidig utvecklingsfas och saknar därför ett antal",
144 TEXT_STYLE_NORMAL
145 },
146 {
147 6,
148 9,
149 "funktioner som kan förväntas av ett fullt användbart setup-program.",
150 TEXT_STYLE_NORMAL
151 },
152 {
153 6,
154 12,
155 "Följande begränsningar gäller:",
156 TEXT_STYLE_NORMAL
157 },
158 {
159 8,
160 13,
161 "- Setup kan ej hantera mer än 1 primär partition per hårddisk.",
162 TEXT_STYLE_NORMAL
163 },
164 {
165 8,
166 14,
167 "- Setup kan ej radera en primär partition från en hårddisk",
168 TEXT_STYLE_NORMAL
169 },
170 {
171 8,
172 15,
173 " om utökade partitioner existerar på hårddisken.",
174 TEXT_STYLE_NORMAL
175 },
176 {
177 8,
178 16,
179 "- Setup kan ej radera den första utökade partitionen från en hårddisk",
180 TEXT_STYLE_NORMAL
181 },
182 {
183 8,
184 17,
185 " om andra utökade partitioner existerar på hårddisken.",
186 TEXT_STYLE_NORMAL
187 },
188 {
189 8,
190 18,
191 "- Setup stöder endast filsystem av typen FAT.",
192 TEXT_STYLE_NORMAL
193 },
194 {
195 8,
196 19,
197 "- Kontrollering av hårddiskens filsystem stöds (ännu) ej.",
198 TEXT_STYLE_NORMAL
199 },
200 {
201 8,
202 23,
203 "\x07 Tryck på ENTER för att installera ReactOS.",
204 TEXT_STYLE_NORMAL
205 },
206 {
207 8,
208 25,
209 "\x07 Tryck på F3 för att avbryta installationen.",
210 TEXT_STYLE_NORMAL
211 },
212 {
213 0,
214 0,
215 " ENTER = Fortsätt F3 = Avbryt",
216 TEXT_TYPE_STATUS
217 },
218 {
219 0,
220 0,
221 NULL,
222 0
223 }
224 };
225
226 static MUI_ENTRY svSELicensePageEntries[] =
227 {
228 {
229 4,
230 3,
231 " ReactOS " KERNEL_VERSION_STR " Setup ",
232 TEXT_STYLE_UNDERLINE
233 },
234 {
235 6,
236 6,
237 "Licensering:",
238 TEXT_STYLE_HIGHLIGHT
239 },
240 {
241 8,
242 8,
243 "ReactOS är licenserad under GNU GPL med delar",
244 TEXT_STYLE_NORMAL
245 },
246 {
247 8,
248 9,
249 "av den medföljande koden licenserad under GPL-förenliga",
250 TEXT_STYLE_NORMAL
251 },
252 {
253 8,
254 10,
255 "licenser såsom X11-, BSD- och GNU LGPL-licenserna.",
256 TEXT_STYLE_NORMAL
257 },
258 {
259 8,
260 11,
261 "All mjukvara som är del av ReactOS är publicerad",
262 TEXT_STYLE_NORMAL
263 },
264 {
265 8,
266 12,
267 "under GNU GPL, men även den ursprungliga",
268 TEXT_STYLE_NORMAL
269 },
270 {
271 8,
272 13,
273 "licensen är upprätthållen.",
274 TEXT_STYLE_NORMAL
275 },
276 {
277 8,
278 15,
279 "Denna mjukvara har INGEN GARANTI eller begränsing på användning",
280 TEXT_STYLE_NORMAL
281 },
282 {
283 8,
284 16,
285 "bortsett från tillämplig lokal och internationell lag. Licenseringen av",
286 TEXT_STYLE_NORMAL
287 },
288 {
289 8,
290 17,
291 "ReactOS täcker endast distrubering till tredje part.",
292 TEXT_STYLE_NORMAL
293 },
294 {
295 8,
296 18,
297 "Om Ni av någon anledning ej fått en kopia av",
298 TEXT_STYLE_NORMAL
299 },
300 {
301 8,
302 19,
303 "GNU General Public License med ReactOS, besök",
304 TEXT_STYLE_NORMAL
305 },
306 {
307 8,
308 20,
309 "http://www.gnu.org/licenses/licenses.html",
310 TEXT_STYLE_HIGHLIGHT
311 },
312 {
313 8,
314 22,
315 "Garanti:",
316 TEXT_STYLE_HIGHLIGHT
317 },
318 {
319 8,
320 24,
321 "Detta är gratis mjukvara; se källkoden för restriktioner angående kopiering.",
322 TEXT_STYLE_NORMAL
323 },
324 {
325 8,
326 25,
327 "INGEN GARANTI ges; inte ens för SÄLJBARHET eller PASSANDE FÖR ETT",
328 TEXT_STYLE_NORMAL
329 },
330 {
331 8,
332 26,
333 "SPECIELLT SYFTE. ALL ANVÄNDNING SKER PÅ EGEN RISK!",
334 TEXT_STYLE_NORMAL
335 },
336 {
337 0,
338 0,
339 " ENTER = Återvänd",
340 TEXT_TYPE_STATUS
341 },
342 {
343 0,
344 0,
345 NULL,
346 0
347 }
348 };
349
350 static MUI_ENTRY svSEDevicePageEntries[] =
351 {
352 {
353 4,
354 3,
355 " ReactOS " KERNEL_VERSION_STR " Setup ",
356 TEXT_STYLE_UNDERLINE
357 },
358 {
359 6,
360 8,
361 "Listan nedanför visar inställningarna för maskinvaran.",
362 TEXT_STYLE_NORMAL
363 },
364 {
365 8,
366 11,
367 " Dator:",
368 TEXT_STYLE_NORMAL
369 },
370 {
371 8,
372 12,
373 " Bildskärm:",
374 TEXT_STYLE_NORMAL,
375 },
376 {
377 8,
378 13,
379 " Tangentbord:",
380 TEXT_STYLE_NORMAL
381 },
382 {
383 8,
384 14,
385 "Tangentbordslayout:",
386 TEXT_STYLE_NORMAL
387 },
388 {
389 8,
390 16,
391 " Acceptera:",
392 TEXT_STYLE_NORMAL
393 },
394 {
395 25,
396 16, "Acceptera dessa maskinvaruinställningar",
397 TEXT_STYLE_NORMAL
398 },
399 {
400 6,
401 19,
402 "Ändra inställningarna genom att trycka på UPP- och NED-piltangenterna",
403 TEXT_STYLE_NORMAL
404 },
405 {
406 6,
407 20,
408 "för att markera en inställning, och tryck på ENTER för att välja",
409 TEXT_STYLE_NORMAL
410 },
411 {
412 6,
413 21,
414 "inställningen.",
415 TEXT_STYLE_NORMAL
416 },
417 {
418 6,
419 23,
420 "När alla inställningar är korrekta, välj \"Acceptera dessa maskinvaruinställningar\"",
421 TEXT_STYLE_NORMAL
422 },
423 {
424 6,
425 24,
426 "och tryck på ENTER.",
427 TEXT_STYLE_NORMAL
428 },
429 {
430 0,
431 0,
432 " ENTER = Fortsätt F3 = Avbryt",
433 TEXT_TYPE_STATUS
434 },
435 {
436 0,
437 0,
438 NULL,
439 0
440 }
441 };
442
443 static MUI_ENTRY svSERepairPageEntries[] =
444 {
445 {
446 4,
447 3,
448 " ReactOS " KERNEL_VERSION_STR " Setup ",
449 TEXT_STYLE_UNDERLINE
450 },
451 {
452 6,
453 8,
454 "ReactOS Setup är i en tidig utvecklingsfas och saknar därför ett antal",
455 TEXT_STYLE_NORMAL
456 },
457 {
458 6,
459 9,
460 "funktioner som kan förväntas av ett fullt användbart setup-program.",
461 TEXT_STYLE_NORMAL
462 },
463 {
464 6,
465 12,
466 "Reparations- och uppdateringsfunktionerna fungerar ej.",
467 TEXT_STYLE_NORMAL
468 },
469 {
470 8,
471 15,
472 "\x07 Tryck på U för att uppdatera ReactOS.",
473 TEXT_STYLE_NORMAL
474 },
475 {
476 8,
477 17,
478 "\x07 Tryck på R för Återställningskonsolen.",
479 TEXT_STYLE_NORMAL
480 },
481 {
482 8,
483 19,
484 "\x07 Tryck på ESC för att återvända till föregående sida.",
485 TEXT_STYLE_NORMAL
486 },
487 {
488 8,
489 21,
490 "\x07 Tryck på ENTER för att starta om datorn.",
491 TEXT_STYLE_NORMAL
492 },
493 {
494 0,
495 0,
496 " ESC = Gå till föregående sida ENTER = Starta om datorn",
497 TEXT_TYPE_STATUS
498 },
499 {
500 0,
501 0,
502 NULL,
503 0
504 }
505 };
506 static MUI_ENTRY svSEComputerPageEntries[] =
507 {
508 {
509 4,
510 3,
511 " ReactOS " KERNEL_VERSION_STR " Setup ",
512 TEXT_STYLE_UNDERLINE
513 },
514 {
515 6,
516 8,
517 "Ändra vilken typ av dator som ska installeras.",
518 TEXT_STYLE_NORMAL
519 },
520 {
521 8,
522 10,
523 "\x07 Använd UPP- och NED-piltangenterna för att välja önskad datortyp.",
524 TEXT_STYLE_NORMAL
525 },
526 {
527 8,
528 11,
529 " Tryck sen på ENTER.",
530 TEXT_STYLE_NORMAL
531 },
532 {
533 8,
534 13,
535 "\x07 Tryck på ESC för att återvända till den föregående sidan utan",
536 TEXT_STYLE_NORMAL
537 },
538 {
539 8,
540 14,
541 " att ändra datortypen.",
542 TEXT_STYLE_NORMAL
543 },
544 {
545 0,
546 0,
547 " ENTER = Fortsätt ESC = Återvänd F3 = Avbryt",
548 TEXT_TYPE_STATUS
549 },
550 {
551 0,
552 0,
553 NULL,
554 0
555 }
556 };
557
558 static MUI_ENTRY svSEFlushPageEntries[] =
559 {
560 {
561 4,
562 3,
563 " ReactOS " KERNEL_VERSION_STR " Setup ",
564 TEXT_STYLE_UNDERLINE
565 },
566 {
567 10,
568 6,
569 "Datorn försäkrar sig om att all data är lagrad på hårdisken.",
570 TEXT_STYLE_NORMAL
571 },
572 {
573 10,
574 8,
575 "Detta kommer att ta en stund.",
576 TEXT_STYLE_NORMAL
577 },
578 {
579 10,
580 9,
581 "När detta är färdigt kommer datorn att startas om automatiskt.",
582 TEXT_STYLE_NORMAL
583 },
584 {
585 0,
586 0,
587 " Rensar cachen",
588 TEXT_TYPE_STATUS
589 },
590 {
591 0,
592 0,
593 NULL,
594 0
595 }
596 };
597
598 static MUI_ENTRY svSEQuitPageEntries[] =
599 {
600 {
601 4,
602 3,
603 " ReactOS " KERNEL_VERSION_STR " Setup ",
604 TEXT_STYLE_UNDERLINE
605 },
606 {
607 10,
608 6,
609 "Installationen av ReactOS har inte slutförts.",
610 TEXT_STYLE_NORMAL
611 },
612 {
613 10,
614 8,
615 "Se till att ingen floppy-disk finns i floppy-läsare A:",
616 TEXT_STYLE_NORMAL
617 },
618 {
619 10,
620 9,
621 "och tag ur alla skivor från CD/DVD-läsarna.",
622 TEXT_STYLE_NORMAL
623 },
624 {
625 10,
626 11,
627 "Tryck på ENTER för att starta om datorn.",
628 TEXT_STYLE_NORMAL
629 },
630 {
631 0,
632 0,
633 " Var god vänta ...",
634 TEXT_TYPE_STATUS,
635 },
636 {
637 0,
638 0,
639 NULL,
640 0
641 }
642 };
643
644 static MUI_ENTRY svSEDisplayPageEntries[] =
645 {
646 {
647 4,
648 3,
649 " ReactOS " KERNEL_VERSION_STR " Setup ",
650 TEXT_STYLE_UNDERLINE
651 },
652 {
653 6,
654 8,
655 "Ändra vilken typ av bildskärmsinställning som ska installeras.",
656 TEXT_STYLE_NORMAL
657 },
658 { 8,
659 10,
660 "\x07 Använd UPP- och NED-piltangenterna för att välja önskad inställning.",
661 TEXT_STYLE_NORMAL
662 },
663 {
664 8,
665 11,
666 " Tryck sedan på ENTER.",
667 TEXT_STYLE_NORMAL
668 },
669 {
670 8,
671 13,
672 "\x07 Tryck på ESC för att återvända till den föregående sidan utan",
673 TEXT_STYLE_NORMAL
674 },
675 {
676 8,
677 14,
678 " att ändra bildskärmsinställningen.",
679 TEXT_STYLE_NORMAL
680 },
681 {
682 0,
683 0,
684 " ENTER = Fortsätt ESC = Återvänd F3 = Avbryt",
685 TEXT_TYPE_STATUS
686 },
687 {
688 0,
689 0,
690 NULL,
691 0
692 }
693 };
694
695 static MUI_ENTRY svSESuccessPageEntries[] =
696 {
697 {
698 4,
699 3,
700 " ReactOS " KERNEL_VERSION_STR " Setup ",
701 TEXT_STYLE_UNDERLINE
702 },
703 {
704 10,
705 6,
706 "ReactOS har nu installerats på datorn.",
707 TEXT_STYLE_NORMAL
708 },
709 {
710 10,
711 8,
712 "Se till att ingen floppy-disk finns i floppy-läsare A:",
713 TEXT_STYLE_NORMAL
714 },
715 {
716 10,
717 9,
718 "och tag ur alla skivor från CD/DVD-läsarna.",
719 TEXT_STYLE_NORMAL
720 },
721 {
722 10,
723 11,
724 "Tryck på ENTER för att starta om datorn.",
725 TEXT_STYLE_NORMAL
726 },
727 {
728 0,
729 0,
730 " ENTER = Starta om datorn",
731 TEXT_TYPE_STATUS
732 },
733 {
734 0,
735 0,
736 NULL,
737 0
738 }
739 };
740
741 static MUI_ENTRY svSEBootPageEntries[] =
742 {
743 {
744 4,
745 3,
746 " ReactOS " KERNEL_VERSION_STR " Setup ",
747 TEXT_STYLE_UNDERLINE
748 },
749 {
750 6,
751 8,
752 "Setup misslyckades med att installera bootloadern på datorns",
753 TEXT_STYLE_NORMAL
754 },
755 {
756 6,
757 9,
758 "hårddisk",
759 TEXT_STYLE_NORMAL
760 },
761 {
762 6,
763 13,
764 "Var god sätt in en formatterad floppy-disk i läsare A: och",
765 TEXT_STYLE_NORMAL
766 },
767 {
768 6,
769 14,
770 "tryck på ENTER.",
771 TEXT_STYLE_NORMAL,
772 },
773 {
774 0,
775 0,
776 " ENTER = Fortsätt F3 = Avbryt",
777 TEXT_TYPE_STATUS
778 },
779 {
780 0,
781 0,
782 NULL,
783 0
784 }
785
786 };
787
788 static MUI_ENTRY svSESelectPartitionEntries[] =
789 {
790 {
791 4,
792 3,
793 " ReactOS " KERNEL_VERSION_STR " Setup ",
794 TEXT_STYLE_UNDERLINE
795 },
796 {
797 6,
798 8,
799 "The list below shows existing partitions and unused disk",
800 TEXT_STYLE_NORMAL
801 },
802 {
803 6,
804 9,
805 "space for new partitions.",
806 TEXT_STYLE_NORMAL
807 },
808 {
809 8,
810 11,
811 "\x07 Press UP or DOWN to select a list entry.",
812 TEXT_STYLE_NORMAL
813 },
814 {
815 8,
816 13,
817 "\x07 Press ENTER to install ReactOS onto the selected partition.",
818 TEXT_STYLE_NORMAL
819 },
820 {
821 8,
822 15,
823 "\x07 Press C to create a new partition.",
824 TEXT_STYLE_NORMAL
825 },
826 {
827 8,
828 17,
829 "\x07 Press D to delete an existing partition.",
830 TEXT_STYLE_NORMAL
831 },
832 {
833 0,
834 0,
835 " Please wait...",
836 TEXT_TYPE_STATUS
837 },
838 {
839 0,
840 0,
841 NULL,
842 0
843 }
844 };
845
846 static MUI_ENTRY svSEFormatPartitionEntries[] =
847 {
848 {
849 4,
850 3,
851 " ReactOS " KERNEL_VERSION_STR " Setup ",
852 TEXT_STYLE_UNDERLINE
853 },
854 {
855 6,
856 8,
857 "Format partition",
858 TEXT_STYLE_NORMAL
859 },
860 {
861 6,
862 10,
863 "Setup will now format the partition. Press ENTER to continue.",
864 TEXT_STYLE_NORMAL
865 },
866 {
867 0,
868 0,
869 " ENTER = Continue F3 = Quit",
870 TEXT_TYPE_STATUS
871 },
872 {
873 0,
874 0,
875 NULL,
876 TEXT_STYLE_NORMAL
877 }
878 };
879
880 static MUI_ENTRY svSEInstallDirectoryEntries[] =
881 {
882 {
883 4,
884 3,
885 " ReactOS " KERNEL_VERSION_STR " Setup ",
886 TEXT_STYLE_UNDERLINE
887 },
888 {
889 6,
890 8,
891 "Setup installs ReactOS files onto the selected partition. Choose a",
892 TEXT_STYLE_NORMAL
893 },
894 {
895 6,
896 9,
897 "directory where you want ReactOS to be installed:",
898 TEXT_STYLE_NORMAL
899 },
900 {
901 6,
902 14,
903 "To change the suggested directory, press BACKSPACE to delete",
904 TEXT_STYLE_NORMAL
905 },
906 {
907 6,
908 15,
909 "characters and then type the directory where you want ReactOS to",
910 TEXT_STYLE_NORMAL
911 },
912 {
913 6,
914 16,
915 "be installed.",
916 TEXT_STYLE_NORMAL
917 },
918 {
919 0,
920 0,
921 " ENTER = Continue F3 = Quit",
922 TEXT_TYPE_STATUS
923 },
924 {
925 0,
926 0,
927 NULL,
928 0
929 }
930 };
931
932 static MUI_ENTRY svSEFileCopyEntries[] =
933 {
934 {
935 4,
936 3,
937 " ReactOS " KERNEL_VERSION_STR " Setup ",
938 TEXT_STYLE_UNDERLINE
939 },
940 {
941 11,
942 12,
943 "Please wait while ReactOS Setup copies files to your ReactOS",
944 TEXT_STYLE_NORMAL
945 },
946 {
947 30,
948 13,
949 "installation folder.",
950 TEXT_STYLE_NORMAL
951 },
952 {
953 20,
954 14,
955 "This may take several minutes to complete.",
956 TEXT_STYLE_NORMAL
957 },
958 {
959 0,
960 0,
961 " \xB3 Please wait... ",
962 TEXT_TYPE_STATUS
963 },
964 {
965 0,
966 0,
967 NULL,
968 0
969 }
970 };
971
972 static MUI_ENTRY svSEBootLoaderEntries[] =
973 {
974 {
975 4,
976 3,
977 " ReactOS " KERNEL_VERSION_STR " Setup ",
978 TEXT_STYLE_UNDERLINE
979 },
980 {
981 6,
982 8,
983 "Setup is installing the boot loader",
984 TEXT_STYLE_NORMAL
985 },
986 {
987 8,
988 12,
989 "Install bootloader on the harddisk (MBR and VBR).",
990 TEXT_STYLE_NORMAL
991 },
992 {
993 8,
994 13,
995 "Install bootloader on the harddisk (VBR only).",
996 TEXT_STYLE_NORMAL
997 },
998 {
999 8,
1000 14,
1001 "Install bootloader on a floppy disk.",
1002 TEXT_STYLE_NORMAL
1003 },
1004 {
1005 8,
1006 15,
1007 "Skip install bootloader.",
1008 TEXT_STYLE_NORMAL
1009 },
1010 {
1011 0,
1012 0,
1013 " ENTER = Continue F3 = Quit",
1014 TEXT_TYPE_STATUS
1015 },
1016 {
1017 0,
1018 0,
1019 NULL,
1020 0
1021 }
1022 };
1023
1024 static MUI_ENTRY svSEKeyboardSettingsEntries[] =
1025 {
1026 {
1027 4,
1028 3,
1029 " ReactOS " KERNEL_VERSION_STR " Setup ",
1030 TEXT_STYLE_UNDERLINE
1031 },
1032 {
1033 6,
1034 8,
1035 "You want to change the type of keyboard to be installed.",
1036 TEXT_STYLE_NORMAL
1037 },
1038 {
1039 8,
1040 10,
1041 "\x07 Press the UP or DOWN key to select the desired keyboard type.",
1042 TEXT_STYLE_NORMAL
1043 },
1044 {
1045 8,
1046 11,
1047 " Then press ENTER.",
1048 TEXT_STYLE_NORMAL
1049 },
1050 {
1051 8,
1052 13,
1053 "\x07 Press the ESC key to return to the previous page without changing",
1054 TEXT_STYLE_NORMAL
1055 },
1056 {
1057 8,
1058 14,
1059 " the keyboard type.",
1060 TEXT_STYLE_NORMAL
1061 },
1062 {
1063 0,
1064 0,
1065 " ENTER = Continue ESC = Cancel F3 = Quit",
1066 TEXT_TYPE_STATUS
1067 },
1068 {
1069 0,
1070 0,
1071 NULL,
1072 0
1073 }
1074 };
1075
1076 static MUI_ENTRY svSELayoutSettingsEntries[] =
1077 {
1078 {
1079 4,
1080 3,
1081 " ReactOS " KERNEL_VERSION_STR " Setup ",
1082 TEXT_STYLE_UNDERLINE
1083 },
1084 {
1085 6,
1086 8,
1087 "Please select a layout to be installed by default.",
1088 TEXT_STYLE_NORMAL
1089 },
1090 {
1091 8,
1092 10,
1093 "\x07 Press the UP or DOWN key to select the desired keyboard",
1094 TEXT_STYLE_NORMAL
1095 },
1096 {
1097 8,
1098 11,
1099 " layout. Then press ENTER.",
1100 TEXT_STYLE_NORMAL
1101 },
1102 {
1103 8,
1104 13,
1105 "\x07 Press the ESC key to return to the previous page without changing",
1106 TEXT_STYLE_NORMAL
1107 },
1108 {
1109 8,
1110 14,
1111 " the keyboard layout.",
1112 TEXT_STYLE_NORMAL
1113 },
1114 {
1115 0,
1116 0,
1117 " ENTER = Continue ESC = Cancel F3 = Quit",
1118 TEXT_TYPE_STATUS
1119 },
1120 {
1121 0,
1122 0,
1123 NULL,
1124 0
1125 },
1126
1127 };
1128
1129 static MUI_ENTRY svSEPrepareCopyEntries[] =
1130 {
1131 {
1132 4,
1133 3,
1134 " ReactOS " KERNEL_VERSION_STR " Setup ",
1135 TEXT_STYLE_UNDERLINE
1136 },
1137 {
1138 6,
1139 8,
1140 "Setup prepares your computer for copying the ReactOS files. ",
1141 TEXT_STYLE_NORMAL
1142 },
1143 {
1144 0,
1145 0,
1146 " Building the file copy list...",
1147 TEXT_TYPE_STATUS
1148 },
1149 {
1150 0,
1151 0,
1152 NULL,
1153 0
1154 },
1155
1156 };
1157
1158 static MUI_ENTRY svSESelectFSEntries[] =
1159 {
1160 {
1161 4,
1162 3,
1163 " ReactOS " KERNEL_VERSION_STR " Setup ",
1164 TEXT_STYLE_UNDERLINE
1165 },
1166 {
1167 6,
1168 17,
1169 "Select a file system from the list below.",
1170 0
1171 },
1172 {
1173 8,
1174 19,
1175 "\x07 Press UP or DOWN to select a file system.",
1176 0
1177 },
1178 {
1179 8,
1180 21,
1181 "\x07 Press ENTER to format the partition.",
1182 0
1183 },
1184 {
1185 8,
1186 23,
1187 "\x07 Press ESC to select another partition.",
1188 0
1189 },
1190 {
1191 0,
1192 0,
1193 " ENTER = Continue ESC = Cancel F3 = Quit",
1194 TEXT_TYPE_STATUS
1195 },
1196
1197 {
1198 0,
1199 0,
1200 NULL,
1201 0
1202 }
1203 };
1204
1205 static MUI_ENTRY svSEDeletePartitionEntries[] =
1206 {
1207 {
1208 4,
1209 3,
1210 " ReactOS " KERNEL_VERSION_STR " Setup ",
1211 TEXT_STYLE_UNDERLINE
1212 },
1213 {
1214 6,
1215 8,
1216 "You have chosen to delete the partition",
1217 TEXT_STYLE_NORMAL
1218 },
1219 {
1220 8,
1221 18,
1222 "\x07 Press D to delete the partition.",
1223 TEXT_STYLE_NORMAL
1224 },
1225 {
1226 11,
1227 19,
1228 "WARNING: All data on this partition will be lost!",
1229 TEXT_STYLE_NORMAL
1230 },
1231 {
1232 8,
1233 21,
1234 "\x07 Press ESC to cancel.",
1235 TEXT_STYLE_NORMAL
1236 },
1237 {
1238 0,
1239 0,
1240 " D = Delete Partition ESC = Cancel F3 = Quit",
1241 TEXT_TYPE_STATUS
1242 },
1243 {
1244 0,
1245 0,
1246 NULL,
1247 0
1248 }
1249 };
1250
1251 static MUI_ENTRY svSERegistryEntries[] =
1252 {
1253 {
1254 4,
1255 3,
1256 " ReactOS " KERNEL_VERSION_STR " Setup ",
1257 TEXT_STYLE_UNDERLINE
1258 },
1259 {
1260 6,
1261 8,
1262 "Setup is updating the system configuration. ",
1263 TEXT_STYLE_NORMAL
1264 },
1265 {
1266 0,
1267 0,
1268 " Creating registry hives...",
1269 TEXT_TYPE_STATUS
1270 },
1271 {
1272 0,
1273 0,
1274 NULL,
1275 0
1276 },
1277
1278 };
1279
1280 MUI_ERROR svSEErrorEntries[] =
1281 {
1282 {
1283 //ERROR_NOT_INSTALLED
1284 "ReactOS is not completely installed on your\n"
1285 "computer. If you quit Setup now, you will need to\n"
1286 "run Setup again to install ReactOS.\n"
1287 "\n"
1288 " \x07 Press ENTER to continue Setup.\n"
1289 " \x07 Press F3 to quit Setup.",
1290 "F3= Quit ENTER = Continue"
1291 },
1292 {
1293 //ERROR_NO_HDD
1294 "Setup could not find a harddisk.\n",
1295 "ENTER = Reboot computer"
1296 },
1297 {
1298 //ERROR_NO_SOURCE_DRIVE
1299 "Setup could not find its source drive.\n",
1300 "ENTER = Reboot computer"
1301 },
1302 {
1303 //ERROR_LOAD_TXTSETUPSIF
1304 "Setup failed to load the file TXTSETUP.SIF.\n",
1305 "ENTER = Reboot computer"
1306 },
1307 {
1308 //ERROR_CORRUPT_TXTSETUPSIF
1309 "Setup found a corrupt TXTSETUP.SIF.\n",
1310 "ENTER = Reboot computer"
1311 },
1312 {
1313 //ERROR_SIGNATURE_TXTSETUPSIF,
1314 "Setup found an invalid signature in TXTSETUP.SIF.\n",
1315 "ENTER = Reboot computer"
1316 },
1317 {
1318 //ERROR_DRIVE_INFORMATION
1319 "Setup could not retrieve system drive information.\n",
1320 "ENTER = Reboot computer"
1321 },
1322 {
1323 //ERROR_WRITE_BOOT,
1324 "Setup failed to install FAT bootcode on the system partition.",
1325 "ENTER = Reboot computer"
1326 },
1327 {
1328 //ERROR_LOAD_COMPUTER,
1329 "Setup failed to load the computer type list.\n",
1330 "ENTER = Reboot computer"
1331 },
1332 {
1333 //ERROR_LOAD_DISPLAY,
1334 "Setup failed to load the display settings list.\n",
1335 "ENTER = Reboot computer"
1336 },
1337 {
1338 //ERROR_LOAD_KEYBOARD,
1339 "Setup failed to load the keyboard type list.\n",
1340 "ENTER = Reboot computer"
1341 },
1342 {
1343 //ERROR_LOAD_KBLAYOUT,
1344 "Setup failed to load the keyboard layout list.\n",
1345 "ENTER = Reboot computer"
1346 },
1347 {
1348 //ERROR_WARN_PARTITION,
1349 "Setup found that at least one harddisk contains an incompatible\n"
1350 "partition table that can not be handled properly!\n"
1351 "\n"
1352 "Creating or deleting partitions can destroy the partiton table.\n"
1353 "\n"
1354 " \x07 Press F3 to quit Setup."
1355 " \x07 Press ENTER to continue.",
1356 "F3= Quit ENTER = Continue"
1357 },
1358 {
1359 //ERROR_NEW_PARTITION,
1360 "You can not create a new Partition inside\n"
1361 "of an already existing Partition!\n"
1362 "\n"
1363 " * Press any key to continue.",
1364 NULL
1365 },
1366 {
1367 //ERROR_DELETE_SPACE,
1368 "You can not delete unpartitioned disk space!\n"
1369 "\n"
1370 " * Press any key to continue.",
1371 NULL
1372 },
1373 {
1374 //ERROR_INSTALL_BOOTCODE,
1375 "Setup failed to install the FAT bootcode on the system partition.",
1376 "ENTER = Reboot computer"
1377 },
1378 {
1379 //ERROR_NO_FLOPPY,
1380 "No disk in drive A:.",
1381 "ENTER = Continue"
1382 },
1383 {
1384 //ERROR_UPDATE_KBSETTINGS,
1385 "Setup failed to update keyboard layout settings.",
1386 "ENTER = Reboot computer"
1387 },
1388 {
1389 //ERROR_UPDATE_DISPLAY_SETTINGS,
1390 "Setup failed to update display registry settings.",
1391 "ENTER = Reboot computer"
1392 },
1393 {
1394 //ERROR_IMPORT_HIVE,
1395 "Setup failed to import a hive file.",
1396 "ENTER = Reboot computer"
1397 },
1398 {
1399 //ERROR_FIND_REGISTRY
1400 "Setup failed to find the registry data files.",
1401 "ENTER = Reboot computer"
1402 },
1403 {
1404 //ERROR_CREATE_HIVE,
1405 "Setup failed to create the registry hives.",
1406 "ENTER = Reboot computer"
1407 },
1408 {
1409 //ERROR_INITIALIZE_REGISTRY,
1410 "Setup failed to set the initialize the registry.",
1411 "ENTER = Reboot computer"
1412 },
1413 {
1414 //ERROR_INVALID_CABINET_INF,
1415 "Cabinet has no valid inf file.\n",
1416 "ENTER = Reboot computer"
1417 },
1418 {
1419 //ERROR_CABINET_MISSING,
1420 "Cabinet not found.\n",
1421 "ENTER = Reboot computer"
1422 },
1423 {
1424 //ERROR_CABINET_SCRIPT,
1425 "Cabinet has no setup script.\n",
1426 "ENTER = Reboot computer"
1427 },
1428 {
1429 //ERROR_COPY_QUEUE,
1430 "Setup failed to open the copy file queue.\n",
1431 "ENTER = Reboot computer"
1432 },
1433 {
1434 //ERROR_CREATE_DIR,
1435 "Setup could not create install directories.",
1436 "ENTER = Reboot computer"
1437 },
1438 {
1439 //ERROR_TXTSETUP_SECTION,
1440 "Setup failed to find the 'Directories' section\n"
1441 "in TXTSETUP.SIF.\n",
1442 "ENTER = Reboot computer"
1443 },
1444 {
1445 //ERROR_CABINET_SECTION,
1446 "Setup failed to find the 'Directories' section\n"
1447 "in the cabinet.\n",
1448 "ENTER = Reboot computer"
1449 },
1450 {
1451 //ERROR_CREATE_INSTALL_DIR
1452 "Setup could not create the install directory.",
1453 "ENTER = Reboot computer"
1454 },
1455 {
1456 //ERROR_FIND_SETUPDATA,
1457 "Setup failed to find the 'SetupData' section\n"
1458 "in TXTSETUP.SIF.\n",
1459 "ENTER = Reboot computer"
1460 },
1461 {
1462 //ERROR_WRITE_PTABLE,
1463 "Setup failed to write partition tables.\n"
1464 "ENTER = Reboot computer"
1465 },
1466 {
1467 //ERROR_ADDING_CODEPAGE,
1468 "Setup failed to add codepage to registry.\n"
1469 "ENTER = Reboot computer"
1470 },
1471 {
1472 //ERROR_UPDATE_LOCALESETTINGS,
1473 "Setup could not set the system locale.\n"
1474 "ENTER = Reboot computer"
1475 },
1476 {
1477 //ERROR_ADDING_KBLAYOUTS,
1478 "Setup failed to add keyboard layouts to registry.\n"
1479 "ENTER = Reboot computer"
1480 },
1481 {
1482 //ERROR_UPDATE_GEOID,
1483 "Setup could not set the geo id.\n"
1484 "ENTER = Reboot computer"
1485 },
1486 {
1487 //ERROR_INSUFFICIENT_DISKSPACE,
1488 "Not enough free space in the selected partition.\n"
1489 " * Press any key to continue.",
1490 NULL
1491 },
1492 {
1493 NULL,
1494 NULL
1495 }
1496 };
1497
1498 MUI_PAGE svSEPages[] =
1499 {
1500 {
1501 LANGUAGE_PAGE,
1502 svSELanguagePageEntries
1503 },
1504 {
1505 START_PAGE,
1506 svSEWelcomePageEntries
1507 },
1508 {
1509 INSTALL_INTRO_PAGE,
1510 svSEIntroPageEntries
1511 },
1512 {
1513 LICENSE_PAGE,
1514 svSELicensePageEntries
1515 },
1516 {
1517 DEVICE_SETTINGS_PAGE,
1518 svSEDevicePageEntries
1519 },
1520 {
1521 REPAIR_INTRO_PAGE,
1522 svSERepairPageEntries
1523 },
1524 {
1525 COMPUTER_SETTINGS_PAGE,
1526 svSEComputerPageEntries
1527 },
1528 {
1529 DISPLAY_SETTINGS_PAGE,
1530 svSEDisplayPageEntries
1531 },
1532 {
1533 FLUSH_PAGE,
1534 svSEFlushPageEntries
1535 },
1536 {
1537 SELECT_PARTITION_PAGE,
1538 svSESelectPartitionEntries
1539 },
1540 {
1541 SELECT_FILE_SYSTEM_PAGE,
1542 svSESelectFSEntries
1543 },
1544 {
1545 FORMAT_PARTITION_PAGE,
1546 svSEFormatPartitionEntries
1547 },
1548 {
1549 DELETE_PARTITION_PAGE,
1550 svSEDeletePartitionEntries
1551 },
1552 {
1553 INSTALL_DIRECTORY_PAGE,
1554 svSEInstallDirectoryEntries
1555 },
1556 {
1557 PREPARE_COPY_PAGE,
1558 svSEPrepareCopyEntries
1559 },
1560 {
1561 FILE_COPY_PAGE,
1562 svSEFileCopyEntries
1563 },
1564 {
1565 KEYBOARD_SETTINGS_PAGE,
1566 svSEKeyboardSettingsEntries
1567 },
1568 {
1569 BOOT_LOADER_PAGE,
1570 svSEBootLoaderEntries
1571 },
1572 {
1573 LAYOUT_SETTINGS_PAGE,
1574 svSELayoutSettingsEntries
1575 },
1576 {
1577 QUIT_PAGE,
1578 svSEQuitPageEntries
1579 },
1580 {
1581 SUCCESS_PAGE,
1582 svSESuccessPageEntries
1583 },
1584 {
1585 BOOT_LOADER_FLOPPY_PAGE,
1586 svSEBootPageEntries
1587 },
1588 {
1589 REGISTRY_PAGE,
1590 svSERegistryEntries
1591 },
1592 {
1593 -1,
1594 NULL
1595 }
1596 };
1597
1598 MUI_STRING svSEStrings[] =
1599 {
1600 {STRING_PLEASEWAIT,
1601 " Please wait..."},
1602 {STRING_INSTALLCREATEPARTITION,
1603 " ENTER = Install C = Create Partition F3 = Quit"},
1604 {STRING_INSTALLDELETEPARTITION,
1605 " ENTER = Install D = Delete Partition F3 = Quit"},
1606 {STRING_PARTITIONSIZE,
1607 "Size of new partition:"},
1608 {STRING_CHOOSENEWPARTITION,
1609 "You have chosen to create a new partition on"},
1610 {STRING_HDDSIZE,
1611 "Please enter the size of the new partition in megabytes."},
1612 {STRING_CREATEPARTITION,
1613 " ENTER = Create Partition ESC = Cancel F3 = Quit"},
1614 {STRING_PARTFORMAT,
1615 "This Partition will be formatted next."},
1616 {STRING_NONFORMATTEDPART,
1617 "You chose to install ReactOS on a new or unformatted Partition."},
1618 {STRING_INSTALLONPART,
1619 "Setup install ReactOS onto Partition"},
1620 {STRING_CHECKINGPART,
1621 "Setup is now checking the selected partition."},
1622 {STRING_QUITCONTINUE,
1623 "F3= Quit ENTER = Continue"},
1624 {STRING_REBOOTCOMPUTER,
1625 "ENTER = Reboot computer"},
1626 {STRING_TXTSETUPFAILED,
1627 "Setup failed to find the '%S' section\nin TXTSETUP.SIF.\n"},
1628 {STRING_COPYING,
1629 " Copying file: %S"},
1630 {STRING_SETUPCOPYINGFILES,
1631 "Setup is copying files..."},
1632 {STRING_REGHIVEUPDATE,
1633 " Updating registry hives..."},
1634 {STRING_IMPORTFILE,
1635 " Importing %S..."},
1636 {STRING_DISPLAYETTINGSUPDATE,
1637 " Updating display registry settings..."},
1638 {STRING_LOCALESETTINGSUPDATE,
1639 " Updating locale settings..."},
1640 {STRING_KEYBOARDSETTINGSUPDATE,
1641 " Updating keyboard layout settings..."},
1642 {STRING_CODEPAGEINFOUPDATE,
1643 " Adding codepage information to registry..."},
1644 {STRING_DONE,
1645 " Done..."},
1646 {STRING_REBOOTCOMPUTER2,
1647 " ENTER = Reboot computer"},
1648 {STRING_CONSOLEFAIL1,
1649 "Unable to open the console\n\n"},
1650 {STRING_CONSOLEFAIL2,
1651 "The most common cause of this is using an USB keyboard\n"},
1652 {STRING_CONSOLEFAIL3,
1653 "USB keyboards are not fully supported yet\n"},
1654 {STRING_FORMATTINGDISK,
1655 "Setup is formatting your disk"},
1656 {STRING_CHECKINGDISK,
1657 "Setup is checking your disk"},
1658 {STRING_FORMATDISK1,
1659 " Format partition as %S file system (quick format) "},
1660 {STRING_FORMATDISK2,
1661 " Format partition as %S file system "},
1662 {STRING_KEEPFORMAT,
1663 " Keep current file system (no changes) "},
1664 {STRING_HDINFOPARTCREATE,
1665 "%I64u %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu) on %wZ."},
1666 {STRING_HDDINFOUNK1,
1667 "%I64u %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu)."},
1668 {STRING_HDDINFOUNK2,
1669 " %c%c Type %lu %I64u %s"},
1670 {STRING_HDINFOPARTDELETE,
1671 "on %I64u %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu) on %wZ."},
1672 {STRING_HDDINFOUNK3,
1673 "on %I64u %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu)."},
1674 {STRING_HDINFOPARTZEROED,
1675 "Harddisk %lu (%I64u %s), Port=%hu, Bus=%hu, Id=%hu (%wZ)."},
1676 {STRING_HDDINFOUNK4,
1677 "%c%c Type %lu %I64u %s"},
1678 {STRING_HDINFOPARTEXISTS,
1679 "on Harddisk %lu (%I64u %s), Port=%hu, Bus=%hu, Id=%hu (%wZ)."},
1680 {STRING_HDDINFOUNK5,
1681 "%c%c Type %-3u %6lu %s"},
1682 {STRING_HDINFOPARTSELECT,
1683 "%6lu %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu) on %S"},
1684 {STRING_HDDINFOUNK6,
1685 "%6lu %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu)"},
1686 {STRING_NEWPARTITION,
1687 "Setup created a new partition on"},
1688 {STRING_UNPSPACE,
1689 " Unpartitioned space %6lu %s"},
1690 {STRING_MAXSIZE,
1691 "MB (max. %lu MB)"},
1692 {STRING_UNFORMATTED,
1693 "New (Unformatted)"},
1694 {STRING_FORMATUNUSED,
1695 "Unused"},
1696 {STRING_FORMATUNKNOWN,
1697 "Unknown"},
1698 {STRING_KB,
1699 "KB"},
1700 {STRING_MB,
1701 "MB"},
1702 {STRING_GB,
1703 "GB"},
1704 {STRING_ADDKBLAYOUTS,
1705 "Adding keyboard layouts"},
1706 {0, 0}
1707 };