1/* 2 * Copyright 2006, 2007 José Manuel Ferrer Ortiz 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_SPANISH, SUBLANG_NEUTRAL 20 21STRINGTABLE 22{ 23 IDS_MESSAGE_BOX_TITLE, "Internet Explorer de Wine" 24} 25 26STRINGTABLE 27{ 28 IDS_PRINT_HEADER_TEMPLATE "&w&bPágina &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 "&Atrás", IDM_GOBACKWARD 37 MENUITEM "Ade&lante", IDM_GOFORWARD 38 MENUITEM SEPARATOR 39 MENUITEM "&Guardar fondo como...", IDM_SAVEBACKGROUND 40 MENUITEM "P&oner como fondo", IDM_SETWALLPAPER 41 MENUITEM "&Copiar fondo", IDM_COPYBACKGROUND 42 MENUITEM "Añadir al &escritorio", IDM_SETDESKTOPITEM 43 MENUITEM SEPARATOR 44 MENUITEM "Seleccionar &todo", IDM_SELECTALL 45 MENUITEM "&Pegar", IDM_PASTE 46 MENUITEM SEPARATOR 47 MENUITEM "Crear acce&so directo", IDM_CREATESHORTCUT 48 MENUITEM "Añadir a &Favoritos", IDM_ADDFAVORITES 49 MENUITEM "&Ver código", IDM_VIEWSOURCE 50 MENUITEM SEPARATOR 51 MENUITEM "Cod&ificación", IDM_LANGUAGE 52 MENUITEM SEPARATOR 53 MENUITEM "I&mprimir", IDM_PRINT 54 MENUITEM "&Recargar", _IDM_REFRESH 55 MENUITEM SEPARATOR 56 MENUITEM "Propie&dades", IDM_PROPERTIES 57 } 58 59 POPUP "" /* Image */ 60 { 61 MENUITEM "&Abrir enlace", IDM_FOLLOWLINKC 62 MENUITEM "A&brir en nueva ventana", IDM_FOLLOWLINKN 63 MENUITEM "Guardar en&lace como...", IDM_SAVETARGET 64 MENUITEM "&Imprimir enlace", IDM_PRINTTARGET 65 MENUITEM SEPARATOR 66 MENUITEM "M&ostrar imagen", IDM_SHOWPICTURE 67 MENUITEM "G&uardar imagen como...", IDM_SAVEPICTURE 68 MENUITEM "&Enviar por correo...", IDM_MP_EMAILPICTURE 69 MENUITEM "I&mprimir imagen...", IDM_MP_PRINTPICTURE 70 MENUITEM "I&r a Mis imágenes", IDM_MP_MYPICS 71 MENUITEM "&Poner como fondo", IDM_SETWALLPAPER 72 MENUITEM "A&ñadir al escritorio...", IDM_SETDESKTOPITEM 73 MENUITEM SEPARATOR 74 MENUITEM "Cor&tar", IDM_CUT 75 MENUITEM "&Copiar", IDM_COPY 76 MENUITEM "Copiar acce&so directo", IDM_COPYSHORTCUT 77 MENUITEM "Pe&gar", IDM_PASTE 78 MENUITEM SEPARATOR 79 MENUITEM "Añadir a &Favoritos...", IDM_ADDFAVORITES 80 MENUITEM SEPARATOR 81 MENUITEM "Propie&dades", IDM_PROPERTIES 82 } 83 84 POPUP "" /* Control */ 85 { 86 MENUITEM "&Deshacer", IDM_UNDO 87 MENUITEM SEPARATOR 88 MENUITEM "Co&rtar", IDM_CUT 89 MENUITEM "&Copiar", IDM_COPY 90 MENUITEM "&Pegar", IDM_PASTE 91 MENUITEM "&Eliminar", IDM_DELETE 92 MENUITEM SEPARATOR 93 MENUITEM "&Seleccionar todo", IDM_SELECTALL 94 } 95 96 POPUP "" /* Table */ 97 { 98 POPUP "&Seleccionar" 99 { 100 MENUITEM "&Celda", IDM_CELLSELECT 101 MENUITEM "&Fila", IDM_ROWSELECT 102 MENUITEM "C&olumna", IDM_COLUMNSELECT 103 MENUITEM "&Tabla", IDM_TABLESELECT 104 } 105 MENUITEM SEPARATOR 106 MENUITEM "Propiedades de &celda", IDM_CELLPROPERTIES 107 MENUITEM "Propiedades de &tabla", IDM_TABLEPROPERTIES 108 } 109 110 POPUP "" /* 1DSite Select */ 111 { 112 MENUITEM "Co&rtar", IDM_CUT 113 MENUITEM "&Copiar", IDM_COPY 114 MENUITEM "&Pegar", IDM_PASTE 115 MENUITEM "&Seleccionar todo", IDM_SELECTALL 116 MENUITEM "&Imprimir", IDM_PRINT 117 MENUITEM SEPARATOR 118 } 119 120 POPUP "" /* Anchor */ 121 { 122 MENUITEM "&Abrir", IDM_FOLLOWLINKC 123 MENUITEM "Abrir en una &nueva ventana", IDM_FOLLOWLINKN 124 MENUITEM "&Guardar enlace como...", IDM_SAVETARGET 125 MENUITEM "&Imprimir enlace", IDM_PRINTTARGET 126 MENUITEM SEPARATOR 127 MENUITEM "Cor&tar", IDM_CUT 128 MENUITEM "&Copiar", IDM_COPY 129 MENUITEM "C&opiar acceso directo", IDM_COPYSHORTCUT 130 MENUITEM "&Pegar", IDM_PASTE 131 MENUITEM SEPARATOR 132 MENUITEM "Añadir a &Favoritos...", IDM_ADDFAVORITES 133 MENUITEM SEPARATOR 134 MENUITEM "P&ropiedades", IDM_PROPERTIES 135 } 136 137 POPUP "" /* Context Unknown */ 138 { 139 MENUITEM SEPARATOR 140 } 141 142 POPUP "" /* DYNSRC Image */ 143 { 144 MENUITEM "&Abrir enlace", IDM_FOLLOWLINKC 145 MENUITEM "Abrir en una &nueva ventana", IDM_FOLLOWLINKN 146 MENUITEM "G&uardar enlace como...", IDM_SAVETARGET 147 MENUITEM "Imprimir en&lace", IDM_PRINTTARGET 148 MENUITEM SEPARATOR 149 MENUITEM "&Mostrar imagen", IDM_SHOWPICTURE 150 MENUITEM "Guardar &vídeo como...", IDM_SAVEPICTURE 151 MENUITEM "Pon&er como fondo", IDM_SETWALLPAPER 152 MENUITEM "Aña&dir al escritorio...", IDM_SETDESKTOPITEM 153 MENUITEM SEPARATOR 154 MENUITEM "Cor&tar", IDM_CUT 155 MENUITEM "&Copiar", IDM_COPY 156 MENUITEM "C&opiar acceso directo", IDM_COPYSHORTCUT 157 MENUITEM "Pe&gar", IDM_PASTE 158 MENUITEM SEPARATOR 159 MENUITEM "Añadir a &Favoritos...", IDM_ADDFAVORITES 160 MENUITEM SEPARATOR 161 MENUITEM "&Reproducir", IDM_DYNSRCPLAY 162 MENUITEM "&Parar", IDM_DYNSRCSTOP 163 MENUITEM "Prop&iedades", IDM_PROPERTIES 164 } 165 166 POPUP "" /* ART Image */ 167 { 168 MENUITEM "&Abrir enlace", IDM_FOLLOWLINKC 169 MENUITEM "Abrir en una &nueva ventana", IDM_FOLLOWLINKN 170 MENUITEM "&Guardar enlace como...", IDM_SAVETARGET 171 MENUITEM "&Imprimir enlace", IDM_PRINTTARGET 172 MENUITEM SEPARATOR 173 MENUITEM "&Mostrar imágen", IDM_SHOWPICTURE 174 MENUITEM "G&uardar imagen como...", IDM_SAVEPICTURE 175 MENUITEM "P&oner como fondo", IDM_SETWALLPAPER 176 MENUITEM "A&ñadir al escritorio...", IDM_SETDESKTOPITEM 177 MENUITEM SEPARATOR 178 MENUITEM "Cor&tar", IDM_CUT 179 MENUITEM "&Copiar", IDM_COPY 180 MENUITEM "Copiar acceso &directo", IDM_COPYSHORTCUT 181 MENUITEM "&Pegar", IDM_PASTE 182 MENUITEM SEPARATOR 183 MENUITEM "Añadir a &Favoritos...", IDM_ADDFAVORITES 184 MENUITEM SEPARATOR 185 MENUITEM "R&eproducir", IDM_IMGARTPLAY 186 MENUITEM "Pa&rar", IDM_IMGARTSTOP 187 MENUITEM "Re&bobinar", IDM_IMGARTREWIND 188 MENUITEM SEPARATOR 189 MENUITEM "Propiedade&s", IDM_PROPERTIES 190 } 191 192 POPUP "" /* Debug */ 193 { 194 MENUITEM "Trazar &etiquetas", IDM_TRACETAGS 195 MENUITEM "Fallos de &recursos", IDM_RESOURCEFAILURES 196 MENUITEM "Volcar info de se&guimiento", IDM_DUMPTRACKINGINFO 197 MENUITEM "Depurar ¶da", IDM_DEBUGBREAK 198 MENUITEM "Depurar &vista", IDM_DEBUGVIEW 199 MENUITEM "Volcar &Tree", IDM_DUMPTREE 200 MENUITEM "Volcar &Lines", IDM_DUMPLINES 201 MENUITEM "Volcar &DisplayTree", IDM_DUMPDISPLAYTREE 202 MENUITEM "Volcar &FormatCaches", IDM_DUMPFORMATCACHES 203 MENUITEM "Volcar La&youtRects", IDM_DUMPLAYOUTRECTS 204 MENUITEM "Monitor de &memoria", IDM_MEMORYMONITOR 205 MENUITEM "Medidores de re&ndimiento", IDM_PERFORMANCEMETERS 206 MENUITEM "Guardar &HTML", IDM_SAVEHTML 207 MENUITEM SEPARATOR 208 MENUITEM "E&xaminar vista", IDM_BROWSEMODE 209 MENUITEM "Ed&itar vista", IDM_EDITMODE 210 } 211 212 POPUP "" /* Vertical Scrollbar */ 213 { 214 MENUITEM "Desplazar &aquí", IDM_SCROLL_HERE 215 MENUITEM SEPARATOR 216 MENUITEM "&Principio", IDM_SCROLL_TOP 217 MENUITEM "&Final", IDM_SCROLL_BOTTOM 218 MENUITEM SEPARATOR 219 MENUITEM "Página a&rriba", IDM_SCROLL_PAGEUP 220 MENUITEM "Página a&bajo", IDM_SCROLL_PAGEDOWN 221 MENUITEM SEPARATOR 222 MENUITEM "Desplazar arr&iba", IDM_SCROLL_UP 223 MENUITEM "Desplazar aba&jo", IDM_SCROLL_DOWN 224 } 225 226 POPUP "" /* Horizontal Scrollbar */ 227 { 228 MENUITEM "Desplazar &aquí", IDM_SCROLL_HERE 229 MENUITEM SEPARATOR 230 MENUITEM "Borde &izquierdo", IDM_SCROLL_LEFTEDGE 231 MENUITEM "Borde &derecho", IDM_SCROLL_RIGHTEDGE 232 MENUITEM SEPARATOR 233 MENUITEM "Página a la i&zquierda", IDM_SCROLL_PAGELEFT 234 MENUITEM "Página a la d&erecha", IDM_SCROLL_PAGERIGHT 235 MENUITEM SEPARATOR 236 MENUITEM "Desplazar a la iz&quierda", IDM_SCROLL_LEFT 237 MENUITEM "Desplazar a la de&recha", IDM_SCROLL_RIGHT 238 } 239} 240