emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/org 4af243166c: org-clock-clocktable-language-setup: Fi


From: ELPA Syncer
Subject: [elpa] externals/org 4af243166c: org-clock-clocktable-language-setup: Fix Dutch translation
Date: Sun, 4 Dec 2022 06:57:53 -0500 (EST)

branch: externals/org
commit 4af243166c9108189fe6e747158d95a25485004f
Author: Gerard Vermeulen <gerard.vermeulen@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    org-clock-clocktable-language-setup: Fix Dutch translation
    
    * lisp/org-clock.el (org-clock-clocktable-language-setup): Use Rubriek
    for "heading".  It is more accurate as "Hoofding" refers to newspaper
    headline.  Add the missing translation for "Clock summary at".
    
    TINYCHANGE
    
    Link: https://orgmode.org/list/4057b0bb88604e0f1ac4d18e11bf60f5@posteo.net
---
 lisp/org-clock.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index f28805d5e6..8716876875 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -349,7 +349,7 @@ 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"   "Rubriek" "Duur"  "ALLES" "Totale duur" 
 "Bestandstijd" "Klok overzicht op")
     ("de" "Datei"    "E"  "Zeitstempel" "Kopfzeile" "Dauer" "GESAMT"
      "Gesamtdauer"  "Dateizeit" "Erstellt am"))
   "Terms used in clocktable, translated to different languages."



reply via email to

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