Commit b0d1c2ff authored by Jose Rostagno's avatar Jose Rostagno Committed by Alexandre Julliard

notepad: Update Spanish translation.

parent 2fbbc384
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
* Proofread 1999 by Jose Marcos Lopez <jose.lopez@upcnet.upc.es> * Proofread 1999 by Jose Marcos Lopez <jose.lopez@upcnet.upc.es>
* Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr> * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
* Copyright 2003,2004 Jos Manuel Ferrer Ortiz * Copyright 2003,2004 Jos Manuel Ferrer Ortiz
* Copyright 2010 Jos Rostagno
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
...@@ -95,6 +96,14 @@ PUSHBUTTON "Cancelar", IDCANCEL, 180, 21, 40, 15, WS_TABSTO ...@@ -95,6 +96,14 @@ PUSHBUTTON "Cancelar", IDCANCEL, 180, 21, 40, 15, WS_TABSTO
PUSHBUTTON "&Ayuda", IDHELP, 180, 39, 40, 15, WS_TABSTOP 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 "Codificacin:", -1, 5,0, 50,12
COMBOBOX IDC_OFN_ENCCOMBO, 53,0, 156,48, WS_CHILD | WS_VSCROLL | CBS_DROPDOWNLIST
END
STRINGTABLE DISCARDABLE STRINGTABLE DISCARDABLE
{ {
STRING_PAGESETUP_HEADERVALUE, "&f" STRING_PAGESETUP_HEADERVALUE, "&f"
...@@ -123,4 +132,13 @@ STRING_OUT_OF_MEMORY, "No hay suficiente memoria para terminar esta \ ...@@ -123,4 +132,13 @@ STRING_OUT_OF_MEMORY, "No hay suficiente memoria para terminar esta \
tarea.\nCierre una o ms aplicaciones para \ tarea.\nCierre una o ms aplicaciones para \
aumentar la cantidad\nde memoria libre." 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 perdern si\n\
guarda este archivo en la codificacin %s.\n\
Para mantener estos caracteres, haga clic en Cancelar y, a continuacin, seleccione\n\
una de las opciones de Unicode en la lista desplegable de codificaciones.\n\
Continuar?"
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment