Wiki-Quellcode von DiagramTranslations
Zuletzt geändert von Daniel Herrmann am 2026/02/04 20:25
Verstecke letzte Bearbeiter
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | # Homepage |
| 2 | diagram.app.title=Diagrams | ||
| |
2.1 | 3 | diagram.extension.name=Diagram Application (Pro) |
| |
1.1 | 4 | |
| 5 | # Template Provider | ||
| |
2.1 | 6 | diagram.template.description=Diagram page |
| |
1.1 | 7 | diagram.template.name=Diagram |
| 8 | |||
| 9 | # Live Table | ||
| 10 | diagram.livetable._actions=Actions | ||
| |
2.1 | 11 | diagram.livetable._actions.delete=Delete |
| |
1.1 | 12 | diagram.livetable._actions.edit=Edit |
| |
2.1 | 13 | diagram.livetable.doc.author=Last Author |
| 14 | diagram.livetable.doc.date=Update Date | ||
| 15 | diagram.livetable.doc.location=Location | ||
| |
1.1 | 16 | diagram.livetable.emptyvalue=- |
| 17 | |||
| 18 | # Diagram Macro | ||
| |
2.1 | 19 | rendering.macro.diagram.description=Displays a diagram. |
| |
1.1 | 20 | rendering.macro.diagram.name=Diagram |
| |
2.1 | 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 | rendering.macro.diagram.parameter.cached.name=Cached | ||
| 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. | ||
| |
1.1 | 26 | rendering.macro.diagram.parameter.reference.name=Reference |
| |
2.1 | 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 | ||
| 35 | diagram.macro.createNotAllowed=You are not allowed to create this diagram. | ||
| 36 | diagram.macro.edit=Edit 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. | ||
| |
1.1 | 39 | diagram.macro.invalidReference=The specified page is not a diagram. |
| |
2.1 | 40 | diagram.macro.view=View diagram |
| |
1.1 | 41 | diagram.macro.viewNotAllowed=You are not allowed to view this diagram. |
| |
2.1 | 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 |