xref: /reactos/dll/win32/shdoclc/lang/Fr.rc (revision 845faec4)
1/*
2 * Copyright 2005-2007 Jonathan Ernst
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
19LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
20
21STRINGTABLE
22{
23    IDS_MESSAGE_BOX_TITLE, "Internet Explorer de Wine"
24}
25
26STRINGTABLE
27{
28    IDS_PRINT_HEADER_TEMPLATE "&w&bPage &p" /* FIXME: should be "&w&bPage &p of &P" */
29    IDS_PRINT_FOOTER_TEMPLATE "&u&b&d"
30}
31
32IDR_BROWSE_CONTEXT_MENU MENU
33{
34    POPUP "" /* Default */
35    {
36        MENUITEM "Page &précédente",                    IDM_GOBACKWARD
37        MENUITEM "Page &suivante",                      IDM_GOFORWARD
38        MENUITEM SEPARATOR
39        MENUITEM "Enregistrer l'&arrière-plan sous...", IDM_SAVEBACKGROUND
40        MENUITEM "Définir &comme arrière-plan",         IDM_SETWALLPAPER
41        MENUITEM "&Copier l'arrière-plan",              IDM_COPYBACKGROUND
42        MENUITEM "Définir comme élément du &Bureau...", IDM_SETDESKTOPITEM
43        MENUITEM SEPARATOR
44        MENUITEM "Sélectionner &tout",                  IDM_SELECTALL
45        MENUITEM "C&oller",                             IDM_PASTE
46        MENUITEM SEPARATOR
47        MENUITEM "Créer un &raccourci",                 IDM_CREATESHORTCUT
48        MENUITEM "Ajouter aux &Favoris...",             IDM_ADDFAVORITES
49        MENUITEM "Afficher la &source",                 IDM_VIEWSOURCE
50        MENUITEM SEPARATOR
51        MENUITEM "Coda&ge",                             IDM_LANGUAGE
52        MENUITEM SEPARATOR
53        MENUITEM "&Imprimer",                           IDM_PRINT
54        MENUITEM "Actualis&er",                         _IDM_REFRESH
55        MENUITEM SEPARATOR
56        MENUITEM "Propri&étés",                         IDM_PROPERTIES
57    }
58
59    POPUP "" /* Image */
60    {
61        MENUITEM "Ou&vrir le lien",                               IDM_FOLLOWLINKC
62        MENUITEM "Ouvrir le lien dans une &nouvelle fenêtre",     IDM_FOLLOWLINKN
63        MENUITEM "Enregistrer la cible so&us...",                 IDM_SAVETARGET
64        MENUITEM "Imprimer la cib&le",                            IDM_PRINTTARGET
65        MENUITEM SEPARATOR
66        MENUITEM "Affic&her l'image",                             IDM_SHOWPICTURE
67        MENUITEM "Enregistrer l'image &sous...",                  IDM_SAVEPICTURE
68        MENUITEM "Envoyer l'image par &courrier électronique...", IDM_MP_EMAILPICTURE
69        MENUITEM "&Imprimer l'image...",                          IDM_MP_PRINTPICTURE
70        MENUITEM "Atteindre &Mes images",                         IDM_MP_MYPICS
71        MENUITEM "Déf&inir comme arrière-plan",                   IDM_SETWALLPAPER
72        MENUITEM "Définir comme élément du &Bureau...",           IDM_SETDESKTOPITEM
73        MENUITEM SEPARATOR
74        MENUITEM "Cou&per",                                       IDM_CUT
75        MENUITEM "&Copier",                                       IDM_COPY
76        MENUITEM "Copier le r&accourci",                          IDM_COPYSHORTCUT
77        MENUITEM "C&oller",                                       IDM_PASTE
78        MENUITEM SEPARATOR
79        MENUITEM "Ajouter aux &Favoris...",                       IDM_ADDFAVORITES
80        MENUITEM SEPARATOR
81        MENUITEM "Propri&étés",                                   IDM_PROPERTIES
82    }
83
84    POPUP "" /* Control */
85    {
86        MENUITEM "&Annuler",           IDM_UNDO
87        MENUITEM SEPARATOR
88        MENUITEM "Cou&per",            IDM_CUT
89        MENUITEM "&Copier",            IDM_COPY
90        MENUITEM "C&oller",            IDM_PASTE
91        MENUITEM "Suppri&mer",         IDM_DELETE
92        MENUITEM SEPARATOR
93        MENUITEM "&Sélectionner tout", IDM_SELECTALL
94    }
95
96    POPUP "" /* Table */
97    {
98        POPUP "&Sélectionner"
99        {
100            MENUITEM "&cellule",              IDM_CELLSELECT
101            MENUITEM "&ligne",                IDM_ROWSELECT
102            MENUITEM "c&olonne",              IDM_COLUMNSELECT
103            MENUITEM "&table",                IDM_TABLESELECT
104        }
105        MENUITEM SEPARATOR
106        MENUITEM "Propriétés de la &cellule", IDM_CELLPROPERTIES
107        MENUITEM "Propriétés de la &table",   IDM_TABLEPROPERTIES
108    }
109
110    POPUP "" /* 1DSite Select */
111    {
112        MENUITEM "Cou&per",            IDM_CUT
113        MENUITEM "&Copier",            IDM_COPY
114        MENUITEM "C&oller",            IDM_PASTE
115        MENUITEM "Sélectionner &tout", IDM_SELECTALL
116        MENUITEM "&Imprimer",          IDM_PRINT
117        MENUITEM SEPARATOR
118    }
119
120    POPUP "" /* Anchor */
121    {
122        MENUITEM "Ou&vrir",                           IDM_FOLLOWLINKC
123        MENUITEM "Ouvrir dans une &nouvelle fenêtre", IDM_FOLLOWLINKN
124        MENUITEM "Enregistrer la cible &sous...",     IDM_SAVETARGET
125        MENUITEM "&Imprimer la cible",                IDM_PRINTTARGET
126        MENUITEM SEPARATOR
127        MENUITEM "Cou&per",                           IDM_CUT
128        MENUITEM "&Copier",                           IDM_COPY
129        MENUITEM "Copier le &raccourci",              IDM_COPYSHORTCUT
130        MENUITEM "C&oller",                           IDM_PASTE
131        MENUITEM SEPARATOR
132        MENUITEM "Ajouter aux &Favoris...",           IDM_ADDFAVORITES
133        MENUITEM SEPARATOR
134        MENUITEM "Propri&étés",                       IDM_PROPERTIES
135    }
136
137    POPUP "" /* Context Unknown */
138    {
139        MENUITEM SEPARATOR
140    }
141
142    POPUP "" /* DYNSRC Image */
143    {
144        MENUITEM "Ou&vrir le lien",                           IDM_FOLLOWLINKC
145        MENUITEM "Ouvrir le lien dans une &nouvelle fenêtre", IDM_FOLLOWLINKN
146        MENUITEM "Enregistrer la cible so&us...",             IDM_SAVETARGET
147        MENUITEM "&Imprimer la cible",                        IDM_PRINTTARGET
148        MENUITEM SEPARATOR
149        MENUITEM "Affic&her l'image",                         IDM_SHOWPICTURE
150        MENUITEM "Enregistrer la vidéo &sous...",             IDM_SAVEPICTURE
151        MENUITEM "&Définir comme arrière-plan",               IDM_SETWALLPAPER
152        MENUITEM "Définir comme élément du &Bureau...",       IDM_SETDESKTOPITEM
153        MENUITEM SEPARATOR
154        MENUITEM "Cou&per",                                   IDM_CUT
155        MENUITEM "&Copier",                                   IDM_COPY
156        MENUITEM "Copier le &raccourci",                      IDM_COPYSHORTCUT
157        MENUITEM "C&oller",                                   IDM_PASTE
158        MENUITEM SEPARATOR
159        MENUITEM "Ajouter aux &Favoris...",                   IDM_ADDFAVORITES
160        MENUITEM SEPARATOR
161        MENUITEM "Lecture",                                   IDM_DYNSRCPLAY
162        MENUITEM "Arrêt",                                     IDM_DYNSRCSTOP
163        MENUITEM "Propri&étés",                               IDM_PROPERTIES
164    }
165
166    POPUP "" /* ART Image */
167    {
168        MENUITEM "Ou&vrir le lien",                           IDM_FOLLOWLINKC
169        MENUITEM "Ouvrir le lien dans une &nouvelle fenêtre", IDM_FOLLOWLINKN
170        MENUITEM "Enregistrer la cible so&us...",             IDM_SAVETARGET
171        MENUITEM "Imprimer la cib&le",                        IDM_PRINTTARGET
172        MENUITEM SEPARATOR
173        MENUITEM "Affic&her l'image",                         IDM_SHOWPICTURE
174        MENUITEM "Enregistrer l'image &sous...",              IDM_SAVEPICTURE
175        MENUITEM "&Définir comme arrière-plan",               IDM_SETWALLPAPER
176        MENUITEM "Définir comme élément du &Bureau...",       IDM_SETDESKTOPITEM
177        MENUITEM SEPARATOR
178        MENUITEM "Cou&per",                                   IDM_CUT
179        MENUITEM "&Copier",                                   IDM_COPY
180        MENUITEM "Copier le &raccourci",                      IDM_COPYSHORTCUT
181        MENUITEM "C&oller",                                   IDM_PASTE
182        MENUITEM SEPARATOR
183        MENUITEM "Ajouter aux &Favoris...",                   IDM_ADDFAVORITES
184        MENUITEM SEPARATOR
185        MENUITEM "Lecture",                                   IDM_IMGARTPLAY
186        MENUITEM "Arrêt",                                     IDM_IMGARTSTOP
187        MENUITEM "Retour arrière",                            IDM_IMGARTREWIND
188        MENUITEM SEPARATOR
189        MENUITEM "Propri&étés",                               IDM_PROPERTIES
190    }
191
192    POPUP "" /* Debug */
193    {
194        MENUITEM "Trace Tags",         IDM_TRACETAGS
195        MENUITEM "Resource Failures",  IDM_RESOURCEFAILURES
196        MENUITEM "Dump Tracking Info", IDM_DUMPTRACKINGINFO
197        MENUITEM "Debug Break",        IDM_DEBUGBREAK
198        MENUITEM "Debug View",         IDM_DEBUGVIEW
199        MENUITEM "Dump Tree",          IDM_DUMPTREE
200        MENUITEM "Dump Lines",         IDM_DUMPLINES
201        MENUITEM "Dump DisplayTree",   IDM_DUMPDISPLAYTREE
202        MENUITEM "Dump FormatCaches",  IDM_DUMPFORMATCACHES
203        MENUITEM "Dump LayoutRects",   IDM_DUMPLAYOUTRECTS
204        MENUITEM "Memory Monitor",     IDM_MEMORYMONITOR
205        MENUITEM "Performance Meters", IDM_PERFORMANCEMETERS
206        MENUITEM "Save HTML",          IDM_SAVEHTML
207        MENUITEM SEPARATOR
208        MENUITEM "&Browse View",       IDM_BROWSEMODE
209        MENUITEM "&Edit View",         IDM_EDITMODE
210    }
211
212    POPUP "" /* Vertical Scrollbar */
213    {
214        MENUITEM "Défilement ici",          IDM_SCROLL_HERE
215        MENUITEM SEPARATOR
216        MENUITEM "Haut",                    IDM_SCROLL_TOP
217        MENUITEM "Bas",                     IDM_SCROLL_BOTTOM
218        MENUITEM SEPARATOR
219        MENUITEM "Page précédente",         IDM_SCROLL_PAGEUP
220        MENUITEM "Page suivante",           IDM_SCROLL_PAGEDOWN
221        MENUITEM SEPARATOR
222        MENUITEM "Défilement vers le haut", IDM_SCROLL_UP
223        MENUITEM "Défilement vers le bas",  IDM_SCROLL_DOWN
224    }
225
226    POPUP "" /* Horizontal Scrollbar */
227    {
228        MENUITEM "Défilement ici",            IDM_SCROLL_HERE
229        MENUITEM SEPARATOR
230        MENUITEM "Bord gauche",               IDM_SCROLL_LEFTEDGE
231        MENUITEM "Bord droit",                IDM_SCROLL_RIGHTEDGE
232        MENUITEM SEPARATOR
233        MENUITEM "Page vers la gauche",       IDM_SCROLL_PAGELEFT
234        MENUITEM "Page vers la droite",       IDM_SCROLL_PAGERIGHT
235        MENUITEM SEPARATOR
236        MENUITEM "Défilement vers la gauche", IDM_SCROLL_LEFT
237        MENUITEM "Défilement vers la droite", IDM_SCROLL_RIGHT
238    }
239}
240