[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org 0b0bf03e4b 5/6: org-clock-clocktable-language-setup
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org 0b0bf03e4b 5/6: org-clock-clocktable-language-setup: Reformat and add Polish translation |
Date: |
Wed, 25 Oct 2023 06:58:56 -0400 (EDT) |
branch: externals/org
commit 0b0bf03e4b564c528c12be7edb2c028b97ac0882
Author: PolishEmacsUser <emacs@supporter.mailer.me>
Commit: Ihor Radchenko <yantar92@posteo.net>
org-clock-clocktable-language-setup: Reformat and add Polish translation
* lisp/org-clock.el (org-clock-clocktable-language-setup): Add Polish.
Reorder the translation aplhabetically with English on top. Unify
spaces in lists.
TINYCHANGE
---
lisp/org-clock.el | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index cd1fdb951b..e0d93c11c4 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -350,14 +350,15 @@ 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" "Clock summary at")
- ("es" "Archivo" "N" "Fecha y hora" "Tarea" "Duración" "TODO" "Duración
total" "Tiempo archivo" "Generado el")
- ("fr" "Fichier" "N" "Horodatage" "En-tête" "Durée" "TOUT" "Durée
totale" "Durée fichier" "Horodatage sommaire à")
- ("nl" "Bestand" "N" "Tijdstip" "Rubriek" "Duur" "ALLES" "Totale duur"
"Bestandstijd" "Klok overzicht op")
- ("nn" "Fil" "N" "Tidspunkt" "Overskrift" "Tid" "ALLE" "Total tid"
"Filtid" "Tidsoversyn")
- ("de" "Datei" "E" "Zeitstempel" "Kopfzeile" "Dauer" "GESAMT"
"Gesamtdauer" "Dateizeit" "Erstellt am")
+ '(("en" "File" "L" "Timestamp" "Headline" "Time" "ALL" "Total time"
"File time" "Clock summary at")
+ ("de" "Datei" "E" "Zeitstempel" "Kopfzeile" "Dauer" "GESAMT"
"Gesamtdauer" "Dateizeit" "Erstellt am")
+ ("es" "Archivo" "N" "Fecha y hora" "Tarea" "Duración" "TODO" "Duración
total" "Tiempo archivo" "Generado el")
+ ("fr" "Fichier" "N" "Horodatage" "En-tête" "Durée" "TOUT" "Durée
totale" "Durée fichier" "Horodatage sommaire à")
+ ("nl" "Bestand" "N" "Tijdstip" "Rubriek" "Duur" "ALLES" "Totale duur"
"Bestandstijd" "Klok overzicht op")
+ ("nn" "Fil" "N" "Tidspunkt" "Overskrift" "Tid" "ALLE" "Total tid"
"Filtid" "Tidsoversyn")
+ ("pl" "Plik" "P" "Data i godzina" "Nagłówek" "Czas" "WSZYSTKO" "Czas
całkowity" "Czas pliku" "Poddumowanie zegara na")
("pt-BR" "Arquivo" "N" "Data e hora" "Título" "Hora" "TODOS" "Hora total"
"Hora do arquivo" "Resumo das horas em")
- ("sk" "Súbor" "L" "Časová značka" "Záhlavie" "Čas" "VŠETKO" "Celkový čas"
"Čas súboru" "Časový súhrn pre"))
+ ("sk" "Súbor" "L" "Časová značka" "Záhlavie" "Čas" "VŠETKO" "Celkový
čas" "Čas súboru" "Časový súhrn pre"))
"Terms used in clocktable, translated to different languages."
:group 'org-clocktable
:version "24.1"
- [elpa] externals/org updated (c7db1c0981 -> b06995e998), ELPA Syncer, 2023/10/25
- [elpa] externals/org f632def07c 3/6: * doc/org-manual.org: Improve documentation for #+SELECT_TAGS and #+EXCLUDE_TAGS, ELPA Syncer, 2023/10/25
- [elpa] externals/org 96286321c5 2/6: Merge branch 'bugfix', ELPA Syncer, 2023/10/25
- [elpa] externals/org 9cbaf8e49c 4/6: ox-ascii.el: Consistently add brackets around links, ELPA Syncer, 2023/10/25
- [elpa] externals/org 9c255cacfe 1/6: org-element-ignored-local-variables: Add missing variables, ELPA Syncer, 2023/10/25
- [elpa] externals/org b06995e998 6/6: * lisp/ol-man.el: Add file commentary and Code: header, ELPA Syncer, 2023/10/25
- [elpa] externals/org 0b0bf03e4b 5/6: org-clock-clocktable-language-setup: Reformat and add Polish translation,
ELPA Syncer <=