summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-02-15 18:27:36 +0100
committerBastien Guerry <bzg@altern.org>2011-02-15 18:27:36 +0100
commit0382a623037d74cd2b344450ed753611c95971ce (patch)
tree0fa0a432700029cbfc7457292f2d0958948fb8e9
parent0491e5305ecf564122b046796c5f6d010eab573d (diff)
downloadorg-mode-0382a623037d74cd2b344450ed753611c95971ce.tar.gz
`org-clock-clocktable-language-setup': Fix translation.
-rw-r--r--lisp/org-clock.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index 685a94d..4f32cf7 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -259,9 +259,9 @@ For more information, see `org-clocktable-write-default'."
:type 'function)
(defcustom org-clock-clocktable-language-setup
- '(("en" "File" "L" "Timestamp" "Headline" "Time" "ALL" "Total time" "File time")
- ("fr" "Fichier" "N" "Horodatage" "Tâche" "Durée" "TOUT" "Durée totale" "Durée fichier")
- ("nl" "Bestand" "N" "Tijdstip" "Taak" "Duur" "ALLES" "Totale duur" "Bestandstijd"))
+ '(("en" "File" "L" "Timestamp" "Headline" "Time" "ALL" "Total time" "File time")
+ ("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."
:group 'org-clocktable
:type 'alist)