diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-01-31 09:21:53 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-01-31 09:21:53 (GMT) |
commit | 5feb167825e887e05b6d2b096d9c016d95fecd2b (patch) | |
tree | 220ee4d68697080951d5781696373984c2d5237b | |
parent | ce7eccff48f0a1c155ce5f0482ef25196b71b625 (diff) | |
download | tk-5feb167825e887e05b6d2b096d9c016d95fecd2b.zip tk-5feb167825e887e05b6d2b096d9c016d95fecd2b.tar.gz tk-5feb167825e887e05b6d2b096d9c016d95fecd2b.tar.bz2 |
Add es_ES-specific localization. [Bug 1111213]
-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 |