emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: Bug in Orgmode Clocktable? [9.0.5 (9.0.5-elpa @ c:/Users/sa


From: Axel Kielhorn
Subject: Re: [O] Bug: Bug in Orgmode Clocktable? [9.0.5 (9.0.5-elpa @ c:/Users/sane/AppData/Roaming/.emacs.d/elpa/org-20170210/)]
Date: Sun, 19 Feb 2017 07:25:01 +0100

> Am 18.02.2017 um 09:37 schrieb Nicolas Goaziou <address@hidden>:
> 
> Hello,
> 
> Axel Kielhorn <address@hidden> writes:
> 
>> Maybe we should add a german translation?
> 
> It would be great. Thank you !
> 


org-clock: Add german translation.

* lisp/org-clocl.el (org-clock-clocktable-language-setup): German
  translations added.

Axel Kielhorn <address@hidden>
TINYCHANGE

diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index a807e2c..51655d9 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -320,7 +320,8 @@ For more information, see `org-clocktable-write-default'."
   '(("en" "File"     "L"  "Timestamp"  "Headline" "Time"  "ALL"   "Total time" 
  "File time" "Clock summary at")
     ("es" "Archivo"  "N"  "Fecha y hora" "Tarea" "Tiempo" "TODO" "Tiempo 
total" "Tiempo archivo" "Clock summary at")
     ("fr" "Fichier"  "N"  "Horodatage" "En-tête"  "Durée" "TOUT"  "Durée 
totale" "Durée fichier" "Horodatage sommaire à")
-    ("nl" "Bestand"  "N"  "Tijdstip"   "Hoofding" "Duur"  "ALLES" "Totale 
duur"  "Bestandstijd" "Clock summary at"))
+    ("nl" "Bestand"  "N"  "Tijdstip"   "Hoofding" "Duur"  "ALLES" "Totale 
duur"  "Bestandstijd" "Clock summary at")
+    ("de" "Datei"    "N"  "Timestamp" "Tätigkeit" "Dauer" "ALLES" 
"Gesamtdauer"  "Datei Zeit" "Erstellt am"))
   "Terms used in clocktable, translated to different languages."
   :group 'org-clocktable
   :version "24.1"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]