Änderungen von Dokument Translations

Zuletzt geändert von Daniel Herrmann am 2026/02/04 20:25

Von Version Icon 2.1
bearbeitet von Daniel Herrmann
am 2026/02/04 20:25
Änderungskommentar: Install extension [com.xwiki.date:macro-date-ui/3.10.1]
Auf Version 1.1 Icon
bearbeitet von Daniel Herrmann
am 2025/06/22 19:09
Änderungskommentar: Install extension [com.xwiki.date:macro-date-ui/3.7.1]

Zusammenfassung

Details

Icon Seiteneigenschaften
Inhalt
... ... @@ -4,7 +4,7 @@
4 4  ### Missing: rendering.macro.date.parameter.value.name=Date value
5 5  ### Missing: rendering.macro.date.parameter.value.description=The value of the date. It should be written in the format specified as a parameter or in the format generated by the date picker.
6 6  ### Missing: rendering.macro.date.parameter.format.name=Date input format
7 -rendering.macro.date.parameter.format.description=The format the `value` parameter should have, specified in the Java Date Format Standard. For example, if you want to input the value parameter in the following manner `01 jan 2024`, the format parameter should look like this `dd MMM yyyy`.
7 +### Missing: rendering.macro.date.parameter.format.description=The format the `value` parameter should have, specified in the Java Date Format Standard. For example, if you want to input the value parameter in the following manner `01 jan 2024`, the format parameter should look like this `dd MMM yyyy`.
8 8  ### Missing: rendering.macro.date.parameter.displayFormat.name=Date display format
9 9  ### Missing: rendering.macro.date.parameter.displayFormat.description=The format that will be used to display the date. The format should be in the Java Date Format Standard. For example, if you want the macro to display the date in the following manner `Sunday, 22.01`, this parameter should have the following value `EEEEE, dd.MM`.
10 10  ### Missing: DateMacro.Code.ConfigurationClass_storageDateFormat=The format that will be used to store dates used in Task Manager.