2 * Copyright 2005-2006 Jacek Caban
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.
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.
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
20 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
22 STRINGTABLE DISCARDABLE
24 IDS_HTMLDISABLED "HTML rendering is currently disabled."
25 IDS_HTMLDOCUMENT "HTML Document"
26 IDS_DOWNLOADING "Downloading..."
27 IDS_INSTALLING "Installing..."
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"
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_CENTER
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
43 /* FIXME: This should be in shdoclc.dll */
45 IDR_BROWSE_CONTEXT_MENU MENU
49 MENUITEM "&Back", IDM_BACK
50 MENUITEM "F&orward", IDM_FORWARD
52 MENUITEM "&Save Background As...", IDM_SAVEBACKGROUNDAS
53 MENUITEM "Set As Back&ground", IDM_SETASBACKGROUND
54 MENUITEM "&Copy Background", IDM_COPYBACKGROUND
55 MENUITEM "Set as &Desktop Item", IDM_SETASDESKTOPITEM
57 MENUITEM "Select &All", IDM_SELECTALL
58 MENUITEM "&Paste", IDM_PASTE
60 MENUITEM "Create Shor&tcut", IDM_CREATESHORTCUT
61 MENUITEM "Add to &Favourites", IDM_ADDTOFAVOURITES
62 MENUITEM "&View Source", IDM_VIEWSOURCE
64 MENUITEM "&Encoding", IDM_ENCODING
66 MENUITEM "Pr&int", IDM_PRINT
67 MENUITEM "&Refresh", IDM_REFRESH
70 MENUITEM "&Properties", IDM_PROPERTIES
75 MENUITEM "&Open Link", IDM_OPENLINK
76 MENUITEM "Open Link in &New Window", IDM_OPENINNEWWINDOW
77 MENUITEM "Save Target &As...", IDM_SAVETARGETAS
78 MENUITEM "&Print Target", IDM_PRINTTARGET
80 MENUITEM "S&how Picture", IDM_SHOWPICTURE
81 MENUITEM "&Save Picture As...", IDM_SAVEPICTUREAS
82 MENUITEM "&E-mail Picture...", IDM_EMAILPICTURE
83 MENUITEM "Pr&int Picture...", IDM_PRINTPICTURE
84 MENUITEM "&Go to My Pictures", IDM_GOTOMYPICTURES
85 MENUITEM "Set as Back&ground", IDM_SETASBACKGROUND
86 MENUITEM "Set as &Desktop Item...", IDM_SETASDESKTOPITEM
88 MENUITEM "Cu&t", IDM_CUT
89 MENUITEM "&Copy", IDM_COPY
90 MENUITEM "Copy Shor&tcut", IDM_COPYSHORTCUT
91 MENUITEM "&Paste", IDM_PASTE
93 MENUITEM "Add to &Favorites...", IDM_ADDTOFAVOURITES
96 MENUITEM "P&roperties", IDM_PROPERTIES
101 MENUITEM "&Undo", IDM_UNDO
103 MENUITEM "Cu&t", IDM_CUT
104 MENUITEM "&Copy", IDM_COPY
105 MENUITEM "&Paste", IDM_PASTE
106 MENUITEM "&Delete", IDM_DELETE
109 MENUITEM "Select &All", IDM_SELECTALL
116 MENUITEM "&Cell", IDM_CELL
117 MENUITEM "&Row", IDM_ROW
118 MENUITEM "&Column", IDM_COLUMN
119 MENUITEM "&Table", IDM_TABLE
123 MENUITEM "&Cell Properties", IDM_CELLPROPERTIES
124 MENUITEM "&Table Properties", IDM_TABLEPROPERTIES
127 POPUP "1DSite Select"
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
139 MENUITEM "&Open", IDM_OPENLINK
140 MENUITEM "Open in &New Window", IDM_OPENINNEWWINDOW
141 MENUITEM "Save Target &As...", IDM_SAVETARGETAS
142 MENUITEM "&Print Target", IDM_PRINTTARGET
144 MENUITEM "Cut", IDM_CUT
145 MENUITEM "&Copy", IDM_COPY
146 MENUITEM "Copy Shor&tcut", IDM_COPYSHORTCUT
147 MENUITEM "&Paste", IDM_PASTE
149 MENUITEM "Add to &Favorites...", IDM_ADDTOFAVOURITES
152 MENUITEM "P&roperties", IDM_PROPERTIES
155 POPUP "Context Unknown"
162 MENUITEM "&Open Link", IDM_OPENLINK
163 MENUITEM "Open Link in &New Window", IDM_OPENINNEWWINDOW
164 MENUITEM "Save Target &As...", IDM_SAVETARGETAS
165 MENUITEM "&Print Target", IDM_PRINTTARGET
167 MENUITEM "S&how Picture", IDM_SHOWPICTURE
168 MENUITEM "&Save Video As...", IDM_SAVEPICTUREAS
169 MENUITEM "Set as Back&ground", IDM_SETASBACKGROUND
170 MENUITEM "Set as &Desktop Item...", IDM_SETASDESKTOPITEM
172 MENUITEM "Cu&t", IDM_CUT
173 MENUITEM "&Copy", IDM_COPY
174 MENUITEM "Copy Shor&tcut", IDM_COPYSHORTCUT
175 MENUITEM "&Paste", IDM_PASTE
177 MENUITEM "Add to &Favorites...", IDM_ADDTOFAVOURITES
180 MENUITEM "Play", IDM_PLAY
181 MENUITEM "Stop", IDM_STOP
182 MENUITEM "P&roperties", IDM_PROPERTIES
187 MENUITEM "&Open Link", IDM_OPENLINK
188 MENUITEM "Open Link in &New Window", IDM_OPENINNEWWINDOW
189 MENUITEM "Save Target &As...", IDM_SAVETARGETAS
190 MENUITEM "&Print Target", IDM_PRINTTARGET
192 MENUITEM "S&how Picture", IDM_SHOWPICTURE
193 MENUITEM "&Save Picture As...", IDM_SAVEPICTUREAS
194 MENUITEM "Set as Back&ground", IDM_SETASBACKGROUND
195 MENUITEM "Set as &Desktop Item...", IDM_SETASDESKTOPITEM
197 MENUITEM "Cu&t", IDM_CUT
198 MENUITEM "&Copy", IDM_COPY
199 MENUITEM "Copy Shor&tcut", IDM_COPYSHORTCUT
200 MENUITEM "&Paste", IDM_PASTE
202 MENUITEM "Add to &Favorites...", IDM_ADDTOFAVOURITES
204 MENUITEM "Play", IDM_PLAY
205 MENUITEM "Stop", IDM_STOP
206 MENUITEM "Rewind", IDM_REWIND
209 MENUITEM "P&roperties", IDM_PROPERTIES
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
228 MENUITEM "&Browse View", IDM_BROWSEVIEW
229 MENUITEM "&Edit View", IDM_EDITVIEW
232 POPUP "Vertical Scrollbar"
234 MENUITEM "Scroll Here", IDM_SCROLLHERE
236 MENUITEM "Top", IDM_TOP
237 MENUITEM "Bottom", IDM_BOTTOM
239 MENUITEM "Page Up", IDM_PAGEUP
240 MENUITEM "Page Down", IDM_PAGEDOWN
242 MENUITEM "Scroll Up", IDM_SCROLLUP
243 MENUITEM "Scroll Down", IDM_SCROLLDOWN
246 POPUP "Horizontal Scrollbar"
248 MENUITEM "Scroll Here", IDM_SCROLLHERE
250 MENUITEM "Left Edge", IDM_LEFTEDGE
251 MENUITEM "Right Edge", IDM_RIGHTEDGE
253 MENUITEM "Page Left", IDM_PAGELEFT
254 MENUITEM "Page Right", IDM_PAGERIGHT
256 MENUITEM "Scroll Left", IDM_SCROLLLEFT
257 MENUITEM "Scroll Right", IDM_SCROLLRIGHT