mshtml: Update Spanish translation.
This commit is contained in:
parent
431ff3ca38
commit
0fa01958f6
|
@ -2,6 +2,7 @@
|
|||
* Spanish resources for mshtml
|
||||
*
|
||||
* Copyright 2006 José Manuel Ferrer Ortiz
|
||||
* Copyright 2010 José Rostagno
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
|
@ -22,6 +23,12 @@
|
|||
|
||||
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_STATUS_DONE "Listo"
|
||||
IDS_STATUS_DOWNLOADINGFROM "Descargando desde %s..."
|
||||
}
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_HTMLDISABLED "El renderizado HTML está actualmente deshabilitado."
|
||||
|
@ -35,9 +42,10 @@ STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMEN
|
|||
CAPTION "Instalador de Gecko de Wine"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
{
|
||||
LTEXT "Wine could not find a Gecko package which is needed for applications embedding HTML " \
|
||||
"to work correctly. Wine can automatically download and install it for you.\n\n" \
|
||||
"Note: it's recommended to use distro packages instead. See http://wiki.winehq.org/Gecko for details.",
|
||||
LTEXT "Wine no pudo encontrar el paquete Gecko, que necesitan las aplicaciones que incrustan HTML " \
|
||||
"para funcionar correctamente. Wine puede descargarlo automáticamente e instalarlo para usted.\n\n" \
|
||||
"Nota: Se recomienda utilizar el paquete para su distribución si está disponible. " \
|
||||
"Consulte http://wiki.winehq.org/Gecko para más detalles.",
|
||||
ID_DWL_STATUS, 10, 10, 240, 50, SS_LEFT
|
||||
CONTROL "Progreso", ID_DWL_PROGRESS, PROGRESS_CLASSA, WS_BORDER|PBS_SMOOTH, 10, 50, 240, 12
|
||||
DEFPUSHBUTTON "&Instalar", ID_DWL_INSTALL, 200, 70, 50, 15, WS_GROUP | WS_TABSTOP
|
||||
|
|
Loading…
Reference in New Issue