Wiki source code of Translations
Last modified by superadmin on 2025/05/22 17:45
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | export.pdf.options.template=Template | ||
| 2 | export.pdf.options.template.hint=The PDF template controls the information displayed on the cover page, in the table of contents as well as in the header and footer of each page. | ||
| 3 | export.pdf.options.loadFailure=Failed to load the PDF export options. | ||
| 4 | |||
| 5 | export.pdf.hint=Export as Portable Document Format (PDF) using the Web Browser | ||
| 6 | export.pdf.modal.close=Close | ||
| 7 | export.pdf.inProgress=Exporting as PDF... | ||
| 8 | export.pdf.failed=Failed to export as PDF | ||
| 9 | export.pdf.lastError=The PDF export log contains errors: {0} | ||
| 10 | export.pdf.canceling=Canceling PDF export... | ||
| 11 | export.pdf.canceled=PDF export canceled | ||
| 12 | export.pdf.cancelFailed=Failed to cancel the PDF export | ||
| 13 | export.pdf.loading=Loading... | ||
| 14 | export.pdf.pageReadyTimeout=Timeout waiting for web page to be ready for print. | ||
| 15 | |||
| 16 | export.pdf.templates.default=Default template | ||
| 17 | export.pdf.templates.default.versionInfo=Version {0} authored by {1} on {2} | ||
| 18 | export.pdf.template.name=PDF Template | ||
| 19 | export.pdf.template.hint=Template used by PDF export | ||
| 20 | export.pdf.template.provider=PDF Template Provider | ||
| 21 | export.pdf.template.skinExtensionInfo=The CSS and JavaScript skin extensions provided by this page are also part of the PDF template and thus are loaded automatically when the PDF template is used. | ||
| 22 | |||
| 23 | admin.export.pdf=PDF Export | ||
| 24 | admin.export.pdf.description=Configure how wiki pages are exported to PDF. | ||
| 25 | |||
| 26 | export.pdf.admin.status=Status | ||
| 27 | export.pdf.admin.configuration=Configuration | ||
| 28 | export.pdf.admin.saveComment=Updated the PDF export configuration from the Administration | ||
| 29 | export.pdf.admin.reset=Reset | ||
| 30 | export.pdf.admin.reset.hint=Restore the default configuration | ||
| 31 | export.pdf.admin.reset.confirmation=Are you sure you want to restore the default configuration? All your changes will be lost. | ||
| 32 | |||
| 33 | export.pdf.config.default=(default) | ||
| 34 | export.pdf.config.empty=(empty) | ||
| 35 | |||
| 36 | export.pdf.generator.label=Generator | ||
| 37 | export.pdf.generator.hint=The tool used to generate the PDF. | ||
| 38 | export.pdf.generator.checking=Checking if the PDF generator is available... | ||
| 39 | export.pdf.generator.checkFailed=Failed to check if the PDF generator is available. | ||
| 40 | export.pdf.generator.available=Available | ||
| 41 | export.pdf.generator.unavailable=The PDF generator is currently unavailable. | ||
| 42 | export.pdf.generator.userBrowser.label=User Browser | ||
| 43 | export.pdf.generator.userBrowser.hint=The PDF is generated client-side using the print function provided by the user's own web browser. | ||
| 44 | export.pdf.generator.chromeDockerContainer.label=Chrome Docker Container | ||
| 45 | export.pdf.generator.chromeDockerContainer.hint=The PDF is generated server-side using a headless Chrome web browser running inside a Docker container on the same server as XWiki. | ||
| 46 | export.pdf.generator.remoteChrome.label=Remote Chrome | ||
| 47 | export.pdf.generator.remoteChrome.hint=The PDF is generated server-side using a remote Chrome web browser that may run on a different server than XWiki. | ||
| 48 | |||
| 49 | XWiki.PDFExport.TemplateClass_cover=Cover | ||
| 50 | XWiki.PDFExport.TemplateClass_cover.hint=The information displayed on the first page. E.g. the title and the author | ||
| 51 | XWiki.PDFExport.TemplateClass_toc=Table of Contents | ||
| 52 | XWiki.PDFExport.TemplateClass_toc.hint=Usually lists the content headings along with their page numbers. | ||
| 53 | XWiki.PDFExport.TemplateClass_header=Header | ||
| 54 | XWiki.PDFExport.TemplateClass_header.hint=The information displayed at the top of each page, except for the cover page. E.g. the title | ||
| 55 | XWiki.PDFExport.TemplateClass_footer=Footer | ||
| 56 | XWiki.PDFExport.TemplateClass_footer.hint=The information displayed at the bottom of each page, except for the cover page. E.g. the number of the page | ||
| 57 | XWiki.PDFExport.TemplateClass_metadata=Metadata | ||
| 58 | XWiki.PDFExport.TemplateClass_metadata.hint=The script that is evaluated for each wiki page included in the PDF export to produce the metadata to display in the PDF header or footer. The metadata is specified using a special binding named metadata whose value is a Map<String, String>. The metadata ends up in the HTML as attributes of the heading used to display the title of each wiki page. | ||
| 59 | |||
| 60 | XWiki.PDFExport.ConfigurationClass_templates=Templates | ||
| 61 | XWiki.PDFExport.ConfigurationClass_templates.hint=The list of PDF templates the user can select from when exporting wiki pages to PDF. | ||
| 62 | XWiki.PDFExport.ConfigurationClass_serverSide=Server Side | ||
| 63 | XWiki.PDFExport.ConfigurationClass_serverSide.hint=Whether the PDF export should be performed server-side, e.g. using a headless Chrome web browser running inside a Docker container, or client-side, using the user's web browser instead. | ||
| 64 | XWiki.PDFExport.ConfigurationClass_chromeHost=Chrome Host | ||
| 65 | XWiki.PDFExport.ConfigurationClass_chromeHost.hint=The host running the headless Chrome web browser, specified either by its name or by its IP address. | ||
| 66 | XWiki.PDFExport.ConfigurationClass_chromeRemoteDebuggingPort=Chrome Remote Debugging Port | ||
| 67 | XWiki.PDFExport.ConfigurationClass_chromeRemoteDebuggingPort.hint=The port number used for communicating with the headless Chrome web browser. | ||
| 68 | XWiki.PDFExport.ConfigurationClass_xwikiURI=XWiki URI | ||
| 69 | XWiki.PDFExport.ConfigurationClass_xwikiURI.hint=The base URI that the headless Chrome browser should use to access the XWiki instance (e.g. the print preview page). Examples: localhost, localhost:9293, http://localhost, https://localhost:8080 | ||
| 70 | XWiki.PDFExport.ConfigurationClass_chromeDockerImage=Chrome Docker Image | ||
| 71 | XWiki.PDFExport.ConfigurationClass_chromeDockerImage.hint=The Docker image used to create the Docker container running the headless Chrome web browser. | ||
| 72 | XWiki.PDFExport.ConfigurationClass_chromeDockerContainerName=Chrome Docker Container Name | ||
| 73 | XWiki.PDFExport.ConfigurationClass_chromeDockerContainerName.hint=The name of the Docker container running the headless Chrome web browser. This is especially useful when reusing an existing container. | ||
| 74 | XWiki.PDFExport.ConfigurationClass_dockerNetwork=Docker Network | ||
| 75 | XWiki.PDFExport.ConfigurationClass_dockerNetwork.hint=The name or id of the Docker network to add the Chrome Docker container to. This is useful when XWiki itself runs inside a Docker container and you want to have the Chrome container in the same network in order for them to communicate. | ||
| 76 | XWiki.PDFExport.ConfigurationClass_pageReadyTimeout=Page Ready Timeout | ||
| 77 | XWiki.PDFExport.ConfigurationClass_pageReadyTimeout.hint=The number of seconds to wait for the web page to be ready for print before timing out. | ||
| 78 | XWiki.PDFExport.ConfigurationClass_maxContentSize=Maximum Content Size | ||
| 79 | XWiki.PDFExport.ConfigurationClass_maxContentSize.hint=The maximum content size, in kilobytes (KB), that can be included in a single PDF export. Use 0 to disable the limit. | ||
| 80 | XWiki.PDFExport.ConfigurationClass_replaceFOP=Replace FOP | ||
| 81 | XWiki.PDFExport.ConfigurationClass_replaceFOP.hint=Replace the old PDF export based on Apache Formatting Objects Processor (FOP). |