summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-01-31 09:26:08 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-01-31 09:26:08 (GMT)
commit526286e853d3b6de748f9fd0370d05b2c03774f4 (patch)
treedc02c970d5adc7999d67c7bf53adee0367fc850f /library
parent42d2f68b0c441a5ca00d0fb6ff8e7f589d6502a6 (diff)
downloadtk-526286e853d3b6de748f9fd0370d05b2c03774f4.zip
tk-526286e853d3b6de748f9fd0370d05b2c03774f4.tar.gz
tk-526286e853d3b6de748f9fd0370d05b2c03774f4.tar.bz2
Add es_ES-specific localization. [Bug 1111213]
Diffstat (limited to 'library')
-rw-r--r--library/msgs/es_ES.msg5
1 files changed, 5 insertions, 0 deletions
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"
+}