diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | library/msgs/es_ES.msg | 5 |
2 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-01-31 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> + + * library/msgs/es_ES.msg: Added more localization for Spanish + Spanish. [Bug 1111213] + 2005-01-25 Daniel Steffen <das@users.sourceforge.net> * macosx/tkMacOSXInit.c (TkpInit): set tcl_interactive to 1 to show diff --git a/library/msgs/es_ES.msg b/library/msgs/es_ES.msg new file mode 100644 index 0000000..fe1e11e --- /dev/null +++ b/library/msgs/es_ES.msg @@ -0,0 +1,5 @@ +namespace eval ::tk { + ::msgcat::mcset es_ES "&Save" "&Guardar" + ::msgcat::mcset es_ES "Save As" "Guardar como" + ::msgcat::mcset es_ES "Save To Log" "Guardar al archivo de traza" +}
\ No newline at end of file |