mshtml: Added IDM_UNDERLINE implementation.
[wine] / dlls / mshtml / Fr.rc
1 /*
2  * MsHTML resources
3  * French Language Support
4  *
5  * Copyright 2005 Jonathan Ernst
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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20  */
21
22
23 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
24
25 /* FIXME: This should be in shdoclc.dll */
26
27 IDR_BROWSE_CONTEXT_MENU MENU
28 {
29     POPUP "Default"
30     {
31         MENUITEM "Page pré&cédente",                  IDM_BACK
32         MENUITEM "Page sui&vante",               IDM_FORWARD
33         MENUITEM SEPARATOR
34         MENUITEM "Enregistrer l'&arrière-plan sous...", IDM_SAVEBACKGROUNDAS
35         MENUITEM "Ét&ablir en tant qu'élément d'arrière-plan",     IDM_SETASBACKGROUND
36         MENUITEM "Copie&r l'arrière-plan",       IDM_COPYBACKGROUND
37         MENUITEM "Définir comme élément du &Bureau...",   IDM_SETASDESKTOPITEM
38         MENUITEM SEPARATOR
39         MENUITEM "&Sélectionner tout",            IDM_SELECTALL
40         MENUITEM "C&oller",                 IDM_PASTE
41         MENUITEM SEPARATOR
42         MENUITEM "Créer &un raccourci",       IDM_CREATESHORTCUT
43         MENUITEM "Ajouter au&x Favoris...",     IDM_ADDTOFAVOURITES
44         MENUITEM "A&fficher la source",           IDM_VIEWSOURCE
45         MENUITEM SEPARATOR
46         MENUITEM "Co&dage",              IDM_ENCODING 
47         MENUITEM SEPARATOR
48         MENUITEM "&Imprimer",                 IDM_PRINT
49         MENUITEM "Actualis&er",               IDM_REFRESH 
50         MENUITEM SEPARATOR
51         MENUITEM SEPARATOR
52         MENUITEM "&Propriétés",            IDM_PROPERTIES
53     }
54
55     POPUP "Image"
56     {
57         MENUITEM "Ou&vrir le lien",               IDM_OPENLINK
58         MENUITEM "Ouvrir le lien dans une &nouvelle fenêtre", IDM_OPENINNEWWINDOW
59         MENUITEM "Enregistrer la cible so&us...",       IDM_SAVETARGETAS
60         MENUITEM "Imprimer la cib&le",            IDM_PRINTTARGET
61         MENUITEM SEPARATOR
62         MENUITEM "Affic&her l'image",            IDM_SHOWPICTURE
63         MENUITEM "Enregistrer l'image &sous...",      IDM_SAVEPICTUREAS
64         MENUITEM "Envoyer l'image par &courrier électronique...",       IDM_EMAILPICTURE
65         MENUITEM "&Imprimer l'image...",        IDM_PRINTPICTURE
66         MENUITEM "Atteindre &Mes images",       IDM_GOTOMYPICTURES
67         MENUITEM "É&tablir en tant qu'élément d'arrière-plan",       IDM_SETASBACKGROUND
68         MENUITEM "Définir comme élément du &Bureau...",  IDM_SETASDESKTOPITEM
69         MENUITEM SEPARATOR
70         MENUITEM "Coupe&r",                     IDM_CUT
71         MENUITEM "Copi&er",                    IDM_COPY
72         MENUITEM "Copier le r&accourci",           IDM_COPYSHORTCUT
73         MENUITEM "C&oller",                   IDM_PASTE 
74         MENUITEM SEPARATOR
75         MENUITEM "Ajouter au&x Favoris...",     IDM_ADDTOFAVOURITES
76         MENUITEM SEPARATOR
77         MENUITEM SEPARATOR
78         MENUITEM "&Propriétés",              IDM_PROPERTIES
79     }
80
81     POPUP "Control"
82     {
83         MENUITEM "&Annuler",       IDM_UNDO 
84         MENUITEM SEPARATOR
85         MENUITEM "Coupe&r",        IDM_CUT
86         MENUITEM "Copi&er",       IDM_COPY
87         MENUITEM "C&oller",      IDM_PASTE
88         MENUITEM "Suppri&mer",     IDM_DELETE
89         MENUITEM SEPARATOR
90         MENUITEM SEPARATOR
91         MENUITEM "&Sélectionner tout", IDM_SELECTALL
92     }
93
94     POPUP "Table"
95     {
96         POPUP "&Sélectionner"
97         {
98             MENUITEM "&cellule",         IDM_CELL 
99             MENUITEM "&ligne",          IDM_ROW
100             MENUITEM "c&olonne",       IDM_COLUMN
101             MENUITEM "&table",        IDM_TABLE
102         }
103         MENUITEM SEPARATOR
104         MENUITEM SEPARATOR
105         MENUITEM "Propriétés de la &cellule",  IDM_CELLPROPERTIES
106         MENUITEM "Propriétés de la &table", IDM_TABLEPROPERTIES
107     }
108
109     POPUP "1DSite Select"
110     {
111         MENUITEM "Coupe&r",        IDM_CUT
112         MENUITEM "Copi&er",       IDM_COPY
113         MENUITEM "Coller",       IDM_PASTE
114         MENUITEM "&Sélectionner tout", IDM_SELECTALL 
115         MENUITEM "&Imprimer",      IDM_PRINT
116         MENUITEM SEPARATOR
117     }
118
119     POPUP "Anchor"
120     {
121         MENUITEM "Ou&vrir",                IDM_OPENLINK
122         MENUITEM "Ouvrir dans une &nouvelle fenêtre",  IDM_OPENINNEWWINDOW
123         MENUITEM "Enregistrer la cible so&us...",   IDM_SAVETARGETAS
124         MENUITEM "Imprimer la cib&le",        IDM_PRINTTARGET
125         MENUITEM SEPARATOR
126         MENUITEM "Coupe&r",                  IDM_CUT
127         MENUITEM "Copi&er",                IDM_COPY
128         MENUITEM "Copier le r&accourci",       IDM_COPYSHORTCUT
129         MENUITEM "C&oller",               IDM_PASTE
130         MENUITEM SEPARATOR
131         MENUITEM "Ajouter au&x Favoris...", IDM_ADDTOFAVOURITES
132         MENUITEM SEPARATOR
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_OPENLINK
145         MENUITEM "Ouvrir le lien dans une &nouvelle fenêtre", IDM_OPENINNEWWINDOW
146         MENUITEM "Enregistrer la cible so&us...",       IDM_SAVETARGETAS
147         MENUITEM "Imprimer la cib&le",            IDM_PRINTTARGET
148         MENUITEM SEPARATOR
149         MENUITEM "Affic&her l'image",            IDM_SHOWPICTURE
150         MENUITEM "Enregistrer la vidéo &sous...",        IDM_SAVEPICTUREAS
151         MENUITEM "É&tablir en tant qu'élément d'arrière-plan",       IDM_SETASBACKGROUND
152         MENUITEM "Définir comme élément du &Bureau...",  IDM_SETASDESKTOPITEM
153         MENUITEM SEPARATOR
154         MENUITEM "Coupe&r",                     IDM_CUT
155         MENUITEM "Copi&er",                    IDM_COPY
156         MENUITEM "Copier le r&accourci",           IDM_COPYSHORTCUT
157         MENUITEM "C&oller",                   IDM_PASTE
158         MENUITEM SEPARATOR
159         MENUITEM "Ajouter au&x Favoris...",     IDM_ADDTOFAVOURITES
160         MENUITEM SEPARATOR
161         MENUITEM SEPARATOR
162         MENUITEM "Lecture",                     IDM_PLAY
163         MENUITEM "Arrêt",                     IDM_STOP
164         MENUITEM "&Propriétés",              IDM_PROPERTIES
165     }
166
167     POPUP "ART Image"
168     {
169         MENUITEM "Ou&vrir le lien",               IDM_OPENLINK
170         MENUITEM "Ouvrir le lien dans une &nouvelle fenêtre", IDM_OPENINNEWWINDOW
171         MENUITEM "Enregistrer la cible so&us...",       IDM_SAVETARGETAS
172         MENUITEM "Imprimer la cib&le",            IDM_PRINTTARGET
173         MENUITEM SEPARATOR
174         MENUITEM "Affic&her l'image",            IDM_SHOWPICTURE
175         MENUITEM "Enregistrer l'image &sous...",      IDM_SAVEPICTUREAS
176         MENUITEM "É&tablir en tant qu'élément d'arrière-plan",       IDM_SETASBACKGROUND
177         MENUITEM "Définir comme élément du &Bureau...",  IDM_SETASDESKTOPITEM
178         MENUITEM SEPARATOR
179         MENUITEM "Coupe&r",                     IDM_CUT
180         MENUITEM "Copi&er",                    IDM_COPY
181         MENUITEM "Copier le r&accourci",           IDM_COPYSHORTCUT
182         MENUITEM "C&oller",                   IDM_PASTE
183         MENUITEM SEPARATOR
184         MENUITEM "Ajouter au&x Favoris...",     IDM_ADDTOFAVOURITES
185         MENUITEM SEPARATOR
186         MENUITEM "Lecture",                     IDM_PLAY
187         MENUITEM "Arrêt",                     IDM_STOP
188         MENUITEM "Retour arrière",                   IDM_REWIND
189         MENUITEM SEPARATOR
190         MENUITEM SEPARATOR
191         MENUITEM "&Propriétés",              IDM_PROPERTIES
192     }
193
194     POPUP "Debug"
195     {
196         MENUITEM "Trace Tags",         IDM_TRACETAGS 
197         MENUITEM "Resource Failures",  IDM_RESOURCEFAILURES
198         MENUITEM "Dump Tracking Info", IDM_DUMPTRACKINGINFO
199         MENUITEM "Debug Break",        IDM_DEBUGBREAK
200         MENUITEM "Debug View",         IDM_DEBUGVIEW
201         MENUITEM "Dump Tree",          IDM_DUMPTREE
202         MENUITEM "Dump Lines",         IDM_DUMPLINES
203         MENUITEM "Dump DisplayTree",   IDM_DUMPDISPLAYTREE
204         MENUITEM "Dump FormatCaches",  IDM_DUMPFORMATCACHES
205         MENUITEM "Dump LayoutRects",   IDM_DUMPLAYOUTRECTS
206         MENUITEM "Memory Monitor",     IDM_MEMORYMONITOR
207         MENUITEM "Performance Meters", IDM_PERFORMANCEMETERS
208         MENUITEM "Save HTML",          IDM_SAVEHTML
209         MENUITEM SEPARATOR
210         MENUITEM "&Browse View",       IDM_BROWSEVIEW
211         MENUITEM "&Edit View",         IDM_EDITVIEW
212     }
213
214     POPUP "Vertical Scrollbar"
215     {
216         MENUITEM "Défilement ici",  IDM_SCROLLHERE
217         MENUITEM SEPARATOR
218         MENUITEM "Haut",          IDM_TOP
219         MENUITEM "Bas",       IDM_BOTTOM
220         MENUITEM SEPARATOR
221         MENUITEM "Page précédente",      IDM_PAGEUP
222         MENUITEM "Page suivante",    IDM_PAGEDOWN
223         MENUITEM SEPARATOR
224         MENUITEM "Défilement vers le haut",    IDM_SCROLLUP
225         MENUITEM "Défilement vers le bas",  IDM_SCROLLDOWN
226     }
227
228     POPUP "Horizontal Scrollbar"
229     {
230         MENUITEM "Défilement ici",  IDM_SCROLLHERE
231         MENUITEM SEPARATOR
232         MENUITEM "Côté gauche",    IDM_LEFTEDGE
233         MENUITEM "Côté droit",   IDM_RIGHTEDGE
234         MENUITEM SEPARATOR
235         MENUITEM "Page vers la gauche",    IDM_PAGELEFT
236         MENUITEM "Page vers la droite",   IDM_PAGERIGHT
237         MENUITEM SEPARATOR
238         MENUITEM "Défilement vers la gauche",  IDM_SCROLLLEFT
239         MENUITEM "Défilement vers la droite", IDM_SCROLLRIGHT
240     }
241 }