summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--library/msgs/es_ES.msg5
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d2ffd5a..74b883a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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