Module: wine Branch: master Commit: b0d1c2ff60eaa6164bcbfc670c1be4ec1a1aa3e0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b0d1c2ff60eaa6164bcbfc670c...
Author: Jose Rostagno joserostagno@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@upcnet.upc.es * Copyright 2002 Sylvain Petreolle spetreolle@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?" }