Wiki source code of OfficeImporterTranslations
Last modified by superadmin on 2025/05/22 17:44
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | office.createForm.type.name=Page from Office | ||
| 2 | office.createForm.type.description=Import Office documents into wiki pages | ||
| 3 | |||
| 4 | office.form.error.noDocument=You must use the {0}create action{1} to import an Office document. | ||
| 5 | |||
| 6 | office.import.document.hint=Select the office document to import. | ||
| 7 | office.import.target.hint=The page where the content of the office document will be imported. | ||
| 8 | office.import.overwriteContent=Overwrite existing content | ||
| 9 | office.import.overwriteContent.hint=The target page already exists. You can either overwrite its content or append to the existing content. | ||
| 10 | office.import.overwriteContent.confirmationMessage=Are you sure you want to overwrite the content of the target page? | ||
| 11 | office.import.overwriteContent.confirmationAction=Overwrite | ||
| 12 | office.import.headingLevelsToSplit.hint=Import the selected heading levels and their corresponding sections in separate child pages, linked from the parent page. | ||
| 13 | office.import.childPagesNaming.hint=Choose how to name the child pages created when the imported content is split. | ||
| 14 | office.import.terminalChildPages=Terminal Child Pages | ||
| 15 | office.import.terminalChildPages.hint=Advanced: Make the created child pages terminal. Terminal pages can't have children and are generally used in applications, development or in older versions of XWiki. | ||
| 16 | office.import.inProgress=Importing office document... | ||
| 17 | office.import.done=Office document imported | ||
| 18 | office.import.failed=Office import failed | ||
| 19 | |||
| 20 | office.config.serverType.hint=The Office server type. It can be internally managed (local) or external (remote). | ||
| 21 | office.config.serverPort.hint=The port number used for connecting to the Office server instance | ||
| 22 | office.config.autoStart.hint=Specify if the Office server should be started / connected automatically at XWiki startup | ||
| 23 | office.config.serverPath.hint=The path to the Office installation | ||
| 24 | office.config.serverState.connected=Connected | ||
| 25 | office.config.serverState.notConnected=Not Connected | ||
| 26 | office.config.serverState.confError=Invalid Configuration | ||
| 27 | office.config.serverState.error=Error | ||
| 28 | |||
| 29 | ## Used to indicate where deprecated keys start | ||
| 30 | #@deprecatedstart | ||
| 31 | |||
| 32 | ####################################### | ||
| 33 | ## until 14.10.2, 15.0RC1 | ||
| 34 | ####################################### | ||
| 35 | office.form.append.hint=The document already exists! Append the result to the existing wiki page | ||
| 36 | |||
| 37 | ## Used to indicate where deprecated keys end | ||
| 38 | #@deprecatedend |