Änderungen von Dokument DiagramTranslations
Zuletzt geändert von Daniel Herrmann am 2026/02/04 20:25
Von Version 1.1
bearbeitet von Mike Schneider
am 2025/12/30 10:37
am 2025/12/30 10:37
Änderungskommentar:
Install extension [org.xwiki.contrib:application-diagram/1.3]
Auf Version
2.1
bearbeitet von Daniel Herrmann
am 2026/02/04 20:25
am 2026/02/04 20:25
Änderungskommentar:
Install extension [com.xwiki.diagram:application-diagram/1.22.11]
Zusammenfassung
Details
- Seiteneigenschaften
-
- Dokument-Autor
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. mschneide1 +XWiki.dherrman - Inhalt
-
... ... @@ -1,29 +1,52 @@ 1 1 # Homepage 2 2 diagram.app.title=Diagrams 3 +diagram.extension.name=Diagram Application (Pro) 3 3 4 4 # Template Provider 5 -diagram.template.name=Diagram 6 6 diagram.template.description=Diagram page 7 +diagram.template.name=Diagram 7 7 8 8 # Live Table 9 -diagram.livetable.doc.location=Location 10 -diagram.livetable.doc.date=Update Date 11 -diagram.livetable.doc.author=Last Author 12 12 diagram.livetable._actions=Actions 13 -diagram.livetable._actions.edit=Edit 14 14 diagram.livetable._actions.delete=Delete 12 +diagram.livetable._actions.edit=Edit 13 +diagram.livetable.doc.author=Last Author 14 +diagram.livetable.doc.date=Update Date 15 +diagram.livetable.doc.location=Location 15 15 diagram.livetable.emptyvalue=- 16 16 17 17 # Diagram Macro 18 -rendering.macro.diagram.name=Diagram 19 19 rendering.macro.diagram.description=Displays a diagram. 20 -rendering.macro.diagram. parameter.reference.name=Reference21 -rendering.macro.diagram.parameter. reference.description=rendering.macro.diagram.parameter.reference.description=Thereferenceofthepagethatcontains the diagramto display. E.g.for"http://.../Diagram/My%20Diagram/",enter"Diagram.MyDiagram.WebHome".Ifthisfieldis leftblank,themacro looks forachildpage named"Diagram"andifnot found, displays a form to create adiagram.20 +rendering.macro.diagram.name=Diagram 21 +rendering.macro.diagram.parameter.cached.description=Whether to display the cached diagram image (faster) instead of rendering the diagram live (slower). Not applied when an external diagram URL is used. 22 22 rendering.macro.diagram.parameter.cached.name=Cached 23 -rendering.macro.diagram.parameter.cached.description=Whether to display the cached diagram image (faster) instead of rendering the diagram live (slower). 24 -diagram.macro.invalidReference=The specified page is not a diagram. 25 -diagram.macro.viewNotAllowed=You are not allowed to view this diagram. 23 +rendering.macro.diagram.parameter.pageIndex.description=The index of the page that you want to see when cached is enabled (i.e. use 1 for 1st page of the diagram, 5 for the 5th page) 24 +rendering.macro.diagram.parameter.pageIndex.name=Page index 25 +rendering.macro.diagram.parameter.reference.description=The reference of the page that contains the diagram to display. E.g. for "http://.../Diagram/My%20Diagram/", enter "Diagram.My Diagram.WebHome". If this field is left blank, the macro looks for a child page named "Diagram" and if not found, displays a form to create a diagram. 26 +rendering.macro.diagram.parameter.reference.name=Reference 27 +rendering.macro.diagram.parameter.externalDiagramUrl.description=An external link to a diagram source. 28 +rendering.macro.diagram.parameter.externalDiagramUrl.name=External Diagram URL 29 +diagram.macro.externalDiagramUrl.edit.notAllowed=This diagram is read-only because it was loaded from an external URL. 30 +diagram.macro.externalDiagramUrl.edit.previewNotSupported=In edit mode, the preview of diagrams using the *externalDiagramUrl* parameter is not supported. 31 +diagram.macro.loadFailed=Failed to load the diagram. Please check that the diagram is in a supported format. 32 +diagram.macro.loadFailed.externalDiagramUrl=Failed to load the diagram. Please check that the URL is correct and the diagram is properly formatted. If the error persists, please contact an administrator. 33 +diagram.macro.loadFailed.externalDiagramUrl.guestUser=Diagram preview from external URLs is not available for unregistered users. 34 +diagram.macro.create=Create diagram 26 26 diagram.macro.createNotAllowed=You are not allowed to create this diagram. 27 -diagram.macro.view=View diagram 28 28 diagram.macro.edit=Edit diagram 29 -diagram.macro.create=Create diagram 37 +diagram.macro.externalServicesDisabled=External services are disabled for the Diagram Application (Pro), and this diagram has an external source. This setting can be changed in the Administration section. 38 +diagram.macro.invalidPageIndex=There is no diagram page corresponding to this index. 39 +diagram.macro.invalidReference=The specified page is not a diagram. 40 +diagram.macro.view=View diagram 41 +diagram.macro.viewNotAllowed=You are not allowed to view this diagram. 42 + 43 +diagram.editor.saveAsImageAttachmentError=Error when saving the diagram as an image attachment. 44 +diagram.editor.disabledExternalServices=External services are disabled. 45 +diagram.editor.menu.print.title=Print the diagram using an external device when possible, otherwise simply export and save it as PDF. 46 +diagram.editor.menu.print.label=Print / Export as PDF 47 + 48 +# Diagram Configuration 49 +Diagram.DiagramConfigClass_exportURL=Export URL 50 +Diagram.DiagramConfigClass_exportURL_hint=The URL used to export the diagrams as image in IE11, or as PDF when performed from the diagram editor. Note that the diagram content, with all the private information that it may contain, will be send to the Export URL when this is used. 51 +Diagram.DiagramConfigClass_disableExternalServices=Disable External Services 52 +Diagram.DiagramConfigClass_disableExternalServices_hint=Disable features that require an external server