sync with trunk r47346
[reactos.git] / base / setup / reactos / lang / fr-FR.rc
1 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
2
3 IDD_STARTPAGE DIALOGEX DISCARDABLE 0, 0, 317, 193
4 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
5 CAPTION "Installation de ReactOS"
6 FONT 8, "MS Shell Dlg"
7 BEGIN
8 LTEXT "Bienvenue dans l'assistant d'installation de ReactOS.", IDC_STARTTITLE, 115, 8, 195, 24
9 LTEXT "Vous ne pouvez pas encore installer ReactOS directement depuis ce CD ! Veuillez redémarrer votre ordinateur depuis ce CD pour pouvoir installer ReactOS.", IDC_STATIC, 115, 40, 195, 100
10 LTEXT "Cliquez sur Terminer pour quitter l'installation.", IDC_STATIC, 115, 169, 195, 17
11 END
12
13 IDD_LANGSELPAGE DIALOGEX DISCARDABLE 0, 0, 317, 193
14 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
15 CAPTION "Installation de ReactOS"
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 DISCARDABLE 0, 0, 317, 193
27 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
28 CAPTION "Installation de ReactOS"
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 DISCARDABLE 0, 0, 317, 193
38 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
39 CAPTION "Installation de ReactOS"
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, 150, 80
45 LTEXT "Display:", IDC_STATIC, 20,35, 80, 10
46 CONTROL "", IDC_DISPLAY, "ComboBox", WS_VSCROLL | WS_TABSTOP | CBS_DROPDOWNLIST , 100, 35, 150, 80
47 LTEXT "Keyboard:", IDC_STATIC, 20,55, 80, 10
48 CONTROL "", IDC_KEYBOARD, "ComboBox", WS_VSCROLL | WS_TABSTOP | CBS_DROPDOWNLIST , 100, 55, 150, 80
49 LTEXT "Click Next setup of the installation device.", IDC_STATIC, 10, 180 ,277, 20
50 END
51
52 IDD_DRIVEPAGE DIALOGEX DISCARDABLE 0, 0, 317, 193
53 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
54 CAPTION "Installation de ReactOS"
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 DISCARDABLE 0, 0, 145, 90
67 STYLE WS_VISIBLE|WS_CAPTION|WS_THICKFRAME
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 DISCARDABLE 0, 0, 305, 105
83 STYLE WS_VISIBLE|WS_CAPTION|WS_THICKFRAME
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
90 CONTROL "Boot loader installation", IDC_STATIC, "Button", BS_GROUPBOX, 4,36,298,41
91
92 CONTROL "Install boot loader on the hard disk (MBR)", IDC_INSTFREELDR, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 10,46,278,11
93 CONTROL "No installation of bootloader", IDC_NOINSTFREELDR, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_DISABLED , 10,57,278,11
94 PUSHBUTTON "&OK", IDOK, 180,83,50,15, WS_TABSTOP | WS_VISIBLE
95 PUSHBUTTON "&Cancel", IDCANCEL, 240,83,50,15, WS_TABSTOP | WS_VISIBLE
96 END
97
98 IDD_SUMMARYPAGE DIALOGEX 0, 0, 317, 193
99 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
100 CAPTION "ReactOS Setup"
101 FONT 8, "MS Shell Dlg"
102 BEGIN
103 CONTROL "Installation summary", IDC_ACTION, "Button", BS_GROUPBOX, 10,0,297,172
104 LTEXT "Click Next to start the installation process.", IDC_STATIC, 10, 180 ,277, 20
105 END
106
107 IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 193
108 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
109 CAPTION "Installation de ReactOS"
110 FONT 8, "MS Shell Dlg"
111 BEGIN
112 CONTROL "Setup action", IDC_ACTION, "Button", BS_GROUPBOX, 10,0,297,172
113 LTEXT "Install files...", IDC_ACTIVITY, 20, 50, 277, 10
114 LTEXT "test.txt", IDC_ITEM, 30, 80, 257, 10
115 CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32",
116 PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 120, 277, 8
117 END
118
119 IDD_RESTARTPAGE DIALOGEX DISCARDABLE 0, 0, 317, 193
120 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
121 CAPTION "Completing ReactOS Setup"
122 FONT 8, "MS Shell Dlg"
123 BEGIN
124 CONTROL "Completing the first stage of ReactOS Setup", IDC_FINISHTITLE, "Button", BS_GROUPBOX, 10,0,297,172
125 LTEXT "You have successfully completed the first stage of ReactOS Setup.", IDC_STATIC, 20, 50, 277, 10
126
127 LTEXT "When you click Finish, your computer will restart.", IDC_STATIC, 20, 80, 277, 10
128 CONTROL "", IDC_RESTART_PROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 120, 277, 8
129 LTEXT "If there is a CD in a drive, remove it. Then, to restart your computer, click Finish.", IDC_STATIC, 10, 180, 297, 20
130 END
131
132 STRINGTABLE
133 BEGIN
134 IDS_LANGTITLE "Language Selection"
135 IDS_LANGSUBTITLE "Choose language for setup and final system."
136 IDS_TYPETITLE "Welcome to ReactOS Setup"
137 IDS_TYPESUBTITLE "Choose setup type."
138 IDS_DEVICETITLE "Setup the basic devices"
139 IDS_DEVICESUBTITLE "Set the settings of display and keyboard."
140 IDS_DRIVETITLE "Setup the installation partition and system folder"
141 IDS_DRIVESUBTITLE "Prepare installation partition, system folder and boot loader."
142 IDS_PROCESSTITLE "Prepare partition, copy files and setup system"
143 IDS_PROCESSSUBTITLE "Create and format partition, copy files, install and setup boot loader"
144 IDS_RESTARTTITLE "First stage of setup finished"
145 IDS_RESTARTSUBTITLE "The first stage of setup has been completed, restart to continue with second stage"
146 IDS_SUMMARYTITLE "Installation Summary"
147 IDS_SUMMARYSUBTITLE "List installation properties to check before apply to the installation device"
148 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?"
149 IDS_ABORTSETUP2 "Abort installation?"
150 END
151 /* EOF */