1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2025-01-07 15:22:06 +00:00

`org-clock-clocktable-language-setup': added spanish translation.

Thanks to Juan Pechiar for providing the translation.
This commit is contained in:
Bastien Guerry 2011-02-16 00:48:05 +01:00
parent 0382a62303
commit 4db5a1edcf

View File

@ -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."