gdi32: Avoid redundant computation of the gradient bounding rectangle.
[wine/multimedia.git] / dlls / shdoclc / shdoclc.rc
blobfe4f0546f6a43555a6347cfb0f60117b3bab15db
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  */
19 #include "shdoclc.h"
21 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
23 STRINGTABLE
25     IDS_MESSAGE_BOX_TITLE, "Wine Internet Explorer"
28 STRINGTABLE
30     IDS_PRINT_HEADER_TEMPLATE "&w&bPage &p" /* FIXME: should be "&w&bPage &p of &P" */
31     IDS_PRINT_FOOTER_TEMPLATE "#msgctxt#do not translate#&u&b&d"
34 IDR_BROWSE_CONTEXT_MENU MENU
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 "&Properties",            IDM_PROPERTIES
59     }
61     POPUP "" /* Image */
62     {
63         MENUITEM "&Open Link",               IDM_FOLLOWLINKC
64         MENUITEM "Open Link in &New Window", IDM_FOLLOWLINKN
65         MENUITEM "Save Target &As...",       IDM_SAVETARGET
66         MENUITEM "&Print Target",            IDM_PRINTTARGET
67         MENUITEM SEPARATOR
68         MENUITEM "S&how Picture",            IDM_SHOWPICTURE
69         MENUITEM "&Save Picture As...",      IDM_SAVEPICTURE
70         MENUITEM "&E-mail Picture...",       IDM_MP_EMAILPICTURE
71         MENUITEM "Pr&int Picture...",        IDM_MP_PRINTPICTURE
72         MENUITEM "&Go to My Pictures",       IDM_MP_MYPICS
73         MENUITEM "Set as Back&ground",       IDM_SETWALLPAPER
74         MENUITEM "Set as &Desktop Item...",  IDM_SETDESKTOPITEM
75         MENUITEM SEPARATOR
76         MENUITEM "Cu&t",                     IDM_CUT
77         MENUITEM "&Copy",                    IDM_COPY
78         MENUITEM "Copy Shor&tcut",           IDM_COPYSHORTCUT
79         MENUITEM "&Paste",                   IDM_PASTE
80         MENUITEM SEPARATOR
81         MENUITEM "Add to &Favorites...",     IDM_ADDFAVORITES
82         MENUITEM SEPARATOR
83         MENUITEM "P&roperties",              IDM_PROPERTIES
84     }
86     POPUP "" /* Control */
87     {
88         MENUITEM "&Undo",       IDM_UNDO
89         MENUITEM SEPARATOR
90         MENUITEM "Cu&t",        IDM_CUT
91         MENUITEM "&Copy",       IDM_COPY
92         MENUITEM "&Paste",      IDM_PASTE
93         MENUITEM "&Delete",     IDM_DELETE
94         MENUITEM SEPARATOR
95         MENUITEM "Select &All", IDM_SELECTALL
96     }
98     POPUP "" /* Table */
99     {
100         POPUP "&Select"
101         {
102             MENUITEM "&Cell",         IDM_CELLSELECT
103             MENUITEM "&Row",          IDM_ROWSELECT
104             MENUITEM "&Column",       IDM_COLUMNSELECT
105             MENUITEM "&Table",        IDM_TABLESELECT
106         }
107         MENUITEM SEPARATOR
108         MENUITEM "&Cell Properties",  IDM_CELLPROPERTIES
109         MENUITEM "&Table Properties", IDM_TABLEPROPERTIES
110     }
112     POPUP "" /* 1DSite Select */
113     {
114         MENUITEM "Cu&t",        IDM_CUT
115         MENUITEM "&Copy",       IDM_COPY
116         MENUITEM "Paste",       IDM_PASTE
117         MENUITEM "Select &All", IDM_SELECTALL
118         MENUITEM "&Print",      IDM_PRINT
119         MENUITEM SEPARATOR
120     }
122     POPUP "" /* Anchor */
123     {
124         MENUITEM "&Open",                IDM_FOLLOWLINKC
125         MENUITEM "Open in &New Window",  IDM_FOLLOWLINKN
126         MENUITEM "Save Target &As...",   IDM_SAVETARGET
127         MENUITEM "&Print Target",        IDM_PRINTTARGET
128         MENUITEM SEPARATOR
129         MENUITEM "Cut",                  IDM_CUT
130         MENUITEM "&Copy",                IDM_COPY
131         MENUITEM "Copy Shor&tcut",       IDM_COPYSHORTCUT
132         MENUITEM "&Paste",               IDM_PASTE
133         MENUITEM SEPARATOR
134         MENUITEM "Add to &Favorites...", IDM_ADDFAVORITES
135         MENUITEM SEPARATOR
136         MENUITEM "P&roperties",          IDM_PROPERTIES
137     }
139     POPUP "" /* Context Unknown */
140     {
141         MENUITEM SEPARATOR
142     }
144     POPUP "" /* DYNSRC Image */
145     {
146         MENUITEM "&Open Link",               IDM_FOLLOWLINKC
147         MENUITEM "Open Link in &New Window", IDM_FOLLOWLINKN
148         MENUITEM "Save Target &As...",       IDM_SAVETARGET
149         MENUITEM "&Print Target",            IDM_PRINTTARGET
150         MENUITEM SEPARATOR
151         MENUITEM "S&how Picture",            IDM_SHOWPICTURE
152         MENUITEM "&Save Video As...",        IDM_SAVEPICTURE
153         MENUITEM "Set as Back&ground",       IDM_SETWALLPAPER
154         MENUITEM "Set as &Desktop Item...",  IDM_SETDESKTOPITEM
155         MENUITEM SEPARATOR
156         MENUITEM "Cu&t",                     IDM_CUT
157         MENUITEM "&Copy",                    IDM_COPY
158         MENUITEM "Copy Shor&tcut",           IDM_COPYSHORTCUT
159         MENUITEM "&Paste",                   IDM_PASTE
160         MENUITEM SEPARATOR
161         MENUITEM "Add to &Favorites...",     IDM_ADDFAVORITES
162         MENUITEM SEPARATOR
163         MENUITEM "Play",                     IDM_DYNSRCPLAY
164         MENUITEM "Stop",                     IDM_DYNSRCSTOP
165         MENUITEM "P&roperties",              IDM_PROPERTIES
166     }
168     POPUP "" /* ART Image */
169     {
170         MENUITEM "&Open Link",               IDM_FOLLOWLINKC
171         MENUITEM "Open Link in &New Window", IDM_FOLLOWLINKN
172         MENUITEM "Save Target &As...",       IDM_SAVETARGET
173         MENUITEM "&Print Target",            IDM_PRINTTARGET
174         MENUITEM SEPARATOR
175         MENUITEM "S&how Picture",            IDM_SHOWPICTURE
176         MENUITEM "&Save Picture As...",      IDM_SAVEPICTURE
177         MENUITEM "Set as Back&ground",       IDM_SETWALLPAPER
178         MENUITEM "Set as &Desktop Item...",  IDM_SETDESKTOPITEM
179         MENUITEM SEPARATOR
180         MENUITEM "Cu&t",                     IDM_CUT
181         MENUITEM "&Copy",                    IDM_COPY
182         MENUITEM "Copy Shor&tcut",           IDM_COPYSHORTCUT
183         MENUITEM "&Paste",                   IDM_PASTE
184         MENUITEM SEPARATOR
185         MENUITEM "Add to &Favorites...",     IDM_ADDFAVORITES
186         MENUITEM SEPARATOR
187         MENUITEM "Play",                     IDM_IMGARTPLAY
188         MENUITEM "Stop",                     IDM_IMGARTSTOP
189         MENUITEM "Rewind",                   IDM_IMGARTREWIND
190         MENUITEM SEPARATOR
191         MENUITEM "P&roperties",              IDM_PROPERTIES
192     }
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_BROWSEMODE
211         MENUITEM "&Edit View",         IDM_EDITMODE
212     }
214     POPUP "" /* Vertical Scrollbar */
215     {
216         MENUITEM "Scroll Here",  IDM_SCROLL_HERE
217         MENUITEM SEPARATOR
218         MENUITEM "Top",          IDM_SCROLL_TOP
219         MENUITEM "Bottom",       IDM_SCROLL_BOTTOM
220         MENUITEM SEPARATOR
221         MENUITEM "Page Up",      IDM_SCROLL_PAGEUP
222         MENUITEM "Page Down",    IDM_SCROLL_PAGEDOWN
223         MENUITEM SEPARATOR
224         MENUITEM "Scroll Up",    IDM_SCROLL_UP
225         MENUITEM "Scroll Down",  IDM_SCROLL_DOWN
226     }
228     POPUP "" /* Horizontal Scrollbar */
229     {
230         MENUITEM "Scroll Here",  IDM_SCROLL_HERE
231         MENUITEM SEPARATOR
232         MENUITEM "Left Edge",    IDM_SCROLL_LEFTEDGE
233         MENUITEM "Right Edge",   IDM_SCROLL_RIGHTEDGE
234         MENUITEM SEPARATOR
235         MENUITEM "Page Left",    IDM_SCROLL_PAGELEFT
236         MENUITEM "Page Right",   IDM_SCROLL_PAGERIGHT
237         MENUITEM SEPARATOR
238         MENUITEM "Scroll Left",  IDM_SCROLL_LEFT
239         MENUITEM "Scroll Right", IDM_SCROLL_RIGHT
240     }