[CMAKE]
[reactos.git] / dll / win32 / shdoclc / En.rc
1 /*
2 * Copyright 2005-2006 Jacek Caban
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 #include "shdoclc.h"
20
21 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
22
23 STRINGTABLE
24 {
25 IDS_MESSAGE_BOX_TITLE, "Wine Internet Explorer"
26 }
27
28 STRINGTABLE
29 {
30 IDS_PRINT_HEADER_TEMPLATE "&w&bPage &p" /* FIXME: should be "&w&bPage &p of &P" */
31 IDS_PRINT_FOOTER_TEMPLATE "&u&b&d"
32 }
33
34 IDR_BROWSE_CONTEXT_MENU MENU
35 {
36 POPUP "Default"
37 {
38 MENUITEM "&Back", IDM_GOBACKWARD
39 MENUITEM "F&orward", IDM_GOFORWARD
40 MENUITEM SEPARATOR
41 MENUITEM "&Save Background As...", IDM_SAVEBACKGROUND
42 MENUITEM "Set As Back&ground", IDM_SETWALLPAPER
43 MENUITEM "&Copy Background", IDM_COPYBACKGROUND
44 MENUITEM "Set as &Desktop Item", IDM_SETDESKTOPITEM
45 MENUITEM SEPARATOR
46 MENUITEM "Select &All", IDM_SELECTALL
47 MENUITEM "&Paste", IDM_PASTE
48 MENUITEM SEPARATOR
49 MENUITEM "Create Shor&tcut", IDM_CREATESHORTCUT
50 MENUITEM "Add to &Favorites", IDM_ADDFAVORITES
51 MENUITEM "&View Source", IDM_VIEWSOURCE
52 MENUITEM SEPARATOR
53 MENUITEM "&Encoding", IDM_LANGUAGE
54 MENUITEM SEPARATOR
55 MENUITEM "Pr&int", IDM_PRINT
56 MENUITEM "&Refresh", _IDM_REFRESH
57 MENUITEM SEPARATOR
58 MENUITEM SEPARATOR
59 MENUITEM "&Properties", IDM_PROPERTIES
60 }
61
62 POPUP "Image"
63 {
64 MENUITEM "&Open Link", IDM_FOLLOWLINKC
65 MENUITEM "Open Link in &New Window", IDM_FOLLOWLINKN
66 MENUITEM "Save Target &As...", IDM_SAVETARGET
67 MENUITEM "&Print Target", IDM_PRINTTARGET
68 MENUITEM SEPARATOR
69 MENUITEM "S&how Picture", IDM_SHOWPICTURE
70 MENUITEM "&Save Picture As...", IDM_SAVEPICTURE
71 MENUITEM "&E-mail Picture...", IDM_MP_EMAILPICTURE
72 MENUITEM "Pr&int Picture...", IDM_MP_PRINTPICTURE
73 MENUITEM "&Go to My Pictures", IDM_MP_MYPICS
74 MENUITEM "Set as Back&ground", IDM_SETWALLPAPER
75 MENUITEM "Set as &Desktop Item...", IDM_SETDESKTOPITEM
76 MENUITEM SEPARATOR
77 MENUITEM "Cu&t", IDM_CUT
78 MENUITEM "&Copy", IDM_COPY
79 MENUITEM "Copy Shor&tcut", IDM_COPYSHORTCUT
80 MENUITEM "&Paste", IDM_PASTE
81 MENUITEM SEPARATOR
82 MENUITEM "Add to &Favorites...", IDM_ADDFAVORITES
83 MENUITEM SEPARATOR
84 MENUITEM SEPARATOR
85 MENUITEM "P&roperties", IDM_PROPERTIES
86 }
87
88 POPUP "Control"
89 {
90 MENUITEM "&Undo", IDM_UNDO
91 MENUITEM SEPARATOR
92 MENUITEM "Cu&t", IDM_CUT
93 MENUITEM "&Copy", IDM_COPY
94 MENUITEM "&Paste", IDM_PASTE
95 MENUITEM "&Delete", IDM_DELETE
96 MENUITEM SEPARATOR
97 MENUITEM SEPARATOR
98 MENUITEM "Select &All", IDM_SELECTALL
99 }
100
101 POPUP "Table"
102 {
103 POPUP "&Select"
104 {
105 MENUITEM "&Cell", IDM_CELLSELECT
106 MENUITEM "&Row", IDM_ROWSELECT
107 MENUITEM "&Column", IDM_COLUMNSELECT
108 MENUITEM "&Table", IDM_TABLESELECT
109 }
110 MENUITEM SEPARATOR
111 MENUITEM SEPARATOR
112 MENUITEM "&Cell Properties", IDM_CELLPROPERTIES
113 MENUITEM "&Table Properties", IDM_TABLEPROPERTIES
114 }
115
116 POPUP "1DSite Select"
117 {
118 MENUITEM "Cu&t", IDM_CUT
119 MENUITEM "&Copy", IDM_COPY
120 MENUITEM "Paste", IDM_PASTE
121 MENUITEM "Select &All", IDM_SELECTALL
122 MENUITEM "&Print", IDM_PRINT
123 MENUITEM SEPARATOR
124 }
125
126 POPUP "Anchor"
127 {
128 MENUITEM "&Open", IDM_FOLLOWLINKC
129 MENUITEM "Open in &New Window", IDM_FOLLOWLINKN
130 MENUITEM "Save Target &As...", IDM_SAVETARGET
131 MENUITEM "&Print Target", IDM_PRINTTARGET
132 MENUITEM SEPARATOR
133 MENUITEM "Cut", IDM_CUT
134 MENUITEM "&Copy", IDM_COPY
135 MENUITEM "Copy Shor&tcut", IDM_COPYSHORTCUT
136 MENUITEM "&Paste", IDM_PASTE
137 MENUITEM SEPARATOR
138 MENUITEM "Add to &Favorites...", IDM_ADDFAVORITES
139 MENUITEM SEPARATOR
140 MENUITEM SEPARATOR
141 MENUITEM "P&roperties", IDM_PROPERTIES
142 }
143
144 POPUP "Context Unknown"
145 {
146 MENUITEM SEPARATOR
147 }
148
149 POPUP "DYNSRC Image"
150 {
151 MENUITEM "&Open Link", IDM_FOLLOWLINKC
152 MENUITEM "Open Link in &New Window", IDM_FOLLOWLINKN
153 MENUITEM "Save Target &As...", IDM_SAVETARGET
154 MENUITEM "&Print Target", IDM_PRINTTARGET
155 MENUITEM SEPARATOR
156 MENUITEM "S&how Picture", IDM_SHOWPICTURE
157 MENUITEM "&Save Video As...", IDM_SAVEPICTURE
158 MENUITEM "Set as Back&ground", IDM_SETWALLPAPER
159 MENUITEM "Set as &Desktop Item...", IDM_SETDESKTOPITEM
160 MENUITEM SEPARATOR
161 MENUITEM "Cu&t", IDM_CUT
162 MENUITEM "&Copy", IDM_COPY
163 MENUITEM "Copy Shor&tcut", IDM_COPYSHORTCUT
164 MENUITEM "&Paste", IDM_PASTE
165 MENUITEM SEPARATOR
166 MENUITEM "Add to &Favorites...", IDM_ADDFAVORITES
167 MENUITEM SEPARATOR
168 MENUITEM SEPARATOR
169 MENUITEM "Play", IDM_DYNSRCPLAY
170 MENUITEM "Stop", IDM_DYNSRCSTOP
171 MENUITEM "P&roperties", IDM_PROPERTIES
172 }
173
174 POPUP "ART Image"
175 {
176 MENUITEM "&Open Link", IDM_FOLLOWLINKC
177 MENUITEM "Open Link in &New Window", IDM_FOLLOWLINKN
178 MENUITEM "Save Target &As...", IDM_SAVETARGET
179 MENUITEM "&Print Target", IDM_PRINTTARGET
180 MENUITEM SEPARATOR
181 MENUITEM "S&how Picture", IDM_SHOWPICTURE
182 MENUITEM "&Save Picture As...", IDM_SAVEPICTURE
183 MENUITEM "Set as Back&ground", IDM_SETWALLPAPER
184 MENUITEM "Set as &Desktop Item...", IDM_SETDESKTOPITEM
185 MENUITEM SEPARATOR
186 MENUITEM "Cu&t", IDM_CUT
187 MENUITEM "&Copy", IDM_COPY
188 MENUITEM "Copy Shor&tcut", IDM_COPYSHORTCUT
189 MENUITEM "&Paste", IDM_PASTE
190 MENUITEM SEPARATOR
191 MENUITEM "Add to &Favorites...", IDM_ADDFAVORITES
192 MENUITEM SEPARATOR
193 MENUITEM "Play", IDM_IMGARTPLAY
194 MENUITEM "Stop", IDM_IMGARTSTOP
195 MENUITEM "Rewind", IDM_IMGARTREWIND
196 MENUITEM SEPARATOR
197 MENUITEM SEPARATOR
198 MENUITEM "P&roperties", IDM_PROPERTIES
199 }
200
201 POPUP "Debug"
202 {
203 MENUITEM "Trace Tags", IDM_TRACETAGS
204 MENUITEM "Resource Failures", IDM_RESOURCEFAILURES
205 MENUITEM "Dump Tracking Info", IDM_DUMPTRACKINGINFO
206 MENUITEM "Debug Break", IDM_DEBUGBREAK
207 MENUITEM "Debug View", IDM_DEBUGVIEW
208 MENUITEM "Dump Tree", IDM_DUMPTREE
209 MENUITEM "Dump Lines", IDM_DUMPLINES
210 MENUITEM "Dump DisplayTree", IDM_DUMPDISPLAYTREE
211 MENUITEM "Dump FormatCaches", IDM_DUMPFORMATCACHES
212 MENUITEM "Dump LayoutRects", IDM_DUMPLAYOUTRECTS
213 MENUITEM "Memory Monitor", IDM_MEMORYMONITOR
214 MENUITEM "Performance Meters", IDM_PERFORMANCEMETERS
215 MENUITEM "Save HTML", IDM_SAVEHTML
216 MENUITEM SEPARATOR
217 MENUITEM "&Browse View", IDM_BROWSEMODE
218 MENUITEM "&Edit View", IDM_EDITMODE
219 }
220
221 POPUP "Vertical Scrollbar"
222 {
223 MENUITEM "Scroll Here", IDM_SCROLL_HERE
224 MENUITEM SEPARATOR
225 MENUITEM "Top", IDM_SCROLL_TOP
226 MENUITEM "Bottom", IDM_SCROLL_BOTTOM
227 MENUITEM SEPARATOR
228 MENUITEM "Page Up", IDM_SCROLL_PAGEUP
229 MENUITEM "Page Down", IDM_SCROLL_PAGEDOWN
230 MENUITEM SEPARATOR
231 MENUITEM "Scroll Up", IDM_SCROLL_UP
232 MENUITEM "Scroll Down", IDM_SCROLL_DOWN
233 }
234
235 POPUP "Horizontal Scrollbar"
236 {
237 MENUITEM "Scroll Here", IDM_SCROLL_HERE
238 MENUITEM SEPARATOR
239 MENUITEM "Left Edge", IDM_SCROLL_LEFTEDGE
240 MENUITEM "Right Edge", IDM_SCROLL_RIGHTEDGE
241 MENUITEM SEPARATOR
242 MENUITEM "Page Left", IDM_SCROLL_PAGELEFT
243 MENUITEM "Page Right", IDM_SCROLL_PAGERIGHT
244 MENUITEM SEPARATOR
245 MENUITEM "Scroll Left", IDM_SCROLL_LEFT
246 MENUITEM "Scroll Right", IDM_SCROLL_RIGHT
247 }
248 }
249
250 LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
251
252 IDR_BROWSE_CONTEXT_MENU MENU
253 {
254 POPUP "Default"
255 {
256 MENUITEM "&Back", IDM_GOBACKWARD
257 MENUITEM "F&orward", IDM_GOFORWARD
258 MENUITEM SEPARATOR
259 MENUITEM "&Save Background As...", IDM_SAVEBACKGROUND
260 MENUITEM "Set As Back&ground", IDM_SETWALLPAPER
261 MENUITEM "&Copy Background", IDM_COPYBACKGROUND
262 MENUITEM "Set as &Desktop Item", IDM_SETDESKTOPITEM
263 MENUITEM SEPARATOR
264 MENUITEM "Select &All", IDM_SELECTALL
265 MENUITEM "&Paste", IDM_PASTE
266 MENUITEM SEPARATOR
267 MENUITEM "Create Shor&tcut", IDM_CREATESHORTCUT
268 MENUITEM "Add to &Favourites", IDM_ADDFAVORITES
269 MENUITEM "&View Source", IDM_VIEWSOURCE
270 MENUITEM SEPARATOR
271 MENUITEM "&Encoding", IDM_LANGUAGE
272 MENUITEM SEPARATOR
273 MENUITEM "Pr&int", IDM_PRINT
274 MENUITEM "&Refresh", _IDM_REFRESH
275 MENUITEM SEPARATOR
276 MENUITEM SEPARATOR
277 MENUITEM "&Properties", IDM_PROPERTIES
278 }
279
280 POPUP "Image"
281 {
282 MENUITEM "&Open Link", IDM_FOLLOWLINKC
283 MENUITEM "Open Link in &New Window", IDM_FOLLOWLINKN
284 MENUITEM "Save Target &As...", IDM_SAVETARGET
285 MENUITEM "&Print Target", IDM_PRINTTARGET
286 MENUITEM SEPARATOR
287 MENUITEM "S&how Picture", IDM_SHOWPICTURE
288 MENUITEM "&Save Picture As...", IDM_SAVEPICTURE
289 MENUITEM "&E-mail Picture...", IDM_MP_EMAILPICTURE
290 MENUITEM "Pr&int Picture...", IDM_MP_PRINTPICTURE
291 MENUITEM "&Go to My Pictures", IDM_MP_MYPICS
292 MENUITEM "Set as Back&ground", IDM_SETWALLPAPER
293 MENUITEM "Set as &Desktop Item...", IDM_SETDESKTOPITEM
294 MENUITEM SEPARATOR
295 MENUITEM "Cu&t", IDM_CUT
296 MENUITEM "&Copy", IDM_COPY
297 MENUITEM "Copy Shor&tcut", IDM_COPYSHORTCUT
298 MENUITEM "&Paste", IDM_PASTE
299 MENUITEM SEPARATOR
300 MENUITEM "Add to &Favourites...", IDM_ADDFAVORITES
301 MENUITEM SEPARATOR
302 MENUITEM SEPARATOR
303 MENUITEM "P&roperties", IDM_PROPERTIES
304 }
305
306 POPUP "Control"
307 {
308 MENUITEM "&Undo", IDM_UNDO
309 MENUITEM SEPARATOR
310 MENUITEM "Cu&t", IDM_CUT
311 MENUITEM "&Copy", IDM_COPY
312 MENUITEM "&Paste", IDM_PASTE
313 MENUITEM "&Delete", IDM_DELETE
314 MENUITEM SEPARATOR
315 MENUITEM SEPARATOR
316 MENUITEM "Select &All", IDM_SELECTALL
317 }
318
319 POPUP "Table"
320 {
321 POPUP "&Select"
322 {
323 MENUITEM "&Cell", IDM_CELLSELECT
324 MENUITEM "&Row", IDM_ROWSELECT
325 MENUITEM "&Column", IDM_COLUMNSELECT
326 MENUITEM "&Table", IDM_TABLESELECT
327 }
328 MENUITEM SEPARATOR
329 MENUITEM SEPARATOR
330 MENUITEM "&Cell Properties", IDM_CELLPROPERTIES
331 MENUITEM "&Table Properties", IDM_TABLEPROPERTIES
332 }
333
334 POPUP "1DSite Select"
335 {
336 MENUITEM "Cu&t", IDM_CUT
337 MENUITEM "&Copy", IDM_COPY
338 MENUITEM "Paste", IDM_PASTE
339 MENUITEM "Select &All", IDM_SELECTALL
340 MENUITEM "&Print", IDM_PRINT
341 MENUITEM SEPARATOR
342 }
343
344 POPUP "Anchor"
345 {
346 MENUITEM "&Open", IDM_FOLLOWLINKC
347 MENUITEM "Open in &New Window", IDM_FOLLOWLINKN
348 MENUITEM "Save Target &As...", IDM_SAVETARGET
349 MENUITEM "&Print Target", IDM_PRINTTARGET
350 MENUITEM SEPARATOR
351 MENUITEM "Cut", IDM_CUT
352 MENUITEM "&Copy", IDM_COPY
353 MENUITEM "Copy Shor&tcut", IDM_COPYSHORTCUT
354 MENUITEM "&Paste", IDM_PASTE
355 MENUITEM SEPARATOR
356 MENUITEM "Add to &Favourites...",IDM_ADDFAVORITES
357 MENUITEM SEPARATOR
358 MENUITEM SEPARATOR
359 MENUITEM "P&roperties", IDM_PROPERTIES
360 }
361
362 POPUP "Context Unknown"
363 {
364 MENUITEM SEPARATOR
365 }
366
367 POPUP "DYNSRC Image"
368 {
369 MENUITEM "&Open Link", IDM_FOLLOWLINKC
370 MENUITEM "Open Link in &New Window", IDM_FOLLOWLINKN
371 MENUITEM "Save Target &As...", IDM_SAVETARGET
372 MENUITEM "&Print Target", IDM_PRINTTARGET
373 MENUITEM SEPARATOR
374 MENUITEM "S&how Picture", IDM_SHOWPICTURE
375 MENUITEM "&Save Video As...", IDM_SAVEPICTURE
376 MENUITEM "Set as Back&ground", IDM_SETWALLPAPER
377 MENUITEM "Set as &Desktop Item...", IDM_SETDESKTOPITEM
378 MENUITEM SEPARATOR
379 MENUITEM "Cu&t", IDM_CUT
380 MENUITEM "&Copy", IDM_COPY
381 MENUITEM "Copy Shor&tcut", IDM_COPYSHORTCUT
382 MENUITEM "&Paste", IDM_PASTE
383 MENUITEM SEPARATOR
384 MENUITEM "Add to &Favourites...", IDM_ADDFAVORITES
385 MENUITEM SEPARATOR
386 MENUITEM SEPARATOR
387 MENUITEM "Play", IDM_DYNSRCPLAY
388 MENUITEM "Stop", IDM_DYNSRCSTOP
389 MENUITEM "P&roperties", IDM_PROPERTIES
390 }
391
392 POPUP "ART Image"
393 {
394 MENUITEM "&Open Link", IDM_FOLLOWLINKC
395 MENUITEM "Open Link in &New Window", IDM_FOLLOWLINKN
396 MENUITEM "Save Target &As...", IDM_SAVETARGET
397 MENUITEM "&Print Target", IDM_PRINTTARGET
398 MENUITEM SEPARATOR
399 MENUITEM "S&how Picture", IDM_SHOWPICTURE
400 MENUITEM "&Save Picture As...", IDM_SAVEPICTURE
401 MENUITEM "Set as Back&ground", IDM_SETWALLPAPER
402 MENUITEM "Set as &Desktop Item...", IDM_SETDESKTOPITEM
403 MENUITEM SEPARATOR
404 MENUITEM "Cu&t", IDM_CUT
405 MENUITEM "&Copy", IDM_COPY
406 MENUITEM "Copy Shor&tcut", IDM_COPYSHORTCUT
407 MENUITEM "&Paste", IDM_PASTE
408 MENUITEM SEPARATOR
409 MENUITEM "Add to &Favourites...", IDM_ADDFAVORITES
410 MENUITEM SEPARATOR
411 MENUITEM "Play", IDM_IMGARTPLAY
412 MENUITEM "Stop", IDM_IMGARTSTOP
413 MENUITEM "Rewind", IDM_IMGARTREWIND
414 MENUITEM SEPARATOR
415 MENUITEM SEPARATOR
416 MENUITEM "P&roperties", IDM_PROPERTIES
417 }
418
419 POPUP "Debug"
420 {
421 MENUITEM "Trace Tags", IDM_TRACETAGS
422 MENUITEM "Resource Failures", IDM_RESOURCEFAILURES
423 MENUITEM "Dump Tracking Info", IDM_DUMPTRACKINGINFO
424 MENUITEM "Debug Break", IDM_DEBUGBREAK
425 MENUITEM "Debug View", IDM_DEBUGVIEW
426 MENUITEM "Dump Tree", IDM_DUMPTREE
427 MENUITEM "Dump Lines", IDM_DUMPLINES
428 MENUITEM "Dump DisplayTree", IDM_DUMPDISPLAYTREE
429 MENUITEM "Dump FormatCaches", IDM_DUMPFORMATCACHES
430 MENUITEM "Dump LayoutRects", IDM_DUMPLAYOUTRECTS
431 MENUITEM "Memory Monitor", IDM_MEMORYMONITOR
432 MENUITEM "Performance Meters", IDM_PERFORMANCEMETERS
433 MENUITEM "Save HTML", IDM_SAVEHTML
434 MENUITEM SEPARATOR
435 MENUITEM "&Browse View", IDM_BROWSEMODE
436 MENUITEM "&Edit View", IDM_EDITMODE
437 }
438
439 POPUP "Vertical Scrollbar"
440 {
441 MENUITEM "Scroll Here", IDM_SCROLL_HERE
442 MENUITEM SEPARATOR
443 MENUITEM "Top", IDM_SCROLL_TOP
444 MENUITEM "Bottom", IDM_SCROLL_BOTTOM
445 MENUITEM SEPARATOR
446 MENUITEM "Page Up", IDM_SCROLL_PAGEUP
447 MENUITEM "Page Down", IDM_SCROLL_PAGEDOWN
448 MENUITEM SEPARATOR
449 MENUITEM "Scroll Up", IDM_SCROLL_UP
450 MENUITEM "Scroll Down", IDM_SCROLL_DOWN
451 }
452
453 POPUP "Horizontal Scrollbar"
454 {
455 MENUITEM "Scroll Here", IDM_SCROLL_HERE
456 MENUITEM SEPARATOR
457 MENUITEM "Left Edge", IDM_SCROLL_LEFTEDGE
458 MENUITEM "Right Edge", IDM_SCROLL_RIGHTEDGE
459 MENUITEM SEPARATOR
460 MENUITEM "Page Left", IDM_SCROLL_PAGELEFT
461 MENUITEM "Page Right", IDM_SCROLL_PAGERIGHT
462 MENUITEM SEPARATOR
463 MENUITEM "Scroll Left", IDM_SCROLL_LEFT
464 MENUITEM "Scroll Right", IDM_SCROLL_RIGHT
465 }
466 }