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

⌈⌋ ⎇ branch:  PageTranslate


Artifact [e8c8a894aa]

Artifact e8c8a894aa3ae8c4ef3bed057064e540f17cd419:

  • File off/langselect.xdl — part of check-in [8224584b9f] at 2021-02-08 05:47:23 on branch trunk — new dialogs for excpetion display and manual language selection (user: mario size: 2225)

<?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="langselect" dlg:left="135" dlg:top="91" dlg:width="208" dlg:height="40" dlg:closeable="true" dlg:moveable="true" dlg:title="Select translation languages">
 <dlg:styles>
  <dlg:style dlg:style-id="0" dlg:font-height="14" dlg:font-weight="150"/>
  <dlg:style dlg:style-id="1" dlg:border="simple" dlg:font-height="14" dlg:font-weight="150"/>
  <dlg:style dlg:style-id="2" dlg:font-name="Liberation Sans" dlg:font-height="20" dlg:font-stylename="Bold" dlg:font-family="swiss" dlg:font-weight="150"/>
 </dlg:styles>
 <dlg:bulletinboard>
  <dlg:menulist dlg:style-id="0" dlg:id="from" dlg:tab-index="0" dlg:left="15" dlg:top="10" dlg:width="44" dlg:height="15" dlg:spin="true">
   <dlg:menupopup>
    <dlg:menuitem dlg:value="de"/>
    <dlg:menuitem dlg:value="en"/>
    <dlg:menuitem dlg:value="fr"/>
    <dlg:menuitem dlg:value="it"/>
    <dlg:menuitem dlg:value="es"/>
    <dlg:menuitem dlg:value="fi"/>
   </dlg:menupopup>
  </dlg:menulist>
  <dlg:menulist dlg:style-id="1" dlg:id="lang" dlg:tab-index="2" dlg:left="90" dlg:top="10" dlg:width="44" dlg:height="15" dlg:spin="true" dlg:linecount="15">
   <dlg:menupopup>
    <dlg:menuitem dlg:value="de"/>
    <dlg:menuitem dlg:value="en"/>
    <dlg:menuitem dlg:value="fr"/>
    <dlg:menuitem dlg:value="it"/>
    <dlg:menuitem dlg:value="es"/>
    <dlg:menuitem dlg:value="gr"/>
    <dlg:menuitem dlg:value="tr"/>
    <dlg:menuitem dlg:value="ar"/>
    <dlg:menuitem dlg:value="uz"/>
    <dlg:menuitem dlg:value="zh-CN"/>
    <dlg:menuitem dlg:value="zh-TW"/>
   </dlg:menupopup>
  </dlg:menulist>
  <dlg:text dlg:style-id="2" dlg:id="Label1" dlg:tab-index="1" dlg:left="70" dlg:top="11" dlg:width="13" dlg:height="13" dlg:value="➜"/>
  <dlg:button dlg:id="ok" dlg:tab-index="3" dlg:left="160" dlg:top="10" dlg:width="35" dlg:height="17" dlg:value="OK"/>
  <dlg:button dlg:id="CommandButton1" dlg:tab-index="4" dlg:left="17" dlg:top="62" dlg:width="2" dlg:height="0" dlg:value="CommandButton1"/>
 </dlg:bulletinboard>
</dlg:window>