diff --git a/lisp/org-clock.el b/lisp/org-clock.el index 4f32cf7de..07cc95260 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."