[SHELL32_APITEST] Follow-up to #6796 (25e2f5f)
[reactos.git] / base / setup / reactos / lang / hu-HU.rc
1 /* Hungarian translation by Robert Horvath - talley at cubeclub.hu */
2
3 LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
4
5 IDD_STARTPAGE DIALOGEX 0, 0, 317, 193
6 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
7 CAPTION "ReactOS telepítõ"
8 FONT 8, "MS Shell Dlg"
9 BEGIN
10 LTEXT "Welcome to the ReactOS Setup Wizard", IDC_STARTTITLE, 115, 8, 195, 24
11 LTEXT "Nem tudod feltelepíteni a ReactOS rendszert így! Kérlek indítsd újra a számítógépet ezzel a CD-vel, hogy feltudjad telepíteni a ReactOS rendszert.", IDC_STATIC, 115, 40, 195, 100
12 LTEXT "Click Finish to exit the Setup.", IDC_STATIC, 115, 169, 195, 17
13 END
14
15 IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
16 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
17 CAPTION "ReactOS telepítõ"
18 FONT 8, "MS Shell Dlg"
19 BEGIN
20 AUTORADIOBUTTON "Install ReactOS", IDC_INSTALL, 7, 7, 277, 10, WS_GROUP | WS_TABSTOP
21 LTEXT "Install a new copy of ReactOS. This option does not keep your files, settings and programs. You can make changes to disks and partitions.", IDC_INSTALLTEXT, 18, 18, 269, 25, NOT WS_GROUP
22 AUTORADIOBUTTON "Update or repair an installed ReactOS", IDC_UPDATE, 7, 50, 277, 10
23 LTEXT "Update or repair an installed copy of ReactOS. This option keeps your files, settings and programs. This option is only available if ReactOS is already installed on this computer.", IDC_UPDATETEXT, 18, 61, 269, 30, NOT WS_GROUP
24 LTEXT "Click Next to setup the devices.", IDC_STATIC, 7, 128, 297, 8
25 END
26
27 IDD_UPDATEREPAIRPAGE DIALOGEX 0, 0, 317, 143
28 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
29 CAPTION "ReactOS telepítõ"
30 FONT 8, "MS Shell Dlg"
31 BEGIN
32 LTEXT "The ReactOS Setup can upgrade one of the available ReactOS installations listed below, or, if a ReactOS installation is damaged, the Setup program can attempt to repair it.", IDC_STATIC, 6, 6, 300, 18
33 CONTROL "", IDC_NTOSLIST, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP, 6, 30, 303, 90
34 PUSHBUTTON "&Do not upgrade", IDC_SKIPUPGRADE, 230, 128, 80, 14
35 LTEXT "Click Next to upgrade the selected OS installation, or on 'Do not upgrade' to continue a new installation without upgrading.", IDC_STATIC, 7, 124, 222, 16
36 END
37
38 IDD_DEVICEPAGE DIALOGEX 0, 0, 317, 143
39 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
40 CAPTION "ReactOS telepítõ"
41 FONT 8, "MS Shell Dlg"
42 BEGIN
43 LTEXT "Computer:", IDC_STATIC, 20, 15, 80, 10
44 COMBOBOX IDC_COMPUTER, 100, 15, 180, 80, WS_VSCROLL | WS_TABSTOP | CBS_DROPDOWNLIST
45 LTEXT "Display:", IDC_STATIC, 20, 35, 80, 10
46 COMBOBOX IDC_DISPLAY, 100, 35, 180, 80, WS_VSCROLL | WS_TABSTOP | CBS_DROPDOWNLIST
47 LTEXT "Keyboard:", IDC_STATIC, 20, 55, 80, 10
48 COMBOBOX IDC_KEYBOARD, 100, 55, 180, 80, WS_VSCROLL | WS_TABSTOP | CBS_DROPDOWNLIST
49 LTEXT "Click Next to continue setup on the installation device.", IDC_STATIC, 7, 128, 297, 8
50 END
51
52 IDD_DRIVEPAGE DIALOGEX 0, 0, 317, 143
53 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
54 CAPTION "ReactOS telepítõ"
55 FONT 8, "MS Shell Dlg"
56 BEGIN
57 CONTROL "", IDC_PARTITION, "SysTreeList32", WS_BORDER | WS_VISIBLE | WS_TABSTOP | LVS_REPORT | LVS_SINGLESEL, 7, 7, 303, 112
58 PUSHBUTTON "&Create", IDC_PARTCREATE, 7, 122, 50, 15
59 PUSHBUTTON "&Delete", IDC_PARTDELETE, 63, 122, 50, 15
60 PUSHBUTTON "D&river", IDC_DEVICEDRIVER, 174, 122, 50, 15, WS_DISABLED
61 PUSHBUTTON "&Advanced Options...", IDC_PARTMOREOPTS, 230, 122, 80, 15
62 // LTEXT "Click Next to check the summary.", IDC_STATIC, 10, 180, 277, 20
63 END
64
65 IDD_PARTITION DIALOGEX 0, 0, 145, 90
66 STYLE DS_SHELLFONT | WS_VISIBLE | WS_CAPTION
67 CAPTION "Create Partition"
68 FONT 8, "MS Shell Dlg"
69 BEGIN
70 CONTROL "", IDC_UPDOWN1, "msctls_updown32", WS_VISIBLE, 104, 22, 9, 13
71 CONTROL "Create and format partition", IDC_STATIC, "Button", BS_GROUPBOX, 7, 5, 129, 57
72 LTEXT "Size:", IDC_STATIC, 13, 24, 27, 9
73 EDITTEXT IDC_PARTSIZE, 58, 22, 47, 13, WS_VISIBLE | WS_TABSTOP
74 LTEXT "GB", IDC_UNIT, 117, 24, 14, 9
75 LTEXT "File System:", IDC_STATIC, 13, 46, 42, 9
76 CONTROL "", IDC_FSTYPE, "ComboBox", WS_VISIBLE | WS_TABSTOP | CBS_DROPDOWNLIST, 58, 42, 73, 50
77 PUSHBUTTON "&OK", IDOK, 35, 68, 47, 15, WS_VISIBLE | WS_TABSTOP
78 PUSHBUTTON "&Cancel", IDCANCEL, 87, 68, 47, 15, WS_VISIBLE | WS_TABSTOP
79 END
80
81 IDD_BOOTOPTIONS DIALOGEX 0, 0, 305, 116
82 STYLE DS_SHELLFONT | WS_VISIBLE | WS_CAPTION
83 CAPTION "Advanced Partition Settings"
84 FONT 8, "MS Shell Dlg"
85 BEGIN
86 CONTROL "Installation folder", IDC_STATIC, "Button", BS_GROUPBOX, 4, 1, 298, 30
87 EDITTEXT IDC_PATH, 10, 11, 278, 13, WS_VISIBLE
88 CONTROL "Boot loader installation", IDC_STATIC, "Button", BS_GROUPBOX, 4, 36, 298, 52
89 CONTROL "Install boot loader on the hard disk (MBR and VBR)", IDC_INSTFREELDR, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 10, 46, 278, 11
90 CONTROL "Install boot loader on the hard disk (VBR only)", IDC_INSTVBRONLY, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 10, 57, 278, 11
91 CONTROL "No installation of bootloader", IDC_NOINSTFREELDR, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_DISABLED, 10, 68, 278, 11
92 PUSHBUTTON "&OK", IDOK, 180, 94, 50, 15, WS_TABSTOP | WS_VISIBLE
93 PUSHBUTTON "&Cancel", IDCANCEL, 240, 94, 50, 15, WS_TABSTOP | WS_VISIBLE
94 END
95
96 IDD_SUMMARYPAGE DIALOGEX 0, 0, 317, 143
97 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
98 CAPTION "ReactOS telepítõ"
99 FONT 8, "MS Shell Dlg"
100 BEGIN
101 LTEXT "Installation type:", IDC_STATIC, 18, 5, 74, 11
102 EDITTEXT IDC_INSTALLTYPE, 95, 4, 210, 13, ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE | NOT WS_BORDER | NOT WS_TABSTOP
103 LTEXT "Installation source:", IDC_STATIC, 18, 17, 74, 11
104 EDITTEXT IDC_INSTALLSOURCE, 95, 16, 210, 13, ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE | NOT WS_BORDER | NOT WS_TABSTOP
105 LTEXT "Architecture:", IDC_STATIC, 18, 29, 74, 11
106 EDITTEXT IDC_ARCHITECTURE, 95, 28, 210, 13, ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE | NOT WS_BORDER | NOT WS_TABSTOP
107 LTEXT "Computer:", IDC_STATIC, 18, 41, 74, 11
108 EDITTEXT IDC_COMPUTER, 95, 40, 210, 13, ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE | NOT WS_BORDER | NOT WS_TABSTOP
109 LTEXT "Display:", IDC_STATIC, 18, 53, 74, 11
110 EDITTEXT IDC_DISPLAY, 95, 52, 210, 13, ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE | NOT WS_BORDER | NOT WS_TABSTOP
111 LTEXT "Keyboard:", IDC_STATIC, 18, 65, 74, 11
112 EDITTEXT IDC_KEYBOARD, 95, 64, 210, 13, ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE | NOT WS_BORDER | NOT WS_TABSTOP
113 LTEXT "Destination volume:", IDC_STATIC, 18, 77, 74, 11
114 EDITTEXT IDC_DESTDRIVE, 95, 76, 210, 13, ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE | NOT WS_BORDER | NOT WS_TABSTOP
115 LTEXT "Destination directory:", IDC_STATIC, 18, 89, 74, 11
116 EDITTEXT IDC_PATH, 95, 88, 210, 13, ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE | NOT WS_BORDER | NOT WS_TABSTOP
117 AUTOCHECKBOX "I confirm that all the installation settings are correct. I also acknowledge that\nReactOS is alpha-quality software and may break on my computer or corrupt my data.",
118 IDC_CONFIRM_INSTALL, 7, 104, 303, 18, BS_MULTILINE
119 LTEXT "Please confirm that all the installation settings are correct,\nthen click on Install to start the installation process.", IDC_STATIC, 7, 124, 303, 18
120 END
121
122 IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143
123 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
124 CAPTION "ReactOS telepítõ"
125 FONT 8, "MS Shell Dlg"
126 BEGIN
127 LTEXT "Install files...", IDC_ACTIVITY, 20, 50, 277, 10
128 LTEXT "test.txt", IDC_ITEM, 30, 80, 257, 10
129 CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 120, 277, 8
130 END
131
132 IDD_RESTARTPAGE DIALOGEX 0, 0, 317, 193
133 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
134 CAPTION "ReactOS telepítõ"
135 FONT 8, "MS Shell Dlg"
136 BEGIN
137 LTEXT "Completing the ReactOS Setup Wizard", IDC_FINISHTITLE, 115, 8, 195, 24
138 LTEXT "You have successfully completed the first stage of ReactOS Setup.", IDC_STATIC, 115, 50, 195, 17
139 LTEXT "When you click Finish, your computer will restart.", IDC_STATIC, 115, 80, 195, 17
140 CONTROL "", IDC_RESTART_PROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 115, 110, 195, 8
141 LTEXT "If there is a CD in a drive, remove it. Then, to restart your computer, click Finish.", IDC_STATIC, 115, 169, 195, 17
142 END
143
144 STRINGTABLE
145 BEGIN
146 IDS_TYPETITLE "Welcome to ReactOS Setup"
147 IDS_TYPESUBTITLE "Choose setup type."
148 IDS_DEVICETITLE "Setup the basic devices"
149 IDS_DEVICESUBTITLE "Set the settings of display and keyboard."
150 IDS_DRIVETITLE "Setup the installation partition and system folder"
151 IDS_DRIVESUBTITLE "Prepare installation partition, system folder and boot loader."
152 IDS_PROCESSTITLE "Setup partition, copy files and setup system"
153 IDS_PROCESSSUBTITLE "Create and format partition, copy files, install and setup boot loader"
154 IDS_RESTARTTITLE "First stage of setup finished"
155 IDS_RESTARTSUBTITLE "The first stage of setup has been completed, restart to continue with second stage"
156 IDS_SUMMARYTITLE "Installation Summary"
157 IDS_SUMMARYSUBTITLE "List installation properties to check before apply to the installation device"
158 IDS_ABORTSETUP "ReactOS is not completely installed on your computer. If you quit Setup now, you will need to run Setup again to install ReactOS. Really quit?"
159 IDS_ABORTSETUP2 "Abort installation?"
160 IDS_NO_TXTSETUP_SIF "Unable to find 'txtsetup.sif'.\nSetup is unable to continue."
161 IDS_CAPTION "ReactOS Setup"
162 END
163
164 STRINGTABLE
165 BEGIN
166 IDS_INSTALLATION_NAME "Name"
167 IDS_INSTALLATION_PATH "Installation Path"
168 IDS_INSTALLATION_VENDOR "Vendor Name"
169 END
170
171 STRINGTABLE
172 BEGIN
173 IDS_PARTITION_NAME "Name"
174 IDS_PARTITION_TYPE "Type"
175 IDS_PARTITION_SIZE "Size"
176 IDS_PARTITION_STATUS "Status"
177 END