resources: Change German sublanguage code to SUBLANG_NEUTRAL.
[wine] / dlls / mshtml / Es.rc
1 /*
2  * Spanish resources for mshtml
3  *
4  * Copyright 2006 José Manuel Ferrer Ortiz
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19  */
20
21
22 LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
23
24 STRINGTABLE DISCARDABLE
25 {
26     IDS_HTMLDISABLED    "El renderizado HTML está actualmente deshabilitado."
27     IDS_HTMLDOCUMENT    "Documento HTML"
28     IDS_DOWNLOADING     "Descargando..."
29     IDS_INSTALLING      "Instalando..."
30 }
31
32 ID_DWL_DIALOG DIALOG LOADONCALL MOVEABLE DISCARDABLE  0, 0, 260, 95
33 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
34 CAPTION "Instalador de Gecko de Wine"
35 FONT 8, "MS Shell Dlg"
36 {
37     LTEXT "Está aplicación está intentando mostrar una página HTML. Wine necesita que Gecko (Motor HTML" \
38           " de Mozilla) esté instalado para mostrar la página. Pulse Instalar si desea que Wine " \
39           "descargue e instale automáticamente Gecko.", ID_DWL_STATUS, 10, 10, 240, 40, SS_LEFT
40     CONTROL "Progreso", ID_DWL_PROGRESS, PROGRESS_CLASSA, WS_BORDER|PBS_SMOOTH, 10, 50, 240, 12
41     PUSHBUTTON "Cancelar", IDCANCEL, 140, 70, 50, 15, WS_GROUP | WS_TABSTOP
42     PUSHBUTTON "Instalar", ID_DWL_INSTALL, 200, 70, 50, 15, WS_GROUP | WS_TABSTOP
43 }
44
45 /* FIXME: This should be in shdoclc.dll */
46
47 IDR_BROWSE_CONTEXT_MENU MENU
48 {
49     POPUP "Default"
50     {
51         MENUITEM "&Atrás",                 IDM_GOBACKWARD
52         MENUITEM "Ade&lante",              IDM_GOFORWARD
53         MENUITEM SEPARATOR
54         MENUITEM "&Guardar fondo como...", IDM_SAVEBACKGROUND
55         MENUITEM "P&oner como fondo",      IDM_SETWALLPAPER
56         MENUITEM "&Copiar fondo",          IDM_COPYBACKGROUND
57         MENUITEM "Añadir al &escritorio",  IDM_SETDESKTOPITEM
58         MENUITEM SEPARATOR
59         MENUITEM "Seleccionar &todo",      IDM_SELECTALL
60         MENUITEM "&Pegar",                 IDM_PASTE
61         MENUITEM SEPARATOR
62         MENUITEM "Crear acce&so directo",  IDM_CREATESHORTCUT
63         MENUITEM "Añadir a &Favoritos",    IDM_ADDFAVORITES
64         MENUITEM "&Ver código",            IDM_VIEWSOURCE
65         MENUITEM SEPARATOR
66         MENUITEM "Cod&ificación",          IDM_LANGUAGE
67         MENUITEM SEPARATOR
68         MENUITEM "I&mprimir",              IDM_PRINT
69         MENUITEM "&Recargar",              _IDM_REFRESH
70         MENUITEM SEPARATOR
71         MENUITEM SEPARATOR
72         MENUITEM "Propie&dades",           IDM_PROPERTIES
73     }
74
75     POPUP "Image"
76     {
77         MENUITEM "&Abrir enlace",            IDM_FOLLOWLINKC
78         MENUITEM "A&brir en nueva ventana",  IDM_FOLLOWLINKN
79         MENUITEM "Guardar en&lace como...",  IDM_SAVETARGET
80         MENUITEM "&Imprimir enlace",         IDM_PRINTTARGET
81         MENUITEM SEPARATOR
82         MENUITEM "M&ostrar imagen"           IDM_SHOWPICTURE
83         MENUITEM "G&uardar imagen como...",  IDM_SAVEPICTURE
84         MENUITEM "&Enviar por correo...",    IDM_MP_EMAILPICTURE
85         MENUITEM "I&mprimir imagen...",      IDM_MP_PRINTPICTURE
86         MENUITEM "I&r a Mis imágenes",       IDM_MP_MYPICS
87         MENUITEM "&Poner como fondo",        IDM_SETWALLPAPER
88         MENUITEM "A&ñadir al escritorio...", IDM_SETDESKTOPITEM
89         MENUITEM SEPARATOR
90         MENUITEM "Cor&tar",                  IDM_CUT
91         MENUITEM "&Copiar",                  IDM_COPY
92         MENUITEM "Copiar acce&so directo",   IDM_COPYSHORTCUT
93         MENUITEM "Pe&gar",                   IDM_PASTE
94         MENUITEM SEPARATOR
95         MENUITEM "Añadir a &Favoritos...",   IDM_ADDFAVORITES
96         MENUITEM SEPARATOR
97         MENUITEM SEPARATOR
98         MENUITEM "Propie&dades",             IDM_PROPERTIES
99     }
100
101     POPUP "Control"
102     {
103         MENUITEM "&Deshacer",         IDM_UNDO
104         MENUITEM SEPARATOR
105         MENUITEM "Co&rtar",           IDM_CUT
106         MENUITEM "&Copiar",           IDM_COPY
107         MENUITEM "&Pegar",            IDM_PASTE
108         MENUITEM "&Eliminar",         IDM_DELETE
109         MENUITEM SEPARATOR
110         MENUITEM SEPARATOR
111         MENUITEM "&Seleccionar todo", IDM_SELECTALL
112     }
113
114     POPUP "Table"
115     {
116         POPUP "&Seleccionar"
117         {
118             MENUITEM "&Celda",            IDM_CELLSELECT
119             MENUITEM "&Fila",             IDM_ROWSELECT
120             MENUITEM "C&olumna",          IDM_COLUMNSELECT
121             MENUITEM "&Tabla",            IDM_TABLESELECT
122         }
123         MENUITEM SEPARATOR
124         MENUITEM SEPARATOR
125         MENUITEM "Propiedades de &celda", IDM_CELLPROPERTIES
126         MENUITEM "Propiedades de &tabla", IDM_TABLEPROPERTIES
127     }
128
129     POPUP "1DSite Select"
130     {
131         MENUITEM "Co&rtar",           IDM_CUT
132         MENUITEM "&Copiar",           IDM_COPY
133         MENUITEM "&Pegar",            IDM_PASTE
134         MENUITEM "&Seleccionar todo", IDM_SELECTALL
135         MENUITEM "&Imprimir",         IDM_PRINT
136         MENUITEM SEPARATOR
137     }
138
139     POPUP "Anchor"
140     {
141         MENUITEM "&Abrir",                      IDM_FOLLOWLINKC
142         MENUITEM "Abrir en una &nueva ventana", IDM_FOLLOWLINKN
143         MENUITEM "&Guardar enlace como...",     IDM_SAVETARGET
144         MENUITEM "&Imprimir enlace",            IDM_PRINTTARGET
145         MENUITEM SEPARATOR
146         MENUITEM "Cor&tar"                      IDM_CUT
147         MENUITEM "&Copiar",                     IDM_COPY
148         MENUITEM "C&opiar acceso directo",      IDM_COPYSHORTCUT
149         MENUITEM "&Pegar",                      IDM_PASTE
150         MENUITEM SEPARATOR
151         MENUITEM "Añadir a &Favoritos...",      IDM_ADDFAVORITES
152         MENUITEM SEPARATOR
153         MENUITEM SEPARATOR
154         MENUITEM "P&ropiedades",                IDM_PROPERTIES
155     }
156
157     POPUP "Context Unknown"
158     {
159         MENUITEM SEPARATOR
160     }
161
162     POPUP "DYNSRC Image"
163     {
164         MENUITEM "&Abrir enlace",               IDM_FOLLOWLINKC
165         MENUITEM "Abrir en una &nueva ventana", IDM_FOLLOWLINKN
166         MENUITEM "G&uardar enlace como...",     IDM_SAVETARGET
167         MENUITEM "Imprimir en&lace",            IDM_PRINTTARGET
168         MENUITEM SEPARATOR
169         MENUITEM "&Mostrar imagen",             IDM_SHOWPICTURE
170         MENUITEM "Guardar &vídeo como...",      IDM_SAVEPICTURE
171         MENUITEM "Pon&er como fondo",           IDM_SETWALLPAPER
172         MENUITEM "Aña&dir al escritorio...",    IDM_SETDESKTOPITEM
173         MENUITEM SEPARATOR
174         MENUITEM "Cor&tar"                      IDM_CUT
175         MENUITEM "&Copiar",                     IDM_COPY
176         MENUITEM "C&opiar acceso directo",      IDM_COPYSHORTCUT
177         MENUITEM "Pe&gar",                      IDM_PASTE
178         MENUITEM SEPARATOR
179         MENUITEM "Añadir a &Favoritos...",      IDM_ADDFAVORITES
180         MENUITEM SEPARATOR
181         MENUITEM SEPARATOR
182         MENUITEM "&Reproducir",                 IDM_DYNSRCPLAY
183         MENUITEM "&Parar",                      IDM_DYNSRCSTOP
184         MENUITEM "Prop&iedades",                IDM_PROPERTIES
185     }
186
187     POPUP "ART Image"
188     {
189         MENUITEM "&Abrir enlace",               IDM_FOLLOWLINKC
190         MENUITEM "Abrir en una &nueva ventana", IDM_FOLLOWLINKN
191         MENUITEM "&Guardar enlace como...",     IDM_SAVETARGET
192         MENUITEM "&Imprimir enlace",            IDM_PRINTTARGET
193         MENUITEM SEPARATOR
194         MENUITEM "&Mostrar imágen",             IDM_SHOWPICTURE
195         MENUITEM "G&uardar imagen como...",     IDM_SAVEPICTURE
196         MENUITEM "P&oner como fondo",           IDM_SETWALLPAPER
197         MENUITEM "A&ñadir al escritorio...",    IDM_SETDESKTOPITEM
198         MENUITEM SEPARATOR
199         MENUITEM "Cor&tar",                     IDM_CUT
200         MENUITEM "&Copiar",                     IDM_COPY
201         MENUITEM "Copiar acceso &directo",      IDM_COPYSHORTCUT
202         MENUITEM "&Pegar",                      IDM_PASTE
203         MENUITEM SEPARATOR
204         MENUITEM "Añadir a &Favoritos...",      IDM_ADDFAVORITES
205         MENUITEM SEPARATOR
206         MENUITEM "R&eproducir",                 IDM_IMGARTPLAY
207         MENUITEM "Pa&rar",                      IDM_IMGARTSTOP
208         MENUITEM "Re&bobinar",                  IDM_IMGARTREWIND
209         MENUITEM SEPARATOR
210         MENUITEM SEPARATOR
211         MENUITEM "Propiedade&s",                IDM_PROPERTIES
212     }
213
214     POPUP "Debug"
215     {
216         MENUITEM "Trazar &etiquetas",         IDM_TRACETAGS
217         MENUITEM "Fallos de &recursos",       IDM_RESOURCEFAILURES
218         MENUITEM "Volcar Trac&king Info",     IDM_DUMPTRACKINGINFO
219         MENUITEM "Depurar &parada",           IDM_DEBUGBREAK
220         MENUITEM "Depurar &vista",            IDM_DEBUGVIEW
221         MENUITEM "Volcar &Tree",              IDM_DUMPTREE
222         MENUITEM "Volcar &Lines",             IDM_DUMPLINES
223         MENUITEM "Volcar &DisplayTree",       IDM_DUMPDISPLAYTREE
224         MENUITEM "Volcar &FormatCaches",      IDM_DUMPFORMATCACHES
225         MENUITEM "Volcar La&youtRects",       IDM_DUMPLAYOUTRECTS
226         MENUITEM "Monitor de &memoria",       IDM_MEMORYMONITOR
227         MENUITEM "Medidores de re&ndimiento", IDM_PERFORMANCEMETERS
228         MENUITEM "Guardar &HTML",             IDM_SAVEHTML
229         MENUITEM SEPARATOR
230         MENUITEM "E&xaminar vista",           IDM_BROWSEMODE
231         MENUITEM "Ed&itar vista",             IDM_EDITMODE
232     }
233
234     POPUP "Vertical Scrollbar"
235     {
236         MENUITEM "Desplazar &aquí",   IDM_SCROLL_HERE
237         MENUITEM SEPARATOR
238         MENUITEM "&Principio"         IDM_SCROLL_TOP
239         MENUITEM "&Final",            IDM_SCROLL_BOTTOM
240         MENUITEM SEPARATOR
241         MENUITEM "Página a&rriba",    IDM_SCROLL_PAGEUP
242         MENUITEM "Página a&bajo",     IDM_SCROLL_PAGEDOWN
243         MENUITEM SEPARATOR
244         MENUITEM "Desplazar arr&iba", IDM_SCROLL_UP
245         MENUITEM "Desplazar aba&jo",  IDM_SCROLL_DOWN
246     }
247
248     POPUP "Horizontal Scrollbar"
249     {
250         MENUITEM "Desplazar &aquí",           IDM_SCROLL_HERE
251         MENUITEM SEPARATOR
252         MENUITEM "Borde &izquierdo",          IDM_SCROLL_LEFTEDGE
253         MENUITEM "Borde &derecho",            IDM_SCROLL_RIGHTEDGE
254         MENUITEM SEPARATOR
255         MENUITEM "Página a la i&zquierda",    IDM_SCROLL_PAGELEFT
256         MENUITEM "Página a la d&erecha",      IDM_SCROLL_PAGERIGHT
257         MENUITEM SEPARATOR
258         MENUITEM "Desplazar a la iz&quierda", IDM_SCROLL_LEFT
259         MENUITEM "Desplazar a la de&recha",   IDM_SCROLL_RIGHT
260     }
261 }