diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-01-31 09:26:08 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-01-31 09:26:08 (GMT) |
commit | 526286e853d3b6de748f9fd0370d05b2c03774f4 (patch) | |
tree | dc02c970d5adc7999d67c7bf53adee0367fc850f | |
parent | 42d2f68b0c441a5ca00d0fb6ff8e7f589d6502a6 (diff) | |
download | tk-526286e853d3b6de748f9fd0370d05b2c03774f4.zip tk-526286e853d3b6de748f9fd0370d05b2c03774f4.tar.gz tk-526286e853d3b6de748f9fd0370d05b2c03774f4.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@man.ac.uk> + + * library/msgs/es_ES.msg: Added more localization for Spanish + Spanish. [Bug 1111213] + 2005-01-28 Jeff Hobbs <jeffh@ActiveState.com> * unix/configure, unix/tcl.m4: add solaris 64-bit gcc build diff --git a/library/msgs/es_ES.msg b/library/msgs/es_ES.msg new file mode 100644 index 0000000..77e5a92 --- /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" +} |