Jose Rostagno : shell32: Update Spanish translation.

Alexandre Julliard julliard at winehq.org
Mon Jun 7 10:02:26 CDT 2010


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

Author: Jose Rostagno <joserostagno at hotmail.com>
Date:   Sun Jun  6 13:36:58 2010 -0300

shell32: Update Spanish translation.

---

 dlls/shell32/shell32_Es.rc |   23 +++++++++++++++++------
 1 files changed, 17 insertions(+), 6 deletions(-)

diff --git a/dlls/shell32/shell32_Es.rc b/dlls/shell32/shell32_Es.rc
index 06580d1..176c677 100644
--- a/dlls/shell32/shell32_Es.rc
+++ b/dlls/shell32/shell32_Es.rc
@@ -1,6 +1,7 @@
 /*
  * Copyright 1998 Juergen Schmied
  * Copyright 2003,2004,2007,2008 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
@@ -95,13 +96,13 @@ END
 
 MENU_CPANEL MENU
 BEGIN
-    POPUP "&File"
+    POPUP "&Archivo"
     BEGIN
         MENUITEM SEPARATOR
-        MENUITEM "E&xit", IDM_CPANEL_EXIT
+        MENUITEM "S&alir", IDM_CPANEL_EXIT
     END
 
-    POPUP "&View"
+    POPUP "&Ver"
     BEGIN
         MENUITEM "Iconos &grandes", FCIDM_SHVIEW_BIGICON
         MENUITEM "Iconos &pequeños", FCIDM_SHVIEW_SMALLICON
@@ -109,9 +110,9 @@ BEGIN
         MENUITEM "&Detalles", FCIDM_SHVIEW_REPORTVIEW
     END
 
-    POPUP "&Help"
+    POPUP "&Ayuda"
     BEGIN
-        MENUITEM "&About Control Panel...", IDM_CPANEL_ABOUT
+        MENUITEM "&Acerca de Panel de Control...", IDM_CPANEL_ABOUT
     END
 END
 
@@ -206,12 +207,16 @@ STRINGTABLE
 	IDS_SHV_COLUMN11        "Grupo"
 	IDS_SHV_COLUMN_DELFROM  "Lugar original"
 	IDS_SHV_COLUMN_DELDATE  "Fecha de borrado"
+	IDS_SHV_COL_DOCS        "Documentos"
+	IDS_SHV_COL_STATUS      "Estado"
+	IDS_SHV_COL_LOCATION    "Ubicación"
+	IDS_SHV_COL_MODEL       "Modelo"
 
         /* special folders */
 	IDS_DESKTOP		"Escritorio"
 	IDS_MYCOMPUTER		"Mi PC"
         IDS_RECYCLEBIN_FOLDER_NAME "Papelera de reciclaje"
-	IDS_CONTROLPANEL	"Control Panel"
+	IDS_CONTROLPANEL	"Panel de Control"
 
         /* context menus */
 	IDS_VIEW_LARGE		"Iconos &grandes"
@@ -245,6 +250,12 @@ STRINGTABLE
         IDS_SHUTDOWN_TITLE	"Apagar"
         IDS_SHUTDOWN_PROMPT	"¿Desea terminar su sesión de Wine?"
 
+        /* Run File dialog */
+        IDS_RUNDLG_ERROR           "No se puede mostrar el cuadro de diálogo ejecutar archivo (error interno)"
+        IDS_RUNDLG_BROWSE_ERROR    "No se puede mostrar el cuadro de diálogo Examinar (error interno)"
+        IDS_RUNDLG_BROWSE_CAPTION  "Examinar"
+        IDS_RUNDLG_BROWSE_FILTER   "Archivos ejecutables\0*.exe\0Todos los archivos\0*.*\0\0"
+
         /* shell folder path default values */
 	IDS_PROGRAMS                "Menú Inicio\\Programas"
 	IDS_PERSONAL                "Mis documentos"




More information about the wine-cvs mailing list