Release 0.9.14.
[wine/multimedia.git] / dlls / mshtml / En.rc
blob40c05345117872543e909ae5bb03a6407c5ba9cb
1 /*
2  * Copyright 2005 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  */
20 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
22 STRINGTABLE DISCARDABLE
24     IDS_HTMLDISABLED    "HTML rendering is currently disabled."
25     IDS_HTMLDOCUMENT    "HTML Document"
28 /* FIXME: This should be in shdoclc.dll */
30 IDR_BROWSE_CONTEXT_MENU MENU
32     POPUP "Default"
33     {
34         MENUITEM "&Back",                  IDM_BACK
35         MENUITEM "F&orward",               IDM_FORWARD
36         MENUITEM SEPARATOR
37         MENUITEM "&Save Background As...", IDM_SAVEBACKGROUNDAS
38         MENUITEM "Set As Back&ground",     IDM_SETASBACKGROUND
39         MENUITEM "&Copy Background",       IDM_COPYBACKGROUND
40         MENUITEM "Set as &Desktop Item",   IDM_SETASDESKTOPITEM
41         MENUITEM SEPARATOR
42         MENUITEM "Select &All",            IDM_SELECTALL
43         MENUITEM "&Paste",                 IDM_PASTE
44         MENUITEM SEPARATOR
45         MENUITEM "Create Shor&tcut",       IDM_CREATESHORTCUT
46         MENUITEM "Add to &Favourites",     IDM_ADDTOFAVOURITES
47         MENUITEM "&View Source",           IDM_VIEWSOURCE
48         MENUITEM SEPARATOR
49         MENUITEM "&Encoding",              IDM_ENCODING 
50         MENUITEM SEPARATOR
51         MENUITEM "Pr&int",                 IDM_PRINT
52         MENUITEM "&Refresh",               IDM_REFRESH 
53         MENUITEM SEPARATOR
54         MENUITEM SEPARATOR
55         MENUITEM "&Properties",            IDM_PROPERTIES
56     }
58     POPUP "Image"
59     {
60         MENUITEM "&Open Link",               IDM_OPENLINK
61         MENUITEM "Open Link in &New Window", IDM_OPENINNEWWINDOW
62         MENUITEM "Save Target &As...",       IDM_SAVETARGETAS
63         MENUITEM "&Print Target",            IDM_PRINTTARGET
64         MENUITEM SEPARATOR
65         MENUITEM "S&how Picture",            IDM_SHOWPICTURE
66         MENUITEM "&Save Picture As...",      IDM_SAVEPICTUREAS
67         MENUITEM "&E-mail Picture...",       IDM_EMAILPICTURE
68         MENUITEM "Pr&int Picture...",        IDM_PRINTPICTURE
69         MENUITEM "&Go to My Pictures",       IDM_GOTOMYPICTURES
70         MENUITEM "Set as Back&ground",       IDM_SETASBACKGROUND
71         MENUITEM "Set as &Desktop Item...",  IDM_SETASDESKTOPITEM
72         MENUITEM SEPARATOR
73         MENUITEM "Cu&t",                     IDM_CUT
74         MENUITEM "&Copy",                    IDM_COPY
75         MENUITEM "Copy Shor&tcut",           IDM_COPYSHORTCUT
76         MENUITEM "&Paste",                   IDM_PASTE 
77         MENUITEM SEPARATOR
78         MENUITEM "Add to &Favorites...",     IDM_ADDTOFAVOURITES
79         MENUITEM SEPARATOR
80         MENUITEM SEPARATOR
81         MENUITEM "P&roperties",              IDM_PROPERTIES
82     }
84     POPUP "Control"
85     {
86         MENUITEM "&Undo",       IDM_UNDO 
87         MENUITEM SEPARATOR
88         MENUITEM "Cu&t",        IDM_CUT
89         MENUITEM "&Copy",       IDM_COPY
90         MENUITEM "&Paste",      IDM_PASTE
91         MENUITEM "&Delete",     IDM_DELETE
92         MENUITEM SEPARATOR
93         MENUITEM SEPARATOR
94         MENUITEM "Select &All", IDM_SELECTALL
95     }
97     POPUP "Table"
98     {
99         POPUP "&Select"
100         {
101             MENUITEM "&Cell",         IDM_CELL 
102             MENUITEM "&Row",          IDM_ROW
103             MENUITEM "&Column",       IDM_COLUMN
104             MENUITEM "&Table",        IDM_TABLE
105         }
106         MENUITEM SEPARATOR
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_OPENLINK
125         MENUITEM "Open in &New Window",  IDM_OPENINNEWWINDOW
126         MENUITEM "Save Target &As...",   IDM_SAVETARGETAS
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_ADDTOFAVOURITES
135         MENUITEM SEPARATOR
136         MENUITEM SEPARATOR
137         MENUITEM "P&roperties",          IDM_PROPERTIES
138     }
140     POPUP "Context Unknown"
141     {
142         MENUITEM SEPARATOR
143     }
145     POPUP "DYNSRC Image"
146     {
147         MENUITEM "&Open Link",               IDM_OPENLINK
148         MENUITEM "Open Link in &New Window", IDM_OPENINNEWWINDOW
149         MENUITEM "Save Target &As...",       IDM_SAVETARGETAS
150         MENUITEM "&Print Target",            IDM_PRINTTARGET
151         MENUITEM SEPARATOR
152         MENUITEM "S&how Picture",            IDM_SHOWPICTURE
153         MENUITEM "&Save Video As...",        IDM_SAVEPICTUREAS
154         MENUITEM "Set as Back&ground",       IDM_SETASBACKGROUND
155         MENUITEM "Set as &Desktop Item...",  IDM_SETASDESKTOPITEM
156         MENUITEM SEPARATOR
157         MENUITEM "Cu&t",                     IDM_CUT
158         MENUITEM "&Copy",                    IDM_COPY
159         MENUITEM "Copy Shor&tcut",           IDM_COPYSHORTCUT
160         MENUITEM "&Paste",                   IDM_PASTE
161         MENUITEM SEPARATOR
162         MENUITEM "Add to &Favorites...",     IDM_ADDTOFAVOURITES
163         MENUITEM SEPARATOR
164         MENUITEM SEPARATOR
165         MENUITEM "Play",                     IDM_PLAY
166         MENUITEM "Stop",                     IDM_STOP
167         MENUITEM "P&roperties",              IDM_PROPERTIES
168     }
170     POPUP "ART Image"
171     {
172         MENUITEM "&Open Link",               IDM_OPENLINK
173         MENUITEM "Open Link in &New Window", IDM_OPENINNEWWINDOW
174         MENUITEM "Save Target &As...",       IDM_SAVETARGETAS
175         MENUITEM "&Print Target",            IDM_PRINTTARGET
176         MENUITEM SEPARATOR
177         MENUITEM "S&how Picture",            IDM_SHOWPICTURE
178         MENUITEM "&Save Picture As...",      IDM_SAVEPICTUREAS
179         MENUITEM "Set as Back&ground",       IDM_SETASBACKGROUND
180         MENUITEM "Set as &Desktop Item...",  IDM_SETASDESKTOPITEM
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_ADDTOFAVOURITES
188         MENUITEM SEPARATOR
189         MENUITEM "Play",                     IDM_PLAY
190         MENUITEM "Stop",                     IDM_STOP
191         MENUITEM "Rewind",                   IDM_REWIND
192         MENUITEM SEPARATOR
193         MENUITEM SEPARATOR
194         MENUITEM "P&roperties",              IDM_PROPERTIES
195     }
197     POPUP "Debug"
198     {
199         MENUITEM "Trace Tags",         IDM_TRACETAGS 
200         MENUITEM "Resource Failures",  IDM_RESOURCEFAILURES
201         MENUITEM "Dump Tracking Info", IDM_DUMPTRACKINGINFO
202         MENUITEM "Debug Break",        IDM_DEBUGBREAK
203         MENUITEM "Debug View",         IDM_DEBUGVIEW
204         MENUITEM "Dump Tree",          IDM_DUMPTREE
205         MENUITEM "Dump Lines",         IDM_DUMPLINES
206         MENUITEM "Dump DisplayTree",   IDM_DUMPDISPLAYTREE
207         MENUITEM "Dump FormatCaches",  IDM_DUMPFORMATCACHES
208         MENUITEM "Dump LayoutRects",   IDM_DUMPLAYOUTRECTS
209         MENUITEM "Memory Monitor",     IDM_MEMORYMONITOR
210         MENUITEM "Performance Meters", IDM_PERFORMANCEMETERS
211         MENUITEM "Save HTML",          IDM_SAVEHTML
212         MENUITEM SEPARATOR
213         MENUITEM "&Browse View",       IDM_BROWSEVIEW
214         MENUITEM "&Edit View",         IDM_EDITVIEW
215     }
217     POPUP "Vertical Scrollbar"
218     {
219         MENUITEM "Scroll Here",  IDM_SCROLLHERE
220         MENUITEM SEPARATOR
221         MENUITEM "Top",          IDM_TOP
222         MENUITEM "Bottom",       IDM_BOTTOM
223         MENUITEM SEPARATOR
224         MENUITEM "Page Up",      IDM_PAGEUP
225         MENUITEM "Page Down",    IDM_PAGEDOWN
226         MENUITEM SEPARATOR
227         MENUITEM "Scroll Up",    IDM_SCROLLUP
228         MENUITEM "Scroll Down",  IDM_SCROLLDOWN
229     }
231     POPUP "Horizontal Scrollbar"
232     {
233         MENUITEM "Scroll Here",  IDM_SCROLLHERE
234         MENUITEM SEPARATOR
235         MENUITEM "Left Edge",    IDM_LEFTEDGE
236         MENUITEM "Right Edge",   IDM_RIGHTEDGE
237         MENUITEM SEPARATOR
238         MENUITEM "Page Left",    IDM_PAGELEFT
239         MENUITEM "Page Right",   IDM_PAGERIGHT
240         MENUITEM SEPARATOR
241         MENUITEM "Scroll Left",  IDM_SCROLLLEFT
242         MENUITEM "Scroll Right", IDM_SCROLLRIGHT
243     }