Jose Rostagno : shell32: Fix Spanish translation.

Alexandre Julliard julliard at winehq.org
Wed Jun 9 13:38:12 CDT 2010


Module: wine
Branch: master
Commit: 15b6f4df03d53032a07687f5c86a63af62a59ea3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=15b6f4df03d53032a07687f5c86a63af62a59ea3

Author: Jose Rostagno <joserostagno at hotmail.com>
Date:   Tue Jun  8 14:29:08 2010 -0300

shell32: Fix Spanish translation.

---

 dlls/shell32/shell32_Es.rc |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/dlls/shell32/shell32_Es.rc b/dlls/shell32/shell32_Es.rc
index 176c677..9873c28 100644
--- a/dlls/shell32/shell32_Es.rc
+++ b/dlls/shell32/shell32_Es.rc
@@ -287,9 +287,11 @@ STRINGTABLE
 
 	IDS_NEWFOLDER		"Nueva carpeta"
 
-	IDS_CPANEL_TITLE            "Wine Control Panel"
-	IDS_CPANEL_NAME             "Name"
-	IDS_CPANEL_DESCRIPTION      "Description"
+	IDS_CPANEL_TITLE            "Panel de Control de Wine"
+	IDS_CPANEL_NAME             "Nombre"
+	IDS_CPANEL_DESCRIPTION      "Descripción"
+
+        IDS_SHLEXEC_NOASSOC         "No hay un programa de Windows configurado para abrir este tipo de archivo."
 }
 
 STRINGTABLE




More information about the wine-cvs mailing list