50c20b55924e5680da5017f678f0952d65bd6441
[reactos.git] / dll / win32 / browseui / lang / fr-FR.rc
1 /*
2 * Copyright 2009 Andrew Hill
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17 */
18
19 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
20
21 /* Menus */
22
23 IDM_CABINET_CONTEXTMENU MENUEX
24 BEGIN
25 POPUP "", 264,MFT_STRING,MFS_ENABLED
26 BEGIN
27 MENUITEM "Boutons &Standard", IDM_TOOLBARS_STANDARDBUTTONS, MFT_STRING, MFS_ENABLED
28 MENUITEM "Barre d'&adresse", IDM_TOOLBARS_ADDRESSBAR, MFT_STRING, MFS_ENABLED
29 MENUITEM "&Liens", IDM_TOOLBARS_LINKSBAR, MFT_STRING, MFS_ENABLED
30 MENUITEM "", -1, MFT_SEPARATOR
31 MENUITEM "Verrouiller les &barres d'outils", IDM_TOOLBARS_LOCKTOOLBARS, MFT_STRING, MFS_ENABLED
32 MENUITEM "&Personnaliser...", IDM_TOOLBARS_CUSTOMIZE, MFT_STRING, MFS_ENABLED
33 MENUITEM "&Text Labels", IDM_TOOLBARS_TEXTLABELS, MFT_STRING, MFS_ENABLED
34 MENUITEM "&Go Button", IDM_TOOLBARS_GOBUTTON, MFT_STRING, MFS_ENABLED
35 END
36 END
37
38 IDM_CABINET_MAINMENU MENUEX
39 BEGIN
40 POPUP "&Fichier", FCIDM_MENU_FILE
41 BEGIN
42 MENUITEM "", -1, MFT_SEPARATOR
43 MENUITEM "&Fermer", IDM_FILE_CLOSE
44 END
45 POPUP "É&dition", FCIDM_MENU_EDIT
46 BEGIN
47 MENUITEM "", -1, MFT_SEPARATOR
48 END
49 POPUP "Affic&hage", FCIDM_MENU_VIEW
50 BEGIN
51 POPUP "&Barre d'outils", IDM_VIEW_TOOLBARS
52 BEGIN
53 MENUITEM "", -1, MFT_SEPARATOR
54 END
55 MENUITEM "&Barre d'état", IDM_VIEW_STATUSBAR
56 POPUP "&Volet d'exploration", IDM_VIEW_EXPLORERBAR
57 BEGIN
58 MENUITEM "&Rechercher\tCtrl+E", IDM_EXPLORERBAR_SEARCH
59 MENUITEM "&Favoris\tCtrl+I", IDM_EXPLORERBAR_FAVORITES
60 MENUITEM "&Média", IDM_EXPLORERBAR_MEDIA
61 MENUITEM "&Historique\tCtrl+H", IDM_EXPLORERBAR_HISTORY
62 MENUITEM "D&ossiers", IDM_EXPLORERBAR_FOLDERS
63 MENUITEM "", IDM_EXPLORERBAR_SEPARATOR
64 END
65 MENUITEM "", FCIDM_MENU_VIEW_SEP_OPTIONS, MFT_SEPARATOR
66 POPUP "A&ller vers", FCIDM_MENU_EXPLORE
67 BEGIN
68 MENUITEM "&Retour\tAlt+Flèche gauche", IDM_GOTO_BACK
69 MENUITEM "&Avancer\tAlt+Flèche droite", IDM_GOTO_FORWARD
70 MENUITEM "Dossier &parent", IDM_GOTO_UPONELEVEL
71 MENUITEM "", -1, MFT_SEPARATOR
72 MENUITEM "Page de &démarrage\tAlt+Origine", IDM_GOTO_HOMEPAGE
73 END
74 MENUITEM "&Rafraîchir", IDM_VIEW_REFRESH
75 END
76 POPUP "F&avoris", FCIDM_MENU_FAVORITES
77 BEGIN
78 MENUITEM "&Ajouter aux Favoris...", IDM_FAVORITES_ADDTOFAVORITES
79 MENUITEM "&Organiser les Favoris...", IDM_FAVORITES_ORGANIZEFAVORITES
80 MENUITEM "", -1, MFT_SEPARATOR
81 MENUITEM "(Vide)", IDM_FAVORITES_EMPTY
82 END
83 POPUP "&Outils", FCIDM_MENU_TOOLS
84 BEGIN
85 MENUITEM "Connecter un lecteur &réseau...", IDM_TOOLS_MAPNETWORKDRIVE
86 MENUITEM "&Déconnecter un lecteur réseau...", IDM_TOOLS_DISCONNECTNETWORKDRIVE
87 MENUITEM "&Synchroniser...", IDM_TOOLS_SYNCHRONIZE
88 MENUITEM "", -1, MFT_SEPARATOR
89 MENUITEM "&Options des dossiers...", IDM_TOOLS_FOLDEROPTIONS
90 END
91 POPUP "&Aide", FCIDM_MENU_HELP
92 BEGIN
93 MENUITEM "À &propos de ReactOS", IDM_HELP_ABOUT
94 END
95 END
96
97 IDM_TASKBAR_TOOLBARS MENUEX
98 BEGIN
99 POPUP "&Barres d'outils", -1, MFT_STRING, MFS_ENABLED, 0
100 BEGIN
101 MENUITEM "&Bureau", IDM_TASKBAR_TOOLBARS_DESKTOP, MFT_STRING
102 MENUITEM "Lancement &rapide", IDM_TASKBAR_TOOLBARS_QUICKLAUNCH, MFT_STRING
103 MENUITEM "", -1, MFT_SEPARATOR, MFS_ENABLED
104 MENUITEM "&Nouvelle barre d'outils...", IDM_TASKBAR_TOOLBARS_NEW, MFT_STRING
105 END
106 END
107
108 IDM_BAND_MENU MENUEX
109 BEGIN
110 MENUITEM "Sho&w Title", IDM_BAND_TITLE
111 MENUITEM "&Close Toolbar", IDM_BAND_CLOSE
112 END
113
114 IDM_POPUPMENU MENUEX DISCARDABLE
115 BEGIN
116 POPUP ""
117 BEGIN
118 POPUP "&View", IDM_VIEW_MENU
119 BEGIN
120 MENUITEM "&Large Icons", IDM_LARGE_ICONS
121 MENUITEM "&Small Icons", IDM_SMALL_ICONS
122 END
123 MENUITEM "&Open Folder", IDM_OPEN_FOLDER
124 MENUITEM "&Show Text", IDM_SHOW_TEXT
125 END
126 END
127
128 /* Dialogs */
129
130 IDD_PROGRESS_DLG DIALOGEX 0, 0, 260, 85
131 STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
132 CAPTION ""
133 FONT 8, "MS Shell Dlg"
134 BEGIN
135 CONTROL "", IDC_ANIMATION, ANIMATE_CLASSA, 0, 12, 10, 236, 30 /* TODO: style */
136 LTEXT "", IDC_TEXT_LINE, 7, 45, 250, 10, SS_LEFT|SS_NOPREFIX
137 LTEXT "", IDC_TEXT_LINE + 1, 7, 55, 250, 10, SS_LEFT|SS_NOPREFIX
138 LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
139 CONTROL "", IDC_PROGRESS_BAR, PROGRESS_CLASSA, WS_BORDER, 7, 65, 190, 8
140 PUSHBUTTON "Annuler", IDCANCEL, 205, 65, 50, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
141 END
142
143 IDD_CUSTOMIZETOOLBAREX DIALOGEX 0, 0, 357, 33
144 STYLE DS_SHELLFONT | DS_CONTROL | WS_CHILD | WS_VISIBLE | WS_CAPTION
145 FONT 8, "MS Shell Dlg", 0, 0, 0x1
146 BEGIN
147 LTEXT "Te&xt options:", -1, 4, 2, 48, 15
148 COMBOBOX IDC_TEXTOPTIONS, 52, 0, 123, 57, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
149 LTEXT "Ico&n options:", -1, 4, 20, 48, 15
150 COMBOBOX IDC_ICONOPTIONS, 52, 18, 123, 57, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
151 END
152
153 IDD_SEARCH_DLG DIALOGEX 0, 0, 260, 85
154 STYLE DS_SHELLFONT | DS_CONTROL | WS_CHILD | WS_VISIBLE | WS_CAPTION | WS_DLGFRAME
155 FONT 8, "MS Shell Dlg"
156 BEGIN
157 LTEXT "Search by any or all of the criteria below.", IDC_SEARCH_LABEL, 4, 2, 120, 20
158
159 LTEXT "All or part &of the file name:", -1, 10, 30, 500, 10
160 EDITTEXT IDC_SEARCH_FILENAME, 10, 40, 100, 12, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
161
162 LTEXT "A &word or phrase in the file:", -1, 10, 60, 500, 10
163 EDITTEXT IDC_SEARCH_QUERY, 10, 70, 100, 12, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
164
165 LTEXT "&Look in:", -1, 10, 90, 500, 10
166 CONTROL "", IDC_SEARCH_COMBOBOX, WC_COMBOBOXEXW, WS_CHILD | WS_VISIBLE | WS_CLIPCHILDREN | WS_TABSTOP | CCS_NODIVIDER | CCS_NOMOVEY | CBS_OWNERDRAWFIXED, 10, 100, 200, 200
167
168 DEFPUSHBUTTON "Sea&rch", IDC_SEARCH_BUTTON, 80, 130, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
169 PUSHBUTTON "&Stop", IDC_SEARCH_STOP_BUTTON, 80, 130, 40, 15, WS_GROUP | WS_TABSTOP
170
171 CONTROL "", IDC_PROGRESS_BAR, PROGRESS_CLASSA, WS_BORDER | PBS_MARQUEE, 10, 150, 200, 8
172 END
173
174 /* Accelerators */
175
176 IDR_ACCELERATORS ACCELERATORS
177 BEGIN
178 VK_F5, IDM_VIEW_REFRESH, VIRTKEY, NOINVERT
179 VK_F5, IDM_VIEW_REFRESH, VIRTKEY, CONTROL, NOINVERT
180 "R", IDM_VIEW_REFRESH, VIRTKEY, CONTROL, NOINVERT
181 VK_HOME, IDM_GOTO_HOMEPAGE, VIRTKEY, ALT, NOINVERT
182 "D", IDM_FAVORITES_ADDTOFAVORITES, VIRTKEY, CONTROL, NOINVERT
183 "B", IDM_FAVORITES_ORGANIZEFAVORITES, VIRTKEY, CONTROL, NOINVERT
184 VK_LEFT, IDM_GOTO_BACK, VIRTKEY, ALT
185 VK_RIGHT, IDM_GOTO_FORWARD, VIRTKEY, ALT
186 VK_UP, IDM_GOTO_UPONELEVEL, VIRTKEY, ALT
187 VK_BACK, 41010, NOINVERT, VIRTKEY
188 "W", IDM_FILE_CLOSE, VIRTKEY, CONTROL, NOINVERT
189 "E", IDM_EXPLORERBAR_SEARCH, VIRTKEY, CONTROL, NOINVERT
190 "I", IDM_EXPLORERBAR_FAVORITES, VIRTKEY, CONTROL, NOINVERT
191 "H", IDM_EXPLORERBAR_HISTORY, VIRTKEY, CONTROL, NOINVERT
192 END
193
194 /* Strings */
195
196 STRINGTABLE
197 BEGIN
198 IDS_CANCELLING "Annulation..."
199 IDS_REMAINING "Restant"
200 END
201
202 STRINGTABLE
203 BEGIN
204 800 "Contains commands for manipulating the selected items."
205 END
206
207 STRINGTABLE
208 BEGIN
209 864 "Contains edit commands."
210 END
211
212 STRINGTABLE
213 BEGIN
214 928 "Contains commands for manipulating the view."
215 END
216
217 STRINGTABLE
218 BEGIN
219 992 "Contains tools commands."
220 END
221
222 STRINGTABLE
223 BEGIN
224 1056 "Contains commands for displaying Help."
225 END
226
227 STRINGTABLE
228 BEGIN
229 9025 "Ferme la fenêtre."
230 9026 "Goes up one level."
231 END
232
233 STRINGTABLE
234 BEGIN
235 9121 "Connects to a network drive."
236 9122 "Disconnects from a network drive."
237 END
238
239 STRINGTABLE
240 BEGIN
241 9250 "Displays program information, version number, and copyright."
242 9252 "Displays information for debugging."
243 END
244
245 STRINGTABLE
246 BEGIN
247 9281 "Goes to the previous page."
248 9282 "Goes to the next page."
249 9283 "Enables you to change settings."
250 9285 "Goes to your home page."
251 END
252
253 STRINGTABLE
254 BEGIN
255 9362 "Ouvre le dossier des Favoris."
256 9363 "Ajoute la page en cours à votre liste des Favoris."
257 END
258
259 STRINGTABLE
260 BEGIN
261 9505 "Affiche ou masque les barres d'outils."
262 9506 "Affiche ou masque la barre d'état."
263 9508 "Affiche la barre d'outils Boutons Standard."
264 9509 "Affiche la barre d'adresse."
265 9510 "Affiche la barre Quick Links."
266 9516 "Verrouille la taille et la position des barres d'outils."
267 END
268
269 STRINGTABLE
270 BEGIN
271 9533 "Personnalise la barre d'outils."
272 END
273
274 STRINGTABLE
275 BEGIN
276 9552 "Affiche ou masque une barre d'explorateur."
277 9553 "Affiche la barre de Recherche."
278 9554 "Affiche la barre des Favoris."
279 9555 "Affiche la barre d'Historique."
280 9557 "Affiche la barre des Dossiers."
281 9559 "Affiche la barre Média."
282 END
283
284 STRINGTABLE
285 BEGIN
286 IDS_SMALLICONS "Small icons"
287 IDS_LARGEICONS "Large icons"
288 IDS_SHOWTEXTLABELS "Show text labels"
289 END
290
291 STRINGTABLE
292 BEGIN
293 IDS_NOTEXTLABELS "No text labels"
294 IDS_SELECTIVETEXTONRIGHT "Selective text on right"
295 END
296
297 STRINGTABLE
298 BEGIN
299 IDS_GOBUTTONLABEL "|Aller||"
300 IDS_GOBUTTONTIPTEMPLATE "Aller vers ""%s"""
301 END
302
303 STRINGTABLE
304 BEGIN
305 IDS_SEARCHLABEL "Recherche"
306 IDS_ADDRESSBANDLABEL "A&dresse"
307 END
308
309 STRINGTABLE
310 BEGIN
311 IDS_FOLDERSLABEL "Dossiers"
312 END
313
314 STRINGTABLE
315 BEGIN
316 IDS_HISTORYTEXT "&Historique\tCtrl+H"
317 END
318
319 STRINGTABLE
320 BEGIN
321 IDS_UP "Up"
322 END
323
324 STRINGTABLE
325 BEGIN
326 IDS_BACK "Retour vers %s"
327 IDS_FORWARD "Avancer vers %s"
328 IDS_FOLDER_OPTIONS "Options des dossiers"
329 END
330
331 STRINGTABLE
332 BEGIN
333 IDS_STANDARD_TOOLBAR, "|Retour|Avancer|Dossier parent|Recherche|Dossiers|Aller vers|Copier dans|Supprimer|Annuler|Affichage|Stop|Rafraîchir|Home|Map Drive|Déconnecter|Favoris|Historique|Plein écran|Propriétés|Couper|Copier|Coller|Options des dossiers||"
334 END
335
336 STRINGTABLE
337 BEGIN
338 IDS_BROWSEFORNEWTOOLAR "Choisissez un dossier"
339 IDS_TOOLBAR_ERR_TITLE "Barre d'outils"
340 IDS_TOOLBAR_ERR_TEXT "Impossible de créer une barre d'outils."
341 END