LibreOffice plugin to pipe whole Writer documents through Google Translate, that ought to keep most of the page formatting.

βŒˆβŒ‹ βŽ‡ branch:  PageTranslate


Artifact [ceb43aca27]

Artifact ceb43aca27f4c251f2c624482e1ff3d120c1a47c:

  • File off/exceptions.xdl — part of check-in [ab2252ef7a] at 2021-02-08 16:00:47 on branch trunk — Prettier error/esxception dialog, and Fromβ†’To language selection mode now available per menu entry. (Only used by MyMemory for now.) (user: mario size: 1690)

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="exceptions" dlg:left="135" dlg:top="91" dlg:width="243" dlg:height="173" dlg:closeable="true" dlg:moveable="true">
 <dlg:styles>
  <dlg:style dlg:style-id="0" dlg:font-name="Sans" dlg:font-stylename="Bold" dlg:font-family="swiss" dlg:font-weight="150"/>
  <dlg:style dlg:style-id="1" dlg:border="simple"/>
 </dlg:styles>
 <dlg:bulletinboard>
  <dlg:text dlg:style-id="0" dlg:id="message" dlg:tab-index="0" dlg:left="5" dlg:top="13" dlg:width="233" dlg:height="20" dlg:help-url="vnd.sun.star.help://help/vnd.include-once.pagetranslate/errors.xhp?Language=en&amp;amp;System=UNIX&amp;amp;UseDB=no" dlg:value="msg/err"/>
  <dlg:button dlg:id="Close" dlg:tab-index="1" dlg:left="182" dlg:top="154" dlg:width="54" dlg:height="13" dlg:value="OK"/>
  <dlg:linklabel dlg:id="help" dlg:tab-index="2" dlg:left="4" dlg:top="149" dlg:width="65" dlg:height="17" dlg:help-url="vnd.sun.star.help://help/vnd.include-once.pagetranslate/errors.xhp?Language=en&amp;amp;System=UNIX&amp;amp;UseDB=no" dlg:value="see help section on common errors" dlg:multiline="true"/>
  <dlg:text dlg:id="Label1" dlg:tab-index="4" dlg:left="5" dlg:top="2" dlg:width="139" dlg:height="8" dlg:value="⚠ So, we ran into a problem here:"/>
  <dlg:textfield dlg:style-id="1" dlg:id="exception" dlg:tab-index="3" dlg:left="5" dlg:top="36" dlg:width="233" dlg:height="108" dlg:hscroll="true" dlg:vscroll="true" dlg:multiline="true" dlg:value="exc/trc"/>
 </dlg:bulletinboard>
</dlg:window>