Jose Rostagno : notepad: Update Spanish translation.

Alexandre Julliard julliard at winehq.org
Mon Jun 14 13:01:16 CDT 2010


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

Author: Jose Rostagno <joserostagno at hotmail.com>
Date:   Sat Jun 12 15:02:24 2010 -0300

notepad: Update Spanish translation.

---

 programs/notepad/Es.rc |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/programs/notepad/Es.rc b/programs/notepad/Es.rc
index d73f167..cd1f95b 100644
--- a/programs/notepad/Es.rc
+++ b/programs/notepad/Es.rc
@@ -6,6 +6,7 @@
  *  Proofread 1999 by Jose Marcos Lopez <jose.lopez at upcnet.upc.es>
  *  Copyright 2002 Sylvain Petreolle <spetreolle at yahoo.fr>
  *  Copyright 2003,2004 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,6 +96,14 @@ PUSHBUTTON    "Cancelar",     IDCANCEL,               180, 21, 40, 15, WS_TABSTO
 PUSHBUTTON    "&Ayuda",       IDHELP,                180, 39, 40, 15, WS_TABSTOP
 }
 
+IDD_OFN_TEMPLATE  DIALOG  DISCARDABLE 50,50,300,15
+STYLE DS_3DLOOK | DS_CONTROL | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | WS_BORDER
+FONT 8, "MS Shell Dlg"
+BEGIN
+  LTEXT "Codificación:", -1, 5,0, 50,12
+  COMBOBOX IDC_OFN_ENCCOMBO, 53,0, 156,48, WS_CHILD | WS_VSCROLL | CBS_DROPDOWNLIST
+END
+
 STRINGTABLE DISCARDABLE
 {
 STRING_PAGESETUP_HEADERVALUE,   "&f"
@@ -123,4 +132,13 @@ STRING_OUT_OF_MEMORY,           "No hay suficiente memoria para terminar esta \
                                  tarea.\nCierre una o más aplicaciones para \
                                  aumentar la cantidad\nde memoria libre."
 
+STRING_UNICODE_LE,     "Unicode (UTF-16)"
+STRING_UNICODE_BE,     "Unicode (UTF-16 big-endian)"
+
+STRING_LOSS_OF_UNICODE_CHARACTERS,         "%s\n\
+Este archivo contiene caracteres Unicode que se perderán si\n\
+guarda este archivo en la codificación %s.\n\
+Para mantener estos caracteres, haga clic en Cancelar y, a continuación, seleccione\n\
+una de las opciones de Unicode en la lista desplegable de codificaciones.\n\
+Continuar?"
 }




More information about the wine-cvs mailing list