diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2005-01-31 09:21:53 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2005-01-31 09:21:53 (GMT) |
commit | 360b5d7a3fcce977834847e07bc6698c35368f0b (patch) | |
tree | 220ee4d68697080951d5781696373984c2d5237b /library/msgs | |
parent | 5bf5ac53d8254ae0c13b5e658a3d9ff167d49262 (diff) | |
download | tk-360b5d7a3fcce977834847e07bc6698c35368f0b.zip tk-360b5d7a3fcce977834847e07bc6698c35368f0b.tar.gz tk-360b5d7a3fcce977834847e07bc6698c35368f0b.tar.bz2 |
Add es_ES-specific localization. [Bug 1111213]
Diffstat (limited to 'library/msgs')
-rw-r--r-- | library/msgs/es_ES.msg | 5 |
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..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 |