浏览代码

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

Thanks to Juan Pechiar for providing the translation.
Bastien Guerry 14 年之前
父节点
当前提交
4db5a1edcf
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lisp/org-clock.el

+ 1 - 0
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."