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