mshtml: Left-align Gecko download information message for better readability.
[wine] / dlls / mshtml / 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
20 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
21
22 STRINGTABLE DISCARDABLE
23 {
24     IDS_HTMLDISABLED    "HTML rendering is currently disabled."
25     IDS_HTMLDOCUMENT    "HTML Document"
26     IDS_DOWNLOADING     "Downloading..."
27     IDS_INSTALLING      "Installing..."
28 }
29
30 ID_DWL_DIALOG DIALOG LOADONCALL MOVEABLE DISCARDABLE  0, 0, 260, 85
31 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
32 CAPTION "Wine Gecko Installer"
33 FONT 8, "MS Shell Dlg"
34 {
35     LTEXT "This application is trying to show an HTML page. Wine needs Gecko (Mozilla HTML " \
36           "engine) to be installed to show the page. Click install if you want Wine to " \
37           "automatically download and install Gecko.", ID_DWL_STATUS, 10, 10, 240, 30, SS_LEFT
38     CONTROL "Progress", ID_DWL_PROGRESS, PROGRESS_CLASSA, WS_BORDER|PBS_SMOOTH, 10, 40, 240, 12
39     PUSHBUTTON "Cancel", IDCANCEL, 140, 60, 50, 15, WS_GROUP | WS_TABSTOP
40     PUSHBUTTON "Install", ID_DWL_INSTALL, 200, 60, 50, 15, WS_GROUP | WS_TABSTOP
41 }
42
43 /* FIXME: This should be in shdoclc.dll */
44
45 IDR_BROWSE_CONTEXT_MENU MENU
46 {
47     POPUP "Default"
48     {
49         MENUITEM "&Back",                  IDM_GOBACKWARD
50         MENUITEM "F&orward",               IDM_GOFORWARD
51         MENUITEM SEPARATOR
52         MENUITEM "&Save Background As...", IDM_SAVEBACKGROUND
53         MENUITEM "Set As Back&ground",     IDM_SETWALLPAPER
54         MENUITEM "&Copy Background",       IDM_COPYBACKGROUND
55         MENUITEM "Set as &Desktop Item",   IDM_SETDESKTOPITEM
56         MENUITEM SEPARATOR
57         MENUITEM "Select &All",            IDM_SELECTALL
58         MENUITEM "&Paste",                 IDM_PASTE
59         MENUITEM SEPARATOR
60         MENUITEM "Create Shor&tcut",       IDM_CREATESHORTCUT
61         MENUITEM "Add to &Favourites",     IDM_ADDFAVORITES
62         MENUITEM "&View Source",           IDM_VIEWSOURCE
63         MENUITEM SEPARATOR
64         MENUITEM "&Encoding",              IDM_LANGUAGE
65         MENUITEM SEPARATOR
66         MENUITEM "Pr&int",                 IDM_PRINT
67         MENUITEM "&Refresh",               _IDM_REFRESH
68         MENUITEM SEPARATOR
69         MENUITEM SEPARATOR
70         MENUITEM "&Properties",            IDM_PROPERTIES
71     }
72
73     POPUP "Image"
74     {
75         MENUITEM "&Open Link",               IDM_FOLLOWLINKC
76         MENUITEM "Open Link in &New Window", IDM_FOLLOWLINKN
77         MENUITEM "Save Target &As...",       IDM_SAVETARGET
78         MENUITEM "&Print Target",            IDM_PRINTTARGET
79         MENUITEM SEPARATOR
80         MENUITEM "S&how Picture",            IDM_SHOWPICTURE
81         MENUITEM "&Save Picture As...",      IDM_SAVEPICTURE
82         MENUITEM "&E-mail Picture...",       IDM_MP_EMAILPICTURE
83         MENUITEM "Pr&int Picture...",        IDM_MP_PRINTPICTURE
84         MENUITEM "&Go to My Pictures",       IDM_MP_MYPICS
85         MENUITEM "Set as Back&ground",       IDM_SETWALLPAPER
86         MENUITEM "Set as &Desktop Item...",  IDM_SETDESKTOPITEM
87         MENUITEM SEPARATOR
88         MENUITEM "Cu&t",                     IDM_CUT
89         MENUITEM "&Copy",                    IDM_COPY
90         MENUITEM "Copy Shor&tcut",           IDM_COPYSHORTCUT
91         MENUITEM "&Paste",                   IDM_PASTE
92         MENUITEM SEPARATOR
93         MENUITEM "Add to &Favorites...",     IDM_ADDFAVORITES
94         MENUITEM SEPARATOR
95         MENUITEM SEPARATOR
96         MENUITEM "P&roperties",              IDM_PROPERTIES
97     }
98
99     POPUP "Control"
100     {
101         MENUITEM "&Undo",       IDM_UNDO
102         MENUITEM SEPARATOR
103         MENUITEM "Cu&t",        IDM_CUT
104         MENUITEM "&Copy",       IDM_COPY
105         MENUITEM "&Paste",      IDM_PASTE
106         MENUITEM "&Delete",     IDM_DELETE
107         MENUITEM SEPARATOR
108         MENUITEM SEPARATOR
109         MENUITEM "Select &All", IDM_SELECTALL
110     }
111
112     POPUP "Table"
113     {
114         POPUP "&Select"
115         {
116             MENUITEM "&Cell",         IDM_CELLSELECT
117             MENUITEM "&Row",          IDM_ROWSELECT
118             MENUITEM "&Column",       IDM_COLUMNSELECT
119             MENUITEM "&Table",        IDM_TABLESELECT
120         }
121         MENUITEM SEPARATOR
122         MENUITEM SEPARATOR
123         MENUITEM "&Cell Properties",  IDM_CELLPROPERTIES
124         MENUITEM "&Table Properties", IDM_TABLEPROPERTIES
125     }
126
127     POPUP "1DSite Select"
128     {
129         MENUITEM "Cu&t",        IDM_CUT
130         MENUITEM "&Copy",       IDM_COPY
131         MENUITEM "Paste",       IDM_PASTE
132         MENUITEM "Select &All", IDM_SELECTALL
133         MENUITEM "&Print",      IDM_PRINT
134         MENUITEM SEPARATOR
135     }
136
137     POPUP "Anchor"
138     {
139         MENUITEM "&Open",                IDM_FOLLOWLINKC
140         MENUITEM "Open in &New Window",  IDM_FOLLOWLINKN
141         MENUITEM "Save Target &As...",   IDM_SAVETARGET
142         MENUITEM "&Print Target",        IDM_PRINTTARGET
143         MENUITEM SEPARATOR
144         MENUITEM "Cut",                  IDM_CUT
145         MENUITEM "&Copy",                IDM_COPY
146         MENUITEM "Copy Shor&tcut",       IDM_COPYSHORTCUT
147         MENUITEM "&Paste",               IDM_PASTE
148         MENUITEM SEPARATOR
149         MENUITEM "Add to &Favorites...", IDM_ADDFAVORITES
150         MENUITEM SEPARATOR
151         MENUITEM SEPARATOR
152         MENUITEM "P&roperties",          IDM_PROPERTIES
153     }
154
155     POPUP "Context Unknown"
156     {
157         MENUITEM SEPARATOR
158     }
159
160     POPUP "DYNSRC Image"
161     {
162         MENUITEM "&Open Link",               IDM_FOLLOWLINKC
163         MENUITEM "Open Link in &New Window", IDM_FOLLOWLINKN
164         MENUITEM "Save Target &As...",       IDM_SAVETARGET
165         MENUITEM "&Print Target",            IDM_PRINTTARGET
166         MENUITEM SEPARATOR
167         MENUITEM "S&how Picture",            IDM_SHOWPICTURE
168         MENUITEM "&Save Video As...",        IDM_SAVEPICTURE
169         MENUITEM "Set as Back&ground",       IDM_SETWALLPAPER
170         MENUITEM "Set as &Desktop Item...",  IDM_SETDESKTOPITEM
171         MENUITEM SEPARATOR
172         MENUITEM "Cu&t",                     IDM_CUT
173         MENUITEM "&Copy",                    IDM_COPY
174         MENUITEM "Copy Shor&tcut",           IDM_COPYSHORTCUT
175         MENUITEM "&Paste",                   IDM_PASTE
176         MENUITEM SEPARATOR
177         MENUITEM "Add to &Favorites...",     IDM_ADDFAVORITES
178         MENUITEM SEPARATOR
179         MENUITEM SEPARATOR
180         MENUITEM "Play",                     IDM_DYNSRCPLAY
181         MENUITEM "Stop",                     IDM_DYNSRCSTOP
182         MENUITEM "P&roperties",              IDM_PROPERTIES
183     }
184
185     POPUP "ART Image"
186     {
187         MENUITEM "&Open Link",               IDM_FOLLOWLINKC
188         MENUITEM "Open Link in &New Window", IDM_FOLLOWLINKN
189         MENUITEM "Save Target &As...",       IDM_SAVETARGET
190         MENUITEM "&Print Target",            IDM_PRINTTARGET
191         MENUITEM SEPARATOR
192         MENUITEM "S&how Picture",            IDM_SHOWPICTURE
193         MENUITEM "&Save Picture As...",      IDM_SAVEPICTURE
194         MENUITEM "Set as Back&ground",       IDM_SETWALLPAPER
195         MENUITEM "Set as &Desktop Item...",  IDM_SETDESKTOPITEM
196         MENUITEM SEPARATOR
197         MENUITEM "Cu&t",                     IDM_CUT
198         MENUITEM "&Copy",                    IDM_COPY
199         MENUITEM "Copy Shor&tcut",           IDM_COPYSHORTCUT
200         MENUITEM "&Paste",                   IDM_PASTE
201         MENUITEM SEPARATOR
202         MENUITEM "Add to &Favorites...",     IDM_ADDFAVORITES
203         MENUITEM SEPARATOR
204         MENUITEM "Play",                     IDM_IMGARTPLAY
205         MENUITEM "Stop",                     IDM_IMGARTSTOP
206         MENUITEM "Rewind",                   IDM_IMGARTREWIND
207         MENUITEM SEPARATOR
208         MENUITEM SEPARATOR
209         MENUITEM "P&roperties",              IDM_PROPERTIES
210     }
211
212     POPUP "Debug"
213     {
214         MENUITEM "Trace Tags",         IDM_TRACETAGS
215         MENUITEM "Resource Failures",  IDM_RESOURCEFAILURES
216         MENUITEM "Dump Tracking Info", IDM_DUMPTRACKINGINFO
217         MENUITEM "Debug Break",        IDM_DEBUGBREAK
218         MENUITEM "Debug View",         IDM_DEBUGVIEW
219         MENUITEM "Dump Tree",          IDM_DUMPTREE
220         MENUITEM "Dump Lines",         IDM_DUMPLINES
221         MENUITEM "Dump DisplayTree",   IDM_DUMPDISPLAYTREE
222         MENUITEM "Dump FormatCaches",  IDM_DUMPFORMATCACHES
223         MENUITEM "Dump LayoutRects",   IDM_DUMPLAYOUTRECTS
224         MENUITEM "Memory Monitor",     IDM_MEMORYMONITOR
225         MENUITEM "Performance Meters", IDM_PERFORMANCEMETERS
226         MENUITEM "Save HTML",          IDM_SAVEHTML
227         MENUITEM SEPARATOR
228         MENUITEM "&Browse View",       IDM_BROWSEMODE
229         MENUITEM "&Edit View",         IDM_EDITMODE
230     }
231
232     POPUP "Vertical Scrollbar"
233     {
234         MENUITEM "Scroll Here",  IDM_SCROLL_HERE
235         MENUITEM SEPARATOR
236         MENUITEM "Top",          IDM_SCROLL_TOP
237         MENUITEM "Bottom",       IDM_SCROLL_BOTTOM
238         MENUITEM SEPARATOR
239         MENUITEM "Page Up",      IDM_SCROLL_PAGEUP
240         MENUITEM "Page Down",    IDM_SCROLL_PAGEDOWN
241         MENUITEM SEPARATOR
242         MENUITEM "Scroll Up",    IDM_SCROLL_UP
243         MENUITEM "Scroll Down",  IDM_SCROLL_DOWN
244     }
245
246     POPUP "Horizontal Scrollbar"
247     {
248         MENUITEM "Scroll Here",  IDM_SCROLL_HERE
249         MENUITEM SEPARATOR
250         MENUITEM "Left Edge",    IDM_SCROLL_LEFTEDGE
251         MENUITEM "Right Edge",   IDM_SCROLL_RIGHTEDGE
252         MENUITEM SEPARATOR
253         MENUITEM "Page Left",    IDM_SCROLL_PAGELEFT
254         MENUITEM "Page Right",   IDM_SCROLL_PAGERIGHT
255         MENUITEM SEPARATOR
256         MENUITEM "Scroll Left",  IDM_SCROLL_LEFT
257         MENUITEM "Scroll Right", IDM_SCROLL_RIGHT
258     }
259 }