summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-02-16 00:48:05 +0100
committerBastien Guerry <bzg@altern.org>2011-02-16 00:48:05 +0100
commit4db5a1edcf2a02ffc93e06a60de580b259f04d94 (patch)
tree8c37d3df49b012b8dc799ab0fdc8450d7a903420
parent0382a623037d74cd2b344450ed753611c95971ce (diff)
downloadorg-mode-4db5a1edcf2a02ffc93e06a60de580b259f04d94.tar.gz
`org-clock-clocktable-language-setup': added spanish translation.
Thanks to Juan Pechiar for providing the translation.
-rw-r--r--lisp/org-clock.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index 4f32cf7..07cc952 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -260,6 +260,7 @@ For more information, see `org-clocktable-write-default'."
(defcustom org-clock-clocktable-language-setup
'(("en" "File" "L" "Timestamp" "Headline" "Time" "ALL" "Total time" "File time")
+ ("es" "Archivo" "N" "Fecha y hora" "Tarea" "Tiempo" "TODO" "Tiempo total" "Tiempo archivo")
("fr" "Fichier" "N" "Horodatage" "En-tête" "Durée" "TOUT" "Durée totale" "Durée fichier")
("nl" "Bestand" "N" "Tijdstip" "Hoofding" "Duur" "ALLES" "Totale duur" "Bestandstijd"))
"Terms used in clocktable, translated to different languages."