From 72e64b8d4735251fafa25c68049106c1b4aaaa52 Mon Sep 17 00:00:00 2001 From: Jose Rostagno Date: Sat, 7 Aug 2010 12:13:02 -0300 Subject: mshtml update spanish translation --- dlls/mshtml/Es.rc | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/dlls/mshtml/Es.rc b/dlls/mshtml/Es.rc index 4dc560f..45cf364 100644 --- a/dlls/mshtml/Es.rc +++ b/dlls/mshtml/Es.rc @@ -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 @@ -24,6 +25,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." IDS_HTMLDOCUMENT "Documento HTML" IDS_DOWNLOADING "Descargando..." @@ -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 -- 1.7.0.4