mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-07-17 16:47:05 +00:00
* fix(import): correct outdated import-format help message (#7988) The import dialog's "no converter" notice claimed only plain text and HTML could be imported and linked users to the legacy AbiWord wiki page, prompting them to install LibreOffice for formats that already work natively. Etherpad imports .txt, .html, .docx (via mammoth) and .etherpad files without LibreOffice; only .pdf/.odt/.doc/.rtf still need it. Update the message to say so and move the help link to the ether/etherpad org. Closes #7988 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * fix(import): point help link to new LibreOffice wiki page (Qodo #7989) The AbiWord wiki pages were vandalized/empty. Added a clean LibreOffice setup page on the wiki and point the import dialog there instead. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * fix(import): reference Etherpad docs instead of wiki for LibreOffice The wiki is being retired, so don't link to it. Point users at the documentation site for installing LibreOffice for extra import formats. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
926c94ea8a
commit
773a9042a7
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@
|
|||
"pad.importExport.exportworda.title": "Export as Microsoft Word",
|
||||
"pad.importExport.exportpdfa.title": "Export as PDF",
|
||||
"pad.importExport.exportopena.title": "Export as ODF (Open Document Format)",
|
||||
"pad.importExport.noConverter.innerHTML": "You can only import from plain text or HTML formats. For more advanced import features, please <a href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-with-AbiWord\">install LibreOffice</a>.",
|
||||
"pad.importExport.noConverter.innerHTML": "You can import plain text, HTML, Microsoft Word (.docx) and Etherpad files directly. To import other formats such as PDF, ODT, DOC or RTF, the server administrator needs to install LibreOffice — see the <a href=\"https://docs.etherpad.org/\">Etherpad documentation</a>.",
|
||||
|
||||
"pad.modals.connected": "Connected.",
|
||||
"pad.modals.reconnecting": "Reconnecting to your pad…",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue