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