8e28acbd5e26e10c37987ca42990dd8ba59533e7
[reactos.git] / reactos / dll / win32 / shell32 / lang / fr-FR.rc
1 /*
2 * Shell32
3 * French language support
4 *
5 * Copyright 1998 Juergen Schmied
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 */
21
22 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
23
24 MENU_001 MENU DISCARDABLE
25 BEGIN
26 MENUITEM "&Grands icônes", FCIDM_SHVIEW_BIGICON
27 MENUITEM "&Petits icônes", FCIDM_SHVIEW_SMALLICON
28 MENUITEM "&Liste", FCIDM_SHVIEW_LISTVIEW
29 MENUITEM "&Détails", FCIDM_SHVIEW_REPORTVIEW
30 END
31
32 /* shellview background menu */
33 MENU_002 MENU DISCARDABLE
34 BEGIN
35 POPUP ""
36 BEGIN
37 POPUP "&Affichage"
38 BEGIN
39 MENUITEM "&Grands icônes", FCIDM_SHVIEW_BIGICON
40 MENUITEM "&Petits icônes", FCIDM_SHVIEW_SMALLICON
41 MENUITEM "&Liste", FCIDM_SHVIEW_LISTVIEW
42 MENUITEM "&Détails", FCIDM_SHVIEW_REPORTVIEW
43 END
44 MENUITEM SEPARATOR
45 POPUP "Trier les &icônes"
46 BEGIN
47 MENUITEM "Par &nom", 0x30 /* column 0 */
48 MENUITEM "Par &type", 0x32 /* column 2 */
49 MENUITEM "Par t&aille", 0x31 /* ... */
50 MENUITEM "Par &date", 0x33
51 MENUITEM SEPARATOR
52 MENUITEM "T&ri automatique", FCIDM_SHVIEW_AUTOARRANGE
53 END
54 MENUITEM "Aligner les icônes", FCIDM_SHVIEW_SNAPTOGRID
55 MENUITEM SEPARATOR
56 MENUITEM "Rafraîchir", FCIDM_SHVIEW_REFRESH
57 MENUITEM SEPARATOR
58 MENUITEM "Coller", FCIDM_SHVIEW_INSERT
59 MENUITEM "Coller comme un lien", FCIDM_SHVIEW_INSERTLINK
60 MENUITEM SEPARATOR
61 POPUP "Nouveau"
62 BEGIN
63 MENUITEM "Nouveau d&ossier", FCIDM_SHVIEW_NEWFOLDER
64 MENUITEM "Nouveau &lien", FCIDM_SHVIEW_NEWLINK
65 MENUITEM SEPARATOR
66 END
67 MENUITEM SEPARATOR
68 MENUITEM "Propriétés", FCIDM_SHVIEW_PROPERTIES
69 END
70 END
71
72 /* shellview item menu */
73 MENU_SHV_FILE MENU DISCARDABLE
74 BEGIN
75 POPUP ""
76 BEGIN
77 MENUITEM "E&xplorer", FCIDM_SHVIEW_EXPLORE
78 MENUITEM "&Ouvrir", FCIDM_SHVIEW_OPEN
79 MENUITEM SEPARATOR
80 MENUITEM "C&ouper", FCIDM_SHVIEW_CUT
81 MENUITEM "&Copier", FCIDM_SHVIEW_COPY
82 MENUITEM SEPARATOR
83 MENUITEM "Créer un &lien", FCIDM_SHVIEW_CREATELINK
84 MENUITEM "&Supprimer", FCIDM_SHVIEW_DELETE
85 MENUITEM "&Renommer", FCIDM_SHVIEW_RENAME
86 MENUITEM SEPARATOR
87 MENUITEM "&Propriétés", FCIDM_SHVIEW_PROPERTIES
88 END
89 END
90
91 SHBRSFORFOLDER_MSGBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 15, 40, 188, 192
92 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU | DS_MODALFRAME | DS_SETFONT | DS_3DLOOK
93 CAPTION "Parcourir"
94 FONT 8, "MS Shell Dlg"
95 BEGIN
96 DEFPUSHBUTTON "OK", 1, 80, 176, 50, 12, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
97 PUSHBUTTON "Annuler", 2, 134, 176, 50, 12, WS_GROUP | WS_TABSTOP
98 LTEXT "", IDD_TITLE, 4, 4, 180, 12
99 LTEXT "", IDD_STATUS, 4, 25, 180, 12
100 CONTROL "", IDD_TREEVIEW, "SysTreeView32", TVS_HASBUTTONS | TVS_HASLINES | TVS_LINESATROOT | WS_BORDER | WS_TABSTOP, 4, 40, 180, 120
101 END
102
103 SHNEWBRSFORFOLDER_MSGBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 15, 40, 218, 196
104 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU | DS_MODALFRAME | DS_SETFONT | DS_3DLOOK
105 CAPTION "Browse for Folder"
106 FONT 8, "MS Shell Dlg"
107 BEGIN
108 LTEXT "", IDD_TITLE, 10, 8, 198, 24
109 LTEXT "", IDD_STATUS, 10, 25, 198, 12
110 LTEXT "Folder:", IDD_FOLDER, 10, 156, 40, 12
111 CONTROL "", IDD_TREEVIEW, "SysTreeView32", TVS_HASBUTTONS | TVS_HASLINES | TVS_LINESATROOT | WS_BORDER | WS_TABSTOP, 12, 38, 194, 105
112 EDITTEXT IDD_FOLDERTEXT, 46, 150, 160, 14, WS_BORDER | WS_GROUP | WS_TABSTOP
113 PUSHBUTTON "&Make New Folder", IDD_MAKENEWFOLDER, 12, 174, 77, 14, WS_GROUP | WS_TABSTOP
114 DEFPUSHBUTTON "OK", IDOK, 102, 174, 50, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
115 PUSHBUTTON "Cancel", IDCANCEL, 156, 174, 50, 14, WS_GROUP | WS_TABSTOP
116 END
117
118 SHELL_YESTOALL_MSGBOX DIALOG 200, 100, 280, 90
119 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
120 CAPTION "Message"
121 FONT 8, "MS Shell Dlg"
122 BEGIN
123 DEFPUSHBUTTON "&Yes", IDYES, 34, 69, 53, 14, WS_GROUP | WS_TABSTOP
124 PUSHBUTTON "Yes to &all", IDD_YESTOALL, 92, 69, 65, 14, WS_GROUP | WS_TABSTOP
125 PUSHBUTTON "&No", IDNO, 162, 69, 53, 14, WS_GROUP | WS_TABSTOP
126 PUSHBUTTON "&Cancel", IDCANCEL, 220, 69, 53, 14, WS_GROUP | WS_TABSTOP
127 ICON "", IDD_ICON, 10, 10, 16, 16
128 LTEXT "", IDD_MESSAGE, 40, 10, 238, 52, 0
129 END
130
131 IDD_SHELL_ABOUT DIALOGEX LOADONCALL MOVEABLE DISCARDABLE 0, 0, 275, 198
132 STYLE DS_FIXEDSYS | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
133 CAPTION "À propos de %s"
134 FONT 8, "MS Shell Dlg"
135 BEGIN
136 ICON "", IDC_SHELL_ABOUT_ICON, 7, 55, 21, 20
137 LTEXT "", IDC_SHELL_ABOUT_APPNAME, 35, 55, 200, 10
138 LTEXT "Version " KERNEL_VERSION_STR " (" KERNEL_VERSION_BUILD_STR ")", IDC_STATIC, 35, 65, 235, 10
139 LTEXT REACTOS_DEFAULT_STR_LEGAL_COPYRIGHT, IDC_STATIC, 35, 75, 210, 10
140 LTEXT "", IDC_SHELL_ABOUT_OTHERSTUFF, 35, 90, 180, 20
141 LTEXT "This ReactOS version is registered to:", IDC_STATIC, 35, 115, 180, 10
142 LTEXT "", IDC_SHELL_ABOUT_REG_USERNAME, 45, 125, 180, 10
143 LTEXT "", IDC_SHELL_ABOUT_REG_ORGNAME, 45, 135, 180, 10
144 LTEXT "", IDC_STATIC, 35, 147, 235, 1, SS_ETCHEDHORZ
145 LTEXT "Installed physical memory:", IDC_STATIC, 35, 152, 130, 10
146 LTEXT "", IDC_SHELL_ABOUT_PHYSMEM, 167, 152, 88, 10
147 DEFPUSHBUTTON "OK", IDOK, 220, 178, 50, 14
148
149 PUSHBUTTON "", IDC_SHELL_ABOUT_AUTHORS, 5, 178, 70, 14
150 END
151
152 IDD_SHELL_ABOUT_AUTHORS DIALOGEX MOVEABLE DISCARDABLE 35, 90, 235, 85
153 STYLE DS_FIXEDSYS | WS_CHILD
154 FONT 8, "MS Shell Dlg"
155 BEGIN
156 LTEXT "ReactOS est une réalisation de:", IDC_STATIC, 0, 0, 180, 10
157 LISTBOX IDC_SHELL_ABOUT_AUTHORS_LISTBOX, 0, 10, 165, 75
158 END
159
160 SHELL_RUN_DLG DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 227, 95
161 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
162 CAPTION ""
163 FONT 8, "MS Shell Dlg"
164 BEGIN
165 ICON "", 12297, 7, 11, 18, 20, WS_VISIBLE
166 LTEXT "Entrez le nom d'un programme, d'un dossier, d'un document ou d'une ressource Internet, et ReactOS l'ouvrira pour vous.", 12289, 36, 11, 182, 18
167 LTEXT "&Ouvrir :", 12305, 7, 39, 24, 10
168 CONTROL "", 12298, "COMBOBOX", WS_TABSTOP | WS_GROUP | WS_VSCROLL | WS_VISIBLE | CBS_DISABLENOSCROLL | CBS_AUTOHSCROLL | CBS_DROPDOWN, 36, 37, 183, 100
169 DEFPUSHBUTTON "OK", IDOK, 62, 63, 50, 14, WS_TABSTOP
170 PUSHBUTTON "Annuler", IDCANCEL, 116, 63, 50, 14, WS_TABSTOP
171 PUSHBUTTON "&Parcourir...", 12288, 170, 63, 50, 14, WS_TABSTOP
172 END
173
174 SHELL_GENERAL_SHORTCUT_DLG DIALOGEX 0, 0, 240, 130
175 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
176 CAPTION "Shortcut"
177 FONT 8, "MS Shell Dlg", 0, 0, 0x0
178 BEGIN
179 ICON "", 14000, 10, 5, 30, 30, WS_VISIBLE
180 LTEXT "Target type:", 14004, 10, 30, 50, 10
181 LTEXT "", 14005, 70, 30, 150, 10
182 LTEXT "Target location:", 14006, 10, 40, 70, 10
183 LTEXT "", 14007, 70, 40, 150, 10
184 LTEXT "Target:", 14008, 10, 55, 45, 10
185 EDITTEXT 14009, 70, 55, 150, 10, ES_LEFT | ES_AUTOHSCROLL
186 LTEXT "&Start in:",14010, 10, 65, 57, 10
187 EDITTEXT 14011, 70, 65, 150, 10, ES_LEFT | ES_AUTOHSCROLL
188 LTEXT "Shortcut &key:", 14014, 10, 80, 57, 10
189 EDITTEXT 14015, 70, 80, 150, 10, ES_LEFT
190 LTEXT "Run:", 14016, 10, 90, 57, 10
191 EDITTEXT 14017, 70, 90, 150, 10, ES_AUTOHSCROLL
192 LTEXT "C&omment:", 14018, 10, 100, 57, 10
193 EDITTEXT 14019, 70, 100, 150, 10, ES_LEFT | ES_AUTOHSCROLL
194 PUSHBUTTON "&Find Target...", 14020, 10, 115, 63, 14, ES_LEFT
195 PUSHBUTTON "&Change Icon...", 14021, 83, 115, 63, 14, ES_LEFT
196 PUSHBUTTON "A&dvanced...", 14022, 156, 115, 63, 14, ES_LEFT
197 END
198
199 SHELL_EXTENDED_SHORTCUT_DLG DIALOGEX 0, 0, 230, 150
200 STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_CAPTION
201 CAPTION "Extended Properties"
202 FONT 8, "MS Shell Dlg", 0, 0, 0x0
203 BEGIN
204 LTEXT "Choose the advanced properties you want for this shortcut.", -1, 5, 30, 210, 10
205 CHECKBOX "Run with different credentials", 14000, 25, 50, 150, 10
206 LTEXT "This option can allow you to run the this shortcut as another user, or continue as yourself while protecting your computer and data from unauthorized program activity.", -1, 50, 60, 175, 40
207 CHECKBOX "Run in seperate memory space", 14001, 25, 100, 90, 10, WS_DISABLED
208 PUSHBUTTON "OK", IDOK, 25, 120, 50, 15, WS_VISIBLE
209 PUSHBUTTON "Abort", IDCANCEL, 120, 120, 50, 15, WS_VISIBLE
210 END
211
212 SHELL_FILE_GENERAL_DLG DIALOGEX 0, 0, 240, 130
213 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
214 CAPTION "General"
215 FONT 8, "MS Shell Dlg", 0, 0, 0x0
216 BEGIN
217 ICON "", 14000, 10, 5, 30, 30, WS_VISIBLE
218 EDITTEXT 14001, 70, 5, 100, 10, ES_LEFT | ES_READONLY
219 LTEXT "Type of file:", 14004, 10, 30, 50, 10
220 LTEXT "File", 14005, 70, 30, 150, 10
221 LTEXT "Opens with:", 14006, 10, 40, 50, 10
222 LTEXT "", 14007, 70, 40, 150, 10
223 LTEXT "Location:", 14008, 10, 55, 45, 10
224 LTEXT "", 14009, 70, 55, 200, 10
225 LTEXT "Size:",14010, 10, 65, 45, 10
226 LTEXT "", 14011, 70, 65, 150, 10
227 LTEXT "Created:", 14014, 10, 80, 45, 10
228 LTEXT "", 14015, 70, 80, 150, 10
229 LTEXT "Modified:", 14016, 10, 90, 45, 10
230 LTEXT "", 14017, 70, 90, 150, 10
231 LTEXT "Accessed:", 14018, 10, 100, 45, 10
232 LTEXT "", 14019, 70, 100, 150, 10
233 LTEXT "Attributes:", 14020, 10, 115, 45, 10
234 CHECKBOX "&Read-only", 14021, 70, 115, 67, 10
235 CHECKBOX "&Hidden", 14022, 140, 115, 50, 10
236 CHECKBOX "&Archive", 14023, 190, 115, 45, 10
237 END
238
239 SHELL_FILE_VERSION_DLG DIALOGEX 0, 0, 240, 130
240 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
241 CAPTION "Version"
242 FONT 8, "MS Shell Dlg", 0, 0, 0x0
243 BEGIN
244 LTEXT "File version: ", 14000, 10, 10, 45, 10
245 LTEXT "", 14001, 70, 10, 150, 10
246 LTEXT "Description: ", 14002, 10, 20, 45, 10
247 LTEXT "", 14003, 70, 20, 150, 10
248 LTEXT "Copyright: ", 14004, 10, 30, 45, 10
249 LTEXT "", 14005, 70, 30, 150, 10
250 GROUPBOX "Other version information: ", 14006, 10, 45, 220, 90
251 LTEXT "Item name: ", 14007, 20, 55, 50, 10
252 LTEXT "Value: ", 14008, 130, 55, 45, 10
253 LISTBOX 14009,20,65,95,60, LBS_STANDARD | WS_TABSTOP | LBS_NOTIFY
254 EDITTEXT 14010, 130, 65, 95, 60, ES_LEFT | WS_BORDER | WS_VSCROLL | WS_GROUP | ES_MULTILINE | ES_READONLY
255 END
256
257 DRIVE_GENERAL_DLG DIALOGEX 0, 0, 240, 230
258 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
259 CAPTION "General"
260 FONT 8, "MS Shell Dlg", 0, 0, 0x0
261 BEGIN
262 EDITTEXT 14001, 40, 20, 190, 10, ES_LEFT|WS_BORDER|WS_GROUP
263 LTEXT "Type:", -1, 15, 55, 40, 10
264 LTEXT "", 14002, 110, 55, 100, 10
265
266 LTEXT "File system:", -1, 15, 70, 100, 10
267 LTEXT "", 14003, 110, 70, 100, 10
268
269 CONTROL "", 14013, "Static", SS_NOTIFY | SS_SUNKEN | SS_OWNERDRAW, 5, 90, 10, 10
270 LTEXT "Used space:", -1, 25, 90, 120, 10
271 LTEXT "", 14004, 110, 90, 120, 10
272 LTEXT "", 14005, 200, 90, 40, 10
273
274 CONTROL "", 14014, "Static", SS_NOTIFY | SS_SUNKEN | SS_OWNERDRAW, 5, 105, 10, 10
275 LTEXT "Free space:", -1, 25, 105, 70, 10
276 LTEXT "", 14006, 110, 105, 120, 10
277 LTEXT "", 14007, 200, 105, 40, 10
278
279 LTEXT "Capacity:", -1, 25, 125, 80, 10
280 LTEXT "", 14008, 110, 125, 120, 10
281 LTEXT "", 14009, 200, 125, 40, 10
282
283 CONTROL "", 14015, "Static", SS_NOTIFY | SS_SUNKEN | SS_OWNERDRAW, 20, 140, 200, 20
284
285 LTEXT "Drive %s", 14010, 100, 170, 40, 10
286 PUSHBUTTON "Disk Cleanup", 14011, 180, 175, 50, 15, WS_TABSTOP
287 CHECKBOX "Compress drive to save disk space", 14012, 15, 205, 180, 10, WS_DISABLED
288 CHECKBOX "Allow Indexing Service to index this disk for fast file searching", 14012, 15, 220, 200, 10, WS_DISABLED
289 END
290
291 DRIVE_EXTRA_DLG DIALOGEX 0, 0, 240, 230
292 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
293 CAPTION "Tools"
294 FONT 8, "MS Shell Dlg", 0, 0, 0x0
295 BEGIN
296 GROUPBOX "Error-checking", -1, 5, 5, 230, 60
297 LTEXT "This option will check the volume for\nerrors.", -1, 40, 25, 160, 20
298 PUSHBUTTON "Check Now...", 14000, 130, 45, 90, 15, WS_TABSTOP
299 GROUPBOX "Defragmentation", -1, 5, 65, 230, 60
300 LTEXT "This option will defragment files on the volume", -1, 40, 85, 160, 20
301 PUSHBUTTON "Defragment Now...", 14001, 130, 105, 90, 15, WS_TABSTOP
302 GROUPBOX "Backup", -1, 5, 130, 230, 60
303 LTEXT "This option will back up files on the volume.", -1, 40, 150, 160, 20
304 PUSHBUTTON "Backup Now...", 14002, 130, 170, 90, 15, WS_TABSTOP
305 END
306
307 DRIVE_HARDWARE_DLG DIALOGEX 0, 0, 240, 230
308 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
309 CAPTION "Hardware"
310 FONT 8, "MS Shell Dlg", 0, 0, 0x0
311 BEGIN
312 END
313
314 RUN_AS_DIALOG DIALOGEX 0, 0, 240, 190
315 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
316 CAPTION "Run As"
317 FONT 8, "MS Shell Dlg", 0, 0, 0x0
318 BEGIN
319 LTEXT "Which user account do you want to use to run this program?", -1, 10, 20, 220, 20
320 CHECKBOX "Current User %s", 14000, 10, 45, 150, 10
321 LTEXT "Protect my computer and data from unauthorized program activity", -1, 25, 57, 200, 10, WS_DISABLED
322 CHECKBOX "This option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", 14001, 25, 68, 200, 30, WS_DISABLED | BS_MULTILINE
323 CHECKBOX "The following user:", 14002, 10, 100, 90, 10
324 LTEXT "User name:", -1, 20, 115, 60, 10
325 COMBOBOX 14003, 70, 115, 100, 15, CBS_DROPDOWNLIST | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
326
327 PUSHBUTTON "...", 14004, 180, 115, 30, 10, WS_TABSTOP
328 LTEXT "Password:", -1, 20, 140, 60, 10
329 EDITTEXT 14005, 70, 140, 100, 10, ES_LEFT | WS_BORDER | WS_GROUP
330 PUSHBUTTON "...", 14006, 180, 140, 30, 10, WS_TABSTOP
331 PUSHBUTTON "OK", 14007, 70, 170, 60, 15, WS_TABSTOP
332 PUSHBUTTON "Cancel", 14008, 140, 170, 60, 15, WS_TABSTOP
333 END
334
335 BITBUCKET_PROPERTIES_DLG DIALOGEX 0, 0, 240, 190
336 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
337 CAPTION "Recycle Bin Properties"
338 FONT 8, "MS Shell Dlg", 0, 0, 0x0
339 BEGIN
340 CONTROL "", 14000, "SysListView32", LVS_REPORT | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 10, 220, 50
341 GROUPBOX "Settings for selected location", -1, 10, 80, 220, 70
342 RADIOBUTTON "&Custom size:", 14001, 20, 90, 80, 10
343 EDITTEXT 14002, 90, 90, 50, 10, WS_TABSTOP | ES_NUMBER
344 LTEXT "M&aximum size(MB):", -1, 20, 100, 70, 10
345 RADIOBUTTON "Do not move files to the &Recycle Bin. Remove files immediately when deleted.", 14003, 20, 115, 170, 20, BS_MULTILINE | WS_TABSTOP
346 RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
347 END
348
349 STRINGTABLE DISCARDABLE
350 BEGIN
351 /* columns in the shellview */
352 IDS_SHV_COLUMN1 "Fichier"
353 IDS_SHV_COLUMN2 "Taille"
354 IDS_SHV_COLUMN3 "Type"
355 IDS_SHV_COLUMN4 "Modifié"
356 IDS_SHV_COLUMN5 "Attributs"
357 IDS_SHV_COLUMN6 "Capacité"
358 IDS_SHV_COLUMN7 "Espace disponible"
359 IDS_SHV_COLUMN8 "Nom"
360 IDS_SHV_COLUMN9 "Commentaires"
361 IDS_SHV_COLUMN10 "Owner"
362 IDS_SHV_COLUMN11 "Group"
363 IDS_SHV_COLUMN_DELFROM "Original location"
364 IDS_SHV_COLUMN_DELDATE "Date deleted"
365
366 /* special folders */
367 IDS_DESKTOP "Bureau"
368 IDS_MYCOMPUTER "Poste de travail"
369 IDS_RECYCLEBIN_FOLDER_NAME "Trash"
370
371 /* context menus */
372 IDS_VIEW_LARGE "&Grands icônes"
373 IDS_VIEW_SMALL "&Petits icônes"
374 IDS_VIEW_LIST "&Liste"
375 IDS_VIEW_DETAILS "&Détails"
376 IDS_SELECT "Sélectionner"
377 IDS_OPEN "Ouvrir"
378
379 IDS_CREATEFOLDER_DENIED "Impossible de créer le nouveau dossier : permission refusée."
380 IDS_CREATEFOLDER_CAPTION "Erreur lors de la création du nouveau dossier"
381 IDS_DELETEITEM_CAPTION "Confirmer la suppression du fichier"
382 IDS_DELETEFOLDER_CAPTION "Confirmer la suppression du dossier"
383 IDS_DELETEITEM_TEXT "Êtes-vous sûr de vouloir supprimer '%1'?"
384 IDS_DELETEMULTIPLE_TEXT "Êtes-vous sût de vouloir supprimer ces %1 items ?"
385 IDS_DELETESELECTED_TEXT "Are you sure you want to delete the selected item(s)?"
386 IDS_TRASHITEM_TEXT "Are you sure that you want to send '%1' to the Trash?"
387 IDS_TRASHFOLDER_TEXT "Are you sure that you want to send '%1' and all its content to the Trash?"
388 IDS_TRASHMULTIPLE_TEXT "Are you sure that you want to send these %1 items to the Trash?"
389 IDS_CANTTRASH_TEXT "The item '%1' can't be sent to Trash. Do you want to delete it instead?"
390 IDS_OVERWRITEFILE_TEXT "This folder already contains a file called '%1'.\n\nDo you want to replace it?"
391 IDS_OVERWRITEFILE_CAPTION "Confirmer l'écrasement du fichier"
392 IDS_OVERWRITEFOLDER_TEXT "This folder already contains a folder named '%1'.\n\n"\
393 "If the files in the destination folder have the same names as files in the\n"\
394 "selected folder they will be replaced. Do you still want to move or copy\n"\
395 "the folder?"
396
397 /* message box strings */
398 IDS_RESTART_TITLE "Redémarrer"
399 IDS_RESTART_PROMPT "Voulez-vous simuler le redémarrage de Windows?"
400 IDS_SHUTDOWN_TITLE "Arrêter"
401 IDS_SHUTDOWN_PROMPT "Voulez-vous fermer la session ReactOS?"
402
403 /* shell folder path default values */
404 IDS_PROGRAMS "Menu Démarrer\\Programmes"
405 IDS_PERSONAL "Mes documents"
406 IDS_FAVORITES "Favoris"
407 IDS_STARTUP "Menu Démarrer\\Programmes\\Démarrage"
408 IDS_RECENT "Recent"
409 IDS_SENDTO "SendTo"
410 IDS_STARTMENU "Menu Démarrer"
411 IDS_MYMUSIC "Ma musique"
412 IDS_MYVIDEO "Mes vidéos"
413 IDS_DESKTOPDIRECTORY "Bureau"
414 IDS_NETHOOD "Voisinage Réseau"
415 IDS_TEMPLATES "Modèles"
416 IDS_APPDATA "Application Data"
417 IDS_PRINTHOOD "Voisinage d'impression"
418 IDS_LOCAL_APPDATA "Local Settings\\Application Data"
419 IDS_INTERNET_CACHE "Local Settings\\Temporary Internet Files"
420 IDS_COOKIES "Cookies"
421 IDS_HISTORY "Local Settings\\Historique"
422 IDS_PROGRAM_FILES "Program Files"
423 IDS_MYPICTURES "Mes images"
424 IDS_PROGRAM_FILES_COMMON "Program Files\\Fichiers communs"
425 IDS_COMMON_DOCUMENTS "Documents"
426 IDS_ADMINTOOLS "Menu Démarrer\\Programmes\\Outils d'administration"
427 IDS_COMMON_MUSIC "Documents\\Ma musique"
428 IDS_COMMON_PICTURES "Documents\\Mes images"
429 IDS_COMMON_VIDEO "Documents\\Mes vidéos"
430 IDS_CDBURN_AREA "Local Settings\\Application Data\\Microsoft\\CD Burning"
431
432 IDS_DRIVE_FIXED "Local Disk"
433 IDS_DRIVE_CDROM "CDROM"
434 IDS_DRIVE_NETWORK "Network Disk"
435
436 IDS_OPEN_WITH "Open With"
437 IDS_OPEN_WITH_CHOOSE "Choose Program..."
438
439 IDS_SHELL_ABOUT_AUTHORS "&Authors"
440 IDS_SHELL_ABOUT_BACK "< &Back"
441 END