[APPLICATIONS]
[reactos.git] / reactos / base / setup / reactos / lang / fi-FI.rc
1 LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
2
3 IDD_STARTPAGE DIALOGEX 0, 0, 317, 193
4 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
5 CAPTION "ReactOS Asennus"
6 FONT 8, "MS Shell Dlg"
7 BEGIN
8 LTEXT "Welcome to the ReactOS Setup Wizard.", IDC_STARTTITLE, 115, 8, 195, 24
9 LTEXT "Et voi asentaa ReactOS:ä suoraan tältä CDlevyltä! Käynnistä tietokoneesi tältä CD levyltä asentaaksesi ReactOS:ä.", IDC_STATIC, 115, 40, 195, 100
10 LTEXT "Click Finish to exit the Setup.", IDC_STATIC, 115, 169, 195, 17
11 END
12
13 IDD_LANGSELPAGE DIALOGEX 0, 0, 317, 193
14 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
15 CAPTION "ReactOS Setup"
16 FONT 8, "MS Shell Dlg"
17 BEGIN
18 CONTROL "IDB_LOGO", IDB_ROSLOGO, "Static", WS_CHILD | WS_VISIBLE | SS_OWNERDRAW, 18, 0, 290, 99
19 CONTROL "Setup language:", IDC_STATIC, "Static", WS_CHILD | WS_VISIBLE | WS_GROUP | SS_RIGHT, 20, 109, 106, 11
20 CONTROL "", IDC_LANGUAGES, "ComboBox", WS_VSCROLL | WS_TABSTOP | CBS_DROPDOWNLIST, 132, 107, 176, 142
21 CONTROL "Keyboard or input method:", IDC_STATIC, "Static", WS_CHILD | WS_VISIBLE | WS_GROUP | SS_RIGHT, 20, 142, 106, 11
22 CONTROL "", IDC_KEYLAYOUT, "ComboBox", WS_VSCROLL | WS_TABSTOP | CBS_DROPDOWNLIST, 132, 141, 176, 81
23 LTEXT "Click Next to select the setup type.", IDC_STATIC, 10, 180, 297, 10
24 END
25
26 IDD_TYPEPAGE DIALOGEX 0, 0, 317, 193
27 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
28 CAPTION "ReactOS Setup"
29 FONT 8, "MS Shell Dlg"
30 BEGIN
31 CONTROL "Type of setup", IDC_STATIC, "Button", BS_GROUPBOX, 10, 0, 297, 172
32 CONTROL "Install ReactOS", IDC_INSTALL, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 20, 15, 277, 10
33 CONTROL "Repair or update an installed ReactOS", IDC_SETUP, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_DISABLED, 20, 30, 277, 10
34 LTEXT "Click Next to setup the devices.", IDC_STATIC, 10, 180, 297, 10
35 END
36
37 IDD_DEVICEPAGE DIALOGEX 0, 0, 317, 193
38 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
39 CAPTION "ReactOS Setup"
40 FONT 8, "MS Shell Dlg"
41 BEGIN
42 CONTROL "Device settings", IDC_STATIC, "Button", BS_GROUPBOX, 10, 0, 297, 172
43 LTEXT "Computer:", IDC_STATIC, 20, 15, 80, 10
44 CONTROL "", IDC_COMPUTER, "ComboBox", WS_VSCROLL | WS_TABSTOP | CBS_DROPDOWNLIST, 100, 15, 180, 80
45 LTEXT "Display:", IDC_STATIC, 20, 35, 80, 10
46 CONTROL "", IDC_DISPLAY, "ComboBox", WS_VSCROLL | WS_TABSTOP | CBS_DROPDOWNLIST, 100, 35, 180, 80
47 LTEXT "Keyboard:", IDC_STATIC, 20, 55, 80, 10
48 CONTROL "", IDC_KEYBOARD, "ComboBox", WS_VSCROLL | WS_TABSTOP | CBS_DROPDOWNLIST, 100, 55, 180, 80
49 LTEXT "Click Next to setup of the installation device.", IDC_STATIC, 10, 180, 277, 20
50 END
51
52 IDD_DRIVEPAGE DIALOGEX 0, 0, 317, 193
53 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
54 CAPTION "ReactOS Setup"
55 FONT 8, "MS Shell Dlg"
56 BEGIN
57 CONTROL "Partition for ReactOS installation", IDC_STATIC, "Button", BS_GROUPBOX, 10, 1, 298, 176
58 LISTBOX IDC_PARTITION, 20, 12, 278, 142, LBS_HASSTRINGS | WS_VSCROLL
59 PUSHBUTTON "&Create", IDC_PARTCREATE, 20, 155, 50, 15
60 PUSHBUTTON "&Delete", IDC_PARTDELETE, 76, 155, 50, 15
61 PUSHBUTTON "D&river", IDC_DEVICEDRIVER, 162, 155, 50, 15, WS_DISABLED
62 PUSHBUTTON "&Advanced Options...", IDC_PARTMOREOPTS, 218, 155, 80, 15
63 LTEXT "Click Next to check the summary.", IDC_STATIC, 10, 180, 277, 20
64 END
65
66 IDD_PARTITION DIALOGEX 0, 0, 145, 90
67 STYLE DS_SHELLFONT | WS_VISIBLE | WS_CAPTION
68 CAPTION "Create Partition"
69 FONT 8, "MS Shell Dlg"
70 BEGIN
71 CONTROL "", IDC_UPDOWN1, "msctls_updown32", WS_VISIBLE, 104, 22, 9, 13
72 CONTROL "Create and format partition", IDC_STATIC, "Button", BS_GROUPBOX, 7, 5, 129, 57
73 LTEXT "Size:", IDC_STATIC, 13, 24, 27, 9
74 EDITTEXT IDC_PARTSIZE, 52, 23, 53, 13, WS_VISIBLE | WS_TABSTOP
75 LTEXT "GB", IDC_UNIT, 117, 24, 14, 9
76 LTEXT "Filesystem:", IDC_STATIC, 13, 46, 35, 9
77 CONTROL "", IDC_FSTYPE, "ComboBox", WS_VISIBLE | WS_TABSTOP | CBS_DROPDOWNLIST, 52, 42, 79, 50
78 PUSHBUTTON "&OK", IDOK, 35, 68, 47, 15, WS_VISIBLE | WS_TABSTOP
79 PUSHBUTTON "&Cancel", IDCANCEL, 87, 68, 47, 15, WS_VISIBLE | WS_TABSTOP
80 END
81
82 IDD_BOOTOPTIONS DIALOGEX 0, 0, 305, 116
83 STYLE DS_SHELLFONT | WS_VISIBLE | WS_CAPTION
84 CAPTION "Advanced Partition Settings"
85 FONT 8, "MS Shell Dlg"
86 BEGIN
87 CONTROL "Installation folder", IDC_STATIC, "Button", BS_GROUPBOX, 4, 1, 298, 30
88 EDITTEXT IDC_PATH, 10, 11, 278, 13, WS_VISIBLE
89 CONTROL "Boot loader installation", IDC_STATIC, "Button", BS_GROUPBOX, 4, 36, 298, 52
90 CONTROL "Install boot loader on the hard disk (MBR and VBR)", IDC_INSTFREELDR, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 10, 46, 278, 11
91 CONTROL "Install boot loader on the hard disk (VBR only)", IDC_INSTVBRONLY, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 10, 57, 278, 11
92 CONTROL "No installation of bootloader", IDC_NOINSTFREELDR, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_DISABLED, 10, 68, 278, 11
93 PUSHBUTTON "&OK", IDOK, 180, 94, 50, 15, WS_TABSTOP | WS_VISIBLE
94 PUSHBUTTON "&Cancel", IDCANCEL, 240, 94, 50, 15, WS_TABSTOP | WS_VISIBLE
95 END
96
97 IDD_SUMMARYPAGE DIALOGEX 0, 0, 317, 193
98 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
99 CAPTION "ReactOS Setup"
100 FONT 8, "MS Shell Dlg"
101 BEGIN
102 CONTROL "Installation summary", IDC_ACTION, "Button", BS_GROUPBOX, 10, 0, 297, 172
103 LTEXT "Click Next to start the installation process.", IDC_STATIC, 10, 180, 277, 20
104 END
105
106 IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 193
107 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
108 CAPTION "ReactOS Setup"
109 FONT 8, "MS Shell Dlg"
110 BEGIN
111 CONTROL "Setup action", IDC_ACTION, "Button", BS_GROUPBOX, 10, 0, 297, 172
112 LTEXT "Install files...", IDC_ACTIVITY, 20, 50, 277, 10
113 LTEXT "test.txt", IDC_ITEM, 30, 80, 257, 10
114 CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 120, 277, 8
115 END
116
117 IDD_RESTARTPAGE DIALOGEX 0, 0, 317, 193
118 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
119 CAPTION "Completing ReactOS Setup"
120 FONT 8, "MS Shell Dlg"
121 BEGIN
122 CONTROL "Completing the first stage of ReactOS Setup", IDC_FINISHTITLE, "Button", BS_GROUPBOX, 10, 0, 297, 172
123 LTEXT "You have successfully completed the first stage of ReactOS Setup.", IDC_STATIC, 20, 50, 277, 10
124 LTEXT "When you click Finish, your computer will restart.", IDC_STATIC, 20, 80, 277, 10
125 CONTROL "", IDC_RESTART_PROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 120, 277, 8
126 LTEXT "If there is a CD in a drive, remove it. Then, to restart your computer, click Finish.", IDC_STATIC, 10, 180, 297, 20
127 END
128
129 STRINGTABLE
130 BEGIN
131 IDS_LANGTITLE "Language Selection"
132 IDS_LANGSUBTITLE "Choose language for setup and final system."
133 IDS_TYPETITLE "Welcome to ReactOS Setup"
134 IDS_TYPESUBTITLE "Choose setup type."
135 IDS_DEVICETITLE "Setup the basic devices"
136 IDS_DEVICESUBTITLE "Set the settings of display and keyboard."
137 IDS_DRIVETITLE "Setup the installation partition and system folder"
138 IDS_DRIVESUBTITLE "Prepare installation partition, system folder and boot loader."
139 IDS_PROCESSTITLE "Setup partition, copy files and setup system"
140 IDS_PROCESSSUBTITLE "Create and format partition, copy files, install and setup boot loader"
141 IDS_RESTARTTITLE "First stage of setup finished"
142 IDS_RESTARTSUBTITLE "The first stage of setup has been completed, restart to continue with second stage"
143 IDS_SUMMARYTITLE "Installation Summary"
144 IDS_SUMMARYSUBTITLE "List installation properties to check before apply to the installation device"
145 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?"
146 IDS_ABORTSETUP2 "Abort installation?"
147 IDS_NO_TXTSETUP_SIF "Unable to find 'txtsetup.sif'\nSetup is unable to continue."
148 IDS_CAPTION "ReactOS Setup"
149 END