Browse Source

`org-clock-clocktable-language-setup': Fix translation.

Bastien Guerry 14 years ago
parent
commit
0382a62303
1 changed files with 3 additions and 3 deletions
  1. 3 3
      lisp/org-clock.el

+ 3 - 3
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)