wined3d: Replace wined3d_surface_update_desc() with wined3d_texture_update_desc().
[wine.git] / dlls / shdoclc / shdoclc.rc
blob57b03e152d49af849b916eb65cb9ed2e82663744
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 #pragma makedep po
23 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
25 STRINGTABLE
27     IDS_MESSAGE_BOX_TITLE, "Wine Internet Explorer"
30 STRINGTABLE
32     IDS_PRINT_HEADER_TEMPLATE "&w&bPage &p" /* FIXME: should be "&w&bPage &p of &P" */
33     IDS_PRINT_FOOTER_TEMPLATE "#msgctxt#do not translate#&u&b&d"
36 IDR_BROWSE_CONTEXT_MENU MENU
38     POPUP "" /* Default */
39     {
40         MENUITEM "&Back",                  IDM_GOBACKWARD
41         MENUITEM "F&orward",               IDM_GOFORWARD
42         MENUITEM SEPARATOR
43         MENUITEM "&Save Background As...", IDM_SAVEBACKGROUND
44         MENUITEM "Set As Back&ground",     IDM_SETWALLPAPER
45         MENUITEM "&Copy Background",       IDM_COPYBACKGROUND
46         MENUITEM "Set as &Desktop Item",   IDM_SETDESKTOPITEM
47         MENUITEM SEPARATOR
48         MENUITEM "Select &All",            IDM_SELECTALL
49         MENUITEM "&Paste",                 IDM_PASTE
50         MENUITEM SEPARATOR
51         MENUITEM "Create Shor&tcut",       IDM_CREATESHORTCUT
52         MENUITEM "Add to &Favorites...",   IDM_ADDFAVORITES
53         MENUITEM "&View Source",           IDM_VIEWSOURCE
54         MENUITEM SEPARATOR
55         MENUITEM "&Encoding",              IDM_LANGUAGE
56         MENUITEM SEPARATOR
57         MENUITEM "Pr&int",                 IDM_PRINT
58         MENUITEM "&Refresh",               _IDM_REFRESH
59         MENUITEM SEPARATOR
60         MENUITEM "&Properties",            IDM_PROPERTIES
61     }
63     POPUP "" /* Image */
64     {
65         MENUITEM "&Open Link",               IDM_FOLLOWLINKC
66         MENUITEM "Open Link in &New Window", IDM_FOLLOWLINKN
67         MENUITEM "Save Target &As...",       IDM_SAVETARGET
68         MENUITEM "&Print Target",            IDM_PRINTTARGET
69         MENUITEM SEPARATOR
70         MENUITEM "S&how Picture",            IDM_SHOWPICTURE
71         MENUITEM "&Save Picture As...",      IDM_SAVEPICTURE
72         MENUITEM "&E-mail Picture...",       IDM_MP_EMAILPICTURE
73         MENUITEM "Pr&int Picture...",        IDM_MP_PRINTPICTURE
74         MENUITEM "&Go to My Pictures",       IDM_MP_MYPICS
75         MENUITEM "Set as Back&ground",       IDM_SETWALLPAPER
76         MENUITEM "Set as &Desktop Item...",  IDM_SETDESKTOPITEM
77         MENUITEM SEPARATOR
78         MENUITEM "Cu&t",                     IDM_CUT
79         MENUITEM "&Copy",                    IDM_COPY
80         MENUITEM "Copy Shor&tcut",           IDM_COPYSHORTCUT
81         MENUITEM "&Paste",                   IDM_PASTE
82         MENUITEM SEPARATOR
83         MENUITEM "Add to &Favorites...",     IDM_ADDFAVORITES
84         MENUITEM SEPARATOR
85         MENUITEM "P&roperties",              IDM_PROPERTIES
86     }
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 "Select &All", IDM_SELECTALL
98     }
100     POPUP "" /* Table */
101     {
102         POPUP "&Select"
103         {
104             MENUITEM "&Cell",         IDM_CELLSELECT
105             MENUITEM "&Row",          IDM_ROWSELECT
106             MENUITEM "&Column",       IDM_COLUMNSELECT
107             MENUITEM "&Table",        IDM_TABLESELECT
108         }
109         MENUITEM SEPARATOR
110         MENUITEM "&Cell Properties",  IDM_CELLPROPERTIES
111         MENUITEM "&Table Properties", IDM_TABLEPROPERTIES
112     }
114     POPUP "" /* 1DSite Select */
115     {
116         MENUITEM "Cu&t",        IDM_CUT
117         MENUITEM "&Copy",       IDM_COPY
118         MENUITEM "Paste",       IDM_PASTE
119         MENUITEM "Select &All", IDM_SELECTALL
120         MENUITEM "&Print",      IDM_PRINT
121         MENUITEM SEPARATOR
122     }
124     POPUP "" /* Anchor */
125     {
126         MENUITEM "&Open",                IDM_FOLLOWLINKC
127         MENUITEM "Open in &New Window",  IDM_FOLLOWLINKN
128         MENUITEM "Save Target &As...",   IDM_SAVETARGET
129         MENUITEM "&Print Target",        IDM_PRINTTARGET
130         MENUITEM SEPARATOR
131         MENUITEM "Cut",                  IDM_CUT
132         MENUITEM "&Copy",                IDM_COPY
133         MENUITEM "Copy Shor&tcut",       IDM_COPYSHORTCUT
134         MENUITEM "&Paste",               IDM_PASTE
135         MENUITEM SEPARATOR
136         MENUITEM "Add to &Favorites...", IDM_ADDFAVORITES
137         MENUITEM SEPARATOR
138         MENUITEM "P&roperties",          IDM_PROPERTIES
139     }
141     POPUP "" /* Context Unknown */
142     {
143         MENUITEM SEPARATOR
144     }
146     POPUP "" /* DYNSRC Image */
147     {
148         MENUITEM "&Open Link",               IDM_FOLLOWLINKC
149         MENUITEM "Open Link in &New Window", IDM_FOLLOWLINKN
150         MENUITEM "Save Target &As...",       IDM_SAVETARGET
151         MENUITEM "&Print Target",            IDM_PRINTTARGET
152         MENUITEM SEPARATOR
153         MENUITEM "S&how Picture",            IDM_SHOWPICTURE
154         MENUITEM "&Save Video As...",        IDM_SAVEPICTURE
155         MENUITEM "Set as Back&ground",       IDM_SETWALLPAPER
156         MENUITEM "Set as &Desktop Item...",  IDM_SETDESKTOPITEM
157         MENUITEM SEPARATOR
158         MENUITEM "Cu&t",                     IDM_CUT
159         MENUITEM "&Copy",                    IDM_COPY
160         MENUITEM "Copy Shor&tcut",           IDM_COPYSHORTCUT
161         MENUITEM "&Paste",                   IDM_PASTE
162         MENUITEM SEPARATOR
163         MENUITEM "Add to &Favorites...",     IDM_ADDFAVORITES
164         MENUITEM SEPARATOR
165         MENUITEM "Play",                     IDM_DYNSRCPLAY
166         MENUITEM "Stop",                     IDM_DYNSRCSTOP
167         MENUITEM "P&roperties",              IDM_PROPERTIES
168     }
170     POPUP "" /* ART Image */
171     {
172         MENUITEM "&Open Link",               IDM_FOLLOWLINKC
173         MENUITEM "Open Link in &New Window", IDM_FOLLOWLINKN
174         MENUITEM "Save Target &As...",       IDM_SAVETARGET
175         MENUITEM "&Print Target",            IDM_PRINTTARGET
176         MENUITEM SEPARATOR
177         MENUITEM "S&how Picture",            IDM_SHOWPICTURE
178         MENUITEM "&Save Picture As...",      IDM_SAVEPICTURE
179         MENUITEM "Set as Back&ground",       IDM_SETWALLPAPER
180         MENUITEM "Set as &Desktop Item...",  IDM_SETDESKTOPITEM
181         MENUITEM SEPARATOR
182         MENUITEM "Cu&t",                     IDM_CUT
183         MENUITEM "&Copy",                    IDM_COPY
184         MENUITEM "Copy Shor&tcut",           IDM_COPYSHORTCUT
185         MENUITEM "&Paste",                   IDM_PASTE
186         MENUITEM SEPARATOR
187         MENUITEM "Add to &Favorites...",     IDM_ADDFAVORITES
188         MENUITEM SEPARATOR
189         MENUITEM "Play",                     IDM_IMGARTPLAY
190         MENUITEM "Stop",                     IDM_IMGARTSTOP
191         MENUITEM "Rewind",                   IDM_IMGARTREWIND
192         MENUITEM SEPARATOR
193         MENUITEM "P&roperties",              IDM_PROPERTIES
194     }
196     POPUP "" /* Debug */
197     {
198         MENUITEM "Trace Tags",         IDM_TRACETAGS
199         MENUITEM "Resource Failures",  IDM_RESOURCEFAILURES
200         MENUITEM "Dump Tracking Info", IDM_DUMPTRACKINGINFO
201         MENUITEM "Debug Break",        IDM_DEBUGBREAK
202         MENUITEM "Debug View",         IDM_DEBUGVIEW
203         MENUITEM "Dump Tree",          IDM_DUMPTREE
204         MENUITEM "Dump Lines",         IDM_DUMPLINES
205         MENUITEM "Dump DisplayTree",   IDM_DUMPDISPLAYTREE
206         MENUITEM "Dump FormatCaches",  IDM_DUMPFORMATCACHES
207         MENUITEM "Dump LayoutRects",   IDM_DUMPLAYOUTRECTS
208         MENUITEM "Memory Monitor",     IDM_MEMORYMONITOR
209         MENUITEM "Performance Meters", IDM_PERFORMANCEMETERS
210         MENUITEM "Save HTML",          IDM_SAVEHTML
211         MENUITEM SEPARATOR
212         MENUITEM "&Browse View",       IDM_BROWSEMODE
213         MENUITEM "&Edit View",         IDM_EDITMODE
214     }
216     POPUP "" /* Vertical Scrollbar */
217     {
218         MENUITEM "Scroll Here",  IDM_SCROLL_HERE
219         MENUITEM SEPARATOR
220         MENUITEM "Top",          IDM_SCROLL_TOP
221         MENUITEM "Bottom",       IDM_SCROLL_BOTTOM
222         MENUITEM SEPARATOR
223         MENUITEM "Page Up",      IDM_SCROLL_PAGEUP
224         MENUITEM "Page Down",    IDM_SCROLL_PAGEDOWN
225         MENUITEM SEPARATOR
226         MENUITEM "Scroll Up",    IDM_SCROLL_UP
227         MENUITEM "Scroll Down",  IDM_SCROLL_DOWN
228     }
230     POPUP "" /* Horizontal Scrollbar */
231     {
232         MENUITEM "Scroll Here",  IDM_SCROLL_HERE
233         MENUITEM SEPARATOR
234         MENUITEM "Left Edge",    IDM_SCROLL_LEFTEDGE
235         MENUITEM "Right Edge",   IDM_SCROLL_RIGHTEDGE
236         MENUITEM SEPARATOR
237         MENUITEM "Page Left",    IDM_SCROLL_PAGELEFT
238         MENUITEM "Page Right",   IDM_SCROLL_PAGERIGHT
239         MENUITEM SEPARATOR
240         MENUITEM "Scroll Left",  IDM_SCROLL_LEFT
241         MENUITEM "Scroll Right", IDM_SCROLL_RIGHT
242     }