Started modifying project structure
This commit is contained in:
parent
4e16ed01c2
commit
1e4ee37f89
566 changed files with 3340 additions and 176 deletions
85
src/main/oxt/writer2xhtml/Addons.xcu
Normal file
85
src/main/oxt/writer2xhtml/Addons.xcu
Normal file
|
@ -0,0 +1,85 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Addons" oor:package="org.openoffice.Office">
|
||||
<!-- Defines toolbar provided by Writer2xhtml -->
|
||||
<node oor:name="AddonUI">
|
||||
<node oor:name="OfficeToolBar">
|
||||
<node oor:name="org.openoffice.da.writer2xhtml.OfficeToolBar" oor:op="replace">
|
||||
<node oor:name="button1" oor:op="replace">
|
||||
<prop oor:name="Context" oor:type="xs:string">
|
||||
<value>com.sun.star.text.TextDocument,com.sun.star.sheet.SpreadsheetDocument</value>
|
||||
</prop>
|
||||
<prop oor:name="Title" oor:type="xs:string">
|
||||
<value xml:lang="en-US">Publish as XHTML</value>
|
||||
<value xml:lang="ru-RU">Опубликовать в XHTML</value>
|
||||
<value xml:lang="da">Publicer som XHTML</value>
|
||||
</prop>
|
||||
<prop oor:name="Target" oor:type="xs:string">
|
||||
<value>_self</value>
|
||||
</prop>
|
||||
<prop oor:name="URL" oor:type="xs:string">
|
||||
<value>org.openoffice.da.writer2xhtml:PublishAsXHTML</value>
|
||||
</prop>
|
||||
<prop oor:name="ImageIdentifier" oor:type="xs:string">
|
||||
<value>%origin%/icons/html5</value>
|
||||
</prop>
|
||||
</node>
|
||||
<node oor:name="button2" oor:op="replace">
|
||||
<prop oor:name="Context" oor:type="xs:string">
|
||||
<value>com.sun.star.text.TextDocument</value>
|
||||
</prop>
|
||||
<prop oor:name="Title" oor:type="xs:string">
|
||||
<value xml:lang="en-US">Publish as EPUB</value>
|
||||
<value xml:lang="ru-RU">Опубликовать в EPUB</value>
|
||||
<value xml:lang="da">Publicer som EPUB</value>
|
||||
</prop>
|
||||
<prop oor:name="Target" oor:type="xs:string">
|
||||
<value>_self</value>
|
||||
</prop>
|
||||
<prop oor:name="URL" oor:type="xs:string">
|
||||
<value>org.openoffice.da.writer2xhtml:PublishAsEPUB</value>
|
||||
</prop>
|
||||
<prop oor:name="ImageIdentifier" oor:type="xs:string">
|
||||
<value>%origin%/icons/epub</value>
|
||||
</prop>
|
||||
</node>
|
||||
<node oor:name="button3" oor:op="replace">
|
||||
<prop oor:name="Context" oor:type="xs:string">
|
||||
<value>com.sun.star.text.TextDocument</value>
|
||||
</prop>
|
||||
<prop oor:name="Title" oor:type="xs:string">
|
||||
<value xml:lang="en-US">Edit EPUB document properties</value>
|
||||
<value xml:lang="da">Rediger EPUB-dokumentegenskaber</value>
|
||||
</prop>
|
||||
<prop oor:name="Target" oor:type="xs:string">
|
||||
<value>_self</value>
|
||||
</prop>
|
||||
<prop oor:name="URL" oor:type="xs:string">
|
||||
<value>org.openoffice.da.writer2xhtml:EditEPUBDocumentProperties</value>
|
||||
</prop>
|
||||
<prop oor:name="ImageIdentifier" oor:type="xs:string">
|
||||
<value>%origin%/icons/metadata</value>
|
||||
</prop>
|
||||
</node>
|
||||
<node oor:name="button4" oor:op="replace">
|
||||
<prop oor:name="Context" oor:type="xs:string">
|
||||
<value>com.sun.star.text.TextDocument,com.sun.star.sheet.SpreadsheetDocument</value>
|
||||
</prop>
|
||||
<prop oor:name="Title" oor:type="xs:string">
|
||||
<value xml:lang="en-US">Edit custom style</value>
|
||||
<value xml:lang="da">Rediger brugerdefineret typografi</value>
|
||||
</prop>
|
||||
<prop oor:name="Target" oor:type="xs:string">
|
||||
<value>_self</value>
|
||||
</prop>
|
||||
<prop oor:name="URL" oor:type="xs:string">
|
||||
<value>.uno:OptionsTreeDialog?OptionsPageURL:string=%origin%/W2XDialogs2/General.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="ImageIdentifier" oor:type="xs:string">
|
||||
<value>%origin%/icons/customh</value>
|
||||
</prop>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
|
||||
</oor:component-data>
|
88
src/main/oxt/writer2xhtml/AddonsAOO4.xcu
Normal file
88
src/main/oxt/writer2xhtml/AddonsAOO4.xcu
Normal file
|
@ -0,0 +1,88 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Addons" oor:package="org.openoffice.Office">
|
||||
<!-- Defines the menus and toolbars provided by Writer2xhtml -->
|
||||
<node oor:name="AddonUI">
|
||||
<node oor:name="OfficeToolBar">
|
||||
<node oor:name="org.openoffice.da.writer2xhtml.OfficeToolBar.AOO4" oor:op="replace">
|
||||
<prop oor:name="Title" oor:type="xs:string">
|
||||
<value xml:lang="en-US">Writer2xhtml</value>
|
||||
</prop>
|
||||
<node oor:name="ToolBarItems">
|
||||
<node oor:name="button1" oor:op="replace">
|
||||
<prop oor:name="Context" oor:type="xs:string">
|
||||
<value>com.sun.star.text.TextDocument</value>
|
||||
</prop>
|
||||
<prop oor:name="Title" oor:type="xs:string">
|
||||
<value xml:lang="en-US">Publish as XHTML</value>
|
||||
<value xml:lang="da">Publicer som XHTML</value>
|
||||
</prop>
|
||||
<prop oor:name="Target" oor:type="xs:string">
|
||||
<value>_self</value>
|
||||
</prop>
|
||||
<prop oor:name="URL" oor:type="xs:string">
|
||||
<value>org.openoffice.da.writer2xhtml:PublishAsXHTML</value>
|
||||
</prop>
|
||||
<prop oor:name="ImageIdentifier" oor:type="xs:string">
|
||||
<value>%origin%/icons/html5</value>
|
||||
</prop>
|
||||
</node>
|
||||
<node oor:name="button2" oor:op="replace">
|
||||
<prop oor:name="Context" oor:type="xs:string">
|
||||
<value>com.sun.star.text.TextDocument</value>
|
||||
</prop>
|
||||
<prop oor:name="Title" oor:type="xs:string">
|
||||
<value xml:lang="en-US">Publish as EPUB</value>
|
||||
<value xml:lang="da">Publicer som EPUB</value>
|
||||
</prop>
|
||||
<prop oor:name="Target" oor:type="xs:string">
|
||||
<value>_self</value>
|
||||
</prop>
|
||||
<prop oor:name="URL" oor:type="xs:string">
|
||||
<value>org.openoffice.da.writer2xhtml:PublishAsEPUB</value>
|
||||
</prop>
|
||||
<prop oor:name="ImageIdentifier" oor:type="xs:string">
|
||||
<value>%origin%/icons/epub</value>
|
||||
</prop>
|
||||
</node>
|
||||
<node oor:name="button3" oor:op="replace">
|
||||
<prop oor:name="Context" oor:type="xs:string">
|
||||
<value>com.sun.star.text.TextDocument</value>
|
||||
</prop>
|
||||
<prop oor:name="Title" oor:type="xs:string">
|
||||
<value xml:lang="en-US">Edit EPUB document properties</value>
|
||||
<value xml:lang="da">Rediger EPUB-dokumentegenskaber</value>
|
||||
</prop>
|
||||
<prop oor:name="Target" oor:type="xs:string">
|
||||
<value>_self</value>
|
||||
</prop>
|
||||
<prop oor:name="URL" oor:type="xs:string">
|
||||
<value>org.openoffice.da.writer2xhtml:EditEPUBDocumentProperties</value>
|
||||
</prop>
|
||||
<prop oor:name="ImageIdentifier" oor:type="xs:string">
|
||||
<value>%origin%/icons/metadata</value>
|
||||
</prop>
|
||||
</node>
|
||||
<node oor:name="button4" oor:op="replace">
|
||||
<prop oor:name="Context" oor:type="xs:string">
|
||||
<value>com.sun.star.text.TextDocument</value>
|
||||
</prop>
|
||||
<prop oor:name="Title" oor:type="xs:string">
|
||||
<value xml:lang="en-US">Edit custom style</value>
|
||||
<value xml:lang="da">Rediger brugerdefineret typografi</value>
|
||||
</prop>
|
||||
<prop oor:name="Target" oor:type="xs:string">
|
||||
<value>_self</value>
|
||||
</prop>
|
||||
<prop oor:name="URL" oor:type="xs:string">
|
||||
<value>.uno:OptionsTreeDialog?OptionsPageURL:string=%origin%/W2XDialogs2/General.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="ImageIdentifier" oor:type="xs:string">
|
||||
<value>%origin%/icons/customh</value>
|
||||
</prop>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
|
||||
</oor:component-data>
|
76
src/main/oxt/writer2xhtml/META-INF/manifest.xml
Normal file
76
src/main/oxt/writer2xhtml/META-INF/manifest.xml
Normal file
|
@ -0,0 +1,76 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE manifest:manifest PUBLIC "-//OpenOffice.org//DTD Manifest 1.0//EN" "Manifest.dtd">
|
||||
<manifest:manifest>
|
||||
<manifest:file-entry
|
||||
manifest:full-path="ProtocolHandler.xcu"
|
||||
manifest:media-type="application/vnd.sun.star.configuration-data"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="Addons.xcu"
|
||||
manifest:media-type="application/vnd.sun.star.configuration-data"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="AddonsAOO4.xcu"
|
||||
manifest:media-type="application/vnd.sun.star.configuration-data"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="Office/UI/WriterWindowState.xcu"
|
||||
manifest:media-type="application/vnd.sun.star.configuration-data"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="Office/UI/CalcWindowState.xcu"
|
||||
manifest:media-type="application/vnd.sun.star.configuration-data"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="writer2xhtml-filter.jar"
|
||||
manifest:media-type="application/vnd.sun.star.uno-component;type=Java"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="w2x_types.xcu"
|
||||
manifest:media-type="application/vnd.sun.star.configuration-data"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="w2x_filters.xcu"
|
||||
manifest:media-type="application/vnd.sun.star.configuration-data"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="Options.xcs"
|
||||
manifest:media-type="application/vnd.sun.star.configuration-schema"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="Options.xcu"
|
||||
manifest:media-type="application/vnd.sun.star.configuration-data"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="ToolbarOptions.xcs"
|
||||
manifest:media-type="application/vnd.sun.star.configuration-schema"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="ToolbarOptions.xcu"
|
||||
manifest:media-type="application/vnd.sun.star.configuration-data"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="OptionPages.xcu"
|
||||
manifest:media-type="application/vnd.sun.star.configuration-data"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="ToolbarOptionPages.xcu"
|
||||
manifest:media-type="application/vnd.sun.star.configuration-data"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="W2XDialogs/"
|
||||
manifest:media-type="application/vnd.sun.star.basic-library"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="W2XDialogs2/"
|
||||
manifest:media-type="application/vnd.sun.star.basic-library"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="writer2xhtml.rdb"
|
||||
manifest:media-type="application/vnd.sun.star.uno-typelibrary;type=RDB"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="help"
|
||||
manifest:media-type="application/vnd.sun.star.help"/>
|
||||
|
||||
</manifest:manifest>
|
15
src/main/oxt/writer2xhtml/Office/UI/CalcWindowState.xcu
Normal file
15
src/main/oxt/writer2xhtml/Office/UI/CalcWindowState.xcu
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||
oor:name="CalcWindowState"
|
||||
oor:package="org.openoffice.Office.UI">
|
||||
<node oor:name="UIElements">
|
||||
<node oor:name="States">
|
||||
<node oor:name="private:resource/toolbar/addon_org.openoffice.da.writer2xhtml.OfficeToolBar" oor:op="replace">
|
||||
<prop oor:name="UIName" oor:type="xs:string">
|
||||
<value>Writer2xhtml</value>
|
||||
</prop>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</oor:component-data>
|
15
src/main/oxt/writer2xhtml/Office/UI/WriterWindowState.xcu
Normal file
15
src/main/oxt/writer2xhtml/Office/UI/WriterWindowState.xcu
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||
oor:name="WriterWindowState"
|
||||
oor:package="org.openoffice.Office.UI">
|
||||
<node oor:name="UIElements">
|
||||
<node oor:name="States">
|
||||
<node oor:name="private:resource/toolbar/addon_org.openoffice.da.writer2xhtml.OfficeToolBar" oor:op="replace">
|
||||
<prop oor:name="UIName" oor:type="xs:string">
|
||||
<value>Writer2xhtml</value>
|
||||
</prop>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</oor:component-data>
|
206
src/main/oxt/writer2xhtml/OptionPages.xcu
Normal file
206
src/main/oxt/writer2xhtml/OptionPages.xcu
Normal file
|
@ -0,0 +1,206 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
|
||||
<oor:component-data oor:name="OptionsDialog" oor:package="org.openoffice.Office"
|
||||
xmlns:oor="http://openoffice.org/2001/registry"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
|
||||
<node oor:name="Modules">
|
||||
<!-- This node should appear in the Writer module -->
|
||||
<node oor:name="com.sun.star.text.TextDocument" oor:op="fuse">
|
||||
<node oor:name="Nodes">
|
||||
<node oor:name="org.openoffice.da.writer2xhtml.configuration"
|
||||
oor:op="fuse">
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
<!-- This node should also appear in the Calc module -->
|
||||
<node oor:name="com.sun.star.sheet.SpreadsheetDocument" oor:op="fuse">
|
||||
<node oor:name="Nodes">
|
||||
<node oor:name="org.openoffice.da.writer2xhtml.configuration"
|
||||
oor:op="fuse">
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
|
||||
<node oor:name="Nodes">
|
||||
|
||||
<!-- We define a single root node -->
|
||||
<node oor:name="org.openoffice.da.writer2xhtml.configuration"
|
||||
oor:op="fuse">
|
||||
<prop oor:name="Id">
|
||||
<value>org.openoffice.da.writer2xhtml.configuration</value>
|
||||
</prop>
|
||||
<prop oor:name="Label">
|
||||
<value xml:lang="en-US">Writer2xhtml</value>
|
||||
</prop>
|
||||
<prop oor:name="OptionsPage">
|
||||
<value>%origin%/W2XDialogs2/ConfigurationRoot.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="EventHandlerService">
|
||||
<value></value>
|
||||
</prop>
|
||||
|
||||
<node oor:name="Leaves">
|
||||
<!-- and the root node has several leaves -->
|
||||
|
||||
<node oor:name="org.openoffice.da.writer2xhtml.configuration.general"
|
||||
oor:op="fuse">
|
||||
<prop oor:name="Id">
|
||||
<value>org.openoffice.da.writer2xhtml.configuration.general</value>
|
||||
</prop>
|
||||
<prop oor:name="GroupId">
|
||||
<value>org.openoffice.da.writer2xhtml.configuration</value>
|
||||
</prop>
|
||||
<prop oor:name="GroupIndex">
|
||||
<value>0</value>
|
||||
</prop>
|
||||
<prop oor:name="Label">
|
||||
<value xml:lang="en-US">General</value>
|
||||
</prop>
|
||||
<prop oor:name="OptionsPage">
|
||||
<value>%origin%/W2XDialogs2/General.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="EventHandlerService">
|
||||
<value>org.openoffice.da.writer2xhtml.ConfigurationDialog</value>
|
||||
</prop>
|
||||
</node>
|
||||
|
||||
<node oor:name="org.openoffice.da.writer2xhtml.configuration.template"
|
||||
oor:op="fuse">
|
||||
<prop oor:name="Id">
|
||||
<value>org.openoffice.da.writer2xhtml.configuration.template</value>
|
||||
</prop>
|
||||
<prop oor:name="GroupId">
|
||||
<value>org.openoffice.da.writer2xhtml.configuration</value>
|
||||
</prop>
|
||||
<prop oor:name="GroupIndex">
|
||||
<value>1</value>
|
||||
</prop>
|
||||
<prop oor:name="Label">
|
||||
<value xml:lang="en-US">Template</value>
|
||||
</prop>
|
||||
<prop oor:name="OptionsPage">
|
||||
<value>%origin%/W2XDialogs2/Template.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="EventHandlerService">
|
||||
<value>org.openoffice.da.writer2xhtml.ConfigurationDialog</value>
|
||||
</prop>
|
||||
</node>
|
||||
|
||||
<node oor:name="org.openoffice.da.writer2xhtml.configuration.stylesheets"
|
||||
oor:op="fuse">
|
||||
<prop oor:name="Id">
|
||||
<value>org.openoffice.da.writer2xhtml.configuration.stylesheets</value>
|
||||
</prop>
|
||||
<prop oor:name="GroupId">
|
||||
<value>org.openoffice.da.writer2xhtml.configuration</value>
|
||||
</prop>
|
||||
<prop oor:name="GroupIndex">
|
||||
<value>2</value>
|
||||
</prop>
|
||||
<prop oor:name="Label">
|
||||
<value xml:lang="en-US">Style sheets</value>
|
||||
</prop>
|
||||
<prop oor:name="OptionsPage">
|
||||
<value>%origin%/W2XDialogs2/Stylesheets.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="EventHandlerService">
|
||||
<value>org.openoffice.da.writer2xhtml.ConfigurationDialog</value>
|
||||
</prop>
|
||||
</node>
|
||||
|
||||
<node oor:name="org.openoffice.da.writer2xhtml.configuration.styles1"
|
||||
oor:op="fuse">
|
||||
<prop oor:name="Id">
|
||||
<value>org.openoffice.da.writer2xhtml.configuration.styles1</value>
|
||||
</prop>
|
||||
<prop oor:name="GroupId">
|
||||
<value>org.openoffice.da.writer2xhtml.configuration</value>
|
||||
</prop>
|
||||
<prop oor:name="GroupIndex">
|
||||
<value>3</value>
|
||||
</prop>
|
||||
<prop oor:name="Label">
|
||||
<value xml:lang="en-US">Master styles</value>
|
||||
</prop>
|
||||
<prop oor:name="OptionsPage">
|
||||
<value>%origin%/W2XDialogs2/Styles1.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="EventHandlerService">
|
||||
<value>org.openoffice.da.writer2xhtml.ConfigurationDialog</value>
|
||||
</prop>
|
||||
</node>
|
||||
|
||||
<node oor:name="org.openoffice.da.writer2xhtml.configuration.styles2"
|
||||
oor:op="fuse">
|
||||
<prop oor:name="Id">
|
||||
<value>org.openoffice.da.writer2xhtml.configuration.styles2</value>
|
||||
</prop>
|
||||
<prop oor:name="GroupId">
|
||||
<value>org.openoffice.da.writer2xhtml.configuration</value>
|
||||
</prop>
|
||||
<prop oor:name="GroupIndex">
|
||||
<value>4</value>
|
||||
</prop>
|
||||
<prop oor:name="Label">
|
||||
<value xml:lang="en-US">Other styles</value>
|
||||
</prop>
|
||||
<prop oor:name="OptionsPage">
|
||||
<value>%origin%/W2XDialogs2/Styles2.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="EventHandlerService">
|
||||
<value>org.openoffice.da.writer2xhtml.ConfigurationDialog</value>
|
||||
</prop>
|
||||
</node>
|
||||
|
||||
<node oor:name="org.openoffice.da.writer2xhtml.configuration.formatting"
|
||||
oor:op="fuse">
|
||||
<prop oor:name="Id">
|
||||
<value>org.openoffice.da.writer2xhtml.configuration.formatting</value>
|
||||
</prop>
|
||||
<prop oor:name="GroupId">
|
||||
<value>org.openoffice.da.writer2xhtml.configuration</value>
|
||||
</prop>
|
||||
<prop oor:name="GroupIndex">
|
||||
<value>5</value>
|
||||
</prop>
|
||||
<prop oor:name="Label">
|
||||
<value xml:lang="en-US">Formatting</value>
|
||||
</prop>
|
||||
<prop oor:name="OptionsPage">
|
||||
<value>%origin%/W2XDialogs2/Formatting.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="EventHandlerService">
|
||||
<value>org.openoffice.da.writer2xhtml.ConfigurationDialog</value>
|
||||
</prop>
|
||||
</node>
|
||||
|
||||
<node oor:name="org.openoffice.da.writer2xhtml.configuration.content"
|
||||
oor:op="fuse">
|
||||
<prop oor:name="Id">
|
||||
<value>org.openoffice.da.writer2xhtml.configuration.content</value>
|
||||
</prop>
|
||||
<prop oor:name="GroupId">
|
||||
<value>org.openoffice.da.writer2xhtml.configuration</value>
|
||||
</prop>
|
||||
<prop oor:name="GroupIndex">
|
||||
<value>6</value>
|
||||
</prop>
|
||||
<prop oor:name="Label">
|
||||
<value xml:lang="en-US">Content</value>
|
||||
</prop>
|
||||
<prop oor:name="OptionsPage">
|
||||
<value>%origin%/W2XDialogs2/Content.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="EventHandlerService">
|
||||
<value>org.openoffice.da.writer2xhtml.ConfigurationDialog</value>
|
||||
</prop>
|
||||
</node>
|
||||
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
|
||||
</oor:component-data>
|
115
src/main/oxt/writer2xhtml/Options.xcs
Normal file
115
src/main/oxt/writer2xhtml/Options.xcs
Normal file
|
@ -0,0 +1,115 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<oor:component-schema oor:name="Options"
|
||||
oor:package="org.openoffice.da.Writer2xhtml"
|
||||
xml:lang="en-US"
|
||||
xmlns:oor="http://openoffice.org/2001/registry"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<templates>
|
||||
<group oor:name="Configuration">
|
||||
<prop oor:name="DisplayName" oor:type="xs:string" oor:localized="true" />
|
||||
<prop oor:name="LockedOptions" oor:type="xs:string" />
|
||||
<prop oor:name="ConfigURL" oor:type="xs:string" />
|
||||
<prop oor:name="TargetTemplateURL" oor:type="xs:string" />
|
||||
<prop oor:name="StyleSheetURL" oor:type="xs:string" />
|
||||
<set oor:name="Resources" oor:node-type="Resource" />
|
||||
</group>
|
||||
<group oor:name="Resource">
|
||||
<prop oor:name="URL" oor:type="xs:string" />
|
||||
<prop oor:name="FileName" oor:type="xs:string" />
|
||||
<prop oor:name="MediaType" oor:type="xs:string" />
|
||||
</group>
|
||||
<group oor:name="Template">
|
||||
<prop oor:name="TemplateName" oor:type="xs:string" />
|
||||
<prop oor:name="ConfigName" oor:type="xs:string" />
|
||||
</group>
|
||||
</templates>
|
||||
<component>
|
||||
<group oor:name="XhtmlOptions">
|
||||
<!-- Style -->
|
||||
<prop oor:name="Config" oor:type="xs:short" />
|
||||
<prop oor:name="ConfigName" oor:type="xs:string" />
|
||||
<prop oor:name="ConvertToPx" oor:type="xs:boolean" />
|
||||
<prop oor:name="Scaling" oor:type="xs:int" />
|
||||
<prop oor:name="ColumnScaling" oor:type="xs:int" />
|
||||
<prop oor:name="OriginalImageSize" oor:type="xs:boolean"/>
|
||||
<!-- Special content -->
|
||||
<prop oor:name="Notes" oor:type="xs:boolean" />
|
||||
<prop oor:name="UseDublinCore" oor:type="xs:boolean" />
|
||||
<!-- AutoCorrect -->
|
||||
<prop oor:name="IgnoreEmptyParagraphs" oor:type="xs:boolean" />
|
||||
<prop oor:name="IgnoreHardLineBreaks" oor:type="xs:boolean" />
|
||||
<prop oor:name="IgnoreDoubleSpaces" oor:type="xs:boolean" />
|
||||
<!-- Files -->
|
||||
<prop oor:name="Split" oor:type="xs:boolean" />
|
||||
<prop oor:name="SplitLevel" oor:type="xs:short" />
|
||||
<prop oor:name="RepeatLevels" oor:type="xs:short" />
|
||||
<prop oor:name="SaveImagesInSubdir" oor:type="xs:boolean" />
|
||||
<prop oor:name="UseMathjax" oor:type="xs:boolean" />
|
||||
<!-- Configurations -->
|
||||
<set oor:name="Configurations" oor:node-type="Configuration" />
|
||||
<set oor:name="Templates" oor:node-type="Template" />
|
||||
</group>
|
||||
<group oor:name="EpubOptions">
|
||||
<!-- Style -->
|
||||
<prop oor:name="Config" oor:type="xs:short" />
|
||||
<prop oor:name="ConfigName" oor:type="xs:string" />
|
||||
<prop oor:name="Scaling" oor:type="xs:int" />
|
||||
<prop oor:name="ColumnScaling" oor:type="xs:int" />
|
||||
<prop oor:name="RelativeFontSize" oor:type="xs:boolean" />
|
||||
<prop oor:name="FontScaling" oor:type="xs:int" />
|
||||
<prop oor:name="UseDefaultFont" oor:type="xs:boolean" />
|
||||
<prop oor:name="DefaultFontName" oor:type="xs:string" />
|
||||
<prop oor:name="ConvertToPx" oor:type="xs:boolean" />
|
||||
<prop oor:name="ImageSize" oor:type="xs:short"/>
|
||||
<!-- AutoCorrect -->
|
||||
<prop oor:name="IgnoreEmptyParagraphs" oor:type="xs:boolean" />
|
||||
<prop oor:name="IgnoreHardLineBreaks" oor:type="xs:boolean" />
|
||||
<prop oor:name="IgnoreDoubleSpaces" oor:type="xs:boolean" />
|
||||
<!-- Special content -->
|
||||
<prop oor:name="DisplayHiddenText" oor:type="xs:boolean" />
|
||||
<prop oor:name="Notes" oor:type="xs:boolean" />
|
||||
<prop oor:name="UseDublinCore" oor:type="xs:boolean" />
|
||||
<!-- Files -->
|
||||
<prop oor:name="SplitLevel" oor:type="xs:short" />
|
||||
<prop oor:name="PageBreakSplit" oor:type="xs:short" />
|
||||
<prop oor:name="UseImageSplit" oor:type="xs:boolean" />
|
||||
<prop oor:name="ImageSplit" oor:type="xs:int" />
|
||||
<prop oor:name="CoverImage" oor:type="xs:boolean" />
|
||||
<prop oor:name="UseSplitAfter" oor:type="xs:boolean" />
|
||||
<prop oor:name="SplitAfter" oor:type="xs:int" />
|
||||
<!-- Table of contents -->
|
||||
<prop oor:name="ExternalTocDepth" oor:type="xs:short" />
|
||||
<prop oor:name="IncludeToc" oor:type="xs:boolean" />
|
||||
<prop oor:name="IncludeNCX" oor:type="xs:boolean" />
|
||||
<!-- Configurations -->
|
||||
<set oor:name="Configurations" oor:node-type="Configuration" />
|
||||
<set oor:name="Templates" oor:node-type="Template" />
|
||||
</group>
|
||||
<group oor:name="XhtmlOptionsCalc" >
|
||||
<!-- Style -->
|
||||
<prop oor:name="Config" oor:type="xs:short" />
|
||||
<prop oor:name="ConfigName" oor:type="xs:string" />
|
||||
<prop oor:name="ConvertToPx" oor:type="xs:boolean" />
|
||||
<prop oor:name="Scaling" oor:type="xs:int" />
|
||||
<prop oor:name="ColumnScaling" oor:type="xs:int" />
|
||||
<prop oor:name="OriginalImageSize" oor:type="xs:boolean"/>
|
||||
<!-- Content -->
|
||||
<prop oor:name="Notes" oor:type="xs:boolean" />
|
||||
<prop oor:name="UseDublinCore" oor:type="xs:boolean" />
|
||||
<!-- Sheets -->
|
||||
<prop oor:name="DisplayHiddenSheets" oor:type="xs:boolean" />
|
||||
<prop oor:name="DisplayHiddenRowsCols" oor:type="xs:boolean" />
|
||||
<prop oor:name="DisplayFilteredRowsCols" oor:type="xs:boolean" />
|
||||
<prop oor:name="ApplyPrintRanges" oor:type="xs:boolean" />
|
||||
<prop oor:name="UseTitleAsHeading" oor:type="xs:boolean" />
|
||||
<prop oor:name="UseSheetNamesAsHeadings" oor:type="xs:boolean" />
|
||||
<!-- Files -->
|
||||
<prop oor:name="CalcSplit" oor:type="xs:boolean" />
|
||||
<prop oor:name="SaveImagesInSubdir" oor:type="xs:boolean" />
|
||||
<!-- Configurations -->
|
||||
<set oor:name="Configurations" oor:node-type="Configuration" />
|
||||
<set oor:name="Templates" oor:node-type="Template" />
|
||||
</group>
|
||||
</component>
|
||||
</oor:component-schema>
|
190
src/main/oxt/writer2xhtml/Options.xcu
Normal file
190
src/main/oxt/writer2xhtml/Options.xcu
Normal file
|
@ -0,0 +1,190 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<oor:component-data oor:name="Options"
|
||||
oor:package="org.openoffice.da.Writer2xhtml"
|
||||
xml:lang="en-US"
|
||||
xmlns:oor="http://openoffice.org/2001/registry"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
<node oor:name="XhtmlOptions">
|
||||
<prop oor:name="Config" oor:type="xs:short">
|
||||
<value>0</value>
|
||||
</prop>
|
||||
<prop oor:name="ConfigName" oor:type="xs:string">
|
||||
<value></value>
|
||||
</prop>
|
||||
<prop oor:name="ConvertToPx" oor:type="xs:boolean">
|
||||
<value>true</value>
|
||||
</prop>
|
||||
<prop oor:name="Scaling" oor:type="xs:int">
|
||||
<value>100</value>
|
||||
</prop>
|
||||
<prop oor:name="ColumnScaling" oor:type="xs:int">
|
||||
<value>100</value>
|
||||
</prop>
|
||||
<prop oor:name="OriginalImageSize" oor:type="xs:boolean">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="Notes" oor:type="xs:boolean">
|
||||
<value>true</value>
|
||||
</prop>
|
||||
<prop oor:name="UseDublinCore" oor:type="xs:boolean">
|
||||
<value>true</value>
|
||||
</prop>
|
||||
<prop oor:name="IgnoreEmptyParagraphs" oor:type="xs:boolean">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="IgnoreHardLineBreaks" oor:type="xs:boolean">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="IgnoreDoubleSpaces" oor:type="xs:boolean">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="Split" oor:type="xs:boolean">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="SplitLevel" oor:type="xs:short">
|
||||
<value>1</value>
|
||||
</prop>
|
||||
<prop oor:name="RepeatLevels" oor:type="xs:short">
|
||||
<value>5</value>
|
||||
</prop>
|
||||
<prop oor:name="SaveImagesInSubdir" oor:type="xs:boolean">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="UseMathjax" oor:type="xs:boolean">
|
||||
<value>true</value>
|
||||
</prop>
|
||||
</node>
|
||||
<node oor:name="EpubOptions">
|
||||
<prop oor:name="Config" oor:type="xs:short">
|
||||
<value>0</value>
|
||||
</prop>
|
||||
<prop oor:name="ConfigName" oor:type="xs:string">
|
||||
<value></value>
|
||||
</prop>
|
||||
<prop oor:name="ConvertToPx" oor:type="xs:boolean">
|
||||
<value>true</value>
|
||||
</prop>
|
||||
<prop oor:name="Scaling" oor:type="xs:int">
|
||||
<value>100</value>
|
||||
</prop>
|
||||
<prop oor:name="ColumnScaling" oor:type="xs:int">
|
||||
<value>100</value>
|
||||
</prop>
|
||||
<prop oor:name="ImageSize" oor:type="xs:short">
|
||||
<value>1</value><!-- relative -->
|
||||
</prop>
|
||||
<prop oor:name="RelativeFontSize" oor:type="xs:boolean">
|
||||
<value>true</value>
|
||||
</prop>
|
||||
<prop oor:name="FontScaling" oor:type="xs:int">
|
||||
<value>100</value>
|
||||
</prop>
|
||||
<prop oor:name="UseDefaultFont" oor:type="xs:boolean">
|
||||
<value>true</value>
|
||||
</prop>
|
||||
<prop oor:name="DefaultFontName" oor:type="xs:string">
|
||||
<value></value>
|
||||
</prop>
|
||||
<prop oor:name="IgnoreEmptyParagraphs" oor:type="xs:boolean">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="IgnoreHardLineBreaks" oor:type="xs:boolean">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="IgnoreDoubleSpaces" oor:type="xs:boolean">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="DisplayHiddenText" oor:type="xs:boolean">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="Notes" oor:type="xs:boolean">
|
||||
<value>true</value>
|
||||
</prop>
|
||||
<prop oor:name="UseDublinCore" oor:type="xs:boolean">
|
||||
<value>true</value>
|
||||
</prop>
|
||||
<prop oor:name="SplitLevel" oor:type="xs:short">
|
||||
<value>1</value>
|
||||
</prop>
|
||||
<prop oor:name="PageBreakSplit" oor:type="xs:short">
|
||||
<value>0</value>
|
||||
</prop>
|
||||
<prop oor:name="UseImageSplit" oor:type="xs:boolean">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="ImageSplit" oor:type="xs:int">
|
||||
<value>30</value>
|
||||
</prop>
|
||||
<prop oor:name="CoverImage" oor:type="xs:boolean">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="UseSplitAfter" oor:type="xs:boolean">
|
||||
<value>true</value>
|
||||
</prop>
|
||||
<prop oor:name="SplitAfter" oor:type="xs:int">
|
||||
<value>150</value>
|
||||
</prop>
|
||||
<prop oor:name="ExternalTocDepth" oor:type="xs:short">
|
||||
<value>0</value>
|
||||
</prop>
|
||||
<prop oor:name="IncludeToc" oor:type="xs:boolean">
|
||||
<value>true</value>
|
||||
</prop>
|
||||
<prop oor:name="IncludeNCX" oor:type="xs:boolean">
|
||||
<value>true</value>
|
||||
</prop>
|
||||
</node>
|
||||
<node oor:name="XhtmlOptionsCalc">
|
||||
<prop oor:name="Config" oor:type="xs:short">
|
||||
<value>0</value>
|
||||
</prop>
|
||||
<prop oor:name="ConfigName" oor:type="xs:string">
|
||||
<value></value>
|
||||
</prop>
|
||||
<prop oor:name="ConvertToPx" oor:type="xs:boolean">
|
||||
<value>true</value>
|
||||
</prop>
|
||||
<prop oor:name="Scaling" oor:type="xs:int">
|
||||
<value>100</value>
|
||||
</prop>
|
||||
<prop oor:name="ColumnScaling" oor:type="xs:int">
|
||||
<value>100</value>
|
||||
</prop>
|
||||
<prop oor:name="OriginalImageSize" oor:type="xs:boolean">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="Notes" oor:type="xs:boolean">
|
||||
<value>true</value>
|
||||
</prop>
|
||||
<prop oor:name="UseDublinCore" oor:type="xs:boolean">
|
||||
<value>true</value>
|
||||
</prop>
|
||||
<prop oor:name="DisplayHiddenSheets" oor:type="xs:boolean">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="DisplayHiddenRowsCols" oor:type="xs:boolean">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="DisplayFilteredRowsCols" oor:type="xs:boolean">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="ApplyPrintRanges" oor:type="xs:boolean">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="UseTitleAsHeading" oor:type="xs:boolean">
|
||||
<value>true</value>
|
||||
</prop>
|
||||
<prop oor:name="UseSheetNamesAsHeadings" oor:type="xs:boolean">
|
||||
<value>true</value>
|
||||
</prop>
|
||||
<prop oor:name="CalcSplit" oor:type="xs:boolean">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="SaveImagesInSubdir" oor:type="xs:boolean">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
</node>
|
||||
</oor:component-data>
|
||||
|
||||
|
||||
|
12
src/main/oxt/writer2xhtml/ProtocolHandler.xcu
Normal file
12
src/main/oxt/writer2xhtml/ProtocolHandler.xcu
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<oor:component-data oor:name="ProtocolHandler" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<!-- Declares the dispatch protocol handled by Writer2xhtml -->
|
||||
<node oor:name="HandlerSet">
|
||||
<!-- It seems that the node name must equal the implementation name of the service -->
|
||||
<node oor:name="org.openoffice.da.comp.writer2xhtml.Writer2xhtml" oor:op="replace">
|
||||
<prop oor:name="Protocols" oor:type="oor:string-list">
|
||||
<value>org.openoffice.da.writer2xhtml:*</value>
|
||||
</prop>
|
||||
</node>
|
||||
</node>
|
||||
</oor:component-data>
|
57
src/main/oxt/writer2xhtml/ToolbarOptionPages.xcu
Normal file
57
src/main/oxt/writer2xhtml/ToolbarOptionPages.xcu
Normal file
|
@ -0,0 +1,57 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
|
||||
<oor:component-data oor:name="OptionsDialog" oor:package="org.openoffice.Office"
|
||||
xmlns:oor="http://openoffice.org/2001/registry"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
|
||||
<node oor:name="Modules">
|
||||
<!-- This node should appear in the Writer module -->
|
||||
<node oor:name="com.sun.star.text.TextDocument" oor:op="fuse">
|
||||
<node oor:name="Nodes">
|
||||
<node oor:name="org.openoffice.da.writer2xhtml.toolbar.configuration"
|
||||
oor:op="fuse">
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
|
||||
<node oor:name="Nodes">
|
||||
|
||||
<!-- We define a single root node -->
|
||||
<node oor:name="org.openoffice.da.writer2xhtml.toolbar.configuration"
|
||||
oor:op="fuse">
|
||||
<prop oor:name="Id">
|
||||
<value>org.openoffice.da.writer2xhtml.toolbar.configuration</value>
|
||||
</prop>
|
||||
<prop oor:name="Label">
|
||||
<value xml:lang="en-US">Writer2xhtml toolbar</value>
|
||||
</prop>
|
||||
<prop oor:name="OptionsPage">
|
||||
<value>%origin%/W2XDialogs2/ToolbarConfigurationRoot.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="EventHandlerService">
|
||||
<value></value>
|
||||
</prop>
|
||||
|
||||
<node oor:name="Leaves">
|
||||
<!-- and the root node has several leaves -->
|
||||
<node oor:name="org.openoffice.da.writer2xhtml.toolbar.settings"
|
||||
oor:op="fuse">
|
||||
<prop oor:name="Id">
|
||||
<value>org.openoffice.da.writer2xhtml.toolbar.settings</value>
|
||||
</prop>
|
||||
<prop oor:name="Label">
|
||||
<value xml:lang="en-US">Settings</value>
|
||||
</prop>
|
||||
<prop oor:name="OptionsPage">
|
||||
<value>%origin%/W2XDialogs2/ToolbarSettings.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="EventHandlerService">
|
||||
<value>org.openoffice.da.writer2xhtml.ToolbarSettingsDialog</value>
|
||||
</prop>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</oor:component-data>
|
18
src/main/oxt/writer2xhtml/ToolbarOptions.xcs
Normal file
18
src/main/oxt/writer2xhtml/ToolbarOptions.xcs
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<oor:component-schema oor:name="ToolbarOptions"
|
||||
oor:package="org.openoffice.da.Writer2xhtml.toolbar"
|
||||
xml:lang="en-US"
|
||||
xmlns:oor="http://openoffice.org/2001/registry"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<component>
|
||||
<group oor:name="Settings">
|
||||
<prop oor:name="XhtmlFormat" oor:type="xs:short" />
|
||||
<prop oor:name="XhtmlView" oor:type="xs:short" />
|
||||
<prop oor:name="XhtmlExecutable" oor:type="xs:string" />
|
||||
<prop oor:name="EpubFormat" oor:type="xs:short" />
|
||||
<prop oor:name="EpubView" oor:type="xs:short" />
|
||||
<prop oor:name="EpubExecutable" oor:type="xs:string" />
|
||||
</group>
|
||||
</component>
|
||||
</oor:component-schema>
|
27
src/main/oxt/writer2xhtml/ToolbarOptions.xcu
Normal file
27
src/main/oxt/writer2xhtml/ToolbarOptions.xcu
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<oor:component-data oor:name="ToolbarOptions"
|
||||
oor:package="org.openoffice.da.Writer2xhtml.toolbar"
|
||||
xml:lang="en-US"
|
||||
xmlns:oor="http://openoffice.org/2001/registry"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
<node oor:name="Settings">
|
||||
<prop oor:name="XhtmlFormat" oor:type="xs:short">
|
||||
<value>3</value><!-- HTML5 -->
|
||||
</prop>
|
||||
<prop oor:name="XhtmlView" oor:type="xs:short">
|
||||
<value>1</value><!-- Default application -->
|
||||
</prop>
|
||||
<prop oor:name="XhtmlExecutable" oor:type="xs:string">
|
||||
<value></value>
|
||||
</prop>
|
||||
<prop oor:name="EpubFormat" oor:type="xs:short">
|
||||
<value>1</value><!-- EPUB3 -->
|
||||
</prop>
|
||||
<prop oor:name="EpubView" oor:type="xs:short">
|
||||
<value>1</value><!-- Default application -->
|
||||
</prop>
|
||||
<prop oor:name="EpubExecutable" oor:type="xs:string">
|
||||
<value></value>
|
||||
</prop>
|
||||
</node>
|
||||
</oor:component-data>
|
129
src/main/oxt/writer2xhtml/W2XDialogs/DialogStrings_ca.properties
Normal file
129
src/main/oxt/writer2xhtml/W2XDialogs/DialogStrings_ca.properties
Normal file
|
@ -0,0 +1,129 @@
|
|||
# Strings for Dialog Library W2XDialogs
|
||||
0.XhtmlOptions.HelpText=
|
||||
1.XhtmlOptions.Title=Opcions XHTML (Writer2xhtml)
|
||||
2.XhtmlOptions.StyleLabel.HelpText=
|
||||
3.XhtmlOptions.StyleLabel.Label=Estil
|
||||
4.XhtmlOptions.ConfigLabel.HelpText=
|
||||
5.XhtmlOptions.ConfigLabel.Label=Fes servir estil
|
||||
6.XhtmlOptions.Config.HelpText=
|
||||
17.XhtmlOptions.ScalingLabel.HelpText=
|
||||
18.XhtmlOptions.ScalingLabel.Label=Escalat
|
||||
19.XhtmlOptions.Scaling.HelpText=
|
||||
20.XhtmlOptions.ScalingPercentLabel.HelpText=
|
||||
21.XhtmlOptions.ScalingPercentLabel.Label=%
|
||||
22.XhtmlOptions.ColumnScalingLabel.HelpText=
|
||||
23.XhtmlOptions.ColumnScalingLabel.Label=Escalat columnes
|
||||
24.XhtmlOptions.ColumnScaling.HelpText=
|
||||
25.XhtmlOptions.ColumnScalingPercentLabel.HelpText=
|
||||
26.XhtmlOptions.ColumnScalingPercentLabel.Label=%
|
||||
27.XhtmlOptions.ConvertToPx.HelpText=
|
||||
28.XhtmlOptions.ConvertToPx.Label=Converteix unitats en px (pixels)
|
||||
29.XhtmlOptions.OriginalImageSize.HelpText=
|
||||
30.XhtmlOptions.OriginalImageSize.Label=Fes servir la mida original d'imatges
|
||||
31.XhtmlOptions.SpecialContentLabel.HelpText=
|
||||
32.XhtmlOptions.SpecialContentLabel.Label=Contingut especial
|
||||
33.XhtmlOptions.Notes.HelpText=
|
||||
34.XhtmlOptions.Notes.Label=Exporta les notes
|
||||
35.XhtmlOptions.UseDublinCore.HelpText=
|
||||
36.XhtmlOptions.UseDublinCore.Label=Exporta les propietats del document (Dublin Core Metadata)
|
||||
37.XhtmlOptions.AutoCorrectLabel.HelpText=
|
||||
38.XhtmlOptions.AutoCorrectLabel.Label=Correcci\u00f3 autom\u00e0tica
|
||||
39.XhtmlOptions.IgnoreHardLineBreaks.HelpText=
|
||||
40.XhtmlOptions.IgnoreHardLineBreaks.Label=Ignora els salts de l\u00ednia
|
||||
41.XhtmlOptions.IgnoreEmptyParagraphs.HelpText=
|
||||
42.XhtmlOptions.IgnoreEmptyParagraphs.Label=Ignora els par\u00e0grafs buits
|
||||
43.XhtmlOptions.IgnoreDoubleSpaces.HelpText=
|
||||
44.XhtmlOptions.IgnoreDoubleSpaces.Label=Ignora els espais dobles
|
||||
45.XhtmlOptions.FilesLabel.HelpText=
|
||||
46.XhtmlOptions.FilesLabel.Label=Fitxers
|
||||
47.XhtmlOptions.Split.HelpText=
|
||||
48.XhtmlOptions.Split.Label=Separa el document als encap\u00e7alaments
|
||||
49.XhtmlOptions.SplitLevelLabel.HelpText=
|
||||
50.XhtmlOptions.SplitLevelLabel.Label=Encap\u00e7alament
|
||||
51.XhtmlOptions.SplitLevel.HelpText=
|
||||
52.SplitLevel.StringItemList=1
|
||||
53.SplitLevel.StringItemList=2
|
||||
54.SplitLevel.StringItemList=3
|
||||
55.SplitLevel.StringItemList=4
|
||||
56.SplitLevel.StringItemList=5
|
||||
57.SplitLevel.StringItemList=6
|
||||
58.XhtmlOptions.RepeatLevelsLabel.HelpText=
|
||||
59.XhtmlOptions.RepeatLevelsLabel.Label=Itera els nivells d'encap\u00e7alaments
|
||||
60.XhtmlOptions.RepeatLevels.HelpText=
|
||||
61.RepeatLevels.StringItemList=0
|
||||
62.RepeatLevels.StringItemList=1
|
||||
63.RepeatLevels.StringItemList=2
|
||||
64.RepeatLevels.StringItemList=3
|
||||
65.RepeatLevels.StringItemList=4
|
||||
66.RepeatLevels.StringItemList=5
|
||||
67.XhtmlOptions.SaveImagesInSubdir.HelpText=
|
||||
68.XhtmlOptions.SaveImagesInSubdir.Label=Desa les imatges en un subdirectori
|
||||
73.XhtmlOptions.ExportButton.HelpText=
|
||||
74.XhtmlOptions.ExportButton.Label=Exporta
|
||||
75.XhtmlOptions.CancelButton.HelpText=
|
||||
76.XhtmlOptions.CancelButton.Label=Cancel\u00b7la
|
||||
77.XhtmlOptionsCalc.HelpText=
|
||||
78.XhtmlOptionsCalc.Title=Opcions per a XHTML (Calc2xhtml)
|
||||
79.XhtmlOptionsCalc.StyleLabel.HelpText=
|
||||
80.XhtmlOptionsCalc.StyleLabel.Label=Estil
|
||||
81.XhtmlOptionsCalc.ConfigLabel.HelpText=
|
||||
82.XhtmlOptionsCalc.ConfigLabel.Label=Fes servir l'estil
|
||||
83.XhtmlOptionsCalc.Config.HelpText=
|
||||
86.XhtmlOptionsCalc.ScalingLabel.HelpText=
|
||||
87.XhtmlOptionsCalc.ScalingLabel.Label=Escalat
|
||||
88.XhtmlOptionsCalc.Scaling.HelpText=
|
||||
89.XhtmlOptionsCalc.ScalingPercentLabel.HelpText=
|
||||
90.XhtmlOptionsCalc.ScalingPercentLabel.Label=%
|
||||
91.XhtmlOptionsCalc.ColumnScalingLabel.HelpText=
|
||||
92.XhtmlOptionsCalc.ColumnScalingLabel.Label=Escalat columnes
|
||||
93.XhtmlOptionsCalc.ColumnScaling.HelpText=
|
||||
94.XhtmlOptionsCalc.ColumnScalingPercentLabel.HelpText=
|
||||
95.XhtmlOptionsCalc.ColumnScalingPercentLabel.Label=%
|
||||
96.XhtmlOptionsCalc.ConvertToPx.HelpText=
|
||||
97.XhtmlOptionsCalc.ConvertToPx.Label=Converteix unitats en px (pixels)
|
||||
98.XhtmlOptionsCalc.OriginalImageSize.HelpText=
|
||||
99.XhtmlOptionsCalc.OriginalImageSize.Label=Fes servir la mida original d'imatges
|
||||
100.XhtmlOptionsCalc.SpecialContentLabel.HelpText=
|
||||
101.XhtmlOptionsCalc.SpecialContentLabel.Label=Contingut especial
|
||||
102.XhtmlOptionsCalc.Notes.HelpText=
|
||||
103.XhtmlOptionsCalc.Notes.Label=Exporta les notes
|
||||
104.XhtmlOptionsCalc.UseDublinCore.HelpText=
|
||||
105.XhtmlOptionsCalc.UseDublinCore.Label=Exporta les propietats del document (Dublin Core Metadata)
|
||||
106.XhtmlOptionsCalc.SheetsLabel.HelpText=
|
||||
107.XhtmlOptionsCalc.SheetsLabel.Label=Fulls
|
||||
108.XhtmlOptionsCalc.DisplayHiddenSheets.HelpText=
|
||||
109.XhtmlOptionsCalc.DisplayHiddenSheets.Label=Mostra els fulls amagats
|
||||
110.XhtmlOptionsCalc.DisplayHiddenRowsCols.HelpText=
|
||||
111.XhtmlOptionsCalc.DisplayHiddenRowsCols.Label=Mostra files i columnes amagades
|
||||
112.XhtmlOptionsCalc.DisplayFilteredRowsCols.HelpText=
|
||||
113.XhtmlOptionsCalc.DisplayFilteredRowsCols.Label=Mostra files i columnes amagades
|
||||
114.XhtmlOptionsCalc.ApplyPrintRanges.HelpText=
|
||||
115.XhtmlOptionsCalc.ApplyPrintRanges.Label=Aplica els l\u00edmits d'impressi\u00f3
|
||||
116.XhtmlOptionsCalc.UseTitleAsHeading.HelpText=
|
||||
117.XhtmlOptionsCalc.UseTitleAsHeading.Label=Fes servir el t\u00edtol com a encap\u00e7alament
|
||||
118.XhtmlOptionsCalc.UseSheetNamesAsHeadings.HelpText=
|
||||
119.XhtmlOptionsCalc.UseSheetNamesAsHeadings.Label=Fes servir els noms dels fulls com a encap\u00e7alaments
|
||||
120.XhtmlOptionsCalc.FilesLabel.HelpText=
|
||||
121.XhtmlOptionsCalc.FilesLabel.Label=Fitxers
|
||||
122.XhtmlOptionsCalc.CalcSplit.HelpText=
|
||||
123.XhtmlOptionsCalc.CalcSplit.Label=Desa els fulls en fitxers diferents
|
||||
124.XhtmlOptionsCalc.SaveImagesInSubdir.HelpText=
|
||||
125.XhtmlOptionsCalc.SaveImagesInSubdir.Label=Desa les imatges en un subdirectori
|
||||
126.XhtmlOptionsCalc.ExportButton.HelpText=
|
||||
127.XhtmlOptionsCalc.ExportButton.Label=Exporta
|
||||
128.XhtmlOptionsCalc.CancelButton.HelpText=
|
||||
129.XhtmlOptionsCalc.CancelButton.Label=Cancel\u00b7la
|
||||
130.Config.StringItemList=Format original
|
||||
131.Config.StringItemList=Xocolata
|
||||
132.Config.StringItemList=Mitja nit
|
||||
133.Config.StringItemList=Modernista
|
||||
134.Config.StringItemList=Antic
|
||||
135.Config.StringItemList=Met\u00e0l\u00b7lic
|
||||
136.Config.StringItemList=Su\u00eds
|
||||
137.Config.StringItemList=Tradicional
|
||||
138.Config.StringItemList=Ultramar\u00ed
|
||||
139.Config.StringItemList=Personalitzat
|
||||
140.Config.StringItemList=Format original
|
||||
141.Config.StringItemList=Personalitzat
|
||||
144.XhtmlOptions.UseMathjax.HelpText=
|
||||
145.XhtmlOptions.UseMathjax.Label=Use MathJax
|
|
@ -0,0 +1,129 @@
|
|||
# Strings for Dialog Library W2XDialogs
|
||||
0.XhtmlOptions.HelpText=
|
||||
1.XhtmlOptions.Title=Mo\u017enosti pro XHTML (Writer2xhtml)
|
||||
2.XhtmlOptions.StyleLabel.HelpText=
|
||||
3.XhtmlOptions.StyleLabel.Label=Styl
|
||||
4.XhtmlOptions.ConfigLabel.HelpText=
|
||||
5.XhtmlOptions.ConfigLabel.Label=Pou\u017e\u00edt styl
|
||||
6.XhtmlOptions.Config.HelpText=
|
||||
17.XhtmlOptions.ScalingLabel.HelpText=
|
||||
18.XhtmlOptions.ScalingLabel.Label=M\u011b\u0159\u00edtko
|
||||
19.XhtmlOptions.Scaling.HelpText=
|
||||
20.XhtmlOptions.ScalingPercentLabel.HelpText=
|
||||
21.XhtmlOptions.ScalingPercentLabel.Label=%
|
||||
22.XhtmlOptions.ColumnScalingLabel.HelpText=
|
||||
23.XhtmlOptions.ColumnScalingLabel.Label=M\u011b\u0159\u00edtko pro sloupce
|
||||
24.XhtmlOptions.ColumnScaling.HelpText=
|
||||
25.XhtmlOptions.ColumnScalingPercentLabel.HelpText=
|
||||
26.XhtmlOptions.ColumnScalingPercentLabel.Label=%
|
||||
27.XhtmlOptions.ConvertToPx.HelpText=
|
||||
28.XhtmlOptions.ConvertToPx.Label=P\u0159ev\u00e9st jednotky na px (pixely)
|
||||
29.XhtmlOptions.OriginalImageSize.HelpText=
|
||||
30.XhtmlOptions.OriginalImageSize.Label=Pou\u017e\u00edt p\u016fvodn\u00ed velikost obr\u00e1zk\u016f
|
||||
31.XhtmlOptions.SpecialContentLabel.HelpText=
|
||||
32.XhtmlOptions.SpecialContentLabel.Label=Zvl\u00e1\u0161tn\u00ed obsah
|
||||
33.XhtmlOptions.Notes.HelpText=
|
||||
34.XhtmlOptions.Notes.Label=Exportovat pozn\u00e1mky
|
||||
35.XhtmlOptions.UseDublinCore.HelpText=
|
||||
36.XhtmlOptions.UseDublinCore.Label=Exportovat vlastnosti dokumentu (metadata Dublin Core)
|
||||
37.XhtmlOptions.AutoCorrectLabel.HelpText=
|
||||
38.XhtmlOptions.AutoCorrectLabel.Label=Automatick\u00e9 opravy
|
||||
39.XhtmlOptions.IgnoreHardLineBreaks.HelpText=
|
||||
40.XhtmlOptions.IgnoreHardLineBreaks.Label=Ignorovat ru\u010dn\u00ed zalomen\u00ed \u0159\u00e1dku
|
||||
41.XhtmlOptions.IgnoreEmptyParagraphs.HelpText=
|
||||
42.XhtmlOptions.IgnoreEmptyParagraphs.Label=Ignorovat pr\u00e1zdn\u00e9 odstavce
|
||||
43.XhtmlOptions.IgnoreDoubleSpaces.HelpText=
|
||||
44.XhtmlOptions.IgnoreDoubleSpaces.Label=Ignorovat dvojit\u00e9 mezery
|
||||
45.XhtmlOptions.FilesLabel.HelpText=
|
||||
46.XhtmlOptions.FilesLabel.Label=Soubory
|
||||
47.XhtmlOptions.Split.HelpText=
|
||||
48.XhtmlOptions.Split.Label=Rozd\u011blit dokument u nadpis\u016f
|
||||
49.XhtmlOptions.SplitLevelLabel.HelpText=
|
||||
50.XhtmlOptions.SplitLevelLabel.Label=\u00darove\u0148 nadpis\u016f
|
||||
51.XhtmlOptions.SplitLevel.HelpText=
|
||||
52.SplitLevel.StringItemList=1
|
||||
53.SplitLevel.StringItemList=2
|
||||
54.SplitLevel.StringItemList=3
|
||||
55.SplitLevel.StringItemList=4
|
||||
56.SplitLevel.StringItemList=5
|
||||
57.SplitLevel.StringItemList=6
|
||||
58.XhtmlOptions.RepeatLevelsLabel.HelpText=
|
||||
59.XhtmlOptions.RepeatLevelsLabel.Label=Opakovat \u00farovn\u011b nadpis\u016f
|
||||
60.XhtmlOptions.RepeatLevels.HelpText=
|
||||
61.RepeatLevels.StringItemList=0
|
||||
62.RepeatLevels.StringItemList=1
|
||||
63.RepeatLevels.StringItemList=2
|
||||
64.RepeatLevels.StringItemList=3
|
||||
65.RepeatLevels.StringItemList=4
|
||||
66.RepeatLevels.StringItemList=5
|
||||
67.XhtmlOptions.SaveImagesInSubdir.HelpText=
|
||||
68.XhtmlOptions.SaveImagesInSubdir.Label=Ulo\u017eit obr\u00e1zky do podadres\u00e1\u0159e
|
||||
73.XhtmlOptions.ExportButton.HelpText=
|
||||
74.XhtmlOptions.ExportButton.Label=Exportovat
|
||||
75.XhtmlOptions.CancelButton.HelpText=
|
||||
76.XhtmlOptions.CancelButton.Label=Zru\u0161it
|
||||
77.XhtmlOptionsCalc.HelpText=
|
||||
78.XhtmlOptionsCalc.Title=Mo\u017enosti pro XHTML (Calc2xhtml)
|
||||
79.XhtmlOptionsCalc.StyleLabel.HelpText=
|
||||
80.XhtmlOptionsCalc.StyleLabel.Label=Styl
|
||||
81.XhtmlOptionsCalc.ConfigLabel.HelpText=
|
||||
82.XhtmlOptionsCalc.ConfigLabel.Label=Pou\u017e\u00edt styl
|
||||
83.XhtmlOptionsCalc.Config.HelpText=
|
||||
86.XhtmlOptionsCalc.ScalingLabel.HelpText=
|
||||
87.XhtmlOptionsCalc.ScalingLabel.Label=M\u011b\u0159\u00edtko
|
||||
88.XhtmlOptionsCalc.Scaling.HelpText=
|
||||
89.XhtmlOptionsCalc.ScalingPercentLabel.HelpText=
|
||||
90.XhtmlOptionsCalc.ScalingPercentLabel.Label=%
|
||||
91.XhtmlOptionsCalc.ColumnScalingLabel.HelpText=
|
||||
92.XhtmlOptionsCalc.ColumnScalingLabel.Label=M\u011b\u0159\u00edtko pro sloupce
|
||||
93.XhtmlOptionsCalc.ColumnScaling.HelpText=
|
||||
94.XhtmlOptionsCalc.ColumnScalingPercentLabel.HelpText=
|
||||
95.XhtmlOptionsCalc.ColumnScalingPercentLabel.Label=%
|
||||
96.XhtmlOptionsCalc.ConvertToPx.HelpText=
|
||||
97.XhtmlOptionsCalc.ConvertToPx.Label=P\u0159ev\u00e9st jednotky na px (pixely)
|
||||
98.XhtmlOptionsCalc.OriginalImageSize.HelpText=
|
||||
99.XhtmlOptionsCalc.OriginalImageSize.Label=Pou\u017e\u00edt p\u016fvodn\u00ed velikost obr\u00e1zk\u016f
|
||||
100.XhtmlOptionsCalc.SpecialContentLabel.HelpText=
|
||||
101.XhtmlOptionsCalc.SpecialContentLabel.Label=Zvl\u00e1\u0161tn\u00ed obsah
|
||||
102.XhtmlOptionsCalc.Notes.HelpText=
|
||||
103.XhtmlOptionsCalc.Notes.Label=Exportovat pozn\u00e1mky
|
||||
104.XhtmlOptionsCalc.UseDublinCore.HelpText=
|
||||
105.XhtmlOptionsCalc.UseDublinCore.Label=Exportovat vlastnosti dokumentu (metadata Dublin Core)
|
||||
106.XhtmlOptionsCalc.SheetsLabel.HelpText=
|
||||
107.XhtmlOptionsCalc.SheetsLabel.Label=Listy
|
||||
108.XhtmlOptionsCalc.DisplayHiddenSheets.HelpText=
|
||||
109.XhtmlOptionsCalc.DisplayHiddenSheets.Label=Zobrazit skryt\u00e9 listy
|
||||
110.XhtmlOptionsCalc.DisplayHiddenRowsCols.HelpText=
|
||||
111.XhtmlOptionsCalc.DisplayHiddenRowsCols.Label=Zobrazit skryt\u00e9 \u0159\u00e1dky a sloupce
|
||||
112.XhtmlOptionsCalc.DisplayFilteredRowsCols.HelpText=
|
||||
113.XhtmlOptionsCalc.DisplayFilteredRowsCols.Label=Zobrazit filtrovan\u00e9 \u0159\u00e1dky a sloupce
|
||||
114.XhtmlOptionsCalc.ApplyPrintRanges.HelpText=
|
||||
115.XhtmlOptionsCalc.ApplyPrintRanges.Label=Pou\u017e\u00edt oblast tisku
|
||||
116.XhtmlOptionsCalc.UseTitleAsHeading.HelpText=
|
||||
117.XhtmlOptionsCalc.UseTitleAsHeading.Label=Pou\u017e\u00edt n\u00e1zev jako nadpis
|
||||
118.XhtmlOptionsCalc.UseSheetNamesAsHeadings.HelpText=
|
||||
119.XhtmlOptionsCalc.UseSheetNamesAsHeadings.Label=Pou\u017e\u00edt n\u00e1zvy list\u016f jako nadpisy
|
||||
120.XhtmlOptionsCalc.FilesLabel.HelpText=
|
||||
121.XhtmlOptionsCalc.FilesLabel.Label=Soubory
|
||||
122.XhtmlOptionsCalc.CalcSplit.HelpText=
|
||||
123.XhtmlOptionsCalc.CalcSplit.Label=Ulo\u017eit listy do zvl\u00e1\u0161tn\u00edch soubor\u016f
|
||||
124.XhtmlOptionsCalc.SaveImagesInSubdir.HelpText=
|
||||
125.XhtmlOptionsCalc.SaveImagesInSubdir.Label=Ulo\u017eit obr\u00e1zky do podadres\u00e1\u0159e
|
||||
126.XhtmlOptionsCalc.ExportButton.HelpText=
|
||||
127.XhtmlOptionsCalc.ExportButton.Label=Exportovat
|
||||
128.XhtmlOptionsCalc.CancelButton.HelpText=
|
||||
129.XhtmlOptionsCalc.CancelButton.Label=Zru\u0161it
|
||||
130.Config.StringItemList=P\u016fvodn\u00ed form\u00e1tov\u00e1n\u00ed
|
||||
131.Config.StringItemList=\u010cokol\u00e1da
|
||||
132.Config.StringItemList=P\u016flnoc
|
||||
133.Config.StringItemList=Modern\u00ed
|
||||
134.Config.StringItemList=Star\u00fd
|
||||
135.Config.StringItemList=Ocelov\u00fd
|
||||
136.Config.StringItemList=\u0160v\u00fdcarsk\u00fd
|
||||
137.Config.StringItemList=Tradi\u010dn\u00ed
|
||||
138.Config.StringItemList=Ultramar\u00ednov\u00fd
|
||||
139.Config.StringItemList=Vlastn\u00ed
|
||||
140.Config.StringItemList=P\u016fvodn\u00ed form\u00e1tov\u00e1n\u00ed
|
||||
141.Config.StringItemList=Vlastn\u00ed
|
||||
144.XhtmlOptions.UseMathjax.HelpText=
|
||||
145.XhtmlOptions.UseMathjax.Label=Use MathJax
|
|
@ -0,0 +1,129 @@
|
|||
# Strings for Dialog Library W2XDialogs
|
||||
0.XhtmlOptions.HelpText=
|
||||
1.XhtmlOptions.Title=XHTML-indstillinger (Writer2xhtml)
|
||||
2.XhtmlOptions.StyleLabel.HelpText=
|
||||
3.XhtmlOptions.StyleLabel.Label=Typografi
|
||||
4.XhtmlOptions.ConfigLabel.HelpText=
|
||||
5.XhtmlOptions.ConfigLabel.Label=Anvend typografi
|
||||
6.XhtmlOptions.Config.HelpText=
|
||||
17.XhtmlOptions.ScalingLabel.HelpText=
|
||||
18.XhtmlOptions.ScalingLabel.Label=Skalering
|
||||
19.XhtmlOptions.Scaling.HelpText=
|
||||
20.XhtmlOptions.ScalingPercentLabel.HelpText=
|
||||
21.XhtmlOptions.ScalingPercentLabel.Label=%
|
||||
22.XhtmlOptions.ColumnScalingLabel.HelpText=
|
||||
23.XhtmlOptions.ColumnScalingLabel.Label=Kolonneskalering
|
||||
24.XhtmlOptions.ColumnScaling.HelpText=
|
||||
25.XhtmlOptions.ColumnScalingPercentLabel.HelpText=
|
||||
26.XhtmlOptions.ColumnScalingPercentLabel.Label=%
|
||||
27.XhtmlOptions.ConvertToPx.HelpText=
|
||||
28.XhtmlOptions.ConvertToPx.Label=Omregn enheder til px (pixels)
|
||||
29.XhtmlOptions.OriginalImageSize.HelpText=
|
||||
30.XhtmlOptions.OriginalImageSize.Label=Brug oprindelig billedst\u00f8rrelse
|
||||
31.XhtmlOptions.SpecialContentLabel.HelpText=
|
||||
32.XhtmlOptions.SpecialContentLabel.Label=Specielt indhold
|
||||
33.XhtmlOptions.Notes.HelpText=
|
||||
34.XhtmlOptions.Notes.Label=Eksporter noter
|
||||
35.XhtmlOptions.UseDublinCore.HelpText=
|
||||
36.XhtmlOptions.UseDublinCore.Label=Eksporter dokumentegenskaber (Dublin Core Metadata)
|
||||
37.XhtmlOptions.AutoCorrectLabel.HelpText=
|
||||
38.XhtmlOptions.AutoCorrectLabel.Label=Autokorrektur
|
||||
39.XhtmlOptions.IgnoreHardLineBreaks.HelpText=
|
||||
40.XhtmlOptions.IgnoreHardLineBreaks.Label=Ignorer manuelle linjeskift
|
||||
41.XhtmlOptions.IgnoreEmptyParagraphs.HelpText=
|
||||
42.XhtmlOptions.IgnoreEmptyParagraphs.Label=Ignorer tomme afsnit
|
||||
43.XhtmlOptions.IgnoreDoubleSpaces.HelpText=
|
||||
44.XhtmlOptions.IgnoreDoubleSpaces.Label=Ignorer dobbelte mellemrum
|
||||
45.XhtmlOptions.FilesLabel.HelpText=
|
||||
46.XhtmlOptions.FilesLabel.Label=Filer
|
||||
47.XhtmlOptions.Split.HelpText=
|
||||
48.XhtmlOptions.Split.Label=Del dokumentet ved overskrifter
|
||||
49.XhtmlOptions.SplitLevelLabel.HelpText=
|
||||
50.XhtmlOptions.SplitLevelLabel.Label=Overskriftsniveau
|
||||
51.XhtmlOptions.SplitLevel.HelpText=
|
||||
52.SplitLevel.StringItemList=1
|
||||
53.SplitLevel.StringItemList=2
|
||||
54.SplitLevel.StringItemList=3
|
||||
55.SplitLevel.StringItemList=4
|
||||
56.SplitLevel.StringItemList=5
|
||||
57.SplitLevel.StringItemList=6
|
||||
58.XhtmlOptions.RepeatLevelsLabel.HelpText=
|
||||
59.XhtmlOptions.RepeatLevelsLabel.Label=Gentag overskriftsniveauer
|
||||
60.XhtmlOptions.RepeatLevels.HelpText=
|
||||
61.RepeatLevels.StringItemList=0
|
||||
62.RepeatLevels.StringItemList=1
|
||||
63.RepeatLevels.StringItemList=2
|
||||
64.RepeatLevels.StringItemList=3
|
||||
65.RepeatLevels.StringItemList=4
|
||||
66.RepeatLevels.StringItemList=5
|
||||
67.XhtmlOptions.SaveImagesInSubdir.HelpText=
|
||||
68.XhtmlOptions.SaveImagesInSubdir.Label=Gem billeder i undermappe
|
||||
73.XhtmlOptions.ExportButton.HelpText=
|
||||
74.XhtmlOptions.ExportButton.Label=Eksporter
|
||||
75.XhtmlOptions.CancelButton.HelpText=
|
||||
76.XhtmlOptions.CancelButton.Label=Afbryd
|
||||
77.XhtmlOptionsCalc.HelpText=
|
||||
78.XhtmlOptionsCalc.Title=XHTML-indstillinger (Calc2xhtml)
|
||||
79.XhtmlOptionsCalc.StyleLabel.HelpText=
|
||||
80.XhtmlOptionsCalc.StyleLabel.Label=Typografi
|
||||
81.XhtmlOptionsCalc.ConfigLabel.HelpText=
|
||||
82.XhtmlOptionsCalc.ConfigLabel.Label=Anvend typografi
|
||||
83.XhtmlOptionsCalc.Config.HelpText=
|
||||
86.XhtmlOptionsCalc.ScalingLabel.HelpText=
|
||||
87.XhtmlOptionsCalc.ScalingLabel.Label=Skalering
|
||||
88.XhtmlOptionsCalc.Scaling.HelpText=
|
||||
89.XhtmlOptionsCalc.ScalingPercentLabel.HelpText=
|
||||
90.XhtmlOptionsCalc.ScalingPercentLabel.Label=%
|
||||
91.XhtmlOptionsCalc.ColumnScalingLabel.HelpText=
|
||||
92.XhtmlOptionsCalc.ColumnScalingLabel.Label=Kolonneskalering
|
||||
93.XhtmlOptionsCalc.ColumnScaling.HelpText=
|
||||
94.XhtmlOptionsCalc.ColumnScalingPercentLabel.HelpText=
|
||||
95.XhtmlOptionsCalc.ColumnScalingPercentLabel.Label=%
|
||||
96.XhtmlOptionsCalc.ConvertToPx.HelpText=
|
||||
97.XhtmlOptionsCalc.ConvertToPx.Label=Omregn enheder til px (pixels)
|
||||
98.XhtmlOptionsCalc.OriginalImageSize.HelpText=
|
||||
99.XhtmlOptionsCalc.OriginalImageSize.Label=Brug oprindelig billedst\u00f8rrelse
|
||||
100.XhtmlOptionsCalc.SpecialContentLabel.HelpText=
|
||||
101.XhtmlOptionsCalc.SpecialContentLabel.Label=Specielt indhold
|
||||
102.XhtmlOptionsCalc.Notes.HelpText=
|
||||
103.XhtmlOptionsCalc.Notes.Label=Eksporter noter
|
||||
104.XhtmlOptionsCalc.UseDublinCore.HelpText=
|
||||
105.XhtmlOptionsCalc.UseDublinCore.Label=Eksporter dokumentegenskaber (Dublin Core Metadata)
|
||||
106.XhtmlOptionsCalc.SheetsLabel.HelpText=
|
||||
107.XhtmlOptionsCalc.SheetsLabel.Label=Ark
|
||||
108.XhtmlOptionsCalc.DisplayHiddenSheets.HelpText=
|
||||
109.XhtmlOptionsCalc.DisplayHiddenSheets.Label=Vis skjulte ark
|
||||
110.XhtmlOptionsCalc.DisplayHiddenRowsCols.HelpText=
|
||||
111.XhtmlOptionsCalc.DisplayHiddenRowsCols.Label=Vis skjulte r\u00e6kker og kolonner
|
||||
112.XhtmlOptionsCalc.DisplayFilteredRowsCols.HelpText=
|
||||
113.XhtmlOptionsCalc.DisplayFilteredRowsCols.Label=Vis filtrerede r\u00e6kker og kolonner
|
||||
114.XhtmlOptionsCalc.ApplyPrintRanges.HelpText=
|
||||
115.XhtmlOptionsCalc.ApplyPrintRanges.Label=Anvend udskriftsomr\u00e5der
|
||||
116.XhtmlOptionsCalc.UseTitleAsHeading.HelpText=
|
||||
117.XhtmlOptionsCalc.UseTitleAsHeading.Label=Brug titel som overskrift
|
||||
118.XhtmlOptionsCalc.UseSheetNamesAsHeadings.HelpText=
|
||||
119.XhtmlOptionsCalc.UseSheetNamesAsHeadings.Label=Brug arknavne som overskrifter
|
||||
120.XhtmlOptionsCalc.FilesLabel.HelpText=
|
||||
121.XhtmlOptionsCalc.FilesLabel.Label=Filer
|
||||
122.XhtmlOptionsCalc.CalcSplit.HelpText=
|
||||
123.XhtmlOptionsCalc.CalcSplit.Label=Gem ark i separate filer
|
||||
124.XhtmlOptionsCalc.SaveImagesInSubdir.HelpText=
|
||||
125.XhtmlOptionsCalc.SaveImagesInSubdir.Label=Gem billeder i undermappe
|
||||
126.XhtmlOptionsCalc.ExportButton.HelpText=
|
||||
127.XhtmlOptionsCalc.ExportButton.Label=Eksporter
|
||||
128.XhtmlOptionsCalc.CancelButton.HelpText=
|
||||
129.XhtmlOptionsCalc.CancelButton.Label=Afbryd
|
||||
130.Config.StringItemList=Oprindelig formatering
|
||||
131.Config.StringItemList=Chocolade
|
||||
132.Config.StringItemList=Midnat
|
||||
133.Config.StringItemList=Modernistisk
|
||||
134.Config.StringItemList=Gammeldags
|
||||
135.Config.StringItemList=St\u00e5l
|
||||
136.Config.StringItemList=Schweizisk
|
||||
137.Config.StringItemList=Traditionelt
|
||||
138.Config.StringItemList=Ultramarine
|
||||
139.Config.StringItemList=Brugerdefineret
|
||||
140.Config.StringItemList=Oprindelig formatering
|
||||
141.Config.StringItemList=Brugerdefineret
|
||||
144.XhtmlOptions.UseMathjax.HelpText=
|
||||
145.XhtmlOptions.UseMathjax.Label=Brug MathJax
|
|
@ -0,0 +1,129 @@
|
|||
# Strings for Dialog Library W2XDialogs
|
||||
0.XhtmlOptions.HelpText=
|
||||
1.XhtmlOptions.Title=XHTML Optionen (Writer2xhtml)
|
||||
2.XhtmlOptions.StyleLabel.HelpText=
|
||||
3.XhtmlOptions.StyleLabel.Label=Stil
|
||||
4.XhtmlOptions.ConfigLabel.HelpText=
|
||||
5.XhtmlOptions.ConfigLabel.Label=Folgenden Stil verwenden
|
||||
6.XhtmlOptions.Config.HelpText=
|
||||
17.XhtmlOptions.ScalingLabel.HelpText=
|
||||
18.XhtmlOptions.ScalingLabel.Label=Skalierung
|
||||
19.XhtmlOptions.Scaling.HelpText=
|
||||
20.XhtmlOptions.ScalingPercentLabel.HelpText=
|
||||
21.XhtmlOptions.ScalingPercentLabel.Label=%
|
||||
22.XhtmlOptions.ColumnScalingLabel.HelpText=
|
||||
23.XhtmlOptions.ColumnScalingLabel.Label=Spaltenskalierung
|
||||
24.XhtmlOptions.ColumnScaling.HelpText=
|
||||
25.XhtmlOptions.ColumnScalingPercentLabel.HelpText=
|
||||
26.XhtmlOptions.ColumnScalingPercentLabel.Label=%
|
||||
27.XhtmlOptions.ConvertToPx.HelpText=
|
||||
28.XhtmlOptions.ConvertToPx.Label=Einheiten in px (Pixel) umwandeln
|
||||
29.XhtmlOptions.OriginalImageSize.HelpText=
|
||||
30.XhtmlOptions.OriginalImageSize.Label=Original Bildgr\u00f6\u00dfe verwenden
|
||||
31.XhtmlOptions.SpecialContentLabel.HelpText=
|
||||
32.XhtmlOptions.SpecialContentLabel.Label=Besonderer Inhalt
|
||||
33.XhtmlOptions.Notes.HelpText=
|
||||
34.XhtmlOptions.Notes.Label=Notizen exportieren
|
||||
35.XhtmlOptions.UseDublinCore.HelpText=
|
||||
36.XhtmlOptions.UseDublinCore.Label=Dokumenteneigenschaften exportieren (Dublin Core Metadata)
|
||||
37.XhtmlOptions.AutoCorrectLabel.HelpText=
|
||||
38.XhtmlOptions.AutoCorrectLabel.Label=Autokorrektur
|
||||
39.XhtmlOptions.IgnoreHardLineBreaks.HelpText=
|
||||
40.XhtmlOptions.IgnoreHardLineBreaks.Label=Harte Zeilenumbr\u00fcche ignorieren
|
||||
41.XhtmlOptions.IgnoreEmptyParagraphs.HelpText=
|
||||
42.XhtmlOptions.IgnoreEmptyParagraphs.Label=Leere Abs\u00e4tze ignorieren
|
||||
43.XhtmlOptions.IgnoreDoubleSpaces.HelpText=
|
||||
44.XhtmlOptions.IgnoreDoubleSpaces.Label=Doppelte Leerzeichen ignorieren
|
||||
45.XhtmlOptions.FilesLabel.HelpText=
|
||||
46.XhtmlOptions.FilesLabel.Label=Dateien
|
||||
47.XhtmlOptions.Split.HelpText=
|
||||
48.XhtmlOptions.Split.Label=Dokumente bei \u00dcberschriften trennen
|
||||
49.XhtmlOptions.SplitLevelLabel.HelpText=
|
||||
50.XhtmlOptions.SplitLevelLabel.Label=\u00dcberschriftenlevel
|
||||
51.XhtmlOptions.SplitLevel.HelpText=
|
||||
52.SplitLevel.StringItemList=1
|
||||
53.SplitLevel.StringItemList=2
|
||||
54.SplitLevel.StringItemList=3
|
||||
55.SplitLevel.StringItemList=4
|
||||
56.SplitLevel.StringItemList=5
|
||||
57.SplitLevel.StringItemList=6
|
||||
58.XhtmlOptions.RepeatLevelsLabel.HelpText=
|
||||
59.XhtmlOptions.RepeatLevelsLabel.Label=\u00dcberschriftenlevel wiederholen
|
||||
60.XhtmlOptions.RepeatLevels.HelpText=
|
||||
61.RepeatLevels.StringItemList=0
|
||||
62.RepeatLevels.StringItemList=1
|
||||
63.RepeatLevels.StringItemList=2
|
||||
64.RepeatLevels.StringItemList=3
|
||||
65.RepeatLevels.StringItemList=4
|
||||
66.RepeatLevels.StringItemList=5
|
||||
67.XhtmlOptions.SaveImagesInSubdir.HelpText=
|
||||
68.XhtmlOptions.SaveImagesInSubdir.Label=Bilder in Unterverzeichnis speichern
|
||||
73.XhtmlOptions.ExportButton.HelpText=
|
||||
74.XhtmlOptions.ExportButton.Label=Exportieren
|
||||
75.XhtmlOptions.CancelButton.HelpText=
|
||||
76.XhtmlOptions.CancelButton.Label=Abbrechen
|
||||
77.XhtmlOptionsCalc.HelpText=
|
||||
78.XhtmlOptionsCalc.Title=XHTML Optionen (Calc2xhtml)
|
||||
79.XhtmlOptionsCalc.StyleLabel.HelpText=
|
||||
80.XhtmlOptionsCalc.StyleLabel.Label=Stil
|
||||
81.XhtmlOptionsCalc.ConfigLabel.HelpText=
|
||||
82.XhtmlOptionsCalc.ConfigLabel.Label=Folgenden Stil verwenden
|
||||
83.XhtmlOptionsCalc.Config.HelpText=
|
||||
86.XhtmlOptionsCalc.ScalingLabel.HelpText=
|
||||
87.XhtmlOptionsCalc.ScalingLabel.Label=Skalierung
|
||||
88.XhtmlOptionsCalc.Scaling.HelpText=
|
||||
89.XhtmlOptionsCalc.ScalingPercentLabel.HelpText=
|
||||
90.XhtmlOptionsCalc.ScalingPercentLabel.Label=%
|
||||
91.XhtmlOptionsCalc.ColumnScalingLabel.HelpText=
|
||||
92.XhtmlOptionsCalc.ColumnScalingLabel.Label=Spaltenskalierung
|
||||
93.XhtmlOptionsCalc.ColumnScaling.HelpText=
|
||||
94.XhtmlOptionsCalc.ColumnScalingPercentLabel.HelpText=
|
||||
95.XhtmlOptionsCalc.ColumnScalingPercentLabel.Label=%
|
||||
96.XhtmlOptionsCalc.ConvertToPx.HelpText=
|
||||
97.XhtmlOptionsCalc.ConvertToPx.Label=Einheiten in px (Pixel) umwandeln
|
||||
98.XhtmlOptionsCalc.OriginalImageSize.HelpText=
|
||||
99.XhtmlOptionsCalc.OriginalImageSize.Label=Original Bildgr\u00f6\u00dfe verwenden
|
||||
100.XhtmlOptionsCalc.SpecialContentLabel.HelpText=
|
||||
101.XhtmlOptionsCalc.SpecialContentLabel.Label=Besonderer Inhalt
|
||||
102.XhtmlOptionsCalc.Notes.HelpText=
|
||||
103.XhtmlOptionsCalc.Notes.Label=Notizen exportieren
|
||||
104.XhtmlOptionsCalc.UseDublinCore.HelpText=
|
||||
105.XhtmlOptionsCalc.UseDublinCore.Label=Dokumenteneigenschaften exportieren (Dublin Core Metadata)
|
||||
106.XhtmlOptionsCalc.SheetsLabel.HelpText=
|
||||
107.XhtmlOptionsCalc.SheetsLabel.Label=Tabellen
|
||||
108.XhtmlOptionsCalc.DisplayHiddenSheets.HelpText=
|
||||
109.XhtmlOptionsCalc.DisplayHiddenSheets.Label=Versteckte Tabellen anzeigen
|
||||
110.XhtmlOptionsCalc.DisplayHiddenRowsCols.HelpText=
|
||||
111.XhtmlOptionsCalc.DisplayHiddenRowsCols.Label=Versteckte Zeilen und Spalten anzeigen
|
||||
112.XhtmlOptionsCalc.DisplayFilteredRowsCols.HelpText=
|
||||
113.XhtmlOptionsCalc.DisplayFilteredRowsCols.Label=Gefilterte Zeilen und Spalten anzeigen
|
||||
114.XhtmlOptionsCalc.ApplyPrintRanges.HelpText=
|
||||
115.XhtmlOptionsCalc.ApplyPrintRanges.Label=Druckr\u00e4nder anwenden
|
||||
116.XhtmlOptionsCalc.UseTitleAsHeading.HelpText=
|
||||
117.XhtmlOptionsCalc.UseTitleAsHeading.Label=Titel als \u00dcberschrift verwenden
|
||||
118.XhtmlOptionsCalc.UseSheetNamesAsHeadings.HelpText=
|
||||
119.XhtmlOptionsCalc.UseSheetNamesAsHeadings.Label=Tabellennamen als \u00dcberschrift verwenden
|
||||
120.XhtmlOptionsCalc.FilesLabel.HelpText=
|
||||
121.XhtmlOptionsCalc.FilesLabel.Label=Dateien
|
||||
122.XhtmlOptionsCalc.CalcSplit.HelpText=
|
||||
123.XhtmlOptionsCalc.CalcSplit.Label=Tabellen in seperate Dateien speichern
|
||||
124.XhtmlOptionsCalc.SaveImagesInSubdir.HelpText=
|
||||
125.XhtmlOptionsCalc.SaveImagesInSubdir.Label=Bilder in Unterverzeichnis speichern
|
||||
126.XhtmlOptionsCalc.ExportButton.HelpText=
|
||||
127.XhtmlOptionsCalc.ExportButton.Label=Exportieren
|
||||
128.XhtmlOptionsCalc.CancelButton.HelpText=
|
||||
129.XhtmlOptionsCalc.CancelButton.Label=Abbrechen
|
||||
130.Config.StringItemList=Original Formatierungen
|
||||
131.Config.StringItemList=Chocolate
|
||||
132.Config.StringItemList=Midnight
|
||||
133.Config.StringItemList=Modernist
|
||||
134.Config.StringItemList=Oldstyle
|
||||
135.Config.StringItemList=Steely
|
||||
136.Config.StringItemList=Swiss
|
||||
137.Config.StringItemList=Traditional
|
||||
138.Config.StringItemList=Ultramarine
|
||||
139.Config.StringItemList=Benutzerdefiniert
|
||||
140.Config.StringItemList=Original formatting
|
||||
141.Config.StringItemList=Benutzerdefiniert
|
||||
144.XhtmlOptions.UseMathjax.HelpText=
|
||||
145.XhtmlOptions.UseMathjax.Label=MathJax verwenden
|
|
@ -0,0 +1,129 @@
|
|||
# Strings for Dialog Library W2XDialogs
|
||||
0.XhtmlOptions.HelpText=
|
||||
1.XhtmlOptions.Title=XHTML Options (Writer2xhtml)
|
||||
2.XhtmlOptions.StyleLabel.HelpText=
|
||||
3.XhtmlOptions.StyleLabel.Label=Style
|
||||
4.XhtmlOptions.ConfigLabel.HelpText=
|
||||
5.XhtmlOptions.ConfigLabel.Label=Use style
|
||||
6.XhtmlOptions.Config.HelpText=
|
||||
17.XhtmlOptions.ScalingLabel.HelpText=
|
||||
18.XhtmlOptions.ScalingLabel.Label=Scaling
|
||||
19.XhtmlOptions.Scaling.HelpText=
|
||||
20.XhtmlOptions.ScalingPercentLabel.HelpText=
|
||||
21.XhtmlOptions.ScalingPercentLabel.Label=%
|
||||
22.XhtmlOptions.ColumnScalingLabel.HelpText=
|
||||
23.XhtmlOptions.ColumnScalingLabel.Label=Column scaling
|
||||
24.XhtmlOptions.ColumnScaling.HelpText=
|
||||
25.XhtmlOptions.ColumnScalingPercentLabel.HelpText=
|
||||
26.XhtmlOptions.ColumnScalingPercentLabel.Label=%
|
||||
27.XhtmlOptions.ConvertToPx.HelpText=
|
||||
28.XhtmlOptions.ConvertToPx.Label=Convert units to px (pixels)
|
||||
29.XhtmlOptions.OriginalImageSize.HelpText=
|
||||
30.XhtmlOptions.OriginalImageSize.Label=Use original image size
|
||||
31.XhtmlOptions.SpecialContentLabel.HelpText=
|
||||
32.XhtmlOptions.SpecialContentLabel.Label=Special content
|
||||
33.XhtmlOptions.Notes.HelpText=
|
||||
34.XhtmlOptions.Notes.Label=Export notes
|
||||
35.XhtmlOptions.UseDublinCore.HelpText=
|
||||
36.XhtmlOptions.UseDublinCore.Label=Export document properties (Dublin Core Metadata)
|
||||
37.XhtmlOptions.AutoCorrectLabel.HelpText=
|
||||
38.XhtmlOptions.AutoCorrectLabel.Label=AutoCorrect
|
||||
39.XhtmlOptions.IgnoreHardLineBreaks.HelpText=
|
||||
40.XhtmlOptions.IgnoreHardLineBreaks.Label=Ignore hard line breaks
|
||||
41.XhtmlOptions.IgnoreEmptyParagraphs.HelpText=
|
||||
42.XhtmlOptions.IgnoreEmptyParagraphs.Label=Ignore empty paragraphs
|
||||
43.XhtmlOptions.IgnoreDoubleSpaces.HelpText=
|
||||
44.XhtmlOptions.IgnoreDoubleSpaces.Label=Ignore double spaces
|
||||
45.XhtmlOptions.FilesLabel.HelpText=
|
||||
46.XhtmlOptions.FilesLabel.Label=Files
|
||||
47.XhtmlOptions.Split.HelpText=
|
||||
48.XhtmlOptions.Split.Label=Split document at headings
|
||||
49.XhtmlOptions.SplitLevelLabel.HelpText=
|
||||
50.XhtmlOptions.SplitLevelLabel.Label=Heading level
|
||||
51.XhtmlOptions.SplitLevel.HelpText=
|
||||
52.SplitLevel.StringItemList=1
|
||||
53.SplitLevel.StringItemList=2
|
||||
54.SplitLevel.StringItemList=3
|
||||
55.SplitLevel.StringItemList=4
|
||||
56.SplitLevel.StringItemList=5
|
||||
57.SplitLevel.StringItemList=6
|
||||
58.XhtmlOptions.RepeatLevelsLabel.HelpText=
|
||||
59.XhtmlOptions.RepeatLevelsLabel.Label=Repeat heading levels
|
||||
60.XhtmlOptions.RepeatLevels.HelpText=
|
||||
61.RepeatLevels.StringItemList=0
|
||||
62.RepeatLevels.StringItemList=1
|
||||
63.RepeatLevels.StringItemList=2
|
||||
64.RepeatLevels.StringItemList=3
|
||||
65.RepeatLevels.StringItemList=4
|
||||
66.RepeatLevels.StringItemList=5
|
||||
67.XhtmlOptions.SaveImagesInSubdir.HelpText=
|
||||
68.XhtmlOptions.SaveImagesInSubdir.Label=Save images in subdirectory
|
||||
73.XhtmlOptions.ExportButton.HelpText=
|
||||
74.XhtmlOptions.ExportButton.Label=Export
|
||||
75.XhtmlOptions.CancelButton.HelpText=
|
||||
76.XhtmlOptions.CancelButton.Label=Cancel
|
||||
77.XhtmlOptionsCalc.HelpText=
|
||||
78.XhtmlOptionsCalc.Title=XHTML Options (Calc2xhtml)
|
||||
79.XhtmlOptionsCalc.StyleLabel.HelpText=
|
||||
80.XhtmlOptionsCalc.StyleLabel.Label=Style
|
||||
81.XhtmlOptionsCalc.ConfigLabel.HelpText=
|
||||
82.XhtmlOptionsCalc.ConfigLabel.Label=Use style
|
||||
83.XhtmlOptionsCalc.Config.HelpText=
|
||||
86.XhtmlOptionsCalc.ScalingLabel.HelpText=
|
||||
87.XhtmlOptionsCalc.ScalingLabel.Label=Scaling
|
||||
88.XhtmlOptionsCalc.Scaling.HelpText=
|
||||
89.XhtmlOptionsCalc.ScalingPercentLabel.HelpText=
|
||||
90.XhtmlOptionsCalc.ScalingPercentLabel.Label=%
|
||||
91.XhtmlOptionsCalc.ColumnScalingLabel.HelpText=
|
||||
92.XhtmlOptionsCalc.ColumnScalingLabel.Label=Column scaling
|
||||
93.XhtmlOptionsCalc.ColumnScaling.HelpText=
|
||||
94.XhtmlOptionsCalc.ColumnScalingPercentLabel.HelpText=
|
||||
95.XhtmlOptionsCalc.ColumnScalingPercentLabel.Label=%
|
||||
96.XhtmlOptionsCalc.ConvertToPx.HelpText=
|
||||
97.XhtmlOptionsCalc.ConvertToPx.Label=Convert units to px (pixels)
|
||||
98.XhtmlOptionsCalc.OriginalImageSize.HelpText=
|
||||
99.XhtmlOptionsCalc.OriginalImageSize.Label=Use original image size
|
||||
100.XhtmlOptionsCalc.SpecialContentLabel.HelpText=
|
||||
101.XhtmlOptionsCalc.SpecialContentLabel.Label=Special content
|
||||
102.XhtmlOptionsCalc.Notes.HelpText=
|
||||
103.XhtmlOptionsCalc.Notes.Label=Export notes
|
||||
104.XhtmlOptionsCalc.UseDublinCore.HelpText=
|
||||
105.XhtmlOptionsCalc.UseDublinCore.Label=Export document properties (Dublin Core Metadata)
|
||||
106.XhtmlOptionsCalc.SheetsLabel.HelpText=
|
||||
107.XhtmlOptionsCalc.SheetsLabel.Label=Sheets
|
||||
108.XhtmlOptionsCalc.DisplayHiddenSheets.HelpText=
|
||||
109.XhtmlOptionsCalc.DisplayHiddenSheets.Label=Display hidden sheets
|
||||
110.XhtmlOptionsCalc.DisplayHiddenRowsCols.HelpText=
|
||||
111.XhtmlOptionsCalc.DisplayHiddenRowsCols.Label=Display hidden rows and columns
|
||||
112.XhtmlOptionsCalc.DisplayFilteredRowsCols.HelpText=
|
||||
113.XhtmlOptionsCalc.DisplayFilteredRowsCols.Label=Display filtered rows and columns
|
||||
114.XhtmlOptionsCalc.ApplyPrintRanges.HelpText=
|
||||
115.XhtmlOptionsCalc.ApplyPrintRanges.Label=Apply print ranges
|
||||
116.XhtmlOptionsCalc.UseTitleAsHeading.HelpText=
|
||||
117.XhtmlOptionsCalc.UseTitleAsHeading.Label=Use title as heading
|
||||
118.XhtmlOptionsCalc.UseSheetNamesAsHeadings.HelpText=
|
||||
119.XhtmlOptionsCalc.UseSheetNamesAsHeadings.Label=Use sheet names as headings
|
||||
120.XhtmlOptionsCalc.FilesLabel.HelpText=
|
||||
121.XhtmlOptionsCalc.FilesLabel.Label=Files
|
||||
122.XhtmlOptionsCalc.CalcSplit.HelpText=
|
||||
123.XhtmlOptionsCalc.CalcSplit.Label=Save sheets in separate files
|
||||
124.XhtmlOptionsCalc.SaveImagesInSubdir.HelpText=
|
||||
125.XhtmlOptionsCalc.SaveImagesInSubdir.Label=Save images in subdirectory
|
||||
126.XhtmlOptionsCalc.ExportButton.HelpText=
|
||||
127.XhtmlOptionsCalc.ExportButton.Label=Export
|
||||
128.XhtmlOptionsCalc.CancelButton.HelpText=
|
||||
129.XhtmlOptionsCalc.CancelButton.Label=Cancel
|
||||
130.Config.StringItemList=Original formatting
|
||||
131.Config.StringItemList=Chocolate
|
||||
132.Config.StringItemList=Midnight
|
||||
133.Config.StringItemList=Modernist
|
||||
134.Config.StringItemList=Oldstyle
|
||||
135.Config.StringItemList=Steely
|
||||
136.Config.StringItemList=Swiss
|
||||
137.Config.StringItemList=Traditional
|
||||
138.Config.StringItemList=Ultramarine
|
||||
139.Config.StringItemList=Custom
|
||||
140.Config.StringItemList=Original formatting
|
||||
141.Config.StringItemList=Custom
|
||||
144.XhtmlOptions.UseMathjax.HelpText=
|
||||
145.XhtmlOptions.UseMathjax.Label=Use MathJax
|
|
@ -0,0 +1,129 @@
|
|||
# Strings for Dialog Library W2XDialogs
|
||||
0.XhtmlOptions.HelpText=
|
||||
1.XhtmlOptions.Title=Opciones para XHTML (Writer2xhtml)
|
||||
2.XhtmlOptions.StyleLabel.HelpText=
|
||||
3.XhtmlOptions.StyleLabel.Label=Estilo
|
||||
4.XhtmlOptions.ConfigLabel.HelpText=
|
||||
5.XhtmlOptions.ConfigLabel.Label=Usar estilo
|
||||
6.XhtmlOptions.Config.HelpText=
|
||||
17.XhtmlOptions.ScalingLabel.HelpText=
|
||||
18.XhtmlOptions.ScalingLabel.Label=Escalado
|
||||
19.XhtmlOptions.Scaling.HelpText=
|
||||
20.XhtmlOptions.ScalingPercentLabel.HelpText=
|
||||
21.XhtmlOptions.ScalingPercentLabel.Label=%
|
||||
22.XhtmlOptions.ColumnScalingLabel.HelpText=
|
||||
23.XhtmlOptions.ColumnScalingLabel.Label=Escalado de columna
|
||||
24.XhtmlOptions.ColumnScaling.HelpText=
|
||||
25.XhtmlOptions.ColumnScalingPercentLabel.HelpText=
|
||||
26.XhtmlOptions.ColumnScalingPercentLabel.Label=%
|
||||
27.XhtmlOptions.ConvertToPx.HelpText=
|
||||
28.XhtmlOptions.ConvertToPx.Label=Convertir unidades a pixels
|
||||
29.XhtmlOptions.OriginalImageSize.HelpText=
|
||||
30.XhtmlOptions.OriginalImageSize.Label=Usar tama\u00f1o original de la imagen
|
||||
31.XhtmlOptions.SpecialContentLabel.HelpText=
|
||||
32.XhtmlOptions.SpecialContentLabel.Label=Contenido especial
|
||||
33.XhtmlOptions.Notes.HelpText=
|
||||
34.XhtmlOptions.Notes.Label=Exportar notas
|
||||
35.XhtmlOptions.UseDublinCore.HelpText=
|
||||
36.XhtmlOptions.UseDublinCore.Label=Exportar propiedades del documento (Dublin Core Metadata)
|
||||
37.XhtmlOptions.AutoCorrectLabel.HelpText=
|
||||
38.XhtmlOptions.AutoCorrectLabel.Label=AutoCorregir
|
||||
39.XhtmlOptions.IgnoreHardLineBreaks.HelpText=
|
||||
40.XhtmlOptions.IgnoreHardLineBreaks.Label=Ignorar saltos de l\u00ednea
|
||||
41.XhtmlOptions.IgnoreEmptyParagraphs.HelpText=
|
||||
42.XhtmlOptions.IgnoreEmptyParagraphs.Label=Ignorar p\u00e1rrafos vac\u00edos
|
||||
43.XhtmlOptions.IgnoreDoubleSpaces.HelpText=
|
||||
44.XhtmlOptions.IgnoreDoubleSpaces.Label=Ignorar dobles espacios
|
||||
45.XhtmlOptions.FilesLabel.HelpText=
|
||||
46.XhtmlOptions.FilesLabel.Label=Archivos
|
||||
47.XhtmlOptions.Split.HelpText=
|
||||
48.XhtmlOptions.Split.Label=Separar documento en cabeceras
|
||||
49.XhtmlOptions.SplitLevelLabel.HelpText=
|
||||
50.XhtmlOptions.SplitLevelLabel.Label=Nivel de cabecera
|
||||
51.XhtmlOptions.SplitLevel.HelpText=
|
||||
52.SplitLevel.StringItemList=1
|
||||
53.SplitLevel.StringItemList=2
|
||||
54.SplitLevel.StringItemList=3
|
||||
55.SplitLevel.StringItemList=4
|
||||
56.SplitLevel.StringItemList=5
|
||||
57.SplitLevel.StringItemList=6
|
||||
58.XhtmlOptions.RepeatLevelsLabel.HelpText=
|
||||
59.XhtmlOptions.RepeatLevelsLabel.Label=Repetir nivel de cabecera
|
||||
60.XhtmlOptions.RepeatLevels.HelpText=
|
||||
61.RepeatLevels.StringItemList=0
|
||||
62.RepeatLevels.StringItemList=1
|
||||
63.RepeatLevels.StringItemList=2
|
||||
64.RepeatLevels.StringItemList=3
|
||||
65.RepeatLevels.StringItemList=4
|
||||
66.RepeatLevels.StringItemList=5
|
||||
67.XhtmlOptions.SaveImagesInSubdir.HelpText=
|
||||
68.XhtmlOptions.SaveImagesInSubdir.Label=Salvar im\u00e1genes en subdirectorio
|
||||
73.XhtmlOptions.ExportButton.HelpText=
|
||||
74.XhtmlOptions.ExportButton.Label=Exportar
|
||||
75.XhtmlOptions.CancelButton.HelpText=
|
||||
76.XhtmlOptions.CancelButton.Label=Cancelar
|
||||
77.XhtmlOptionsCalc.HelpText=
|
||||
78.XhtmlOptionsCalc.Title=Opciones para XHTML (Calc2xhtml)
|
||||
79.XhtmlOptionsCalc.StyleLabel.HelpText=
|
||||
80.XhtmlOptionsCalc.StyleLabel.Label=Estilo
|
||||
81.XhtmlOptionsCalc.ConfigLabel.HelpText=
|
||||
82.XhtmlOptionsCalc.ConfigLabel.Label=Usar estilo
|
||||
83.XhtmlOptionsCalc.Config.HelpText=
|
||||
86.XhtmlOptionsCalc.ScalingLabel.HelpText=
|
||||
87.XhtmlOptionsCalc.ScalingLabel.Label=Escalado
|
||||
88.XhtmlOptionsCalc.Scaling.HelpText=
|
||||
89.XhtmlOptionsCalc.ScalingPercentLabel.HelpText=
|
||||
90.XhtmlOptionsCalc.ScalingPercentLabel.Label=%
|
||||
91.XhtmlOptionsCalc.ColumnScalingLabel.HelpText=
|
||||
92.XhtmlOptionsCalc.ColumnScalingLabel.Label=Escalado de columna
|
||||
93.XhtmlOptionsCalc.ColumnScaling.HelpText=
|
||||
94.XhtmlOptionsCalc.ColumnScalingPercentLabel.HelpText=
|
||||
95.XhtmlOptionsCalc.ColumnScalingPercentLabel.Label=%
|
||||
96.XhtmlOptionsCalc.ConvertToPx.HelpText=
|
||||
97.XhtmlOptionsCalc.ConvertToPx.Label=Convertir unidades a pixels
|
||||
98.XhtmlOptionsCalc.OriginalImageSize.HelpText=
|
||||
99.XhtmlOptionsCalc.OriginalImageSize.Label=Usar tama\u00f1o original de la imagen
|
||||
100.XhtmlOptionsCalc.SpecialContentLabel.HelpText=
|
||||
101.XhtmlOptionsCalc.SpecialContentLabel.Label=Contenido especial
|
||||
102.XhtmlOptionsCalc.Notes.HelpText=
|
||||
103.XhtmlOptionsCalc.Notes.Label=Exportar notas
|
||||
104.XhtmlOptionsCalc.UseDublinCore.HelpText=
|
||||
105.XhtmlOptionsCalc.UseDublinCore.Label=Exportar propiedades del documento (Dublin Core Metadata)
|
||||
106.XhtmlOptionsCalc.SheetsLabel.HelpText=
|
||||
107.XhtmlOptionsCalc.SheetsLabel.Label=Hojas
|
||||
108.XhtmlOptionsCalc.DisplayHiddenSheets.HelpText=
|
||||
109.XhtmlOptionsCalc.DisplayHiddenSheets.Label=Mostrar hojas ocultas
|
||||
110.XhtmlOptionsCalc.DisplayHiddenRowsCols.HelpText=
|
||||
111.XhtmlOptionsCalc.DisplayHiddenRowsCols.Label=Mostrar filas y columnas ocultas
|
||||
112.XhtmlOptionsCalc.DisplayFilteredRowsCols.HelpText=
|
||||
113.XhtmlOptionsCalc.DisplayFilteredRowsCols.Label=Mostrar filas y columnas filtradas
|
||||
114.XhtmlOptionsCalc.ApplyPrintRanges.HelpText=
|
||||
115.XhtmlOptionsCalc.ApplyPrintRanges.Label=Aplicar rangos de impresi\u00f3n
|
||||
116.XhtmlOptionsCalc.UseTitleAsHeading.HelpText=
|
||||
117.XhtmlOptionsCalc.UseTitleAsHeading.Label=Usar t\u00edtulo como cabecera
|
||||
118.XhtmlOptionsCalc.UseSheetNamesAsHeadings.HelpText=
|
||||
119.XhtmlOptionsCalc.UseSheetNamesAsHeadings.Label=Usar nombre de las hojas como cabecera
|
||||
120.XhtmlOptionsCalc.FilesLabel.HelpText=
|
||||
121.XhtmlOptionsCalc.FilesLabel.Label=Archivos
|
||||
122.XhtmlOptionsCalc.CalcSplit.HelpText=
|
||||
123.XhtmlOptionsCalc.CalcSplit.Label=Salvar hojas en archivos separados
|
||||
124.XhtmlOptionsCalc.SaveImagesInSubdir.HelpText=
|
||||
125.XhtmlOptionsCalc.SaveImagesInSubdir.Label=Salvar im\u00e1genes en subdirectorio
|
||||
126.XhtmlOptionsCalc.ExportButton.HelpText=
|
||||
127.XhtmlOptionsCalc.ExportButton.Label=Exportar
|
||||
128.XhtmlOptionsCalc.CancelButton.HelpText=
|
||||
129.XhtmlOptionsCalc.CancelButton.Label=Cancelar
|
||||
130.Config.StringItemList=Formato original
|
||||
131.Config.StringItemList=Chocolate
|
||||
132.Config.StringItemList=Medianoche
|
||||
133.Config.StringItemList=Modernista
|
||||
134.Config.StringItemList=Viejuno
|
||||
135.Config.StringItemList=Met\u00e1lico
|
||||
136.Config.StringItemList=Suizo
|
||||
137.Config.StringItemList=Tradicional
|
||||
138.Config.StringItemList=Gambitero
|
||||
139.Config.StringItemList=Personalizado
|
||||
140.Config.StringItemList=Formato original
|
||||
141.Config.StringItemList=Personalizado
|
||||
144.XhtmlOptions.UseMathjax.HelpText=
|
||||
145.XhtmlOptions.UseMathjax.Label=Use MathJax
|
|
@ -0,0 +1,129 @@
|
|||
# Strings for Dialog Library W2XDialogs
|
||||
0.XhtmlOptions.HelpText=\u062a\u0646\u0638\u06cc\u0645\u0627\u062a XHTML
|
||||
1.XhtmlOptions.Title=
|
||||
2.XhtmlOptions.StyleLabel.HelpText=
|
||||
3.XhtmlOptions.StyleLabel.Label=\u0642\u0627\u0644\u0628
|
||||
4.XhtmlOptions.ConfigLabel.HelpText=
|
||||
5.XhtmlOptions.ConfigLabel.Label=\u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0642\u0627\u0644\u0628
|
||||
6.XhtmlOptions.Config.HelpText=
|
||||
17.XhtmlOptions.ScalingLabel.HelpText=
|
||||
18.XhtmlOptions.ScalingLabel.Label=Scaling
|
||||
19.XhtmlOptions.Scaling.HelpText=
|
||||
20.XhtmlOptions.ScalingPercentLabel.HelpText=
|
||||
21.XhtmlOptions.ScalingPercentLabel.Label=%
|
||||
22.XhtmlOptions.ColumnScalingLabel.HelpText=
|
||||
23.XhtmlOptions.ColumnScalingLabel.Label=Column scaling
|
||||
24.XhtmlOptions.ColumnScaling.HelpText=
|
||||
25.XhtmlOptions.ColumnScalingPercentLabel.HelpText=
|
||||
26.XhtmlOptions.ColumnScalingPercentLabel.Label=%
|
||||
27.XhtmlOptions.ConvertToPx.HelpText=
|
||||
28.XhtmlOptions.ConvertToPx.Label=Convert units to px (pixels)
|
||||
29.XhtmlOptions.OriginalImageSize.HelpText=
|
||||
30.XhtmlOptions.OriginalImageSize.Label=\u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0627\u0646\u062f\u0627\u0632\u0647 \u0627\u0635\u0644\u06cc \u0634\u06a9\u0644
|
||||
31.XhtmlOptions.SpecialContentLabel.HelpText=
|
||||
32.XhtmlOptions.SpecialContentLabel.Label=Special content
|
||||
33.XhtmlOptions.Notes.HelpText=
|
||||
34.XhtmlOptions.Notes.Label=\u0635\u0627\u062f\u0631 \u06a9\u0631\u062f\u0646 \u06cc\u0627\u062f\u0627\u0634\u062a\u200c\u0647\u0627
|
||||
35.XhtmlOptions.UseDublinCore.HelpText=
|
||||
36.XhtmlOptions.UseDublinCore.Label=Export document properties (Dublin Core Metadata)
|
||||
37.XhtmlOptions.AutoCorrectLabel.HelpText=
|
||||
38.XhtmlOptions.AutoCorrectLabel.Label=\u062a\u0635\u062d\u06cc\u062d \u062e\u0648\u062f\u06a9\u0627\u0631
|
||||
39.XhtmlOptions.IgnoreHardLineBreaks.HelpText=
|
||||
40.XhtmlOptions.IgnoreHardLineBreaks.Label=Ignore hard line breaks
|
||||
41.XhtmlOptions.IgnoreEmptyParagraphs.HelpText=
|
||||
42.XhtmlOptions.IgnoreEmptyParagraphs.Label=\u0646\u0627\u062f\u06cc\u062f\u0647 \u06af\u0631\u0641\u062a\u0646 \u067e\u0627\u0631\u0627\u06af\u0631\u0627\u0641\u0647\u0627\u06cc \u062e\u0627\u0644\u06cc
|
||||
43.XhtmlOptions.IgnoreDoubleSpaces.HelpText=
|
||||
44.XhtmlOptions.IgnoreDoubleSpaces.Label=\u0646\u0627\u062f\u06cc\u062f\u0647 \u06af\u0631\u0641\u062a\u0646 \u0641\u0627\u0635\u0644\u0647\u200c\u0647\u0627\u06cc \u0645\u062a\u0648\u0627\u0644\u06cc
|
||||
45.XhtmlOptions.FilesLabel.HelpText=
|
||||
46.XhtmlOptions.FilesLabel.Label=\u067e\u0631\u0648\u0646\u062f\u0647
|
||||
47.XhtmlOptions.Split.HelpText=
|
||||
48.XhtmlOptions.Split.Label=\u062a\u0642\u0633\u06cc\u0645 \u0645\u0633\u062a\u0646\u062f \u0628\u0631 \u0627\u0633\u0627\u0633 \u0633\u0631\u0627\u06cc\u0646\u062f
|
||||
49.XhtmlOptions.SplitLevelLabel.HelpText=
|
||||
50.XhtmlOptions.SplitLevelLabel.Label=\u0645\u0631\u062a\u0628\u0647 \u0633\u0631\u0627\u06cc\u0646\u062f
|
||||
51.XhtmlOptions.SplitLevel.HelpText=
|
||||
52.SplitLevel.StringItemList=1
|
||||
53.SplitLevel.StringItemList=2
|
||||
54.SplitLevel.StringItemList=3
|
||||
55.SplitLevel.StringItemList=4
|
||||
56.SplitLevel.StringItemList=5
|
||||
57.SplitLevel.StringItemList=6
|
||||
58.XhtmlOptions.RepeatLevelsLabel.HelpText=
|
||||
59.XhtmlOptions.RepeatLevelsLabel.Label=\u062a\u06a9\u0631\u0627\u0631 \u0645\u0631\u062a\u0628\u0647 \u0633\u0631\u0627\u06cc\u0646\u062f
|
||||
60.XhtmlOptions.RepeatLevels.HelpText=
|
||||
61.RepeatLevels.StringItemList=0
|
||||
62.RepeatLevels.StringItemList=1
|
||||
63.RepeatLevels.StringItemList=2
|
||||
64.RepeatLevels.StringItemList=3
|
||||
65.RepeatLevels.StringItemList=4
|
||||
66.RepeatLevels.StringItemList=5
|
||||
67.XhtmlOptions.SaveImagesInSubdir.HelpText=
|
||||
68.XhtmlOptions.SaveImagesInSubdir.Label=\u0630\u062e\u06cc\u0631\u0647 \u0634\u06a9\u0644\u0647\u0627 \u062f\u0631 \u06cc\u06a9 \u0632\u06cc\u0631\u067e\u0648\u0634\u0647
|
||||
73.XhtmlOptions.ExportButton.HelpText=
|
||||
74.XhtmlOptions.ExportButton.Label=\u0635\u0627\u062f\u0631 \u06a9\u0631\u062f\u0646
|
||||
75.XhtmlOptions.CancelButton.HelpText=
|
||||
76.XhtmlOptions.CancelButton.Label=\u0627\u0646\u0635\u0631\u0627\u0641
|
||||
77.XhtmlOptionsCalc.HelpText=
|
||||
78.XhtmlOptionsCalc.Title=\u062a\u0646\u0638\u06cc\u0645\u0627\u062a XHTML
|
||||
79.XhtmlOptionsCalc.StyleLabel.HelpText=
|
||||
80.XhtmlOptionsCalc.StyleLabel.Label=\u0642\u0627\u0644\u0628
|
||||
81.XhtmlOptionsCalc.ConfigLabel.HelpText=
|
||||
82.XhtmlOptionsCalc.ConfigLabel.Label=\u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0642\u0627\u0644\u0628
|
||||
83.XhtmlOptionsCalc.Config.HelpText=
|
||||
86.XhtmlOptionsCalc.ScalingLabel.HelpText=
|
||||
87.XhtmlOptionsCalc.ScalingLabel.Label=\u06a9\u0634\u06cc\u062f\u06af\u06cc
|
||||
88.XhtmlOptionsCalc.Scaling.HelpText=
|
||||
89.XhtmlOptionsCalc.ScalingPercentLabel.HelpText=
|
||||
90.XhtmlOptionsCalc.ScalingPercentLabel.Label=\u066a
|
||||
91.XhtmlOptionsCalc.ColumnScalingLabel.HelpText=
|
||||
92.XhtmlOptionsCalc.ColumnScalingLabel.Label=\u06a9\u0634\u06cc\u062f\u06af\u06cc \u0633\u062a\u0648\u0646
|
||||
93.XhtmlOptionsCalc.ColumnScaling.HelpText=
|
||||
94.XhtmlOptionsCalc.ColumnScalingPercentLabel.HelpText=
|
||||
95.XhtmlOptionsCalc.ColumnScalingPercentLabel.Label=%
|
||||
96.XhtmlOptionsCalc.ConvertToPx.HelpText=
|
||||
97.XhtmlOptionsCalc.ConvertToPx.Label=\u062a\u0628\u062f\u06cc\u0644 \u0648\u0627\u062d\u062f \u0628\u0647 \u067e\u06cc\u06a9\u0633\u0644
|
||||
98.XhtmlOptionsCalc.OriginalImageSize.HelpText=
|
||||
99.XhtmlOptionsCalc.OriginalImageSize.Label=\u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0627\u0646\u062f\u0627\u0632\u0647 \u0627\u0635\u0644\u06cc \u0634\u06a9\u0644
|
||||
100.XhtmlOptionsCalc.SpecialContentLabel.HelpText=
|
||||
101.XhtmlOptionsCalc.SpecialContentLabel.Label=Special content
|
||||
102.XhtmlOptionsCalc.Notes.HelpText=
|
||||
103.XhtmlOptionsCalc.Notes.Label=\u0635\u0627\u062f\u0631 \u06a9\u0631\u062f\u0646 \u06cc\u0627\u062f\u0627\u0634\u062a\u200c\u0647\u0627
|
||||
104.XhtmlOptionsCalc.UseDublinCore.HelpText=
|
||||
105.XhtmlOptionsCalc.UseDublinCore.Label=\u0635\u0627\u062f\u0631 \u06a9\u0631\u062f\u0646 \u062a\u0646\u0638\u06cc\u0645\u0627\u062a \u0645\u0633\u062a\u0646\u062f
|
||||
106.XhtmlOptionsCalc.SheetsLabel.HelpText=
|
||||
107.XhtmlOptionsCalc.SheetsLabel.Label=Sheets
|
||||
108.XhtmlOptionsCalc.DisplayHiddenSheets.HelpText=
|
||||
109.XhtmlOptionsCalc.DisplayHiddenSheets.Label=Display hidden sheets
|
||||
110.XhtmlOptionsCalc.DisplayHiddenRowsCols.HelpText=
|
||||
111.XhtmlOptionsCalc.DisplayHiddenRowsCols.Label=\u0646\u0645\u0627\u06cc\u0634 \u0633\u0637\u0631 \u0648 \u0633\u062a\u0648\u0646\u0647\u0627\u06cc \u0645\u062e\u0641\u06cc
|
||||
112.XhtmlOptionsCalc.DisplayFilteredRowsCols.HelpText=
|
||||
113.XhtmlOptionsCalc.DisplayFilteredRowsCols.Label=\u0646\u0645\u0627\u06cc\u0634 \u067e\u0627\u0644\u0627\u06cc\u0647\u200c\u0647\u0627\u06cc \u0633\u0637\u0631 \u0648 \u0633\u062a\u0648\u0646
|
||||
114.XhtmlOptionsCalc.ApplyPrintRanges.HelpText=
|
||||
115.XhtmlOptionsCalc.ApplyPrintRanges.Label=\u0627\u0639\u0645\u0627\u0644 \u0645\u062d\u062f\u0648\u062f\u0647 \u0686\u0627\u067e
|
||||
116.XhtmlOptionsCalc.UseTitleAsHeading.HelpText=
|
||||
117.XhtmlOptionsCalc.UseTitleAsHeading.Label=\u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0639\u0646\u0648\u0627\u0646 \u0628\u0631\u0627\u06cc \u0633\u0631\u0627\u06cc\u0646\u062f
|
||||
118.XhtmlOptionsCalc.UseSheetNamesAsHeadings.HelpText=
|
||||
119.XhtmlOptionsCalc.UseSheetNamesAsHeadings.Label=\u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0646\u0627\u0645 \u0628\u0631\u0627\u06cc \u0633\u0631\u0627\u06cc\u0646\u062f
|
||||
120.XhtmlOptionsCalc.FilesLabel.HelpText=
|
||||
121.XhtmlOptionsCalc.FilesLabel.Label=\u067e\u0631\u0648\u0646\u062f\u0647\u200c\u0647\u0627
|
||||
122.XhtmlOptionsCalc.CalcSplit.HelpText=
|
||||
123.XhtmlOptionsCalc.CalcSplit.Label=Save sheets in separate files
|
||||
124.XhtmlOptionsCalc.SaveImagesInSubdir.HelpText=
|
||||
125.XhtmlOptionsCalc.SaveImagesInSubdir.Label=\u0630\u062e\u06cc\u0631\u0647 \u0634\u06a9\u0644\u0647\u0627 \u062f\u0631 \u06cc\u06a9 \u0632\u06cc\u0631\u067e\u0648\u0634\u0647
|
||||
126.XhtmlOptionsCalc.ExportButton.HelpText=
|
||||
127.XhtmlOptionsCalc.ExportButton.Label=\u0635\u0627\u062f\u0631\u06a9\u0631\u062f\u0646
|
||||
128.XhtmlOptionsCalc.CancelButton.HelpText=
|
||||
129.XhtmlOptionsCalc.CancelButton.Label=\u0627\u0646\u0635\u0631\u0627\u0641
|
||||
130.Config.StringItemList=\u0642\u0627\u0644\u0628 \u0628\u0646\u062f\u06cc \u0627\u0635\u0644\u06cc
|
||||
131.Config.StringItemList=Chocolate
|
||||
132.Config.StringItemList=Midnight
|
||||
133.Config.StringItemList=Modernist
|
||||
134.Config.StringItemList=Oldstyle
|
||||
135.Config.StringItemList=Steely
|
||||
136.Config.StringItemList=Swiss
|
||||
137.Config.StringItemList=Traditional
|
||||
138.Config.StringItemList=Ultramarine
|
||||
139.Config.StringItemList=\u062f\u0644\u062e\u0648\u0627\u0647
|
||||
140.Config.StringItemList=\u0642\u0627\u0644\u0628 \u0628\u0646\u062f\u06cc \u0627\u0635\u0644\u06cc
|
||||
141.Config.StringItemList=\u062f\u0644\u062e\u0648\u0627\u0647
|
||||
144.XhtmlOptions.UseMathjax.HelpText=
|
||||
145.XhtmlOptions.UseMathjax.Label=Use MathJax
|
|
@ -0,0 +1,129 @@
|
|||
# Strings for Dialog Library W2XDialogs
|
||||
0.XhtmlOptions.HelpText=
|
||||
1.XhtmlOptions.Title=XHTML asetukset (Writer2xhtml)
|
||||
2.XhtmlOptions.StyleLabel.HelpText=
|
||||
3.XhtmlOptions.StyleLabel.Label=Tyylit
|
||||
4.XhtmlOptions.ConfigLabel.HelpText=
|
||||
5.XhtmlOptions.ConfigLabel.Label=K\u00e4yt\u00e4 tyyli\u00e4
|
||||
6.XhtmlOptions.Config.HelpText=
|
||||
17.XhtmlOptions.ScalingLabel.HelpText=
|
||||
18.XhtmlOptions.ScalingLabel.Label=Skaalaus
|
||||
19.XhtmlOptions.Scaling.HelpText=
|
||||
20.XhtmlOptions.ScalingPercentLabel.HelpText=
|
||||
21.XhtmlOptions.ScalingPercentLabel.Label=%
|
||||
22.XhtmlOptions.ColumnScalingLabel.HelpText=
|
||||
23.XhtmlOptions.ColumnScalingLabel.Label=Sarakkeen skaalaus
|
||||
24.XhtmlOptions.ColumnScaling.HelpText=
|
||||
25.XhtmlOptions.ColumnScalingPercentLabel.HelpText=
|
||||
26.XhtmlOptions.ColumnScalingPercentLabel.Label=
|
||||
27.XhtmlOptions.ConvertToPx.HelpText=
|
||||
28.XhtmlOptions.ConvertToPx.Label=Muunna yksik\u00f6t pikseleiksi (px)
|
||||
29.XhtmlOptions.OriginalImageSize.HelpText=
|
||||
30.XhtmlOptions.OriginalImageSize.Label=K\u00e4yt\u00e4 alkuper\u00e4ist\u00e4 kuvakokoa
|
||||
31.XhtmlOptions.SpecialContentLabel.HelpText=
|
||||
32.XhtmlOptions.SpecialContentLabel.Label=Muut asetukset
|
||||
33.XhtmlOptions.Notes.HelpText=
|
||||
34.XhtmlOptions.Notes.Label=Vie huomautukset
|
||||
35.XhtmlOptions.UseDublinCore.HelpText=
|
||||
36.XhtmlOptions.UseDublinCore.Label=Vie dokumentin ominaisuudet (Dublin Core Metadata)
|
||||
37.XhtmlOptions.AutoCorrectLabel.HelpText=
|
||||
38.XhtmlOptions.AutoCorrectLabel.Label=Automaattinen korjaus
|
||||
39.XhtmlOptions.IgnoreHardLineBreaks.HelpText=
|
||||
40.XhtmlOptions.IgnoreHardLineBreaks.Label=Ohita pakotetut rivinvaihdot
|
||||
41.XhtmlOptions.IgnoreEmptyParagraphs.HelpText=
|
||||
42.XhtmlOptions.IgnoreEmptyParagraphs.Label=Ohita tyhj\u00e4t kappaleet
|
||||
43.XhtmlOptions.IgnoreDoubleSpaces.HelpText=
|
||||
44.XhtmlOptions.IgnoreDoubleSpaces.Label=Ohita kaksoisv\u00e4lily\u00f6nnit
|
||||
45.XhtmlOptions.FilesLabel.HelpText=
|
||||
46.XhtmlOptions.FilesLabel.Label=Tiedostot
|
||||
47.XhtmlOptions.Split.HelpText=
|
||||
48.XhtmlOptions.Split.Label=Jaa dokumentti otsikon kohdalta
|
||||
49.XhtmlOptions.SplitLevelLabel.HelpText=
|
||||
50.XhtmlOptions.SplitLevelLabel.Label=Otsikkotasot
|
||||
51.XhtmlOptions.SplitLevel.HelpText=
|
||||
52.SplitLevel.StringItemList=1
|
||||
53.SplitLevel.StringItemList=2
|
||||
54.SplitLevel.StringItemList=3
|
||||
55.SplitLevel.StringItemList=4
|
||||
56.SplitLevel.StringItemList=5
|
||||
57.SplitLevel.StringItemList=6
|
||||
58.XhtmlOptions.RepeatLevelsLabel.HelpText=
|
||||
59.XhtmlOptions.RepeatLevelsLabel.Label=Repeat heading levels
|
||||
60.XhtmlOptions.RepeatLevels.HelpText=
|
||||
61.RepeatLevels.StringItemList=0
|
||||
62.RepeatLevels.StringItemList=1
|
||||
63.RepeatLevels.StringItemList=2
|
||||
64.RepeatLevels.StringItemList=3
|
||||
65.RepeatLevels.StringItemList=4
|
||||
66.RepeatLevels.StringItemList=5
|
||||
67.XhtmlOptions.SaveImagesInSubdir.HelpText=
|
||||
68.XhtmlOptions.SaveImagesInSubdir.Label=Tallenna kuva alakansioon
|
||||
73.XhtmlOptions.ExportButton.HelpText=
|
||||
74.XhtmlOptions.ExportButton.Label=Vie
|
||||
75.XhtmlOptions.CancelButton.HelpText=
|
||||
76.XhtmlOptions.CancelButton.Label=Peruuta
|
||||
77.XhtmlOptionsCalc.HelpText=
|
||||
78.XhtmlOptionsCalc.Title=XHTML asetukset (Calc2Latex)
|
||||
79.XhtmlOptionsCalc.StyleLabel.HelpText=
|
||||
80.XhtmlOptionsCalc.StyleLabel.Label=Tyyli
|
||||
81.XhtmlOptionsCalc.ConfigLabel.HelpText=
|
||||
82.XhtmlOptionsCalc.ConfigLabel.Label=K\u00e4yt\u00e4 tyyli\u00e4
|
||||
83.XhtmlOptionsCalc.Config.HelpText=
|
||||
86.XhtmlOptionsCalc.ScalingLabel.HelpText=
|
||||
87.XhtmlOptionsCalc.ScalingLabel.Label=Skaalaus
|
||||
88.XhtmlOptionsCalc.Scaling.HelpText=
|
||||
89.XhtmlOptionsCalc.ScalingPercentLabel.HelpText=
|
||||
90.XhtmlOptionsCalc.ScalingPercentLabel.Label=%
|
||||
91.XhtmlOptionsCalc.ColumnScalingLabel.HelpText=
|
||||
92.XhtmlOptionsCalc.ColumnScalingLabel.Label=Sarakkeen skaalaus
|
||||
93.XhtmlOptionsCalc.ColumnScaling.HelpText=
|
||||
94.XhtmlOptionsCalc.ColumnScalingPercentLabel.HelpText=
|
||||
95.XhtmlOptionsCalc.ColumnScalingPercentLabel.Label=%
|
||||
96.XhtmlOptionsCalc.ConvertToPx.HelpText=
|
||||
97.XhtmlOptionsCalc.ConvertToPx.Label=Muunna yksik\u00f6t pikseleiksi (px)
|
||||
98.XhtmlOptionsCalc.OriginalImageSize.HelpText=
|
||||
99.XhtmlOptionsCalc.OriginalImageSize.Label=K\u00e4yt\u00e4 alkuper\u00e4ist\u00e4 kuvakokoa
|
||||
100.XhtmlOptionsCalc.SpecialContentLabel.HelpText=
|
||||
101.XhtmlOptionsCalc.SpecialContentLabel.Label=Muut asetukset
|
||||
102.XhtmlOptionsCalc.Notes.HelpText=
|
||||
103.XhtmlOptionsCalc.Notes.Label=Vie huomautukset
|
||||
104.XhtmlOptionsCalc.UseDublinCore.HelpText=
|
||||
105.XhtmlOptionsCalc.UseDublinCore.Label=Vie dokumentin ominaisuudet (Dublin Core Metadata)
|
||||
106.XhtmlOptionsCalc.SheetsLabel.HelpText=
|
||||
107.XhtmlOptionsCalc.SheetsLabel.Label=Laskentataulukon sivu
|
||||
108.XhtmlOptionsCalc.DisplayHiddenSheets.HelpText=
|
||||
109.XhtmlOptionsCalc.DisplayHiddenSheets.Label=N\u00e4yt\u00e4 piiloitetut sivut
|
||||
110.XhtmlOptionsCalc.DisplayHiddenRowsCols.HelpText=
|
||||
111.XhtmlOptionsCalc.DisplayHiddenRowsCols.Label=N\u00e4yt\u00e4 piiloitetut sivut
|
||||
112.XhtmlOptionsCalc.DisplayFilteredRowsCols.HelpText=
|
||||
113.XhtmlOptionsCalc.DisplayFilteredRowsCols.Label=N\u00e4yt\u00e4 suodatetut rivit ja sarakkeet
|
||||
114.XhtmlOptionsCalc.ApplyPrintRanges.HelpText=
|
||||
115.XhtmlOptionsCalc.ApplyPrintRanges.Label=K\u00e4yt\u00e4 tulostusaluetta
|
||||
116.XhtmlOptionsCalc.UseTitleAsHeading.HelpText=
|
||||
117.XhtmlOptionsCalc.UseTitleAsHeading.Label=Use title as heading
|
||||
118.XhtmlOptionsCalc.UseSheetNamesAsHeadings.HelpText=
|
||||
119.XhtmlOptionsCalc.UseSheetNamesAsHeadings.Label=Use sheet names as headings
|
||||
120.XhtmlOptionsCalc.FilesLabel.HelpText=
|
||||
121.XhtmlOptionsCalc.FilesLabel.Label=Tiedostot
|
||||
122.XhtmlOptionsCalc.CalcSplit.HelpText=
|
||||
123.XhtmlOptionsCalc.CalcSplit.Label=Tallenna sivut omiksi tiedostoiksi
|
||||
124.XhtmlOptionsCalc.SaveImagesInSubdir.HelpText=
|
||||
125.XhtmlOptionsCalc.SaveImagesInSubdir.Label=Tallenna kuvat alakansioon
|
||||
126.XhtmlOptionsCalc.ExportButton.HelpText=
|
||||
127.XhtmlOptionsCalc.ExportButton.Label=Vie
|
||||
128.XhtmlOptionsCalc.CancelButton.HelpText=
|
||||
129.XhtmlOptionsCalc.CancelButton.Label=Peruuta
|
||||
130.Config.StringItemList=Alkuper\u00e4inen muotoilu
|
||||
131.Config.StringItemList=Suklaa
|
||||
132.Config.StringItemList=Keskiy\u00f6
|
||||
133.Config.StringItemList=Moderni
|
||||
134.Config.StringItemList=Vanhanaikainen
|
||||
135.Config.StringItemList=Steely
|
||||
136.Config.StringItemList=Sveitsil\u00e4inen
|
||||
137.Config.StringItemList=Perinteinen
|
||||
138.Config.StringItemList=Ultramariini
|
||||
139.Config.StringItemList=Custom
|
||||
140.Config.StringItemList=Alkuper\u00e4inen muotoilu
|
||||
141.Config.StringItemList=Custom
|
||||
144.XhtmlOptions.UseMathjax.HelpText=
|
||||
145.XhtmlOptions.UseMathjax.Label=Use MathJax
|
|
@ -0,0 +1,129 @@
|
|||
# Strings for Dialog Library W2XDialogs
|
||||
0.XhtmlOptions.HelpText=
|
||||
1.XhtmlOptions.Title=Options XHTML (Writer2xhtml)
|
||||
2.XhtmlOptions.StyleLabel.HelpText=
|
||||
3.XhtmlOptions.StyleLabel.Label=Style
|
||||
4.XhtmlOptions.ConfigLabel.HelpText=
|
||||
5.XhtmlOptions.ConfigLabel.Label=Utiliser style
|
||||
6.XhtmlOptions.Config.HelpText=
|
||||
17.XhtmlOptions.ScalingLabel.HelpText=
|
||||
18.XhtmlOptions.ScalingLabel.Label=Dimensions
|
||||
19.XhtmlOptions.Scaling.HelpText=
|
||||
20.XhtmlOptions.ScalingPercentLabel.HelpText=
|
||||
21.XhtmlOptions.ScalingPercentLabel.Label=%
|
||||
22.XhtmlOptions.ColumnScalingLabel.HelpText=
|
||||
23.XhtmlOptions.ColumnScalingLabel.Label=Dimension des colonnes
|
||||
24.XhtmlOptions.ColumnScaling.HelpText=
|
||||
25.XhtmlOptions.ColumnScalingPercentLabel.HelpText=
|
||||
26.XhtmlOptions.ColumnScalingPercentLabel.Label=%
|
||||
27.XhtmlOptions.ConvertToPx.HelpText=
|
||||
28.XhtmlOptions.ConvertToPx.Label=Convertir unit\u00e9s en pixels
|
||||
29.XhtmlOptions.OriginalImageSize.HelpText=
|
||||
30.XhtmlOptions.OriginalImageSize.Label=Utiliser la taille d'origine des images
|
||||
31.XhtmlOptions.SpecialContentLabel.HelpText=
|
||||
32.XhtmlOptions.SpecialContentLabel.Label=Contenu sp\u00e9cifique
|
||||
33.XhtmlOptions.Notes.HelpText=
|
||||
34.XhtmlOptions.Notes.Label=Exporter les notes
|
||||
35.XhtmlOptions.UseDublinCore.HelpText=
|
||||
36.XhtmlOptions.UseDublinCore.Label=Exporter les propri\u00e9t\u00e9s du document (Metadonn\u00e9es Dublin Core)
|
||||
37.XhtmlOptions.AutoCorrectLabel.HelpText=
|
||||
38.XhtmlOptions.AutoCorrectLabel.Label=Correction automatique
|
||||
39.XhtmlOptions.IgnoreHardLineBreaks.HelpText=
|
||||
40.XhtmlOptions.IgnoreHardLineBreaks.Label=Ignorer les sauts de ligne
|
||||
41.XhtmlOptions.IgnoreEmptyParagraphs.HelpText=
|
||||
42.XhtmlOptions.IgnoreEmptyParagraphs.Label=Ignorer les paragraphes vides
|
||||
43.XhtmlOptions.IgnoreDoubleSpaces.HelpText=
|
||||
44.XhtmlOptions.IgnoreDoubleSpaces.Label=Ignoerer les doubles espaces
|
||||
45.XhtmlOptions.FilesLabel.HelpText=
|
||||
46.XhtmlOptions.FilesLabel.Label=Fichiers
|
||||
47.XhtmlOptions.Split.HelpText=
|
||||
48.XhtmlOptions.Split.Label=S\u00e9parer le document au niveau des titres
|
||||
49.XhtmlOptions.SplitLevelLabel.HelpText=
|
||||
50.XhtmlOptions.SplitLevelLabel.Label=Niveau des titres
|
||||
51.XhtmlOptions.SplitLevel.HelpText=
|
||||
52.SplitLevel.StringItemList=1
|
||||
53.SplitLevel.StringItemList=2
|
||||
54.SplitLevel.StringItemList=3
|
||||
55.SplitLevel.StringItemList=4
|
||||
56.SplitLevel.StringItemList=5
|
||||
57.SplitLevel.StringItemList=6
|
||||
58.XhtmlOptions.RepeatLevelsLabel.HelpText=
|
||||
59.XhtmlOptions.RepeatLevelsLabel.Label=R\u00e9p\u00e9ter le niveau des titres
|
||||
60.XhtmlOptions.RepeatLevels.HelpText=
|
||||
61.RepeatLevels.StringItemList=0
|
||||
62.RepeatLevels.StringItemList=1
|
||||
63.RepeatLevels.StringItemList=2
|
||||
64.RepeatLevels.StringItemList=3
|
||||
65.RepeatLevels.StringItemList=4
|
||||
66.RepeatLevels.StringItemList=5
|
||||
67.XhtmlOptions.SaveImagesInSubdir.HelpText=
|
||||
68.XhtmlOptions.SaveImagesInSubdir.Label=Sauver les images dans un sous-r\u00e9pertoire
|
||||
73.XhtmlOptions.ExportButton.HelpText=
|
||||
74.XhtmlOptions.ExportButton.Label=Exporter
|
||||
75.XhtmlOptions.CancelButton.HelpText=
|
||||
76.XhtmlOptions.CancelButton.Label=Annuler
|
||||
77.XhtmlOptionsCalc.HelpText=
|
||||
78.XhtmlOptionsCalc.Title=Options XHTML(Calc2xhtml)
|
||||
79.XhtmlOptionsCalc.StyleLabel.HelpText=
|
||||
80.XhtmlOptionsCalc.StyleLabel.Label=Style
|
||||
81.XhtmlOptionsCalc.ConfigLabel.HelpText=
|
||||
82.XhtmlOptionsCalc.ConfigLabel.Label=Utiliser style
|
||||
83.XhtmlOptionsCalc.Config.HelpText=
|
||||
86.XhtmlOptionsCalc.ScalingLabel.HelpText=
|
||||
87.XhtmlOptionsCalc.ScalingLabel.Label=Dimensions
|
||||
88.XhtmlOptionsCalc.Scaling.HelpText=
|
||||
89.XhtmlOptionsCalc.ScalingPercentLabel.HelpText=
|
||||
90.XhtmlOptionsCalc.ScalingPercentLabel.Label=%
|
||||
91.XhtmlOptionsCalc.ColumnScalingLabel.HelpText=
|
||||
92.XhtmlOptionsCalc.ColumnScalingLabel.Label=Dimension des colonnes
|
||||
93.XhtmlOptionsCalc.ColumnScaling.HelpText=
|
||||
94.XhtmlOptionsCalc.ColumnScalingPercentLabel.HelpText=
|
||||
95.XhtmlOptionsCalc.ColumnScalingPercentLabel.Label=%
|
||||
96.XhtmlOptionsCalc.ConvertToPx.HelpText=
|
||||
97.XhtmlOptionsCalc.ConvertToPx.Label=Convertir unit\u00e9s en pixels
|
||||
98.XhtmlOptionsCalc.OriginalImageSize.HelpText=
|
||||
99.XhtmlOptionsCalc.OriginalImageSize.Label=Utiliser la taille d'origine des images
|
||||
100.XhtmlOptionsCalc.SpecialContentLabel.HelpText=
|
||||
101.XhtmlOptionsCalc.SpecialContentLabel.Label=Contenu specifique
|
||||
102.XhtmlOptionsCalc.Notes.HelpText=
|
||||
103.XhtmlOptionsCalc.Notes.Label=Exporter les notes
|
||||
104.XhtmlOptionsCalc.UseDublinCore.HelpText=
|
||||
105.XhtmlOptionsCalc.UseDublinCore.Label=Exporter les propri\u00e9t\u00e9s du document (Metadonn\u00e9es Dublin Core)
|
||||
106.XhtmlOptionsCalc.SheetsLabel.HelpText=
|
||||
107.XhtmlOptionsCalc.SheetsLabel.Label=Feuilles
|
||||
108.XhtmlOptionsCalc.DisplayHiddenSheets.HelpText=
|
||||
109.XhtmlOptionsCalc.DisplayHiddenSheets.Label=Afficher les feuilles cach\u00e9es
|
||||
110.XhtmlOptionsCalc.DisplayHiddenRowsCols.HelpText=
|
||||
111.XhtmlOptionsCalc.DisplayHiddenRowsCols.Label=Afficher les lignes et colonnes cach\u00e9es
|
||||
112.XhtmlOptionsCalc.DisplayFilteredRowsCols.HelpText=
|
||||
113.XhtmlOptionsCalc.DisplayFilteredRowsCols.Label=Afficher les lignes et colonnes filtr\u00e9es
|
||||
114.XhtmlOptionsCalc.ApplyPrintRanges.HelpText=
|
||||
115.XhtmlOptionsCalc.ApplyPrintRanges.Label=Appliquer les zones d'impression
|
||||
116.XhtmlOptionsCalc.UseTitleAsHeading.HelpText=
|
||||
117.XhtmlOptionsCalc.UseTitleAsHeading.Label=Utiliser le titre comme en-t\u00eate
|
||||
118.XhtmlOptionsCalc.UseSheetNamesAsHeadings.HelpText=
|
||||
119.XhtmlOptionsCalc.UseSheetNamesAsHeadings.Label=Utiliser le nom des feuilles comme en-t\u00eate
|
||||
120.XhtmlOptionsCalc.FilesLabel.HelpText=
|
||||
121.XhtmlOptionsCalc.FilesLabel.Label=Fichiers
|
||||
122.XhtmlOptionsCalc.CalcSplit.HelpText=
|
||||
123.XhtmlOptionsCalc.CalcSplit.Label=Sauver les feuilles dans des fichiers s\u00e9par\u00e9s
|
||||
124.XhtmlOptionsCalc.SaveImagesInSubdir.HelpText=
|
||||
125.XhtmlOptionsCalc.SaveImagesInSubdir.Label=Sauver les images dans un sous-r\u00e9pertoire
|
||||
126.XhtmlOptionsCalc.ExportButton.HelpText=
|
||||
127.XhtmlOptionsCalc.ExportButton.Label=Exporter
|
||||
128.XhtmlOptionsCalc.CancelButton.HelpText=
|
||||
129.XhtmlOptionsCalc.CancelButton.Label=Annuler
|
||||
130.Config.StringItemList=Format d'origine
|
||||
131.Config.StringItemList=Chocolat
|
||||
132.Config.StringItemList=Minuit
|
||||
133.Config.StringItemList=Contemporain
|
||||
134.Config.StringItemList=Vieux style
|
||||
135.Config.StringItemList=M\u00e9tallis\u00e9
|
||||
136.Config.StringItemList=Suisse
|
||||
137.Config.StringItemList=Traditionnel
|
||||
138.Config.StringItemList=Ultramarine
|
||||
139.Config.StringItemList=Personnalis\u00e9
|
||||
140.Config.StringItemList=Format d'origine
|
||||
141.Config.StringItemList=Personnalis\u00e9
|
||||
144.XhtmlOptions.UseMathjax.HelpText=
|
||||
145.XhtmlOptions.UseMathjax.Label=Utiliser MathJax
|
|
@ -0,0 +1,129 @@
|
|||
# Strings for Dialog Library W2XDialogs
|
||||
0.XhtmlOptions.HelpText=
|
||||
1.XhtmlOptions.Title=Opzioni XHTML (Writer2xhtml)
|
||||
2.XhtmlOptions.StyleLabel.HelpText=
|
||||
3.XhtmlOptions.StyleLabel.Label=Stile
|
||||
4.XhtmlOptions.ConfigLabel.HelpText=
|
||||
5.XhtmlOptions.ConfigLabel.Label=Usa stile
|
||||
6.XhtmlOptions.Config.HelpText=
|
||||
17.XhtmlOptions.ScalingLabel.HelpText=
|
||||
18.XhtmlOptions.ScalingLabel.Label=Scala
|
||||
19.XhtmlOptions.Scaling.HelpText=
|
||||
20.XhtmlOptions.ScalingPercentLabel.HelpText=
|
||||
21.XhtmlOptions.ScalingPercentLabel.Label=%
|
||||
22.XhtmlOptions.ColumnScalingLabel.HelpText=
|
||||
23.XhtmlOptions.ColumnScalingLabel.Label=Scala colonne
|
||||
24.XhtmlOptions.ColumnScaling.HelpText=
|
||||
25.XhtmlOptions.ColumnScalingPercentLabel.HelpText=
|
||||
26.XhtmlOptions.ColumnScalingPercentLabel.Label=%
|
||||
27.XhtmlOptions.ConvertToPx.HelpText=
|
||||
28.XhtmlOptions.ConvertToPx.Label=Converti unit\u00e0 a px (pixel)
|
||||
29.XhtmlOptions.OriginalImageSize.HelpText=
|
||||
30.XhtmlOptions.OriginalImageSize.Label=Usa le dimensioni originali delle immagini
|
||||
31.XhtmlOptions.SpecialContentLabel.HelpText=
|
||||
32.XhtmlOptions.SpecialContentLabel.Label=Contenuti speciali
|
||||
33.XhtmlOptions.Notes.HelpText=
|
||||
34.XhtmlOptions.Notes.Label=Esporta le note
|
||||
35.XhtmlOptions.UseDublinCore.HelpText=
|
||||
36.XhtmlOptions.UseDublinCore.Label=Esporta le propriet\u00e0 del documento (Dublin Core Metadata)
|
||||
37.XhtmlOptions.AutoCorrectLabel.HelpText=
|
||||
38.XhtmlOptions.AutoCorrectLabel.Label=Correzione automatica
|
||||
39.XhtmlOptions.IgnoreHardLineBreaks.HelpText=
|
||||
40.XhtmlOptions.IgnoreHardLineBreaks.Label=Ignora le interruzioni di riga manuali
|
||||
41.XhtmlOptions.IgnoreEmptyParagraphs.HelpText=
|
||||
42.XhtmlOptions.IgnoreEmptyParagraphs.Label=Ignora i paragrafi vuoti
|
||||
43.XhtmlOptions.IgnoreDoubleSpaces.HelpText=
|
||||
44.XhtmlOptions.IgnoreDoubleSpaces.Label=Ignora gli spazi doppi
|
||||
45.XhtmlOptions.FilesLabel.HelpText=
|
||||
46.XhtmlOptions.FilesLabel.Label=File
|
||||
47.XhtmlOptions.Split.HelpText=
|
||||
48.XhtmlOptions.Split.Label=Dividi il documento alle intestazioni
|
||||
49.XhtmlOptions.SplitLevelLabel.HelpText=
|
||||
50.XhtmlOptions.SplitLevelLabel.Label=Livello intestazione
|
||||
51.XhtmlOptions.SplitLevel.HelpText=
|
||||
52.SplitLevel.StringItemList=1
|
||||
53.SplitLevel.StringItemList=2
|
||||
54.SplitLevel.StringItemList=3
|
||||
55.SplitLevel.StringItemList=4
|
||||
56.SplitLevel.StringItemList=5
|
||||
57.SplitLevel.StringItemList=6
|
||||
58.XhtmlOptions.RepeatLevelsLabel.HelpText=
|
||||
59.XhtmlOptions.RepeatLevelsLabel.Label=Ripeti livelli intestazione
|
||||
60.XhtmlOptions.RepeatLevels.HelpText=
|
||||
61.RepeatLevels.StringItemList=0
|
||||
62.RepeatLevels.StringItemList=1
|
||||
63.RepeatLevels.StringItemList=2
|
||||
64.RepeatLevels.StringItemList=3
|
||||
65.RepeatLevels.StringItemList=4
|
||||
66.RepeatLevels.StringItemList=5
|
||||
67.XhtmlOptions.SaveImagesInSubdir.HelpText=
|
||||
68.XhtmlOptions.SaveImagesInSubdir.Label=Salva le immagini in una sottocartella
|
||||
73.XhtmlOptions.ExportButton.HelpText=
|
||||
74.XhtmlOptions.ExportButton.Label=Esporta
|
||||
75.XhtmlOptions.CancelButton.HelpText=
|
||||
76.XhtmlOptions.CancelButton.Label=Annulla
|
||||
77.XhtmlOptionsCalc.HelpText=
|
||||
78.XhtmlOptionsCalc.Title=Opzioni XHTML (Calc2xhtml)
|
||||
79.XhtmlOptionsCalc.StyleLabel.HelpText=
|
||||
80.XhtmlOptionsCalc.StyleLabel.Label=Stile
|
||||
81.XhtmlOptionsCalc.ConfigLabel.HelpText=
|
||||
82.XhtmlOptionsCalc.ConfigLabel.Label=Usa stile
|
||||
83.XhtmlOptionsCalc.Config.HelpText=
|
||||
86.XhtmlOptionsCalc.ScalingLabel.HelpText=
|
||||
87.XhtmlOptionsCalc.ScalingLabel.Label=Scala
|
||||
88.XhtmlOptionsCalc.Scaling.HelpText=
|
||||
89.XhtmlOptionsCalc.ScalingPercentLabel.HelpText=
|
||||
90.XhtmlOptionsCalc.ScalingPercentLabel.Label=%
|
||||
91.XhtmlOptionsCalc.ColumnScalingLabel.HelpText=
|
||||
92.XhtmlOptionsCalc.ColumnScalingLabel.Label=Scala colonne
|
||||
93.XhtmlOptionsCalc.ColumnScaling.HelpText=
|
||||
94.XhtmlOptionsCalc.ColumnScalingPercentLabel.HelpText=
|
||||
95.XhtmlOptionsCalc.ColumnScalingPercentLabel.Label=%
|
||||
96.XhtmlOptionsCalc.ConvertToPx.HelpText=
|
||||
97.XhtmlOptionsCalc.ConvertToPx.Label=Converti unit\u00e0 a px (pixel)
|
||||
98.XhtmlOptionsCalc.OriginalImageSize.HelpText=
|
||||
99.XhtmlOptionsCalc.OriginalImageSize.Label=Usa dimensione immagini originale
|
||||
100.XhtmlOptionsCalc.SpecialContentLabel.HelpText=
|
||||
101.XhtmlOptionsCalc.SpecialContentLabel.Label=Contenuti speciali
|
||||
102.XhtmlOptionsCalc.Notes.HelpText=
|
||||
103.XhtmlOptionsCalc.Notes.Label=Esporta le note
|
||||
104.XhtmlOptionsCalc.UseDublinCore.HelpText=
|
||||
105.XhtmlOptionsCalc.UseDublinCore.Label=Usa le dimensioni originali delle immagini
|
||||
106.XhtmlOptionsCalc.SheetsLabel.HelpText=
|
||||
107.XhtmlOptionsCalc.SheetsLabel.Label=Fogli
|
||||
108.XhtmlOptionsCalc.DisplayHiddenSheets.HelpText=
|
||||
109.XhtmlOptionsCalc.DisplayHiddenSheets.Label=Mostra i fogli nascosti
|
||||
110.XhtmlOptionsCalc.DisplayHiddenRowsCols.HelpText=
|
||||
111.XhtmlOptionsCalc.DisplayHiddenRowsCols.Label=Mostra le righe e le colonne nascoste
|
||||
112.XhtmlOptionsCalc.DisplayFilteredRowsCols.HelpText=
|
||||
113.XhtmlOptionsCalc.DisplayFilteredRowsCols.Label=Mostra le righe e le colonne filtrate
|
||||
114.XhtmlOptionsCalc.ApplyPrintRanges.HelpText=
|
||||
115.XhtmlOptionsCalc.ApplyPrintRanges.Label=Applica aree di stampa
|
||||
116.XhtmlOptionsCalc.UseTitleAsHeading.HelpText=
|
||||
117.XhtmlOptionsCalc.UseTitleAsHeading.Label=Usa il titolo come intestazione
|
||||
118.XhtmlOptionsCalc.UseSheetNamesAsHeadings.HelpText=
|
||||
119.XhtmlOptionsCalc.UseSheetNamesAsHeadings.Label=Usa i nomi dei fogli come intestazioni
|
||||
120.XhtmlOptionsCalc.FilesLabel.HelpText=
|
||||
121.XhtmlOptionsCalc.FilesLabel.Label=File
|
||||
122.XhtmlOptionsCalc.CalcSplit.HelpText=
|
||||
123.XhtmlOptionsCalc.CalcSplit.Label=Salva i fogli in file separati
|
||||
124.XhtmlOptionsCalc.SaveImagesInSubdir.HelpText=
|
||||
125.XhtmlOptionsCalc.SaveImagesInSubdir.Label=Salva le immagini in una sottocartella
|
||||
126.XhtmlOptionsCalc.ExportButton.HelpText=
|
||||
127.XhtmlOptionsCalc.ExportButton.Label=Esporta
|
||||
128.XhtmlOptionsCalc.CancelButton.HelpText=
|
||||
129.XhtmlOptionsCalc.CancelButton.Label=Annulla
|
||||
130.Config.StringItemList=Formattazione originale
|
||||
131.Config.StringItemList=Cioccolato
|
||||
132.Config.StringItemList=Mezzanotte
|
||||
133.Config.StringItemList=Modernista
|
||||
134.Config.StringItemList=Old style
|
||||
135.Config.StringItemList=Steel
|
||||
136.Config.StringItemList=Svizzero
|
||||
137.Config.StringItemList=Tradizionale
|
||||
138.Config.StringItemList=Ultramarine
|
||||
139.Config.StringItemList=Personalizzato
|
||||
140.Config.StringItemList=Formattazione originale
|
||||
141.Config.StringItemList=Personalizzato
|
||||
144.XhtmlOptions.UseMathjax.HelpText=
|
||||
145.XhtmlOptions.UseMathjax.Label=Use MathJax
|
|
@ -0,0 +1,129 @@
|
|||
# Strings for Dialog Library W2XDialogs
|
||||
0.XhtmlOptions.HelpText=
|
||||
1.XhtmlOptions.Title=XHTML-opties (Writer2xhtml)
|
||||
2.XhtmlOptions.StyleLabel.HelpText=
|
||||
3.XhtmlOptions.StyleLabel.Label=Stijl
|
||||
4.XhtmlOptions.ConfigLabel.HelpText=
|
||||
5.XhtmlOptions.ConfigLabel.Label=Gebruik stijl
|
||||
6.XhtmlOptions.Config.HelpText=
|
||||
17.XhtmlOptions.ScalingLabel.HelpText=
|
||||
18.XhtmlOptions.ScalingLabel.Label=Schalen
|
||||
19.XhtmlOptions.Scaling.HelpText=
|
||||
20.XhtmlOptions.ScalingPercentLabel.HelpText=
|
||||
21.XhtmlOptions.ScalingPercentLabel.Label=%
|
||||
22.XhtmlOptions.ColumnScalingLabel.HelpText=
|
||||
23.XhtmlOptions.ColumnScalingLabel.Label=Kolommen schalen
|
||||
24.XhtmlOptions.ColumnScaling.HelpText=
|
||||
25.XhtmlOptions.ColumnScalingPercentLabel.HelpText=
|
||||
26.XhtmlOptions.ColumnScalingPercentLabel.Label=%
|
||||
27.XhtmlOptions.ConvertToPx.HelpText=
|
||||
28.XhtmlOptions.ConvertToPx.Label=Converteer eenheden naar pixels (px)
|
||||
29.XhtmlOptions.OriginalImageSize.HelpText=
|
||||
30.XhtmlOptions.OriginalImageSize.Label=Gebruik originele afbeeldingsgrootte
|
||||
31.XhtmlOptions.SpecialContentLabel.HelpText=
|
||||
32.XhtmlOptions.SpecialContentLabel.Label=Speciale inhoud
|
||||
33.XhtmlOptions.Notes.HelpText=
|
||||
34.XhtmlOptions.Notes.Label=Exporteer notities
|
||||
35.XhtmlOptions.UseDublinCore.HelpText=
|
||||
36.XhtmlOptions.UseDublinCore.Label=Exporteer documenteigenschappen (Dublin Core Metadata)
|
||||
37.XhtmlOptions.AutoCorrectLabel.HelpText=
|
||||
38.XhtmlOptions.AutoCorrectLabel.Label=AutoCorrectie
|
||||
39.XhtmlOptions.IgnoreHardLineBreaks.HelpText=
|
||||
40.XhtmlOptions.IgnoreHardLineBreaks.Label=Negeer handmatige regeleindes
|
||||
41.XhtmlOptions.IgnoreEmptyParagraphs.HelpText=
|
||||
42.XhtmlOptions.IgnoreEmptyParagraphs.Label=Negeer lege alinea's
|
||||
43.XhtmlOptions.IgnoreDoubleSpaces.HelpText=
|
||||
44.XhtmlOptions.IgnoreDoubleSpaces.Label=Negeer dubbele spaties
|
||||
45.XhtmlOptions.FilesLabel.HelpText=
|
||||
46.XhtmlOptions.FilesLabel.Label=Bestanden
|
||||
47.XhtmlOptions.Split.HelpText=
|
||||
48.XhtmlOptions.Split.Label=Splits document bij alineakoppen
|
||||
49.XhtmlOptions.SplitLevelLabel.HelpText=
|
||||
50.XhtmlOptions.SplitLevelLabel.Label=Koppenniveau
|
||||
51.XhtmlOptions.SplitLevel.HelpText=
|
||||
52.SplitLevel.StringItemList=1
|
||||
53.SplitLevel.StringItemList=2
|
||||
54.SplitLevel.StringItemList=3
|
||||
55.SplitLevel.StringItemList=4
|
||||
56.SplitLevel.StringItemList=5
|
||||
57.SplitLevel.StringItemList=6
|
||||
58.XhtmlOptions.RepeatLevelsLabel.HelpText=
|
||||
59.XhtmlOptions.RepeatLevelsLabel.Label=Herhaal koppenniveau
|
||||
60.XhtmlOptions.RepeatLevels.HelpText=
|
||||
61.RepeatLevels.StringItemList=0
|
||||
62.RepeatLevels.StringItemList=1
|
||||
63.RepeatLevels.StringItemList=2
|
||||
64.RepeatLevels.StringItemList=3
|
||||
65.RepeatLevels.StringItemList=4
|
||||
66.RepeatLevels.StringItemList=5
|
||||
67.XhtmlOptions.SaveImagesInSubdir.HelpText=
|
||||
68.XhtmlOptions.SaveImagesInSubdir.Label=Sla plaatjes op in subdirectory
|
||||
73.XhtmlOptions.ExportButton.HelpText=
|
||||
74.XhtmlOptions.ExportButton.Label=Exporteer
|
||||
75.XhtmlOptions.CancelButton.HelpText=
|
||||
76.XhtmlOptions.CancelButton.Label=Afbreken
|
||||
77.XhtmlOptionsCalc.HelpText=
|
||||
78.XhtmlOptionsCalc.Title=XHTML-opties (Calc2xhtml)
|
||||
79.XhtmlOptionsCalc.StyleLabel.HelpText=
|
||||
80.XhtmlOptionsCalc.StyleLabel.Label=Stijl
|
||||
81.XhtmlOptionsCalc.ConfigLabel.HelpText=
|
||||
82.XhtmlOptionsCalc.ConfigLabel.Label=Gebruik stijl
|
||||
83.XhtmlOptionsCalc.Config.HelpText=
|
||||
86.XhtmlOptionsCalc.ScalingLabel.HelpText=
|
||||
87.XhtmlOptionsCalc.ScalingLabel.Label=Schalen
|
||||
88.XhtmlOptionsCalc.Scaling.HelpText=
|
||||
89.XhtmlOptionsCalc.ScalingPercentLabel.HelpText=
|
||||
90.XhtmlOptionsCalc.ScalingPercentLabel.Label=%
|
||||
91.XhtmlOptionsCalc.ColumnScalingLabel.HelpText=
|
||||
92.XhtmlOptionsCalc.ColumnScalingLabel.Label=Kolommen schalen
|
||||
93.XhtmlOptionsCalc.ColumnScaling.HelpText=
|
||||
94.XhtmlOptionsCalc.ColumnScalingPercentLabel.HelpText=
|
||||
95.XhtmlOptionsCalc.ColumnScalingPercentLabel.Label=%
|
||||
96.XhtmlOptionsCalc.ConvertToPx.HelpText=
|
||||
97.XhtmlOptionsCalc.ConvertToPx.Label=Converteer eenheden naar pixels (px)
|
||||
98.XhtmlOptionsCalc.OriginalImageSize.HelpText=
|
||||
99.XhtmlOptionsCalc.OriginalImageSize.Label=Gebruik originele afbeeldingsgrootte
|
||||
100.XhtmlOptionsCalc.SpecialContentLabel.HelpText=
|
||||
101.XhtmlOptionsCalc.SpecialContentLabel.Label=Speciale inhoud
|
||||
102.XhtmlOptionsCalc.Notes.HelpText=
|
||||
103.XhtmlOptionsCalc.Notes.Label=Exporteer notities
|
||||
104.XhtmlOptionsCalc.UseDublinCore.HelpText=
|
||||
105.XhtmlOptionsCalc.UseDublinCore.Label=Exporteer documenteigenschappen (Dublin Core Metadata)
|
||||
106.XhtmlOptionsCalc.SheetsLabel.HelpText=
|
||||
107.XhtmlOptionsCalc.SheetsLabel.Label=Bladen
|
||||
108.XhtmlOptionsCalc.DisplayHiddenSheets.HelpText=
|
||||
109.XhtmlOptionsCalc.DisplayHiddenSheets.Label=Laat verborgen bladen zien
|
||||
110.XhtmlOptionsCalc.DisplayHiddenRowsCols.HelpText=
|
||||
111.XhtmlOptionsCalc.DisplayHiddenRowsCols.Label=Laat verborgen rijen en kolommen zien
|
||||
112.XhtmlOptionsCalc.DisplayFilteredRowsCols.HelpText=
|
||||
113.XhtmlOptionsCalc.DisplayFilteredRowsCols.Label=Laat gefilterde rijen en kolommen zien
|
||||
114.XhtmlOptionsCalc.ApplyPrintRanges.HelpText=
|
||||
115.XhtmlOptionsCalc.ApplyPrintRanges.Label=Pas afdrukgebieden toe
|
||||
116.XhtmlOptionsCalc.UseTitleAsHeading.HelpText=
|
||||
117.XhtmlOptionsCalc.UseTitleAsHeading.Label=Gebruik titel als kop
|
||||
118.XhtmlOptionsCalc.UseSheetNamesAsHeadings.HelpText=
|
||||
119.XhtmlOptionsCalc.UseSheetNamesAsHeadings.Label=Gebruik bladnamen als koppen
|
||||
120.XhtmlOptionsCalc.FilesLabel.HelpText=
|
||||
121.XhtmlOptionsCalc.FilesLabel.Label=Bestanden
|
||||
122.XhtmlOptionsCalc.CalcSplit.HelpText=
|
||||
123.XhtmlOptionsCalc.CalcSplit.Label=Sla bladen op in afzonderlijke bestanden
|
||||
124.XhtmlOptionsCalc.SaveImagesInSubdir.HelpText=
|
||||
125.XhtmlOptionsCalc.SaveImagesInSubdir.Label=Sla plaatjes op in subdirectory
|
||||
126.XhtmlOptionsCalc.ExportButton.HelpText=
|
||||
127.XhtmlOptionsCalc.ExportButton.Label=Exporteer
|
||||
128.XhtmlOptionsCalc.CancelButton.HelpText=
|
||||
129.XhtmlOptionsCalc.CancelButton.Label=Annuleren
|
||||
130.Config.StringItemList=Origineel formaat
|
||||
131.Config.StringItemList=Chocolate
|
||||
132.Config.StringItemList=Midnight
|
||||
133.Config.StringItemList=Modernist
|
||||
134.Config.StringItemList=Oldstyle
|
||||
135.Config.StringItemList=Steely
|
||||
136.Config.StringItemList=Swiss
|
||||
137.Config.StringItemList=Traditional
|
||||
138.Config.StringItemList=Ultramarine
|
||||
139.Config.StringItemList=Aangepast
|
||||
140.Config.StringItemList=Origineel formaat
|
||||
141.Config.StringItemList=Aangepast
|
||||
144.XhtmlOptions.UseMathjax.HelpText=
|
||||
145.XhtmlOptions.UseMathjax.Label=Gebruik MathJax
|
|
@ -0,0 +1,129 @@
|
|||
# Strings for Dialog Library W2XDialogs
|
||||
0.XhtmlOptions.HelpText=
|
||||
1.XhtmlOptions.Title=XHTML-val (Writer2xhtml)
|
||||
2.XhtmlOptions.StyleLabel.HelpText=
|
||||
3.XhtmlOptions.StyleLabel.Label=Stil
|
||||
4.XhtmlOptions.ConfigLabel.HelpText=
|
||||
5.XhtmlOptions.ConfigLabel.Label=Nytt stil
|
||||
6.XhtmlOptions.Config.HelpText=
|
||||
17.XhtmlOptions.ScalingLabel.HelpText=
|
||||
18.XhtmlOptions.ScalingLabel.Label=Skalering
|
||||
19.XhtmlOptions.Scaling.HelpText=
|
||||
20.XhtmlOptions.ScalingPercentLabel.HelpText=
|
||||
21.XhtmlOptions.ScalingPercentLabel.Label=%
|
||||
22.XhtmlOptions.ColumnScalingLabel.HelpText=
|
||||
23.XhtmlOptions.ColumnScalingLabel.Label=Kolonneskalering
|
||||
24.XhtmlOptions.ColumnScaling.HelpText=
|
||||
25.XhtmlOptions.ColumnScalingPercentLabel.HelpText=
|
||||
26.XhtmlOptions.ColumnScalingPercentLabel.Label=%
|
||||
27.XhtmlOptions.ConvertToPx.HelpText=
|
||||
28.XhtmlOptions.ConvertToPx.Label=Konverter einingar til px (pikslar)
|
||||
29.XhtmlOptions.OriginalImageSize.HelpText=
|
||||
30.XhtmlOptions.OriginalImageSize.Label=Nytt opphavleg biletstorleik
|
||||
31.XhtmlOptions.SpecialContentLabel.HelpText=
|
||||
32.XhtmlOptions.SpecialContentLabel.Label=Spesielt innhald
|
||||
33.XhtmlOptions.Notes.HelpText=
|
||||
34.XhtmlOptions.Notes.Label=Eksporter merknader
|
||||
35.XhtmlOptions.UseDublinCore.HelpText=
|
||||
36.XhtmlOptions.UseDublinCore.Label=Eksporter dokumenteigenskapar (Dublin Core metadata)
|
||||
37.XhtmlOptions.AutoCorrectLabel.HelpText=
|
||||
38.XhtmlOptions.AutoCorrectLabel.Label=Autokorriger
|
||||
39.XhtmlOptions.IgnoreHardLineBreaks.HelpText=
|
||||
40.XhtmlOptions.IgnoreHardLineBreaks.Label=Ignorer hard linjeskift
|
||||
41.XhtmlOptions.IgnoreEmptyParagraphs.HelpText=
|
||||
42.XhtmlOptions.IgnoreEmptyParagraphs.Label=Ignorer tomme avsnitt
|
||||
43.XhtmlOptions.IgnoreDoubleSpaces.HelpText=
|
||||
44.XhtmlOptions.IgnoreDoubleSpaces.Label=Ignorer doble mellomrom
|
||||
45.XhtmlOptions.FilesLabel.HelpText=
|
||||
46.XhtmlOptions.FilesLabel.Label=Filer
|
||||
47.XhtmlOptions.Split.HelpText=
|
||||
48.XhtmlOptions.Split.Label=Del dokumentet ved overskrifter
|
||||
49.XhtmlOptions.SplitLevelLabel.HelpText=
|
||||
50.XhtmlOptions.SplitLevelLabel.Label=Overskriftsniv\u00e5
|
||||
51.XhtmlOptions.SplitLevel.HelpText=
|
||||
52.SplitLevel.StringItemList=1
|
||||
53.SplitLevel.StringItemList=2
|
||||
54.SplitLevel.StringItemList=3
|
||||
55.SplitLevel.StringItemList=4
|
||||
56.SplitLevel.StringItemList=5
|
||||
57.SplitLevel.StringItemList=6
|
||||
58.XhtmlOptions.RepeatLevelsLabel.HelpText=
|
||||
59.XhtmlOptions.RepeatLevelsLabel.Label=Gjenta overskriftsniv\u00e5
|
||||
60.XhtmlOptions.RepeatLevels.HelpText=
|
||||
61.RepeatLevels.StringItemList=0
|
||||
62.RepeatLevels.StringItemList=1
|
||||
63.RepeatLevels.StringItemList=2
|
||||
64.RepeatLevels.StringItemList=3
|
||||
65.RepeatLevels.StringItemList=4
|
||||
66.RepeatLevels.StringItemList=5
|
||||
67.XhtmlOptions.SaveImagesInSubdir.HelpText=
|
||||
68.XhtmlOptions.SaveImagesInSubdir.Label=Lagre bilete i undermappe
|
||||
73.XhtmlOptions.ExportButton.HelpText=
|
||||
74.XhtmlOptions.ExportButton.Label=Eksporter
|
||||
75.XhtmlOptions.CancelButton.HelpText=
|
||||
76.XhtmlOptions.CancelButton.Label=Avbryt
|
||||
77.XhtmlOptionsCalc.HelpText=
|
||||
78.XhtmlOptionsCalc.Title=XHTML-val (Calc2xhtml)
|
||||
79.XhtmlOptionsCalc.StyleLabel.HelpText=
|
||||
80.XhtmlOptionsCalc.StyleLabel.Label=Stil
|
||||
81.XhtmlOptionsCalc.ConfigLabel.HelpText=
|
||||
82.XhtmlOptionsCalc.ConfigLabel.Label=Nytt stil
|
||||
83.XhtmlOptionsCalc.Config.HelpText=
|
||||
86.XhtmlOptionsCalc.ScalingLabel.HelpText=
|
||||
87.XhtmlOptionsCalc.ScalingLabel.Label=Skalering
|
||||
88.XhtmlOptionsCalc.Scaling.HelpText=
|
||||
89.XhtmlOptionsCalc.ScalingPercentLabel.HelpText=
|
||||
90.XhtmlOptionsCalc.ScalingPercentLabel.Label=%
|
||||
91.XhtmlOptionsCalc.ColumnScalingLabel.HelpText=
|
||||
92.XhtmlOptionsCalc.ColumnScalingLabel.Label=Kolonneskalering
|
||||
93.XhtmlOptionsCalc.ColumnScaling.HelpText=
|
||||
94.XhtmlOptionsCalc.ColumnScalingPercentLabel.HelpText=
|
||||
95.XhtmlOptionsCalc.ColumnScalingPercentLabel.Label=%
|
||||
96.XhtmlOptionsCalc.ConvertToPx.HelpText=
|
||||
97.XhtmlOptionsCalc.ConvertToPx.Label=Konverter einingar til px (pikslar)
|
||||
98.XhtmlOptionsCalc.OriginalImageSize.HelpText=
|
||||
99.XhtmlOptionsCalc.OriginalImageSize.Label=Nytt opphavleg biletstorleik
|
||||
100.XhtmlOptionsCalc.SpecialContentLabel.HelpText=
|
||||
101.XhtmlOptionsCalc.SpecialContentLabel.Label=Spesielt innhald
|
||||
102.XhtmlOptionsCalc.Notes.HelpText=
|
||||
103.XhtmlOptionsCalc.Notes.Label=Eksporter merknader
|
||||
104.XhtmlOptionsCalc.UseDublinCore.HelpText=
|
||||
105.XhtmlOptionsCalc.UseDublinCore.Label=Eksporter dokumenteigenskapar (Dublin Core metadata)
|
||||
106.XhtmlOptionsCalc.SheetsLabel.HelpText=
|
||||
107.XhtmlOptionsCalc.SheetsLabel.Label=Ark
|
||||
108.XhtmlOptionsCalc.DisplayHiddenSheets.HelpText=
|
||||
109.XhtmlOptionsCalc.DisplayHiddenSheets.Label=Vis skjulte ark
|
||||
110.XhtmlOptionsCalc.DisplayHiddenRowsCols.HelpText=
|
||||
111.XhtmlOptionsCalc.DisplayHiddenRowsCols.Label=Vis skjulte radar og kolonner
|
||||
112.XhtmlOptionsCalc.DisplayFilteredRowsCols.HelpText=
|
||||
113.XhtmlOptionsCalc.DisplayFilteredRowsCols.Label=Vis filtrerte radar og kolonner
|
||||
114.XhtmlOptionsCalc.ApplyPrintRanges.HelpText=
|
||||
115.XhtmlOptionsCalc.ApplyPrintRanges.Label=Nytt utskriftsomr\u00e5de
|
||||
116.XhtmlOptionsCalc.UseTitleAsHeading.HelpText=
|
||||
117.XhtmlOptionsCalc.UseTitleAsHeading.Label=Nytt tittel som overskrift
|
||||
118.XhtmlOptionsCalc.UseSheetNamesAsHeadings.HelpText=Tekst
|
||||
119.XhtmlOptionsCalc.UseSheetNamesAsHeadings.Label=Nytt arknamn som overskrifter
|
||||
120.XhtmlOptionsCalc.FilesLabel.HelpText=
|
||||
121.XhtmlOptionsCalc.FilesLabel.Label=Filer
|
||||
122.XhtmlOptionsCalc.CalcSplit.HelpText=
|
||||
123.XhtmlOptionsCalc.CalcSplit.Label=Lagre ark i ulike filer
|
||||
124.XhtmlOptionsCalc.SaveImagesInSubdir.HelpText=
|
||||
125.XhtmlOptionsCalc.SaveImagesInSubdir.Label=Lagre bilete i undermappe
|
||||
126.XhtmlOptionsCalc.ExportButton.HelpText=
|
||||
127.XhtmlOptionsCalc.ExportButton.Label=Eksporter
|
||||
128.XhtmlOptionsCalc.CancelButton.HelpText=
|
||||
129.XhtmlOptionsCalc.CancelButton.Label=Avbryt
|
||||
130.Config.StringItemList=Opphavleg formatering
|
||||
131.Config.StringItemList=Sjokolade
|
||||
132.Config.StringItemList=Midnatt
|
||||
133.Config.StringItemList=Modernist
|
||||
134.Config.StringItemList=Gamaldags
|
||||
135.Config.StringItemList=St\u00e5l
|
||||
136.Config.StringItemList=Sveitsisk
|
||||
137.Config.StringItemList=Tradisjonell
|
||||
138.Config.StringItemList=Ultramarin
|
||||
139.Config.StringItemList=Eigendefinert
|
||||
140.Config.StringItemList=Opphavleg formatering
|
||||
141.Config.StringItemList=Eigendefinert
|
||||
144.XhtmlOptions.UseMathjax.HelpText=
|
||||
145.XhtmlOptions.UseMathjax.Label=Use MathJax
|
|
@ -0,0 +1,129 @@
|
|||
# Strings for Dialog Library W2XDialogs
|
||||
0.XhtmlOptions.HelpText=
|
||||
1.XhtmlOptions.Title=Opcje XHTML (Writer2xhtml)
|
||||
2.XhtmlOptions.StyleLabel.HelpText=
|
||||
3.XhtmlOptions.StyleLabel.Label=Styl
|
||||
4.XhtmlOptions.ConfigLabel.HelpText=
|
||||
5.XhtmlOptions.ConfigLabel.Label=U\u017cyj stylu
|
||||
6.XhtmlOptions.Config.HelpText=
|
||||
17.XhtmlOptions.ScalingLabel.HelpText=
|
||||
18.XhtmlOptions.ScalingLabel.Label=Skalowanie
|
||||
19.XhtmlOptions.Scaling.HelpText=
|
||||
20.XhtmlOptions.ScalingPercentLabel.HelpText=
|
||||
21.XhtmlOptions.ScalingPercentLabel.Label=%
|
||||
22.XhtmlOptions.ColumnScalingLabel.HelpText=
|
||||
23.XhtmlOptions.ColumnScalingLabel.Label=Skalowanie kolumny
|
||||
24.XhtmlOptions.ColumnScaling.HelpText=
|
||||
25.XhtmlOptions.ColumnScalingPercentLabel.HelpText=
|
||||
26.XhtmlOptions.ColumnScalingPercentLabel.Label=%
|
||||
27.XhtmlOptions.ConvertToPx.HelpText=
|
||||
28.XhtmlOptions.ConvertToPx.Label=Skonwertuj jednostki do pikseli
|
||||
29.XhtmlOptions.OriginalImageSize.HelpText=
|
||||
30.XhtmlOptions.OriginalImageSize.Label=U\u017cyj oryginalnych rozmiar\u00f3w rysunk\u00f3w
|
||||
31.XhtmlOptions.SpecialContentLabel.HelpText=
|
||||
32.XhtmlOptions.SpecialContentLabel.Label=Zawarto\u015b\u0107 specjalna
|
||||
33.XhtmlOptions.Notes.HelpText=
|
||||
34.XhtmlOptions.Notes.Label=Eksportuj notatki
|
||||
35.XhtmlOptions.UseDublinCore.HelpText=
|
||||
36.XhtmlOptions.UseDublinCore.Label=Eksportuj w\u0142a\u015bciwo\u015bci dokumentu (metadane)
|
||||
37.XhtmlOptions.AutoCorrectLabel.HelpText=
|
||||
38.XhtmlOptions.AutoCorrectLabel.Label=Automatyczna korekcja
|
||||
39.XhtmlOptions.IgnoreHardLineBreaks.HelpText=
|
||||
40.XhtmlOptions.IgnoreHardLineBreaks.Label=Ignoruj twarde \u0142amania linii
|
||||
41.XhtmlOptions.IgnoreEmptyParagraphs.HelpText=
|
||||
42.XhtmlOptions.IgnoreEmptyParagraphs.Label=Ignoruj puste paragrafy
|
||||
43.XhtmlOptions.IgnoreDoubleSpaces.HelpText=
|
||||
44.XhtmlOptions.IgnoreDoubleSpaces.Label=Ignoruj podw\u00f3jne odst\u0119py
|
||||
45.XhtmlOptions.FilesLabel.HelpText=
|
||||
46.XhtmlOptions.FilesLabel.Label=Pliki
|
||||
47.XhtmlOptions.Split.HelpText=
|
||||
48.XhtmlOptions.Split.Label=Podziel dokument w miejscu nag\u0142\u00f3wk\u00f3w
|
||||
49.XhtmlOptions.SplitLevelLabel.HelpText=
|
||||
50.XhtmlOptions.SplitLevelLabel.Label=Poziom nag\u0142\u00f3wk\u00f3w
|
||||
51.XhtmlOptions.SplitLevel.HelpText=
|
||||
52.SplitLevel.StringItemList=1
|
||||
53.SplitLevel.StringItemList=2
|
||||
54.SplitLevel.StringItemList=3
|
||||
55.SplitLevel.StringItemList=4
|
||||
56.SplitLevel.StringItemList=5
|
||||
57.SplitLevel.StringItemList=6
|
||||
58.XhtmlOptions.RepeatLevelsLabel.HelpText=
|
||||
59.XhtmlOptions.RepeatLevelsLabel.Label=Powt\u00f3rz poziomy nag\u0142\u00f3wk\u00f3w
|
||||
60.XhtmlOptions.RepeatLevels.HelpText=
|
||||
61.RepeatLevels.StringItemList=0
|
||||
62.RepeatLevels.StringItemList=1
|
||||
63.RepeatLevels.StringItemList=2
|
||||
64.RepeatLevels.StringItemList=3
|
||||
65.RepeatLevels.StringItemList=4
|
||||
66.RepeatLevels.StringItemList=5
|
||||
67.XhtmlOptions.SaveImagesInSubdir.HelpText=
|
||||
68.XhtmlOptions.SaveImagesInSubdir.Label=Zapisz rysunki w podkatalogu
|
||||
73.XhtmlOptions.ExportButton.HelpText=
|
||||
74.XhtmlOptions.ExportButton.Label=Eksportuj
|
||||
75.XhtmlOptions.CancelButton.HelpText=
|
||||
76.XhtmlOptions.CancelButton.Label=Anuluj
|
||||
77.XhtmlOptionsCalc.HelpText=
|
||||
78.XhtmlOptionsCalc.Title=Opcje XHTML (Calc2xhtml)
|
||||
79.XhtmlOptionsCalc.StyleLabel.HelpText=
|
||||
80.XhtmlOptionsCalc.StyleLabel.Label=Styl
|
||||
81.XhtmlOptionsCalc.ConfigLabel.HelpText=
|
||||
82.XhtmlOptionsCalc.ConfigLabel.Label=U\u017cyj stylu
|
||||
83.XhtmlOptionsCalc.Config.HelpText=
|
||||
86.XhtmlOptionsCalc.ScalingLabel.HelpText=
|
||||
87.XhtmlOptionsCalc.ScalingLabel.Label=Skalowanie
|
||||
88.XhtmlOptionsCalc.Scaling.HelpText=
|
||||
89.XhtmlOptionsCalc.ScalingPercentLabel.HelpText=
|
||||
90.XhtmlOptionsCalc.ScalingPercentLabel.Label=%
|
||||
91.XhtmlOptionsCalc.ColumnScalingLabel.HelpText=
|
||||
92.XhtmlOptionsCalc.ColumnScalingLabel.Label=Skalowanie kolumny
|
||||
93.XhtmlOptionsCalc.ColumnScaling.HelpText=
|
||||
94.XhtmlOptionsCalc.ColumnScalingPercentLabel.HelpText=
|
||||
95.XhtmlOptionsCalc.ColumnScalingPercentLabel.Label=%
|
||||
96.XhtmlOptionsCalc.ConvertToPx.HelpText=
|
||||
97.XhtmlOptionsCalc.ConvertToPx.Label=Skonwertuj jednostki do pikseli
|
||||
98.XhtmlOptionsCalc.OriginalImageSize.HelpText=
|
||||
99.XhtmlOptionsCalc.OriginalImageSize.Label=U\u017cyj oryginalnych rozmiar\u00f3w rysunk\u00f3w
|
||||
100.XhtmlOptionsCalc.SpecialContentLabel.HelpText=
|
||||
101.XhtmlOptionsCalc.SpecialContentLabel.Label=Zawarto\u015b\u0107 specjalna
|
||||
102.XhtmlOptionsCalc.Notes.HelpText=
|
||||
103.XhtmlOptionsCalc.Notes.Label=Eksportuj notatki
|
||||
104.XhtmlOptionsCalc.UseDublinCore.HelpText=
|
||||
105.XhtmlOptionsCalc.UseDublinCore.Label=Eksportuj w\u0142a\u015bciwo\u015bci dokumentu (metadane)
|
||||
106.XhtmlOptionsCalc.SheetsLabel.HelpText=
|
||||
107.XhtmlOptionsCalc.SheetsLabel.Label=Arkusze
|
||||
108.XhtmlOptionsCalc.DisplayHiddenSheets.HelpText=
|
||||
109.XhtmlOptionsCalc.DisplayHiddenSheets.Label=Wy\u015bwietl ukryte arkusze
|
||||
110.XhtmlOptionsCalc.DisplayHiddenRowsCols.HelpText=
|
||||
111.XhtmlOptionsCalc.DisplayHiddenRowsCols.Label=Wy\u015bwietl ukryte wiersze i kolumny
|
||||
112.XhtmlOptionsCalc.DisplayFilteredRowsCols.HelpText=
|
||||
113.XhtmlOptionsCalc.DisplayFilteredRowsCols.Label=Wy\u015bwietl filtrowane wiersze i kolumy
|
||||
114.XhtmlOptionsCalc.ApplyPrintRanges.HelpText=
|
||||
115.XhtmlOptionsCalc.ApplyPrintRanges.Label=Zastosuj zakres wydruku
|
||||
116.XhtmlOptionsCalc.UseTitleAsHeading.HelpText=
|
||||
117.XhtmlOptionsCalc.UseTitleAsHeading.Label=U\u017cyj tytu\u0142u jako nag\u0142\u00f3wka
|
||||
118.XhtmlOptionsCalc.UseSheetNamesAsHeadings.HelpText=Tekst
|
||||
119.XhtmlOptionsCalc.UseSheetNamesAsHeadings.Label=U\u017cyj nazw arkuszy jako nag\u0142\u00f3wk\u00f3w
|
||||
120.XhtmlOptionsCalc.FilesLabel.HelpText=
|
||||
121.XhtmlOptionsCalc.FilesLabel.Label=Pliki
|
||||
122.XhtmlOptionsCalc.CalcSplit.HelpText=
|
||||
123.XhtmlOptionsCalc.CalcSplit.Label=Zapisz arkusze jako oddzielne pliki
|
||||
124.XhtmlOptionsCalc.SaveImagesInSubdir.HelpText=
|
||||
125.XhtmlOptionsCalc.SaveImagesInSubdir.Label=Zapisz rysunki w podkatalogu
|
||||
126.XhtmlOptionsCalc.ExportButton.HelpText=
|
||||
127.XhtmlOptionsCalc.ExportButton.Label=Eksportuj
|
||||
128.XhtmlOptionsCalc.CancelButton.HelpText=
|
||||
129.XhtmlOptionsCalc.CancelButton.Label=Anuluj
|
||||
130.Config.StringItemList=Formatowanie oryginalne
|
||||
131.Config.StringItemList=Czekolada
|
||||
132.Config.StringItemList=P\u00f3\u0142noc
|
||||
133.Config.StringItemList=Modernistyczne
|
||||
134.Config.StringItemList=W starym stylu
|
||||
135.Config.StringItemList=Stalowe
|
||||
136.Config.StringItemList=Szwajcarskie
|
||||
137.Config.StringItemList=Tradycyjne
|
||||
138.Config.StringItemList=Ultramaryna
|
||||
139.Config.StringItemList=U\u017cytkownika
|
||||
140.Config.StringItemList=Formatowanie oryginalne
|
||||
141.Config.StringItemList=U\u017cytkownika
|
||||
144.XhtmlOptions.UseMathjax.HelpText=
|
||||
145.XhtmlOptions.UseMathjax.Label=Use MathJax
|
|
@ -0,0 +1,129 @@
|
|||
# Strings for Dialog Library W2XDialogs
|
||||
0.XhtmlOptions.HelpText=
|
||||
1.XhtmlOptions.Title=Op\u00e7\u00f5es de XHTML (Writer2xhtml)
|
||||
2.XhtmlOptions.StyleLabel.HelpText=
|
||||
3.XhtmlOptions.StyleLabel.Label=Estilo
|
||||
4.XhtmlOptions.ConfigLabel.HelpText=
|
||||
5.XhtmlOptions.ConfigLabel.Label=Usar estilo
|
||||
6.XhtmlOptions.Config.HelpText=
|
||||
17.XhtmlOptions.ScalingLabel.HelpText=
|
||||
18.XhtmlOptions.ScalingLabel.Label=Escala
|
||||
19.XhtmlOptions.Scaling.HelpText=
|
||||
20.XhtmlOptions.ScalingPercentLabel.HelpText=
|
||||
21.XhtmlOptions.ScalingPercentLabel.Label=%
|
||||
22.XhtmlOptions.ColumnScalingLabel.HelpText=
|
||||
23.XhtmlOptions.ColumnScalingLabel.Label=Largura da coluna
|
||||
24.XhtmlOptions.ColumnScaling.HelpText=
|
||||
25.XhtmlOptions.ColumnScalingPercentLabel.HelpText=
|
||||
26.XhtmlOptions.ColumnScalingPercentLabel.Label=
|
||||
27.XhtmlOptions.ConvertToPx.HelpText=
|
||||
28.XhtmlOptions.ConvertToPx.Label=Converter unidades para px (pixels)
|
||||
29.XhtmlOptions.OriginalImageSize.HelpText=
|
||||
30.XhtmlOptions.OriginalImageSize.Label=Usar tamanho original da imagem
|
||||
31.XhtmlOptions.SpecialContentLabel.HelpText=
|
||||
32.XhtmlOptions.SpecialContentLabel.Label=Conte\u00fado especial
|
||||
33.XhtmlOptions.Notes.HelpText=
|
||||
34.XhtmlOptions.Notes.Label=Exportar notas
|
||||
35.XhtmlOptions.UseDublinCore.HelpText=
|
||||
36.XhtmlOptions.UseDublinCore.Label=Exportar propriedades do documento (Dublin Core MetaData)
|
||||
37.XhtmlOptions.AutoCorrectLabel.HelpText=
|
||||
38.XhtmlOptions.AutoCorrectLabel.Label=Autocorre\u00e7\u00e3o
|
||||
39.XhtmlOptions.IgnoreHardLineBreaks.HelpText=
|
||||
40.XhtmlOptions.IgnoreHardLineBreaks.Label=Ignorar quebras de linhas for\u00e7adas
|
||||
41.XhtmlOptions.IgnoreEmptyParagraphs.HelpText=
|
||||
42.XhtmlOptions.IgnoreEmptyParagraphs.Label=Ignorar par\u00e1grafos vazios
|
||||
43.XhtmlOptions.IgnoreDoubleSpaces.HelpText=
|
||||
44.XhtmlOptions.IgnoreDoubleSpaces.Label=Ignorar espa\u00e7os duplicados
|
||||
45.XhtmlOptions.FilesLabel.HelpText=
|
||||
46.XhtmlOptions.FilesLabel.Label=Arquivos
|
||||
47.XhtmlOptions.Split.HelpText=
|
||||
48.XhtmlOptions.Split.Label=Dividir documento nos cabe\u00e7alhos
|
||||
49.XhtmlOptions.SplitLevelLabel.HelpText=
|
||||
50.XhtmlOptions.SplitLevelLabel.Label=N\u00edvel de cabe\u00e7alho
|
||||
51.XhtmlOptions.SplitLevel.HelpText=
|
||||
52.SplitLevel.StringItemList=1
|
||||
53.SplitLevel.StringItemList=2
|
||||
54.SplitLevel.StringItemList=3
|
||||
55.SplitLevel.StringItemList=4
|
||||
56.SplitLevel.StringItemList=5
|
||||
57.SplitLevel.StringItemList=6
|
||||
58.XhtmlOptions.RepeatLevelsLabel.HelpText=
|
||||
59.XhtmlOptions.RepeatLevelsLabel.Label=Repetir n\u00edveis de cabe\u00e7alho
|
||||
60.XhtmlOptions.RepeatLevels.HelpText=
|
||||
61.RepeatLevels.StringItemList=0
|
||||
62.RepeatLevels.StringItemList=1
|
||||
63.RepeatLevels.StringItemList=2
|
||||
64.RepeatLevels.StringItemList=3
|
||||
65.RepeatLevels.StringItemList=4
|
||||
66.RepeatLevels.StringItemList=5
|
||||
67.XhtmlOptions.SaveImagesInSubdir.HelpText=
|
||||
68.XhtmlOptions.SaveImagesInSubdir.Label=Salvar imagens em subdiret\u00f3rio
|
||||
73.XhtmlOptions.ExportButton.HelpText=
|
||||
74.XhtmlOptions.ExportButton.Label=Exportar
|
||||
75.XhtmlOptions.CancelButton.HelpText=
|
||||
76.XhtmlOptions.CancelButton.Label=Cancelar
|
||||
77.XhtmlOptionsCalc.HelpText=
|
||||
78.XhtmlOptionsCalc.Title=Op\u00e7\u00f5es de XHTML (Calc2xhtml)
|
||||
79.XhtmlOptionsCalc.StyleLabel.HelpText=
|
||||
80.XhtmlOptionsCalc.StyleLabel.Label=Estilo
|
||||
81.XhtmlOptionsCalc.ConfigLabel.HelpText=
|
||||
82.XhtmlOptionsCalc.ConfigLabel.Label=Usar estilo
|
||||
83.XhtmlOptionsCalc.Config.HelpText=
|
||||
86.XhtmlOptionsCalc.ScalingLabel.HelpText=
|
||||
87.XhtmlOptionsCalc.ScalingLabel.Label=Escala
|
||||
88.XhtmlOptionsCalc.Scaling.HelpText=
|
||||
89.XhtmlOptionsCalc.ScalingPercentLabel.HelpText=
|
||||
90.XhtmlOptionsCalc.ScalingPercentLabel.Label=%
|
||||
91.XhtmlOptionsCalc.ColumnScalingLabel.HelpText=
|
||||
92.XhtmlOptionsCalc.ColumnScalingLabel.Label=Largura da coluna
|
||||
93.XhtmlOptionsCalc.ColumnScaling.HelpText=
|
||||
94.XhtmlOptionsCalc.ColumnScalingPercentLabel.HelpText=
|
||||
95.XhtmlOptionsCalc.ColumnScalingPercentLabel.Label=
|
||||
96.XhtmlOptionsCalc.ConvertToPx.HelpText=
|
||||
97.XhtmlOptionsCalc.ConvertToPx.Label=Converter unidades para px (pixels)
|
||||
98.XhtmlOptionsCalc.OriginalImageSize.HelpText=
|
||||
99.XhtmlOptionsCalc.OriginalImageSize.Label=Usar tamanho original da imagem
|
||||
100.XhtmlOptionsCalc.SpecialContentLabel.HelpText=
|
||||
101.XhtmlOptionsCalc.SpecialContentLabel.Label=Conte\u00fado especial
|
||||
102.XhtmlOptionsCalc.Notes.HelpText=
|
||||
103.XhtmlOptionsCalc.Notes.Label=Exportar notas
|
||||
104.XhtmlOptionsCalc.UseDublinCore.HelpText=
|
||||
105.XhtmlOptionsCalc.UseDublinCore.Label=Exportar propriedades do documento (Dublin Core MetaData)
|
||||
106.XhtmlOptionsCalc.SheetsLabel.HelpText=
|
||||
107.XhtmlOptionsCalc.SheetsLabel.Label=Planilhas
|
||||
108.XhtmlOptionsCalc.DisplayHiddenSheets.HelpText=
|
||||
109.XhtmlOptionsCalc.DisplayHiddenSheets.Label=Exibir planilhas ocultas
|
||||
110.XhtmlOptionsCalc.DisplayHiddenRowsCols.HelpText=
|
||||
111.XhtmlOptionsCalc.DisplayHiddenRowsCols.Label=Exibir linhas e colunas ocultas
|
||||
112.XhtmlOptionsCalc.DisplayFilteredRowsCols.HelpText=
|
||||
113.XhtmlOptionsCalc.DisplayFilteredRowsCols.Label=Exibir linhas e colunas filtradas
|
||||
114.XhtmlOptionsCalc.ApplyPrintRanges.HelpText=
|
||||
115.XhtmlOptionsCalc.ApplyPrintRanges.Label=Aplicar intervalos de impress\u00e3o
|
||||
116.XhtmlOptionsCalc.UseTitleAsHeading.HelpText=
|
||||
117.XhtmlOptionsCalc.UseTitleAsHeading.Label=Usar t\u00edtulo como cabe\u00e7alho
|
||||
118.XhtmlOptionsCalc.UseSheetNamesAsHeadings.HelpText=
|
||||
119.XhtmlOptionsCalc.UseSheetNamesAsHeadings.Label=Usar os nome das planilhas como cabe\u00e7alho
|
||||
120.XhtmlOptionsCalc.FilesLabel.HelpText=
|
||||
121.XhtmlOptionsCalc.FilesLabel.Label=Arquivos
|
||||
122.XhtmlOptionsCalc.CalcSplit.HelpText=
|
||||
123.XhtmlOptionsCalc.CalcSplit.Label=Salvar planilhas em arquivos separados
|
||||
124.XhtmlOptionsCalc.SaveImagesInSubdir.HelpText=
|
||||
125.XhtmlOptionsCalc.SaveImagesInSubdir.Label=Salvar imagens em subdiret\u00f3rio
|
||||
126.XhtmlOptionsCalc.ExportButton.HelpText=
|
||||
127.XhtmlOptionsCalc.ExportButton.Label=Exportar
|
||||
128.XhtmlOptionsCalc.CancelButton.HelpText=
|
||||
129.XhtmlOptionsCalc.CancelButton.Label=Cancelar
|
||||
130.Config.StringItemList=Formata\u00e7\u00e3o original
|
||||
131.Config.StringItemList=Chocolate
|
||||
132.Config.StringItemList=Midnight
|
||||
133.Config.StringItemList=Modernist
|
||||
134.Config.StringItemList=Oldstyle
|
||||
135.Config.StringItemList=Steely
|
||||
136.Config.StringItemList=Swiss
|
||||
137.Config.StringItemList=Traditional
|
||||
138.Config.StringItemList=Ultramarine
|
||||
139.Config.StringItemList=Padr\u00e3o
|
||||
140.Config.StringItemList=Formata\u00e7\u00e3o original
|
||||
141.Config.StringItemList=Padr\u00e3o
|
||||
144.XhtmlOptions.UseMathjax.HelpText=
|
||||
145.XhtmlOptions.UseMathjax.Label=Use MathJax
|
|
@ -0,0 +1,129 @@
|
|||
# Strings for Dialog Library W2XDialogs
|
||||
0.XhtmlOptions.HelpText=
|
||||
1.XhtmlOptions.Title=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b XHTML (Writer2xhtml)
|
||||
2.XhtmlOptions.StyleLabel.HelpText=
|
||||
3.XhtmlOptions.StyleLabel.Label=\u0421\u0442\u0438\u043b\u044c
|
||||
4.XhtmlOptions.ConfigLabel.HelpText=
|
||||
5.XhtmlOptions.ConfigLabel.Label=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u0442\u0438\u043b\u044c
|
||||
6.XhtmlOptions.Config.HelpText=
|
||||
17.XhtmlOptions.ScalingLabel.HelpText=
|
||||
18.XhtmlOptions.ScalingLabel.Label=\u041c\u0430\u0441\u0448\u0442\u0430\u0431
|
||||
19.XhtmlOptions.Scaling.HelpText=
|
||||
20.XhtmlOptions.ScalingPercentLabel.HelpText=
|
||||
21.XhtmlOptions.ScalingPercentLabel.Label=%
|
||||
22.XhtmlOptions.ColumnScalingLabel.HelpText=
|
||||
23.XhtmlOptions.ColumnScalingLabel.Label=\u0420\u0430\u0437\u043c\u0435\u0440 \u043a\u043e\u043b\u043e\u043d\u043e\u043a
|
||||
24.XhtmlOptions.ColumnScaling.HelpText=
|
||||
25.XhtmlOptions.ColumnScalingPercentLabel.HelpText=
|
||||
26.XhtmlOptions.ColumnScalingPercentLabel.Label=%
|
||||
27.XhtmlOptions.ConvertToPx.HelpText=
|
||||
28.XhtmlOptions.ConvertToPx.Label=\u041f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u0442\u044c \u0432 \u043f\u0438\u043a\u0441\u0435\u043b\u0438 (px)
|
||||
29.XhtmlOptions.OriginalImageSize.HelpText=
|
||||
30.XhtmlOptions.OriginalImageSize.Label=\u041e\u0440\u0438\u0433\u0438\u043d\u0430\u043b\u044c\u043d\u044b\u0439 \u0440\u0430\u0437\u043c\u0435\u0440 \u0440\u0438\u0441\u0443\u043d\u043a\u043e\u0432
|
||||
31.XhtmlOptions.SpecialContentLabel.HelpText=
|
||||
32.XhtmlOptions.SpecialContentLabel.Label=\u0421\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435
|
||||
33.XhtmlOptions.Notes.HelpText=
|
||||
34.XhtmlOptions.Notes.Label=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0437\u0430\u043c\u0435\u0442\u043a\u0438
|
||||
35.XhtmlOptions.UseDublinCore.HelpText=
|
||||
36.XhtmlOptions.UseDublinCore.Label=\u042d\u043a\u0441\u043f\u043e\u0440\u0442. \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 (Dublin Core Metadata)
|
||||
37.XhtmlOptions.AutoCorrectLabel.HelpText=
|
||||
38.XhtmlOptions.AutoCorrectLabel.Label=\u0410\u0432\u0442\u043e\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u0438\u0440\u043e\u0432\u043a\u0430
|
||||
39.XhtmlOptions.IgnoreHardLineBreaks.HelpText=
|
||||
40.XhtmlOptions.IgnoreHardLineBreaks.Label=\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0440\u0430\u0437\u0440\u044b\u0432\u044b \u0441\u0442\u0440\u043e\u043a
|
||||
41.XhtmlOptions.IgnoreEmptyParagraphs.HelpText=
|
||||
42.XhtmlOptions.IgnoreEmptyParagraphs.Label=\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u0443\u0441\u0442\u044b\u0435 \u043f\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u044b
|
||||
43.XhtmlOptions.IgnoreDoubleSpaces.HelpText=
|
||||
44.XhtmlOptions.IgnoreDoubleSpaces.Label=\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0434\u0432\u043e\u0439\u043d\u044b\u0435 \u043f\u0440\u043e\u0431\u0435\u043b\u044b
|
||||
45.XhtmlOptions.FilesLabel.HelpText=
|
||||
46.XhtmlOptions.FilesLabel.Label=\u0424\u0430\u0439\u043b\u044b
|
||||
47.XhtmlOptions.Split.HelpText=
|
||||
48.XhtmlOptions.Split.Label=\u0420\u0430\u0437\u0431\u0438\u0432\u0430\u0442\u044c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u043f\u043e \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430\u043c
|
||||
49.XhtmlOptions.SplitLevelLabel.HelpText=
|
||||
50.XhtmlOptions.SplitLevelLabel.Label=\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u043e\u0432
|
||||
51.XhtmlOptions.SplitLevel.HelpText=
|
||||
52.SplitLevel.StringItemList=1
|
||||
53.SplitLevel.StringItemList=2
|
||||
54.SplitLevel.StringItemList=3
|
||||
55.SplitLevel.StringItemList=4
|
||||
56.SplitLevel.StringItemList=5
|
||||
57.SplitLevel.StringItemList=6
|
||||
58.XhtmlOptions.RepeatLevelsLabel.HelpText=
|
||||
59.XhtmlOptions.RepeatLevelsLabel.Label=\u041f\u043e\u0432\u0442\u043e\u0440\u044f\u0442\u044c \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0438 \u043d\u0430 \u0443\u0440\u043e\u0432\u043d\u0435
|
||||
60.XhtmlOptions.RepeatLevels.HelpText=
|
||||
61.RepeatLevels.StringItemList=0
|
||||
62.RepeatLevels.StringItemList=1
|
||||
63.RepeatLevels.StringItemList=2
|
||||
64.RepeatLevels.StringItemList=3
|
||||
65.RepeatLevels.StringItemList=4
|
||||
66.RepeatLevels.StringItemList=5
|
||||
67.XhtmlOptions.SaveImagesInSubdir.HelpText=
|
||||
68.XhtmlOptions.SaveImagesInSubdir.Label=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0432 \u043f\u043e\u0434\u043a\u0430\u0442\u0430\u043b\u043e\u0433
|
||||
73.XhtmlOptions.ExportButton.HelpText=
|
||||
74.XhtmlOptions.ExportButton.Label=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c
|
||||
75.XhtmlOptions.CancelButton.HelpText=
|
||||
76.XhtmlOptions.CancelButton.Label=\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c
|
||||
77.XhtmlOptionsCalc.HelpText=
|
||||
78.XhtmlOptionsCalc.Title=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b XHTML (Calc2xhtml)
|
||||
79.XhtmlOptionsCalc.StyleLabel.HelpText=
|
||||
80.XhtmlOptionsCalc.StyleLabel.Label=\u0421\u0442\u0438\u043b\u044c
|
||||
81.XhtmlOptionsCalc.ConfigLabel.HelpText=
|
||||
82.XhtmlOptionsCalc.ConfigLabel.Label=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u0442\u0438\u043b\u044c
|
||||
83.XhtmlOptionsCalc.Config.HelpText=
|
||||
86.XhtmlOptionsCalc.ScalingLabel.HelpText=
|
||||
87.XhtmlOptionsCalc.ScalingLabel.Label=\u041c\u0430\u0441\u0448\u0442\u0430\u0431
|
||||
88.XhtmlOptionsCalc.Scaling.HelpText=
|
||||
89.XhtmlOptionsCalc.ScalingPercentLabel.HelpText=
|
||||
90.XhtmlOptionsCalc.ScalingPercentLabel.Label=%
|
||||
91.XhtmlOptionsCalc.ColumnScalingLabel.HelpText=
|
||||
92.XhtmlOptionsCalc.ColumnScalingLabel.Label=\u0420\u0430\u0437\u043c\u0435\u0440 \u043a\u043e\u043b\u043e\u043d\u043e\u043a
|
||||
93.XhtmlOptionsCalc.ColumnScaling.HelpText=
|
||||
94.XhtmlOptionsCalc.ColumnScalingPercentLabel.HelpText=
|
||||
95.XhtmlOptionsCalc.ColumnScalingPercentLabel.Label=%
|
||||
96.XhtmlOptionsCalc.ConvertToPx.HelpText=
|
||||
97.XhtmlOptionsCalc.ConvertToPx.Label=\u041f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u0442\u044c \u0432 \u043f\u0438\u043a\u0441\u0435\u043b\u0438 (px)
|
||||
98.XhtmlOptionsCalc.OriginalImageSize.HelpText=
|
||||
99.XhtmlOptionsCalc.OriginalImageSize.Label=\u041e\u0440\u0438\u0433\u0438\u043d\u0430\u043b\u044c\u043d\u044b\u0439 \u0440\u0430\u0437\u043c\u0435\u0440 \u0440\u0438\u0441\u0443\u043d\u043a\u043e\u0432
|
||||
100.XhtmlOptionsCalc.SpecialContentLabel.HelpText=
|
||||
101.XhtmlOptionsCalc.SpecialContentLabel.Label=\u0421\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435
|
||||
102.XhtmlOptionsCalc.Notes.HelpText=
|
||||
103.XhtmlOptionsCalc.Notes.Label=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0437\u0430\u043c\u0435\u0442\u043a\u0438
|
||||
104.XhtmlOptionsCalc.UseDublinCore.HelpText=
|
||||
105.XhtmlOptionsCalc.UseDublinCore.Label=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 (Dublin Core Metadata)
|
||||
106.XhtmlOptionsCalc.SheetsLabel.HelpText=
|
||||
107.XhtmlOptionsCalc.SheetsLabel.Label=\u041b\u0438\u0441\u0442\u044b
|
||||
108.XhtmlOptionsCalc.DisplayHiddenSheets.HelpText=
|
||||
109.XhtmlOptionsCalc.DisplayHiddenSheets.Label=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u043f\u0440\u044f\u0442\u0430\u043d\u044b\u0435 \u043b\u0438\u0441\u0442\u044b
|
||||
110.XhtmlOptionsCalc.DisplayHiddenRowsCols.HelpText=
|
||||
111.XhtmlOptionsCalc.DisplayHiddenRowsCols.Label=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u043f\u0440\u044f\u0442\u0430\u043d\u044b\u0435 \u0441\u0442\u0440\u043e\u043a\u0438 \u0438 \u043a\u043e\u043b\u043e\u043d\u043a\u0438
|
||||
112.XhtmlOptionsCalc.DisplayFilteredRowsCols.HelpText=
|
||||
113.XhtmlOptionsCalc.DisplayFilteredRowsCols.Label=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043e\u0442\u0444\u0438\u043b\u044c\u0442\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0441\u0442\u0440\u043e\u043a\u0438 \u0438 \u043a\u043e\u043b\u043e\u043d\u043a\u0438
|
||||
114.XhtmlOptionsCalc.ApplyPrintRanges.HelpText=
|
||||
115.XhtmlOptionsCalc.ApplyPrintRanges.Label=\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u044f \u043e\u0431\u043b\u0430\u0441\u0442\u0438 \u043f\u0435\u0447\u0430\u0442\u0438
|
||||
116.XhtmlOptionsCalc.UseTitleAsHeading.HelpText=
|
||||
117.XhtmlOptionsCalc.UseTitleAsHeading.Label=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0438 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a
|
||||
118.XhtmlOptionsCalc.UseSheetNamesAsHeadings.HelpText=
|
||||
119.XhtmlOptionsCalc.UseSheetNamesAsHeadings.Label=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u044f \u043b\u0438\u0441\u0442\u043e\u0432 \u0438 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0438
|
||||
120.XhtmlOptionsCalc.FilesLabel.HelpText=
|
||||
121.XhtmlOptionsCalc.FilesLabel.Label=\u0424\u0430\u0439\u043b\u044b
|
||||
122.XhtmlOptionsCalc.CalcSplit.HelpText=
|
||||
123.XhtmlOptionsCalc.CalcSplit.Label=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043b\u0438\u0441\u0442\u044b \u0432 \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u0435 \u0444\u0430\u0439\u043b\u044b
|
||||
124.XhtmlOptionsCalc.SaveImagesInSubdir.HelpText=
|
||||
125.XhtmlOptionsCalc.SaveImagesInSubdir.Label=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0432 \u043f\u043e\u0434\u043a\u0430\u0442\u0430\u043b\u043e\u0433
|
||||
126.XhtmlOptionsCalc.ExportButton.HelpText=
|
||||
127.XhtmlOptionsCalc.ExportButton.Label=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c
|
||||
128.XhtmlOptionsCalc.CancelButton.HelpText=
|
||||
129.XhtmlOptionsCalc.CancelButton.Label=\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c
|
||||
130.Config.StringItemList=\u041e\u0440\u0438\u0433\u0438\u043d\u0430\u043b\u044c\u043d\u043e\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435
|
||||
131.Config.StringItemList=\u0428\u043e\u043a\u043e\u043b\u0430\u0434
|
||||
132.Config.StringItemList=\u041f\u043e\u043b\u0443\u043d\u043e\u0447\u044c
|
||||
133.Config.StringItemList=\u041c\u043e\u0434\u0435\u0440\u043d
|
||||
134.Config.StringItemList=\u0420\u0435\u0442\u0440\u043e
|
||||
135.Config.StringItemList=\u0421\u0442\u0430\u043b\u044c
|
||||
136.Config.StringItemList=\u0428\u0432\u0435\u0446\u0438\u044f
|
||||
137.Config.StringItemList=\u0422\u0440\u0430\u0434\u0438\u0446\u0438\u043e\u043d\u043d\u044b\u0439
|
||||
138.Config.StringItemList=\u0423\u043b\u044c\u0442\u0440\u0430\u043c\u0430\u0440\u0438\u043d
|
||||
139.Config.StringItemList=\u0412\u044b\u0431\u043e\u0440\u043e\u0447\u043d\u044b\u0439
|
||||
140.Config.StringItemList=\u041e\u0440\u0438\u0433\u0438\u043d\u0430\u043b\u044c\u043d\u043e\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435
|
||||
141.Config.StringItemList=\u0412\u044b\u0431\u043e\u0440\u043e\u0447\u043d\u044b\u0439
|
||||
144.XhtmlOptions.UseMathjax.HelpText=
|
||||
145.XhtmlOptions.UseMathjax.Label=Use MathJax
|
|
@ -0,0 +1,129 @@
|
|||
# Strings for Dialog Library W2XDialogs
|
||||
0.XhtmlOptions.HelpText=
|
||||
1.XhtmlOptions.Title=XHTML Se\u00e7enekleri (Writer2xhtml)
|
||||
2.XhtmlOptions.StyleLabel.HelpText=
|
||||
3.XhtmlOptions.StyleLabel.Label=Stil
|
||||
4.XhtmlOptions.ConfigLabel.HelpText=
|
||||
5.XhtmlOptions.ConfigLabel.Label=Stil kullan
|
||||
6.XhtmlOptions.Config.HelpText=
|
||||
17.XhtmlOptions.ScalingLabel.HelpText=
|
||||
18.XhtmlOptions.ScalingLabel.Label=\u00d6l\u00e7eklendirme
|
||||
19.XhtmlOptions.Scaling.HelpText=
|
||||
20.XhtmlOptions.ScalingPercentLabel.HelpText=
|
||||
21.XhtmlOptions.ScalingPercentLabel.Label=%
|
||||
22.XhtmlOptions.ColumnScalingLabel.HelpText=
|
||||
23.XhtmlOptions.ColumnScalingLabel.Label=Kolon \u00f6l\u00e7eklendirme
|
||||
24.XhtmlOptions.ColumnScaling.HelpText=
|
||||
25.XhtmlOptions.ColumnScalingPercentLabel.HelpText=
|
||||
26.XhtmlOptions.ColumnScalingPercentLabel.Label=%
|
||||
27.XhtmlOptions.ConvertToPx.HelpText=
|
||||
28.XhtmlOptions.ConvertToPx.Label=Birimleri px'e (pixel) \u00e7evir
|
||||
29.XhtmlOptions.OriginalImageSize.HelpText=
|
||||
30.XhtmlOptions.OriginalImageSize.Label=Orjinal resim boyutunu kullan
|
||||
31.XhtmlOptions.SpecialContentLabel.HelpText=
|
||||
32.XhtmlOptions.SpecialContentLabel.Label=\u00d6zel i\u00e7erik
|
||||
33.XhtmlOptions.Notes.HelpText=
|
||||
34.XhtmlOptions.Notes.Label=Notlar\u0131 ihra\u00e7 et
|
||||
35.XhtmlOptions.UseDublinCore.HelpText=
|
||||
36.XhtmlOptions.UseDublinCore.Label=D\u00f6k\u00fcman \u00f6zelliklerini ihra\u00e7 et (Dublin Core Metadata)
|
||||
37.XhtmlOptions.AutoCorrectLabel.HelpText=
|
||||
38.XhtmlOptions.AutoCorrectLabel.Label=Oto d\u00fczeltme
|
||||
39.XhtmlOptions.IgnoreHardLineBreaks.HelpText=
|
||||
40.XhtmlOptions.IgnoreHardLineBreaks.Label=Kat\u0131 \u00e7izgi ayr\u0131mlar\u0131n\u0131 ihmal et
|
||||
41.XhtmlOptions.IgnoreEmptyParagraphs.HelpText=
|
||||
42.XhtmlOptions.IgnoreEmptyParagraphs.Label=Bo\u015f paragraflar\u0131 ihmal et
|
||||
43.XhtmlOptions.IgnoreDoubleSpaces.HelpText=
|
||||
44.XhtmlOptions.IgnoreDoubleSpaces.Label=\u00c7ift bo\u015fluklar\u0131 ihmal et
|
||||
45.XhtmlOptions.FilesLabel.HelpText=
|
||||
46.XhtmlOptions.FilesLabel.Label=Dosyalar
|
||||
47.XhtmlOptions.Split.HelpText=
|
||||
48.XhtmlOptions.Split.Label=D\u00f6k\u00fcman\u0131 ba\u015fl\u0131k k\u0131s\u0131mlar\u0131ndan ay\u0131r
|
||||
49.XhtmlOptions.SplitLevelLabel.HelpText=
|
||||
50.XhtmlOptions.SplitLevelLabel.Label=Ba\u015fl\u0131k seviyesi
|
||||
51.XhtmlOptions.SplitLevel.HelpText=
|
||||
52.SplitLevel.StringItemList=1
|
||||
53.SplitLevel.StringItemList=2
|
||||
54.SplitLevel.StringItemList=3
|
||||
55.SplitLevel.StringItemList=4
|
||||
56.SplitLevel.StringItemList=5
|
||||
57.SplitLevel.StringItemList=6
|
||||
58.XhtmlOptions.RepeatLevelsLabel.HelpText=
|
||||
59.XhtmlOptions.RepeatLevelsLabel.Label=Tekrar eden ba\u015fl\u0131k seviyeleri
|
||||
60.XhtmlOptions.RepeatLevels.HelpText=
|
||||
61.RepeatLevels.StringItemList=0
|
||||
62.RepeatLevels.StringItemList=1
|
||||
63.RepeatLevels.StringItemList=2
|
||||
64.RepeatLevels.StringItemList=3
|
||||
65.RepeatLevels.StringItemList=4
|
||||
66.RepeatLevels.StringItemList=5
|
||||
67.XhtmlOptions.SaveImagesInSubdir.HelpText=
|
||||
68.XhtmlOptions.SaveImagesInSubdir.Label=Resimleri altklas\u00f6re kaydet
|
||||
73.XhtmlOptions.ExportButton.HelpText=
|
||||
74.XhtmlOptions.ExportButton.Label=\u0130hra\u00e7 et
|
||||
75.XhtmlOptions.CancelButton.HelpText=
|
||||
76.XhtmlOptions.CancelButton.Label=\u0130ptal
|
||||
77.XhtmlOptionsCalc.HelpText=
|
||||
78.XhtmlOptionsCalc.Title=XHTML Se\u00e7enekleri (Calc2xhtml)
|
||||
79.XhtmlOptionsCalc.StyleLabel.HelpText=
|
||||
80.XhtmlOptionsCalc.StyleLabel.Label=Stil
|
||||
81.XhtmlOptionsCalc.ConfigLabel.HelpText=
|
||||
82.XhtmlOptionsCalc.ConfigLabel.Label=Stil kullan
|
||||
83.XhtmlOptionsCalc.Config.HelpText=
|
||||
86.XhtmlOptionsCalc.ScalingLabel.HelpText=
|
||||
87.XhtmlOptionsCalc.ScalingLabel.Label=\u00d6l\u00e7eklendirme
|
||||
88.XhtmlOptionsCalc.Scaling.HelpText=
|
||||
89.XhtmlOptionsCalc.ScalingPercentLabel.HelpText=
|
||||
90.XhtmlOptionsCalc.ScalingPercentLabel.Label=%
|
||||
91.XhtmlOptionsCalc.ColumnScalingLabel.HelpText=
|
||||
92.XhtmlOptionsCalc.ColumnScalingLabel.Label=Kolon \u00f6l\u00e7eklendirme
|
||||
93.XhtmlOptionsCalc.ColumnScaling.HelpText=
|
||||
94.XhtmlOptionsCalc.ColumnScalingPercentLabel.HelpText=
|
||||
95.XhtmlOptionsCalc.ColumnScalingPercentLabel.Label=
|
||||
96.XhtmlOptionsCalc.ConvertToPx.HelpText=
|
||||
97.XhtmlOptionsCalc.ConvertToPx.Label=Birimleri px'e (pixel) \u00e7evir
|
||||
98.XhtmlOptionsCalc.OriginalImageSize.HelpText=
|
||||
99.XhtmlOptionsCalc.OriginalImageSize.Label=Orjinal resim boyutunu kullan
|
||||
100.XhtmlOptionsCalc.SpecialContentLabel.HelpText=
|
||||
101.XhtmlOptionsCalc.SpecialContentLabel.Label=\u00d6zel i\u00e7erik
|
||||
102.XhtmlOptionsCalc.Notes.HelpText=
|
||||
103.XhtmlOptionsCalc.Notes.Label=Notlar\u0131 ihra\u00e7 et
|
||||
104.XhtmlOptionsCalc.UseDublinCore.HelpText=
|
||||
105.XhtmlOptionsCalc.UseDublinCore.Label=D\u00f6k\u00fcman \u00f6zelliklerini ihra\u00e7 et (Dublin Core Metadata)
|
||||
106.XhtmlOptionsCalc.SheetsLabel.HelpText=
|
||||
107.XhtmlOptionsCalc.SheetsLabel.Label=Sayfalar
|
||||
108.XhtmlOptionsCalc.DisplayHiddenSheets.HelpText=
|
||||
109.XhtmlOptionsCalc.DisplayHiddenSheets.Label=Gizli sayfalar\u0131 g\u00f6ster
|
||||
110.XhtmlOptionsCalc.DisplayHiddenRowsCols.HelpText=
|
||||
111.XhtmlOptionsCalc.DisplayHiddenRowsCols.Label=Gizli sat\u0131rlar\u0131 ve kolonlar\u0131 g\u00f6ster
|
||||
112.XhtmlOptionsCalc.DisplayFilteredRowsCols.HelpText=
|
||||
113.XhtmlOptionsCalc.DisplayFilteredRowsCols.Label=Filtrelenmi\u015f sat\u0131rlar\u0131 ve kolonlar\u0131 g\u00f6ster
|
||||
114.XhtmlOptionsCalc.ApplyPrintRanges.HelpText=
|
||||
115.XhtmlOptionsCalc.ApplyPrintRanges.Label=Bask\u0131 boyutlar\u0131n\u0131 uygula
|
||||
116.XhtmlOptionsCalc.UseTitleAsHeading.HelpText=
|
||||
117.XhtmlOptionsCalc.UseTitleAsHeading.Label=Ba\u015fl\u0131\u011f\u0131 altba\u015fl\u0131k olarak kullan
|
||||
118.XhtmlOptionsCalc.UseSheetNamesAsHeadings.HelpText=
|
||||
119.XhtmlOptionsCalc.UseSheetNamesAsHeadings.Label=Sayfa adlar\u0131n\u0131 ba\u015fl\u0131k olarak kullan
|
||||
120.XhtmlOptionsCalc.FilesLabel.HelpText=
|
||||
121.XhtmlOptionsCalc.FilesLabel.Label=Dosyalar
|
||||
122.XhtmlOptionsCalc.CalcSplit.HelpText=
|
||||
123.XhtmlOptionsCalc.CalcSplit.Label=Sayfalar\u0131 ayr\u0131 dosyalar olarak kaydet
|
||||
124.XhtmlOptionsCalc.SaveImagesInSubdir.HelpText=
|
||||
125.XhtmlOptionsCalc.SaveImagesInSubdir.Label=Resimleri altklas\u00f6re kaydet
|
||||
126.XhtmlOptionsCalc.ExportButton.HelpText=
|
||||
127.XhtmlOptionsCalc.ExportButton.Label=\u0130hra\u00e7 et
|
||||
128.XhtmlOptionsCalc.CancelButton.HelpText=
|
||||
129.XhtmlOptionsCalc.CancelButton.Label=\u0130ptal
|
||||
130.Config.StringItemList=Orjinal formatlama
|
||||
131.Config.StringItemList=\u00c7ikolata
|
||||
132.Config.StringItemList=Geceyar\u0131s\u0131
|
||||
133.Config.StringItemList=Modern
|
||||
134.Config.StringItemList=Eski stil
|
||||
135.Config.StringItemList=\u00c7eliksi
|
||||
136.Config.StringItemList=\u0130sve\u00e7
|
||||
137.Config.StringItemList=Geleneksel
|
||||
138.Config.StringItemList=Lacivert
|
||||
139.Config.StringItemList=\u00d6zel i\u00e7erik
|
||||
140.Config.StringItemList=Orjinal formatlama
|
||||
141.Config.StringItemList=\u00d6zel
|
||||
144.XhtmlOptions.UseMathjax.HelpText=
|
||||
145.XhtmlOptions.UseMathjax.Label=Use MathJax
|
|
@ -0,0 +1,129 @@
|
|||
# Strings for Dialog Library W2XDialogs
|
||||
0.XhtmlOptions.HelpText=
|
||||
1.XhtmlOptions.Title=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b XHTML (Writer2xhtml)
|
||||
2.XhtmlOptions.StyleLabel.HelpText=
|
||||
3.XhtmlOptions.StyleLabel.Label=\u0421\u0442\u0438\u043b\u044c
|
||||
4.XhtmlOptions.ConfigLabel.HelpText=
|
||||
5.XhtmlOptions.ConfigLabel.Label=\u0412\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0442\u0438 \u0441\u0442\u0438\u043b\u044c
|
||||
6.XhtmlOptions.Config.HelpText=
|
||||
17.XhtmlOptions.ScalingLabel.HelpText=
|
||||
18.XhtmlOptions.ScalingLabel.Label=\u041c\u0456\u0440\u0438\u043b\u043e
|
||||
19.XhtmlOptions.Scaling.HelpText=
|
||||
20.XhtmlOptions.ScalingPercentLabel.HelpText=
|
||||
21.XhtmlOptions.ScalingPercentLabel.Label=%
|
||||
22.XhtmlOptions.ColumnScalingLabel.HelpText=
|
||||
23.XhtmlOptions.ColumnScalingLabel.Label=\u0420\u043e\u0437\u043c\u0456\u0440 \u0441\u0442\u043e\u0432\u0431\u0446\u0456\u0432
|
||||
24.XhtmlOptions.ColumnScaling.HelpText=
|
||||
25.XhtmlOptions.ColumnScalingPercentLabel.HelpText=
|
||||
26.XhtmlOptions.ColumnScalingPercentLabel.Label=%
|
||||
27.XhtmlOptions.ConvertToPx.HelpText=
|
||||
28.XhtmlOptions.ConvertToPx.Label=\u041f\u0435\u0440\u0435\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0443 \u043f\u0456\u043a\u0441\u0435\u043b\u0456 (px)
|
||||
29.XhtmlOptions.OriginalImageSize.HelpText=
|
||||
30.XhtmlOptions.OriginalImageSize.Label=\u0410\u0432\u0442\u0435\u043d\u0442\u0438\u0447\u043d\u0438\u0439 \u0440\u043e\u0437\u043c\u0456\u0440 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u044c
|
||||
31.XhtmlOptions.SpecialContentLabel.HelpText=
|
||||
32.XhtmlOptions.SpecialContentLabel.Label=\u0421\u043f\u0435\u0446\u0456\u0430\u043b\u044c\u043d\u0438\u0439 \u0432\u043c\u0456\u0441\u0442
|
||||
33.XhtmlOptions.Notes.HelpText=
|
||||
34.XhtmlOptions.Notes.Label=\u0415\u043a\u0441\u043f\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0437\u0430\u043c\u0456\u0442\u043a\u0438
|
||||
35.XhtmlOptions.UseDublinCore.HelpText=
|
||||
36.XhtmlOptions.UseDublinCore.Label=\u0415\u043a\u0441\u043f\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0432\u043b\u0430\u0441\u0442\u0438\u0432\u043e\u0441\u0442\u0456 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0443 (Dublin Core Metadata)
|
||||
37.XhtmlOptions.AutoCorrectLabel.HelpText=
|
||||
38.XhtmlOptions.AutoCorrectLabel.Label=\u0410\u0432\u0442\u043e\u043a\u043e\u0440\u0435\u0433\u0443\u0432\u0430\u043d\u043d\u044f
|
||||
39.XhtmlOptions.IgnoreHardLineBreaks.HelpText=
|
||||
40.XhtmlOptions.IgnoreHardLineBreaks.Label=\u0406\u0433\u043d\u043e\u0440\u0443\u0432\u0430\u0442\u0438 \u0440\u043e\u043e\u0437\u0440\u0438\u0432\u0438 \u0440\u044f\u0434\u043a\u0456\u0432
|
||||
41.XhtmlOptions.IgnoreEmptyParagraphs.HelpText=
|
||||
42.XhtmlOptions.IgnoreEmptyParagraphs.Label=\u0406\u0433\u043d\u043e\u0440\u0443\u0432\u0430\u0442\u0438 \u043f\u043e\u0440\u043e\u0436\u043d\u0456 \u043f\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0438
|
||||
43.XhtmlOptions.IgnoreDoubleSpaces.HelpText=
|
||||
44.XhtmlOptions.IgnoreDoubleSpaces.Label=\u0406\u0433\u043d\u043e\u0440\u0443\u0432\u0430\u0442\u0438 \u043f\u043e\u0434\u0432\u0456\u0439\u043d\u0456 \u043f\u0440\u043e\u0431\u0456\u043b\u0438
|
||||
45.XhtmlOptions.FilesLabel.HelpText=
|
||||
46.XhtmlOptions.FilesLabel.Label=\u0424\u0430\u0439\u043b\u0438
|
||||
47.XhtmlOptions.Split.HelpText=
|
||||
48.XhtmlOptions.Split.Label=\u0420\u043e\u0437\u0431\u0438\u0432\u0430\u0442\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u043f\u043e \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430\u0445
|
||||
49.XhtmlOptions.SplitLevelLabel.HelpText=
|
||||
50.XhtmlOptions.SplitLevelLabel.Label=\u0420\u0456\u0432\u043d\u0435\u044c \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0443
|
||||
51.XhtmlOptions.SplitLevel.HelpText=
|
||||
52.SplitLevel.StringItemList=1
|
||||
53.SplitLevel.StringItemList=2
|
||||
54.SplitLevel.StringItemList=3
|
||||
55.SplitLevel.StringItemList=4
|
||||
56.SplitLevel.StringItemList=5
|
||||
57.SplitLevel.StringItemList=6
|
||||
58.XhtmlOptions.RepeatLevelsLabel.HelpText=
|
||||
59.XhtmlOptions.RepeatLevelsLabel.Label=\u041f\u043e\u0432\u0442\u043e\u0440\u044e\u0432\u0430\u0442\u0438 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0438 \u043d\u0430 \u0440\u0456\u0432\u043d\u0456
|
||||
60.XhtmlOptions.RepeatLevels.HelpText=
|
||||
61.RepeatLevels.StringItemList=0
|
||||
62.RepeatLevels.StringItemList=1
|
||||
63.RepeatLevels.StringItemList=2
|
||||
64.RepeatLevels.StringItemList=3
|
||||
65.RepeatLevels.StringItemList=4
|
||||
66.RepeatLevels.StringItemList=5
|
||||
67.XhtmlOptions.SaveImagesInSubdir.HelpText=
|
||||
68.XhtmlOptions.SaveImagesInSubdir.Label=\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u0443 \u043f\u0456\u0434\u0442\u0435\u043a\u0443
|
||||
73.XhtmlOptions.ExportButton.HelpText=
|
||||
74.XhtmlOptions.ExportButton.Label=\u0415\u043a\u0441\u043f\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438
|
||||
75.XhtmlOptions.CancelButton.HelpText=
|
||||
76.XhtmlOptions.CancelButton.Label=\u0412\u0456\u0434\u043c\u0456\u043d\u0438\u0442\u0438
|
||||
77.XhtmlOptionsCalc.HelpText=
|
||||
78.XhtmlOptionsCalc.Title=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b XHTML (Calc2xhtml)
|
||||
79.XhtmlOptionsCalc.StyleLabel.HelpText=
|
||||
80.XhtmlOptionsCalc.StyleLabel.Label=\u0421\u0442\u0438\u043b\u044c
|
||||
81.XhtmlOptionsCalc.ConfigLabel.HelpText=
|
||||
82.XhtmlOptionsCalc.ConfigLabel.Label=\u0412\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0442\u0438 \u0441\u0442\u0438\u043b\u044c
|
||||
83.XhtmlOptionsCalc.Config.HelpText=
|
||||
86.XhtmlOptionsCalc.ScalingLabel.HelpText=
|
||||
87.XhtmlOptionsCalc.ScalingLabel.Label=\u041c\u0456\u0440\u0438\u043b\u043e
|
||||
88.XhtmlOptionsCalc.Scaling.HelpText=
|
||||
89.XhtmlOptionsCalc.ScalingPercentLabel.HelpText=
|
||||
90.XhtmlOptionsCalc.ScalingPercentLabel.Label=%
|
||||
91.XhtmlOptionsCalc.ColumnScalingLabel.HelpText=
|
||||
92.XhtmlOptionsCalc.ColumnScalingLabel.Label=\u0420\u043e\u0437\u043c\u0456\u0440 \u0441\u0442\u043e\u0432\u0431\u0446\u0456\u0432
|
||||
93.XhtmlOptionsCalc.ColumnScaling.HelpText=
|
||||
94.XhtmlOptionsCalc.ColumnScalingPercentLabel.HelpText=
|
||||
95.XhtmlOptionsCalc.ColumnScalingPercentLabel.Label=%
|
||||
96.XhtmlOptionsCalc.ConvertToPx.HelpText=
|
||||
97.XhtmlOptionsCalc.ConvertToPx.Label=\u041f\u0435\u0440\u0435\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0443 \u043f\u0456\u043a\u0441\u0435\u043b\u0456 (px)
|
||||
98.XhtmlOptionsCalc.OriginalImageSize.HelpText=
|
||||
99.XhtmlOptionsCalc.OriginalImageSize.Label=\u041e\u0440\u0438\u0433\u0456\u043d\u0430\u043b\u044c\u043d\u0438\u0439 \u0440\u043e\u0437\u043c\u0456\u0440 \u043c\u0430\u043b\u044e\u043d\u043a\u0456\u0432
|
||||
100.XhtmlOptionsCalc.SpecialContentLabel.HelpText=
|
||||
101.XhtmlOptionsCalc.SpecialContentLabel.Label=\u0421\u043f\u0435\u0446\u0456\u0430\u043b\u044c\u043d\u0438\u0439 \u0432\u043c\u0456\u0441\u0442
|
||||
102.XhtmlOptionsCalc.Notes.HelpText=
|
||||
103.XhtmlOptionsCalc.Notes.Label=\u0415\u043a\u0441\u043f\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0437\u0430\u043c\u0456\u0442\u043a\u0438
|
||||
104.XhtmlOptionsCalc.UseDublinCore.HelpText=
|
||||
105.XhtmlOptionsCalc.UseDublinCore.Label=\u0415\u043a\u0441\u043f\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0432\u043b\u0430\u0441\u0442\u0438\u0432\u043e\u0441\u0442\u0456 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0443 (Dublin Core Metadata)
|
||||
106.XhtmlOptionsCalc.SheetsLabel.HelpText=
|
||||
107.XhtmlOptionsCalc.SheetsLabel.Label=\u0410\u0440\u043a\u0443\u0448\u0456
|
||||
108.XhtmlOptionsCalc.DisplayHiddenSheets.HelpText=
|
||||
109.XhtmlOptionsCalc.DisplayHiddenSheets.Label=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0437\u0430\u0445\u043e\u0432\u0430\u043d\u0456 \u0430\u0440\u043a\u0443\u0448\u0456
|
||||
110.XhtmlOptionsCalc.DisplayHiddenRowsCols.HelpText=
|
||||
111.XhtmlOptionsCalc.DisplayHiddenRowsCols.Label=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0437\u0430\u0445\u043e\u0432\u0430\u043d\u0456 \u0440\u044f\u0434\u043a\u0438 \u0442\u0430 \u0441\u0442\u043e\u0432\u0431\u0446\u0456
|
||||
112.XhtmlOptionsCalc.DisplayFilteredRowsCols.HelpText=
|
||||
113.XhtmlOptionsCalc.DisplayFilteredRowsCols.Label=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0432\u0456\u0434\u0444\u0456\u043b\u044c\u0442\u0440\u043e\u0432\u0430\u043d\u0456 \u0440\u044f\u0434\u043a\u0438 \u0442\u0430 \u0441\u0442\u043e\u0432\u0431\u0446\u0456
|
||||
114.XhtmlOptionsCalc.ApplyPrintRanges.HelpText=
|
||||
115.XhtmlOptionsCalc.ApplyPrintRanges.Label=\u0417\u0430\u0441\u0442\u043e\u0441\u0443\u0432\u0430\u0442\u0438 \u043e\u0431\u043c\u0435\u0436\u0435\u043d\u043d\u044f \u043e\u0431\u043b\u0430\u0441\u0442\u0456 \u0434\u0440\u0443\u043a\u0443
|
||||
116.XhtmlOptionsCalc.UseTitleAsHeading.HelpText=
|
||||
117.XhtmlOptionsCalc.UseTitleAsHeading.Label=\u0412\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0442\u0438 \u043d\u0430\u0437\u0432\u0443 \u0442\u0430 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a
|
||||
118.XhtmlOptionsCalc.UseSheetNamesAsHeadings.HelpText=
|
||||
119.XhtmlOptionsCalc.UseSheetNamesAsHeadings.Label=\u0412\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0442\u0438 \u043d\u0430\u0437\u0432\u0443 \u0430\u0440\u043a\u0443\u0448\u0456\u0432 \u0442\u0430 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0438
|
||||
120.XhtmlOptionsCalc.FilesLabel.HelpText=
|
||||
121.XhtmlOptionsCalc.FilesLabel.Label=\u0424\u0430\u0439\u043b\u0438
|
||||
122.XhtmlOptionsCalc.CalcSplit.HelpText=
|
||||
123.XhtmlOptionsCalc.CalcSplit.Label=\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u0430\u0440\u043a\u0443\u0448\u0456 \u0432 \u043e\u043a\u0440\u0435\u043c\u0456 \u0444\u0430\u0439\u043b\u0438
|
||||
124.XhtmlOptionsCalc.SaveImagesInSubdir.HelpText=
|
||||
125.XhtmlOptionsCalc.SaveImagesInSubdir.Label=\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u0443 \u043f\u0456\u0434\u0442\u0435\u043a\u0443
|
||||
126.XhtmlOptionsCalc.ExportButton.HelpText=
|
||||
127.XhtmlOptionsCalc.ExportButton.Label=\u0415\u043a\u0441\u043f\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438
|
||||
128.XhtmlOptionsCalc.CancelButton.HelpText=
|
||||
129.XhtmlOptionsCalc.CancelButton.Label=\u0412\u0456\u0434\u043c\u0456\u043d\u0438\u0442\u0438
|
||||
130.Config.StringItemList=\u0410\u0432\u0442\u0435\u043d\u0442\u0438\u0447\u043d\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u0443\u0432\u0430\u043d\u043d\u044f
|
||||
131.Config.StringItemList=\u0428\u043e\u043a\u043e\u043b\u0430\u0434
|
||||
132.Config.StringItemList=\u041f\u0456\u0432\u043d\u0456\u0447
|
||||
133.Config.StringItemList=\u041c\u043e\u0434\u0435\u0440\u043d
|
||||
134.Config.StringItemList=\u0420\u0435\u0442\u0440\u043e
|
||||
135.Config.StringItemList=\u0421\u0442\u0430\u043b\u044c
|
||||
136.Config.StringItemList=\u0428\u0432\u0435\u0446\u0456\u044f
|
||||
137.Config.StringItemList=\u0422\u0440\u0430\u0434\u0438\u0446\u0456\u0439\u043d\u0438\u0439
|
||||
138.Config.StringItemList=\u0423\u043b\u044c\u0442\u0440\u0430\u043c\u0430\u0440\u0438\u043d
|
||||
139.Config.StringItemList=\u0412\u0438\u0431\u0456\u0440\u043a\u043e\u0432\u0438\u0439
|
||||
140.Config.StringItemList=\u0410\u0432\u0442\u0435\u043d\u0442\u0438\u0447\u043d\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u0443\u0432\u0430\u043d\u043d\u044f
|
||||
141.Config.StringItemList=\u0412\u0438\u0431\u0456\u0440\u043a\u043e\u0432\u0438\u0439
|
||||
144.XhtmlOptions.UseMathjax.HelpText=
|
||||
145.XhtmlOptions.UseMathjax.Label=Use MathJax
|
7
src/main/oxt/writer2xhtml/W2XDialogs/Module1.xba
Normal file
7
src/main/oxt/writer2xhtml/W2XDialogs/Module1.xba
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
|
||||
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Module1" script:language="StarBasic">REM ***** BASIC *****
|
||||
|
||||
Sub Main
|
||||
|
||||
End Sub</script:module>
|
69
src/main/oxt/writer2xhtml/W2XDialogs/XhtmlOptions.xdl
Normal file
69
src/main/oxt/writer2xhtml/W2XDialogs/XhtmlOptions.xdl
Normal file
|
@ -0,0 +1,69 @@
|
|||
<?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="XhtmlOptions" dlg:left="139" dlg:top="84" dlg:width="203" dlg:height="306" dlg:help-text="&0.XhtmlOptions.HelpText" dlg:closeable="true" dlg:moveable="true" dlg:title="&1.XhtmlOptions.Title">
|
||||
<dlg:bulletinboard>
|
||||
<dlg:text dlg:id="StyleLabel" dlg:tab-index="0" dlg:left="5" dlg:top="8" dlg:width="183" dlg:height="12" dlg:help-text="&2.XhtmlOptions.StyleLabel.HelpText" dlg:value="&3.XhtmlOptions.StyleLabel.Label"/>
|
||||
<dlg:text dlg:id="ConfigLabel" dlg:tab-index="1" dlg:left="10" dlg:top="22" dlg:width="76" dlg:height="12" dlg:help-text="&4.XhtmlOptions.ConfigLabel.HelpText" dlg:value="&5.XhtmlOptions.ConfigLabel.Label"/>
|
||||
<dlg:menulist dlg:id="Config" dlg:tab-index="2" dlg:left="97" dlg:top="20" dlg:width="92" dlg:height="12" dlg:help-text="&6.XhtmlOptions.Config.HelpText" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsConfig" dlg:spin="true" dlg:linecount="10">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="&130.Config.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&131.Config.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&132.Config.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&133.Config.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&134.Config.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&135.Config.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&136.Config.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&137.Config.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&138.Config.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&139.Config.StringItemList"/>
|
||||
</dlg:menupopup>
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:ConfigChange" script:language="UNO"/>
|
||||
</dlg:menulist>
|
||||
<dlg:text dlg:id="ScalingLabel" dlg:tab-index="3" dlg:left="10" dlg:top="36" dlg:width="76" dlg:height="12" dlg:help-text="&17.XhtmlOptions.ScalingLabel.HelpText" dlg:value="&18.XhtmlOptions.ScalingLabel.Label"/>
|
||||
<dlg:numericfield dlg:id="Scaling" dlg:tab-index="4" dlg:left="144" dlg:top="34" dlg:width="30" dlg:height="12" dlg:help-text="&19.XhtmlOptions.Scaling.HelpText" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsScaling" dlg:strict-format="true" dlg:decimal-accuracy="0" dlg:value="100" dlg:value-min="1" dlg:value-max="1000" dlg:value-step="10" dlg:spin="true"/>
|
||||
<dlg:text dlg:id="ScalingPercentLabel" dlg:tab-index="5" dlg:left="179" dlg:top="36" dlg:width="10" dlg:height="12" dlg:help-text="&20.XhtmlOptions.ScalingPercentLabel.HelpText" dlg:value="&21.XhtmlOptions.ScalingPercentLabel.Label"/>
|
||||
<dlg:text dlg:id="ColumnScalingLabel" dlg:tab-index="6" dlg:left="10" dlg:top="50" dlg:width="76" dlg:height="12" dlg:help-text="&22.XhtmlOptions.ColumnScalingLabel.HelpText" dlg:value="&23.XhtmlOptions.ColumnScalingLabel.Label"/>
|
||||
<dlg:numericfield dlg:id="ColumnScaling" dlg:tab-index="7" dlg:left="144" dlg:top="48" dlg:width="30" dlg:height="12" dlg:help-text="&24.XhtmlOptions.ColumnScaling.HelpText" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsColumnScaling" dlg:strict-format="true" dlg:decimal-accuracy="0" dlg:value="100" dlg:value-min="1" dlg:value-max="1000" dlg:value-step="10" dlg:spin="true"/>
|
||||
<dlg:text dlg:id="ColumnScalingPercentLabel" dlg:tab-index="8" dlg:left="179" dlg:top="50" dlg:width="10" dlg:height="12" dlg:help-text="&25.XhtmlOptions.ColumnScalingPercentLabel.HelpText" dlg:value="&26.XhtmlOptions.ColumnScalingPercentLabel.Label"/>
|
||||
<dlg:checkbox dlg:id="ConvertToPx" dlg:tab-index="9" dlg:left="10" dlg:top="64" dlg:width="177" dlg:height="12" dlg:help-text="&27.XhtmlOptions.ConvertToPx.HelpText" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsConvertToPx" dlg:value="&28.XhtmlOptions.ConvertToPx.Label" dlg:checked="true"/>
|
||||
<dlg:checkbox dlg:id="OriginalImageSize" dlg:tab-index="10" dlg:left="10" dlg:top="78" dlg:width="177" dlg:height="12" dlg:help-text="&29.XhtmlOptions.OriginalImageSize.HelpText" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsOriginalImageSize" dlg:value="&30.XhtmlOptions.OriginalImageSize.Label" dlg:checked="false"/>
|
||||
<dlg:text dlg:id="SpecialContentLabel" dlg:tab-index="11" dlg:left="5" dlg:top="92" dlg:width="184" dlg:height="12" dlg:help-text="&31.XhtmlOptions.SpecialContentLabel.HelpText" dlg:value="&32.XhtmlOptions.SpecialContentLabel.Label"/>
|
||||
<dlg:checkbox dlg:id="Notes" dlg:tab-index="12" dlg:left="10" dlg:top="106" dlg:width="179" dlg:height="12" dlg:help-text="&33.XhtmlOptions.Notes.HelpText" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsNotes" dlg:value="&34.XhtmlOptions.Notes.Label" dlg:checked="true"/>
|
||||
<dlg:checkbox dlg:id="UseDublinCore" dlg:tab-index="13" dlg:left="10" dlg:top="120" dlg:width="179" dlg:height="12" dlg:help-text="&35.XhtmlOptions.UseDublinCore.HelpText" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsUseDublinCore" dlg:value="&36.XhtmlOptions.UseDublinCore.Label" dlg:checked="true"/>
|
||||
<dlg:text dlg:id="AutoCorrectLabel" dlg:tab-index="14" dlg:left="5" dlg:top="134" dlg:width="184" dlg:height="12" dlg:help-text="&37.XhtmlOptions.AutoCorrectLabel.HelpText" dlg:value="&38.XhtmlOptions.AutoCorrectLabel.Label"/>
|
||||
<dlg:checkbox dlg:id="IgnoreHardLineBreaks" dlg:tab-index="15" dlg:left="10" dlg:top="148" dlg:width="175" dlg:height="12" dlg:help-text="&39.XhtmlOptions.IgnoreHardLineBreaks.HelpText" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsIgnoreHardLineBreaks" dlg:value="&40.XhtmlOptions.IgnoreHardLineBreaks.Label" dlg:checked="false"/>
|
||||
<dlg:checkbox dlg:id="IgnoreEmptyParagraphs" dlg:tab-index="16" dlg:left="10" dlg:top="162" dlg:width="175" dlg:height="12" dlg:help-text="&41.XhtmlOptions.IgnoreEmptyParagraphs.HelpText" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsIgnoreEmptyParagraphs" dlg:value="&42.XhtmlOptions.IgnoreEmptyParagraphs.Label" dlg:checked="false"/>
|
||||
<dlg:checkbox dlg:id="IgnoreDoubleSpaces" dlg:tab-index="17" dlg:left="10" dlg:top="176" dlg:width="175" dlg:height="12" dlg:help-text="&43.XhtmlOptions.IgnoreDoubleSpaces.HelpText" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsIgnoreDoubleSpaces" dlg:value="&44.XhtmlOptions.IgnoreDoubleSpaces.Label" dlg:checked="false"/>
|
||||
<dlg:text dlg:id="FilesLabel" dlg:tab-index="18" dlg:left="5" dlg:top="190" dlg:width="184" dlg:height="12" dlg:help-text="&45.XhtmlOptions.FilesLabel.HelpText" dlg:value="&46.XhtmlOptions.FilesLabel.Label"/>
|
||||
<dlg:checkbox dlg:id="Split" dlg:tab-index="19" dlg:left="10" dlg:top="204" dlg:width="180" dlg:height="12" dlg:help-text="&47.XhtmlOptions.Split.HelpText" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsSplit" dlg:value="&48.XhtmlOptions.Split.Label" dlg:checked="false">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:SplitChange" script:language="UNO"/>
|
||||
</dlg:checkbox>
|
||||
<dlg:text dlg:id="SplitLevelLabel" dlg:tab-index="20" dlg:left="20" dlg:top="218" dlg:width="76" dlg:height="12" dlg:help-text="&49.XhtmlOptions.SplitLevelLabel.HelpText" dlg:value="&50.XhtmlOptions.SplitLevelLabel.Label"/>
|
||||
<dlg:menulist dlg:id="SplitLevel" dlg:tab-index="21" dlg:left="152" dlg:top="216" dlg:width="37" dlg:height="12" dlg:help-text="&51.XhtmlOptions.SplitLevel.HelpText" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsSplitLevel" dlg:spin="true" dlg:linecount="6">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="&52.SplitLevel.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&53.SplitLevel.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&54.SplitLevel.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&55.SplitLevel.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&56.SplitLevel.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&57.SplitLevel.StringItemList"/>
|
||||
</dlg:menupopup>
|
||||
</dlg:menulist>
|
||||
<dlg:text dlg:id="RepeatLevelsLabel" dlg:tab-index="22" dlg:left="20" dlg:top="232" dlg:width="122" dlg:height="12" dlg:help-text="&58.XhtmlOptions.RepeatLevelsLabel.HelpText" dlg:value="&59.XhtmlOptions.RepeatLevelsLabel.Label"/>
|
||||
<dlg:menulist dlg:id="RepeatLevels" dlg:tab-index="23" dlg:left="152" dlg:top="230" dlg:width="37" dlg:height="12" dlg:help-text="&60.XhtmlOptions.RepeatLevels.HelpText" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsRepeatLevels" dlg:spin="true" dlg:linecount="6">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="&61.RepeatLevels.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&62.RepeatLevels.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&63.RepeatLevels.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&64.RepeatLevels.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&65.RepeatLevels.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&66.RepeatLevels.StringItemList"/>
|
||||
</dlg:menupopup>
|
||||
</dlg:menulist>
|
||||
<dlg:checkbox dlg:id="SaveImagesInSubdir" dlg:tab-index="24" dlg:left="10" dlg:top="246" dlg:width="180" dlg:height="12" dlg:help-text="&67.XhtmlOptions.SaveImagesInSubdir.HelpText" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsSaveImagesInSubdir" dlg:value="&68.XhtmlOptions.SaveImagesInSubdir.Label" dlg:checked="false"/>
|
||||
<dlg:button dlg:id="ExportButton" dlg:tab-index="26" dlg:left="5" dlg:top="286" dlg:width="55" dlg:height="12" dlg:help-text="&73.XhtmlOptions.ExportButton.HelpText" dlg:value="&74.XhtmlOptions.ExportButton.Label" dlg:button-type="ok"/>
|
||||
<dlg:button dlg:id="CancelButton" dlg:tab-index="27" dlg:left="70" dlg:top="286" dlg:width="55" dlg:height="12" dlg:help-text="&75.XhtmlOptions.CancelButton.HelpText" dlg:value="&76.XhtmlOptions.CancelButton.Label" dlg:button-type="cancel"/>
|
||||
<dlg:button dlg:id="HelpButton" dlg:tab-index="28" dlg:left="135" dlg:top="286" dlg:width="55" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:Options" dlg:value="Help" dlg:button-type="help"/>
|
||||
<dlg:checkbox dlg:id="UseMathjax" dlg:tab-index="25" dlg:left="10" dlg:top="260" dlg:width="180" dlg:height="11" dlg:help-text="&144.XhtmlOptions.UseMathjax.HelpText" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsUseMathjax" dlg:value="&145.XhtmlOptions.UseMathjax.Label" dlg:checked="false"/>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
39
src/main/oxt/writer2xhtml/W2XDialogs/XhtmlOptionsCalc.xdl
Normal file
39
src/main/oxt/writer2xhtml/W2XDialogs/XhtmlOptionsCalc.xdl
Normal file
|
@ -0,0 +1,39 @@
|
|||
<?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="XhtmlOptionsCalc" dlg:left="139" dlg:top="84" dlg:width="203" dlg:height="306" dlg:help-text="&77.XhtmlOptionsCalc.HelpText" dlg:closeable="true" dlg:moveable="true" dlg:title="&78.XhtmlOptionsCalc.Title">
|
||||
<dlg:bulletinboard>
|
||||
<dlg:text dlg:id="StyleLabel" dlg:tab-index="0" dlg:left="5" dlg:top="8" dlg:width="183" dlg:height="12" dlg:help-text="&79.XhtmlOptionsCalc.StyleLabel.HelpText" dlg:value="&80.XhtmlOptionsCalc.StyleLabel.Label"/>
|
||||
<dlg:text dlg:id="ConfigLabel" dlg:tab-index="1" dlg:left="10" dlg:top="22" dlg:width="76" dlg:height="12" dlg:help-text="&81.XhtmlOptionsCalc.ConfigLabel.HelpText" dlg:value="&82.XhtmlOptionsCalc.ConfigLabel.Label"/>
|
||||
<dlg:menulist dlg:id="Config" dlg:tab-index="2" dlg:left="98" dlg:top="20" dlg:width="92" dlg:height="12" dlg:help-text="&83.XhtmlOptionsCalc.Config.HelpText" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsCalcConfig" dlg:spin="true" dlg:linecount="2">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="&140.Config.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&141.Config.StringItemList"/>
|
||||
</dlg:menupopup>
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:ConfigChange" script:language="UNO"/>
|
||||
</dlg:menulist>
|
||||
<dlg:text dlg:id="ScalingLabel" dlg:tab-index="3" dlg:left="10" dlg:top="36" dlg:width="76" dlg:height="12" dlg:help-text="&86.XhtmlOptionsCalc.ScalingLabel.HelpText" dlg:value="&87.XhtmlOptionsCalc.ScalingLabel.Label"/>
|
||||
<dlg:numericfield dlg:id="Scaling" dlg:tab-index="4" dlg:left="144" dlg:top="34" dlg:width="30" dlg:height="12" dlg:help-text="&88.XhtmlOptionsCalc.Scaling.HelpText" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsCalcScaling" dlg:strict-format="true" dlg:decimal-accuracy="0" dlg:value="100" dlg:value-min="1" dlg:value-max="1000" dlg:value-step="10" dlg:spin="true"/>
|
||||
<dlg:text dlg:id="ScalingPercentLabel" dlg:tab-index="5" dlg:left="179" dlg:top="36" dlg:width="10" dlg:height="12" dlg:help-text="&89.XhtmlOptionsCalc.ScalingPercentLabel.HelpText" dlg:value="&90.XhtmlOptionsCalc.ScalingPercentLabel.Label"/>
|
||||
<dlg:text dlg:id="ColumnScalingLabel" dlg:tab-index="6" dlg:left="10" dlg:top="50" dlg:width="76" dlg:height="12" dlg:help-text="&91.XhtmlOptionsCalc.ColumnScalingLabel.HelpText" dlg:value="&92.XhtmlOptionsCalc.ColumnScalingLabel.Label"/>
|
||||
<dlg:numericfield dlg:id="ColumnScaling" dlg:tab-index="7" dlg:left="144" dlg:top="48" dlg:width="30" dlg:height="12" dlg:help-text="&93.XhtmlOptionsCalc.ColumnScaling.HelpText" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsCalcColumnScaling" dlg:strict-format="true" dlg:decimal-accuracy="0" dlg:value="100" dlg:value-min="1" dlg:value-max="1000" dlg:value-step="10" dlg:spin="true"/>
|
||||
<dlg:text dlg:id="ColumnScalingPercentLabel" dlg:tab-index="8" dlg:left="179" dlg:top="50" dlg:width="10" dlg:height="12" dlg:help-text="&94.XhtmlOptionsCalc.ColumnScalingPercentLabel.HelpText" dlg:value="&95.XhtmlOptionsCalc.ColumnScalingPercentLabel.Label"/>
|
||||
<dlg:checkbox dlg:id="ConvertToPx" dlg:tab-index="9" dlg:left="10" dlg:top="64" dlg:width="177" dlg:height="12" dlg:help-text="&96.XhtmlOptionsCalc.ConvertToPx.HelpText" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsCalcConvertToPx" dlg:value="&97.XhtmlOptionsCalc.ConvertToPx.Label" dlg:checked="true"/>
|
||||
<dlg:checkbox dlg:id="OriginalImageSize" dlg:tab-index="10" dlg:left="10" dlg:top="78" dlg:width="177" dlg:height="12" dlg:help-text="&98.XhtmlOptionsCalc.OriginalImageSize.HelpText" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsCalcOriginalImageSize" dlg:value="&99.XhtmlOptionsCalc.OriginalImageSize.Label" dlg:checked="false"/>
|
||||
<dlg:text dlg:id="SpecialContentLabel" dlg:tab-index="11" dlg:left="5" dlg:top="92" dlg:width="184" dlg:height="12" dlg:help-text="&100.XhtmlOptionsCalc.SpecialContentLabel.HelpText" dlg:value="&101.XhtmlOptionsCalc.SpecialContentLabel.Label"/>
|
||||
<dlg:checkbox dlg:id="Notes" dlg:tab-index="12" dlg:left="10" dlg:top="106" dlg:width="179" dlg:height="12" dlg:help-text="&102.XhtmlOptionsCalc.Notes.HelpText" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsCalcNotes" dlg:value="&103.XhtmlOptionsCalc.Notes.Label" dlg:checked="true"/>
|
||||
<dlg:checkbox dlg:id="UseDublinCore" dlg:tab-index="13" dlg:left="10" dlg:top="120" dlg:width="179" dlg:height="12" dlg:help-text="&104.XhtmlOptionsCalc.UseDublinCore.HelpText" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsCalcUseDublinCore" dlg:value="&105.XhtmlOptionsCalc.UseDublinCore.Label" dlg:checked="true"/>
|
||||
<dlg:text dlg:id="SheetsLabel" dlg:tab-index="14" dlg:left="5" dlg:top="134" dlg:width="184" dlg:height="12" dlg:help-text="&106.XhtmlOptionsCalc.SheetsLabel.HelpText" dlg:value="&107.XhtmlOptionsCalc.SheetsLabel.Label"/>
|
||||
<dlg:checkbox dlg:id="DisplayHiddenSheets" dlg:tab-index="15" dlg:left="10" dlg:top="148" dlg:width="175" dlg:height="12" dlg:help-text="&108.XhtmlOptionsCalc.DisplayHiddenSheets.HelpText" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsCalcDisplayHiddenSheets" dlg:value="&109.XhtmlOptionsCalc.DisplayHiddenSheets.Label" dlg:checked="false"/>
|
||||
<dlg:checkbox dlg:id="DisplayHiddenRowsCols" dlg:tab-index="16" dlg:left="10" dlg:top="162" dlg:width="175" dlg:height="12" dlg:help-text="&110.XhtmlOptionsCalc.DisplayHiddenRowsCols.HelpText" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsCalcDisplayHiddenRowsCols" dlg:value="&111.XhtmlOptionsCalc.DisplayHiddenRowsCols.Label" dlg:checked="false"/>
|
||||
<dlg:checkbox dlg:id="DisplayFilteredRowsCols" dlg:tab-index="17" dlg:left="10" dlg:top="176" dlg:width="175" dlg:height="12" dlg:help-text="&112.XhtmlOptionsCalc.DisplayFilteredRowsCols.HelpText" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsCalcDisplayFilteredRowsCols" dlg:value="&113.XhtmlOptionsCalc.DisplayFilteredRowsCols.Label" dlg:checked="false"/>
|
||||
<dlg:checkbox dlg:id="ApplyPrintRanges" dlg:tab-index="18" dlg:left="10" dlg:top="190" dlg:width="175" dlg:height="12" dlg:help-text="&114.XhtmlOptionsCalc.ApplyPrintRanges.HelpText" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsCalcApplyPrintRanges" dlg:value="&115.XhtmlOptionsCalc.ApplyPrintRanges.Label" dlg:checked="false"/>
|
||||
<dlg:checkbox dlg:id="UseTitleAsHeading" dlg:tab-index="19" dlg:left="10" dlg:top="204" dlg:width="175" dlg:height="12" dlg:help-text="&116.XhtmlOptionsCalc.UseTitleAsHeading.HelpText" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsCalcUseTitleAsHeading" dlg:value="&117.XhtmlOptionsCalc.UseTitleAsHeading.Label" dlg:checked="false"/>
|
||||
<dlg:checkbox dlg:id="UseSheetNamesAsHeadings" dlg:tab-index="20" dlg:left="10" dlg:top="218" dlg:width="175" dlg:height="12" dlg:help-text="&118.XhtmlOptionsCalc.UseSheetNamesAsHeadings.HelpText" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsCalcUseSheetNamesAsHeadings" dlg:value="&119.XhtmlOptionsCalc.UseSheetNamesAsHeadings.Label" dlg:checked="false"/>
|
||||
<dlg:text dlg:id="FilesLabel" dlg:tab-index="21" dlg:left="5" dlg:top="232" dlg:width="175" dlg:height="12" dlg:help-text="&120.XhtmlOptionsCalc.FilesLabel.HelpText" dlg:value="&121.XhtmlOptionsCalc.FilesLabel.Label"/>
|
||||
<dlg:checkbox dlg:id="CalcSplit" dlg:tab-index="22" dlg:left="10" dlg:top="246" dlg:width="175" dlg:height="12" dlg:help-text="&122.XhtmlOptionsCalc.CalcSplit.HelpText" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsCalcSplit" dlg:value="&123.XhtmlOptionsCalc.CalcSplit.Label" dlg:checked="false"/>
|
||||
<dlg:checkbox dlg:id="SaveImagesInSubdir" dlg:tab-index="23" dlg:left="10" dlg:top="260" dlg:width="175" dlg:height="12" dlg:help-text="&124.XhtmlOptionsCalc.SaveImagesInSubdir.HelpText" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsCalcSaveImagesInSubdir" dlg:value="&125.XhtmlOptionsCalc.SaveImagesInSubdir.Label" dlg:checked="false"/>
|
||||
<dlg:button dlg:id="ExportButton" dlg:tab-index="24" dlg:left="5" dlg:top="286" dlg:width="55" dlg:height="12" dlg:help-text="&126.XhtmlOptionsCalc.ExportButton.HelpText" dlg:value="&127.XhtmlOptionsCalc.ExportButton.Label" dlg:button-type="ok"/>
|
||||
<dlg:button dlg:id="CancelButton" dlg:tab-index="25" dlg:left="70" dlg:top="286" dlg:width="55" dlg:height="12" dlg:help-text="&128.XhtmlOptionsCalc.CancelButton.HelpText" dlg:value="&129.XhtmlOptionsCalc.CancelButton.Label" dlg:button-type="cancel"/>
|
||||
<dlg:button dlg:id="HelpButton" dlg:tab-index="26" dlg:left="135" dlg:top="286" dlg:width="55" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsCalc" dlg:value="Help" dlg:button-type="help"/>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
6
src/main/oxt/writer2xhtml/W2XDialogs/dialog.xlb
Normal file
6
src/main/oxt/writer2xhtml/W2XDialogs/dialog.xlb
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library:library PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "library.dtd">
|
||||
<library:library xmlns:library="http://openoffice.org/2000/library" library:name="W2XDialogs" library:readonly="false" library:passwordprotected="false">
|
||||
<library:element library:name="XhtmlOptions"/>
|
||||
<library:element library:name="XhtmlOptionsCalc"/>
|
||||
</library:library>
|
5
src/main/oxt/writer2xhtml/W2XDialogs/script.xlb
Normal file
5
src/main/oxt/writer2xhtml/W2XDialogs/script.xlb
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library:library PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "library.dtd">
|
||||
<library:library xmlns:library="http://openoffice.org/2000/library" library:name="W2XDialogs" library:readonly="false" library:passwordprotected="false">
|
||||
<library:element library:name="Module1"/>
|
||||
</library:library>
|
52
src/main/oxt/writer2xhtml/W2XDialogs2/AuthorDialog.xdl
Normal file
52
src/main/oxt/writer2xhtml/W2XDialogs2/AuthorDialog.xdl
Normal file
|
@ -0,0 +1,52 @@
|
|||
<?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="AuthorDialog" dlg:left="101" dlg:top="46" dlg:width="158" dlg:height="78" dlg:closeable="true" dlg:moveable="true" dlg:title="Author">
|
||||
<dlg:bulletinboard>
|
||||
<dlg:text dlg:id="RoleLabel" dlg:tab-index="4" dlg:left="5" dlg:top="36" dlg:width="60" dlg:height="12" dlg:value="Role"/>
|
||||
<dlg:menulist dlg:id="Type" dlg:tab-index="2" dlg:left="70" dlg:top="20" dlg:width="80" dlg:height="12" dlg:spin="true" dlg:linecount="2">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="Creator"/>
|
||||
<dlg:menuitem dlg:value="Contributor"/>
|
||||
</dlg:menupopup>
|
||||
</dlg:menulist>
|
||||
<dlg:text dlg:id="TypeLabel" dlg:tab-index="0" dlg:left="5" dlg:top="21" dlg:width="60" dlg:height="12" dlg:value="Author type"/>
|
||||
<dlg:menulist dlg:id="Role" dlg:tab-index="3" dlg:left="70" dlg:top="34" dlg:width="80" dlg:height="12" dlg:spin="true" dlg:linecount="10" >
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="N/A"/>
|
||||
<dlg:menuitem dlg:value="Adapter [adp]"/>
|
||||
<dlg:menuitem dlg:value="Annotator [ann]"/>
|
||||
<dlg:menuitem dlg:value="Arranger [arr]"/>
|
||||
<dlg:menuitem dlg:value="Artist [art]"/>
|
||||
<dlg:menuitem dlg:value="Associated name [asn]"/>
|
||||
<dlg:menuitem dlg:value="Author [aut]"/>
|
||||
<dlg:menuitem dlg:value="Author in quotations or text extracts [aqt]"/>
|
||||
<dlg:menuitem dlg:value="Author of afterword, colophon, etc. [aft]"/>
|
||||
<dlg:menuitem dlg:value="Author of introduction, etc. [aui]"/>
|
||||
<dlg:menuitem dlg:value="Bibliographic antecedent [ant]"/>
|
||||
<dlg:menuitem dlg:value="Book producer [bkp]"/>
|
||||
<dlg:menuitem dlg:value="Collaborator [clb]"/>
|
||||
<dlg:menuitem dlg:value="Commentator [cmm]"/>
|
||||
<dlg:menuitem dlg:value="Designer [dsr]"/>
|
||||
<dlg:menuitem dlg:value="Editor [edt]"/>
|
||||
<dlg:menuitem dlg:value="Illustrator [ill]"/>
|
||||
<dlg:menuitem dlg:value="Lyricist [lyr]"/>
|
||||
<dlg:menuitem dlg:value="Metadata contact [mdc]"/>
|
||||
<dlg:menuitem dlg:value="Musician [mus]"/>
|
||||
<dlg:menuitem dlg:value="Narrator [nrt]"/>
|
||||
<dlg:menuitem dlg:value="Other [oth]"/>
|
||||
<dlg:menuitem dlg:value="Photographer [pht]"/>
|
||||
<dlg:menuitem dlg:value="Printer [prt]"/>
|
||||
<dlg:menuitem dlg:value="Redactor [red]"/>
|
||||
<dlg:menuitem dlg:value="Reviewer [rev]"/>
|
||||
<dlg:menuitem dlg:value="Sponsor [spn]"/>
|
||||
<dlg:menuitem dlg:value="Thesis advisor [ths]"/>
|
||||
<dlg:menuitem dlg:value="Transcriber [trc]"/>
|
||||
<dlg:menuitem dlg:value="Translator [trl]"/>
|
||||
</dlg:menupopup>
|
||||
</dlg:menulist>
|
||||
<dlg:text dlg:id="AuthorLabel" dlg:tab-index="5" dlg:left="5" dlg:top="7" dlg:width="60" dlg:height="12" dlg:value="Author"/>
|
||||
<dlg:textfield dlg:id="Author" dlg:tab-index="1" dlg:left="70" dlg:top="5" dlg:width="80" dlg:height="12"/>
|
||||
<dlg:button dlg:id="OKButton" dlg:tab-index="6" dlg:left="5" dlg:top="55" dlg:width="50" dlg:height="12" dlg:value="OK" dlg:button-type="ok"/>
|
||||
<dlg:button dlg:id="CancelButton" dlg:tab-index="7" dlg:left="61" dlg:top="55" dlg:width="50" dlg:height="12" dlg:value="Cancel" dlg:button-type="cancel"/>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
14
src/main/oxt/writer2xhtml/W2XDialogs2/ConfigurationRoot.xdl
Normal file
14
src/main/oxt/writer2xhtml/W2XDialogs2/ConfigurationRoot.xdl
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?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="Configuration1" dlg:left="139" dlg:top="84" dlg:width="260" dlg:height="185" dlg:closeable="true" dlg:moveable="true" dlg:title="ConfigurationRoot" dlg:withtitlebar="false">
|
||||
<dlg:styles>
|
||||
<dlg:style dlg:style-id="0" dlg:border="none"/>
|
||||
<dlg:style dlg:style-id="1" dlg:font-height="14"/>
|
||||
</dlg:styles>
|
||||
<dlg:bulletinboard>
|
||||
<dlg:fixedline dlg:id="FixedLine1" dlg:tab-index="0" dlg:left="6" dlg:top="32" dlg:width="248" dlg:height="2"/>
|
||||
<dlg:img dlg:style-id="0" dlg:id="ImageControl1" dlg:tab-index="1" dlg:left="8" dlg:top="6" dlg:width="21" dlg:height="21" dlg:scale-image="false" dlg:src="../images/w2licon.png"/>
|
||||
<dlg:text dlg:style-id="1" dlg:id="Label1" dlg:tab-index="2" dlg:left="34" dlg:top="10" dlg:width="193" dlg:height="16" dlg:value="Writer2xhtml Custom Configuration"/>
|
||||
<dlg:text dlg:id="Label2" dlg:tab-index="3" dlg:left="34" dlg:top="43" dlg:width="194" dlg:height="78" dlg:value="This is where you create a custom configuration for the Writer2xhtml export filter. You can define technical details of the generated XHTML documents and you can define how to map formatting to CSS. Creating a custom configuration requires some knowledge of XHTML and CSS." dlg:multiline="true"/>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
24
src/main/oxt/writer2xhtml/W2XDialogs2/Content.xdl
Normal file
24
src/main/oxt/writer2xhtml/W2XDialogs2/Content.xdl
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?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="Content" dlg:left="139" dlg:top="84" dlg:width="260" dlg:height="185" dlg:closeable="true" dlg:moveable="true" dlg:title="Content" dlg:withtitlebar="false">
|
||||
<dlg:bulletinboard>
|
||||
<dlg:text dlg:id="FormulasHeadingLabel" dlg:tab-index="0" dlg:left="5" dlg:top="8" dlg:width="245" dlg:height="12" dlg:value="Formulas"/>
|
||||
<dlg:text dlg:id="FormulasLabel" dlg:tab-index="1" dlg:left="10" dlg:top="22" dlg:width="110" dlg:height="12" dlg:value="Include as"/>
|
||||
<dlg:menulist dlg:id="Formulas" dlg:tab-index="2" dlg:left="130" dlg:top="20" dlg:width="120" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:Formulas" dlg:spin="true" dlg:linecount="4">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="Image with StarMath code"/>
|
||||
<dlg:menuitem dlg:value="Image with LaTeX code"/>
|
||||
<dlg:menuitem dlg:value="StarMath code"/>
|
||||
<dlg:menuitem dlg:value="LaTeX code"/>
|
||||
</dlg:menupopup>
|
||||
</dlg:menulist>
|
||||
<dlg:text dlg:id="EndnotesHeadingLabel" dlg:tab-index="4" dlg:left="10" dlg:top="50" dlg:width="110" dlg:height="12" dlg:value="Endnotes heading"/>
|
||||
<dlg:textfield dlg:id="EndnotesHeading" dlg:tab-index="5" dlg:left="130" dlg:top="48" dlg:width="120" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:EndnotesHeading"/>
|
||||
<dlg:text dlg:id="NotesHeadingsLabel" dlg:tab-index="3" dlg:left="5" dlg:top="36" dlg:width="245" dlg:height="12" dlg:value="Footnotes and endnotes"/>
|
||||
<dlg:text dlg:id="FootnotesHeadingLabel" dlg:tab-index="6" dlg:left="10" dlg:top="64" dlg:width="110" dlg:height="12" dlg:value="Footnotes heading"/>
|
||||
<dlg:textfield dlg:id="FootnotesHeading" dlg:tab-index="7" dlg:left="130" dlg:top="62" dlg:width="120" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:FootnotesHeading"/>
|
||||
<dlg:text dlg:id="ImageLabel" dlg:tab-index="8" dlg:left="5" dlg:top="80" dlg:width="245" dlg:height="12" dlg:value="Images"/>
|
||||
<dlg:checkbox dlg:id="EmbedSvg" dlg:tab-index="9" dlg:left="10" dlg:top="92" dlg:width="240" dlg:height="12" dlg:value="Embed SVG images in the HTML document (HTML5 only)" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:EmbedSvg"/>
|
||||
<dlg:checkbox dlg:id="EmbedImg" dlg:tab-index="10" dlg:left="10" dlg:top="104" dlg:width="240" dlg:height="12" dlg:value="Embed all images in the HTML document (base64 encoded)" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:EmbedImg"/>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
12
src/main/oxt/writer2xhtml/W2XDialogs2/DateDialog.xdl
Normal file
12
src/main/oxt/writer2xhtml/W2XDialogs2/DateDialog.xdl
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?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="DateDialog" dlg:left="173" dlg:top="73" dlg:width="158" dlg:height="62" dlg:closeable="true" dlg:moveable="true" dlg:title="Date">
|
||||
<dlg:bulletinboard>
|
||||
<dlg:text dlg:id="DateLabel" dlg:tab-index="0" dlg:left="5" dlg:top="9" dlg:width="60" dlg:height="12" dlg:value="Date"/>
|
||||
<dlg:datefield dlg:id="Date" dlg:tab-index="1" dlg:left="70" dlg:top="6" dlg:width="80" dlg:height="12" dlg:strict-format="true" dlg:date-format="short_YYYYMMDD_DIN5008" dlg:value-min="18000101" dlg:spin="true"/>
|
||||
<dlg:text dlg:id="Eventlabel" dlg:tab-index="2" dlg:left="5" dlg:top="22" dlg:width="60" dlg:height="12" dlg:value="Event"/>
|
||||
<dlg:textfield dlg:id="Event" dlg:tab-index="3" dlg:left="70" dlg:top="21" dlg:width="80" dlg:height="12"/>
|
||||
<dlg:button dlg:id="OKButton" dlg:tab-index="4" dlg:left="5" dlg:top="43" dlg:width="50" dlg:height="12" dlg:value="OK" dlg:button-type="ok"/>
|
||||
<dlg:button dlg:id="CancelButton" dlg:tab-index="5" dlg:left="61" dlg:top="43" dlg:width="50" dlg:height="12" dlg:value="Cancel" dlg:button-type="cancel"/>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
9
src/main/oxt/writer2xhtml/W2XDialogs2/DeleteDialog.xdl
Normal file
9
src/main/oxt/writer2xhtml/W2XDialogs2/DeleteDialog.xdl
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?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="DeleteDialog" dlg:left="255" dlg:top="145" dlg:width="160" dlg:height="50" dlg:closeable="true" dlg:moveable="true" dlg:title="Delete">
|
||||
<dlg:bulletinboard>
|
||||
<dlg:text dlg:id="DeleteLabel" dlg:tab-index="0" dlg:left="5" dlg:top="8" dlg:width="150" dlg:height="12" dlg:value="Delete %s?"/>
|
||||
<dlg:button dlg:id="YesButton" dlg:tab-index="1" dlg:left="5" dlg:top="28" dlg:width="50" dlg:height="12" dlg:value="Yes" dlg:button-type="ok"/>
|
||||
<dlg:button dlg:id="NoButton" dlg:tab-index="2" dlg:left="60" dlg:top="28" dlg:width="50" dlg:height="12" dlg:value="No" dlg:button-type="cancel"/>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
81
src/main/oxt/writer2xhtml/W2XDialogs2/EpubMetadata.xdl
Normal file
81
src/main/oxt/writer2xhtml/W2XDialogs2/EpubMetadata.xdl
Normal file
|
@ -0,0 +1,81 @@
|
|||
<?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="EpubMetadata" dlg:left="173" dlg:top="73" dlg:width="360" dlg:height="218" dlg:closeable="true" dlg:moveable="true" dlg:title="EPUB document properties (Writer2xhtml)">
|
||||
<dlg:bulletinboard>
|
||||
<dlg:checkbox dlg:id="UseCustomIdentifier" dlg:tab-index="0" dlg:left="5" dlg:top="8" dlg:width="165" dlg:height="12" dlg:value="Use custom identifier" dlg:checked="false">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:UseCustomIdentifierChange" script:language="UNO"/>
|
||||
</dlg:checkbox>
|
||||
<dlg:text dlg:id="IdentifierLabel" dlg:tab-index="1" dlg:left="20" dlg:top="22" dlg:width="40" dlg:height="12" dlg:value="Identifier"/>
|
||||
<dlg:textfield dlg:id="Identifier" dlg:tab-index="2" dlg:left="65" dlg:top="20" dlg:width="105" dlg:height="12"/>
|
||||
<dlg:text dlg:id="IdentifierTypeLabel" dlg:tab-index="3" dlg:left="20" dlg:top="36" dlg:width="40" dlg:height="12" dlg:value="Type"/>
|
||||
<dlg:combobox dlg:id="IdentifierType" dlg:tab-index="4" dlg:left="65" dlg:top="34" dlg:width="105" dlg:height="12" dlg:spin="true">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="ISBN"/>
|
||||
<dlg:menuitem dlg:value="DOI"/>
|
||||
<dlg:menuitem dlg:value="URI"/>
|
||||
<dlg:menuitem dlg:value="URL"/>
|
||||
<dlg:menuitem dlg:value="UUID"/>
|
||||
</dlg:menupopup>
|
||||
</dlg:combobox>
|
||||
<dlg:text dlg:id="AuthorsLabel" dlg:tab-index="5" dlg:left="5" dlg:top="50" dlg:width="165" dlg:height="12" dlg:value="Authors"/>
|
||||
<dlg:menulist dlg:id="Authors" dlg:tab-index="6" dlg:left="10" dlg:top="62" dlg:width="130" dlg:height="36"/>
|
||||
<dlg:button dlg:id="AuthorUpButton" dlg:tab-index="10" dlg:left="145" dlg:top="62" dlg:width="25" dlg:height="12" dlg:value="Up">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:AuthorUpClick" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
<dlg:button dlg:id="AuthorDownButton" dlg:tab-index="11" dlg:left="145" dlg:top="86" dlg:width="25" dlg:height="12" dlg:value="Down">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:AuthorDownClick" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
<dlg:button dlg:id="AddAuthorButton" dlg:tab-index="7" dlg:left="10" dlg:top="100" dlg:width="40" dlg:height="12" dlg:value="Add...">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:AuthorAddClick" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
<dlg:button dlg:id="ModifyAuthorButton" dlg:tab-index="8" dlg:left="55" dlg:top="100" dlg:width="40" dlg:height="12" dlg:value="Modify...">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:AuthorModifyClick" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
<dlg:button dlg:id="DeleteAuthorButton" dlg:tab-index="9" dlg:left="100" dlg:top="100" dlg:width="40" dlg:height="12" dlg:value="Delete...">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:AuthorDeleteClick" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
<dlg:text dlg:id="DatesLabel" dlg:tab-index="33" dlg:left="5" dlg:top="116" dlg:width="165" dlg:height="12" dlg:value="Dates"/>
|
||||
<dlg:menulist dlg:id="Dates" dlg:tab-index="12" dlg:left="10" dlg:top="128" dlg:width="130" dlg:height="36"/>
|
||||
<dlg:button dlg:id="AddDateButton" dlg:tab-index="13" dlg:left="10" dlg:top="166" dlg:width="40" dlg:height="12" dlg:value="Add...">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:DateAddClick" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
<dlg:button dlg:id="ModifyDateButton" dlg:tab-index="14" dlg:left="55" dlg:top="166" dlg:width="40" dlg:height="12" dlg:value="Modify...">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:DateModifyClick" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
<dlg:button dlg:id="DeleteDateButton" dlg:tab-index="15" dlg:left="100" dlg:top="166" dlg:width="40" dlg:height="12" dlg:value="Delete...">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:DateDeleteClick" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
<dlg:text dlg:id="PublisherLabel" dlg:tab-index="34" dlg:left="190" dlg:top="84" dlg:width="50" dlg:height="12" dlg:value="Publisher"/>
|
||||
<dlg:textfield dlg:id="Publisher" dlg:tab-index="22" dlg:left="245" dlg:top="82" dlg:width="105" dlg:height="12"/>
|
||||
<dlg:text dlg:id="TypeLabel" dlg:tab-index="35" dlg:left="190" dlg:top="98" dlg:width="50" dlg:height="12" dlg:value="Type"/>
|
||||
<dlg:textfield dlg:id="Type" dlg:tab-index="23" dlg:left="245" dlg:top="96" dlg:width="105" dlg:height="12"/>
|
||||
<dlg:text dlg:id="FormatLabel" dlg:tab-index="36" dlg:left="190" dlg:top="112" dlg:width="50" dlg:height="12" dlg:value="Format"/>
|
||||
<dlg:textfield dlg:id="Format" dlg:tab-index="24" dlg:left="245" dlg:top="110" dlg:width="105" dlg:height="12"/>
|
||||
<dlg:text dlg:id="SourceLabel" dlg:tab-index="37" dlg:left="190" dlg:top="126" dlg:width="50" dlg:height="12" dlg:value="Source"/>
|
||||
<dlg:textfield dlg:id="Source" dlg:tab-index="25" dlg:left="245" dlg:top="124" dlg:width="105" dlg:height="12"/>
|
||||
<dlg:text dlg:id="RelationLabel" dlg:tab-index="38" dlg:left="190" dlg:top="140" dlg:width="50" dlg:height="12" dlg:value="Relation"/>
|
||||
<dlg:textfield dlg:id="Relation" dlg:tab-index="26" dlg:left="245" dlg:top="138" dlg:width="105" dlg:height="12"/>
|
||||
<dlg:text dlg:id="CoverageLabel" dlg:tab-index="39" dlg:left="190" dlg:top="154" dlg:width="50" dlg:height="12" dlg:value="Coverage"/>
|
||||
<dlg:textfield dlg:id="Coverage" dlg:tab-index="27" dlg:left="245" dlg:top="152" dlg:width="105" dlg:height="12"/>
|
||||
<dlg:text dlg:id="RightsLabel" dlg:tab-index="40" dlg:left="190" dlg:top="168" dlg:width="50" dlg:height="12" dlg:value="Rights"/>
|
||||
<dlg:textfield dlg:id="Rights" dlg:tab-index="28" dlg:left="245" dlg:top="166" dlg:width="105" dlg:height="12"/>
|
||||
<dlg:button dlg:id="OKButton" dlg:tab-index="29" dlg:left="10" dlg:top="195" dlg:width="50" dlg:height="12" dlg:value="OK" dlg:button-type="ok"/>
|
||||
<dlg:button dlg:id="CancelButton" dlg:tab-index="30" dlg:left="65" dlg:top="195" dlg:width="50" dlg:height="12" dlg:value="Cancel" dlg:button-type="cancel"/>
|
||||
<dlg:button dlg:id="HelpButton" dlg:tab-index="31" dlg:left="300" dlg:top="195" dlg:width="50" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:EpubMetadata" dlg:value="Help" dlg:button-type="help"/>
|
||||
<dlg:fixedline dlg:id="FixedLine1" dlg:tab-index="41" dlg:left="180" dlg:top="9" dlg:width="1" dlg:height="170" dlg:align="vertical"/>
|
||||
<dlg:text dlg:id="TitleLabel" dlg:tab-index="42" dlg:left="190" dlg:top="8" dlg:width="50" dlg:height="12" dlg:value="Title"/>
|
||||
<dlg:textfield dlg:id="Title" dlg:tab-index="18" dlg:left="245" dlg:top="6" dlg:width="105" dlg:height="12"/>
|
||||
<dlg:text dlg:id="SubjectLabel" dlg:tab-index="43" dlg:left="190" dlg:top="22" dlg:width="50" dlg:height="12" dlg:value="Subject"/>
|
||||
<dlg:textfield dlg:id="Subject" dlg:tab-index="19" dlg:left="245" dlg:top="20" dlg:width="105" dlg:height="12"/>
|
||||
<dlg:text dlg:id="KeywordsLabel" dlg:tab-index="44" dlg:left="190" dlg:top="36" dlg:width="50" dlg:height="12" dlg:value="Keywords"/>
|
||||
<dlg:textfield dlg:id="Keywords" dlg:tab-index="20" dlg:left="245" dlg:top="34" dlg:width="105" dlg:height="12"/>
|
||||
<dlg:text dlg:id="DescriptionLabel" dlg:tab-index="45" dlg:left="190" dlg:top="50" dlg:width="50" dlg:height="12" dlg:value="Description"/>
|
||||
<dlg:textfield dlg:id="Description" dlg:tab-index="21" dlg:left="245" dlg:top="48" dlg:width="105" dlg:height="32" dlg:vscroll="true" dlg:multiline="true"/>
|
||||
<dlg:button dlg:id="DateUpButton" dlg:tab-index="16" dlg:left="145" dlg:top="128" dlg:width="25" dlg:height="12" dlg:value="Up">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:DateUpClick" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
<dlg:button dlg:id="DateDownButton" dlg:tab-index="17" dlg:left="145" dlg:top="152" dlg:width="25" dlg:height="12" dlg:value="Down">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:DateDownClick" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
108
src/main/oxt/writer2xhtml/W2XDialogs2/EpubOptions.xdl
Executable file
108
src/main/oxt/writer2xhtml/W2XDialogs2/EpubOptions.xdl
Executable file
|
@ -0,0 +1,108 @@
|
|||
<?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="EpubOptions" dlg:left="139" dlg:top="84" dlg:width="360" dlg:height="250" dlg:closeable="true" dlg:moveable="true" dlg:title="EPUB Options (Writer2xhtml)">
|
||||
<dlg:bulletinboard>
|
||||
<dlg:text dlg:id="StyleLabel" dlg:tab-index="0" dlg:left="5" dlg:top="8" dlg:width="160" dlg:height="12" dlg:value="Style"/>
|
||||
<dlg:text dlg:id="ConfigLabel" dlg:tab-index="1" dlg:left="10" dlg:top="22" dlg:width="60" dlg:height="12" dlg:value="Use style"/>
|
||||
<dlg:menulist dlg:id="Config" dlg:tab-index="2" dlg:left="75" dlg:top="20" dlg:width="90" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:EpubOptionsConfig" dlg:spin="true" dlg:linecount="10">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="Original formatting"/>
|
||||
<dlg:menuitem dlg:value="Custom"/>
|
||||
</dlg:menupopup>
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:ConfigChange" script:language="UNO"/>
|
||||
</dlg:menulist>
|
||||
<dlg:text dlg:id="ScalingLabel" dlg:tab-index="3" dlg:left="10" dlg:top="36" dlg:width="100" dlg:height="12" dlg:value="Scaling"/>
|
||||
<dlg:numericfield dlg:id="Scaling" dlg:tab-index="4" dlg:left="120" dlg:top="34" dlg:width="30" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:EpubOptionsScaling" dlg:strict-format="true" dlg:decimal-accuracy="0" dlg:value="100" dlg:value-min="1" dlg:value-max="1000" dlg:value-step="10" dlg:spin="true"/>
|
||||
<dlg:text dlg:id="ScalingPercentLabel" dlg:tab-index="5" dlg:left="155" dlg:top="36" dlg:width="10" dlg:height="12" dlg:value="%"/>
|
||||
<dlg:text dlg:id="ColumnScalingLabel" dlg:tab-index="6" dlg:left="10" dlg:top="50" dlg:width="100" dlg:height="12" dlg:value="Column scaling"/>
|
||||
<dlg:numericfield dlg:id="ColumnScaling" dlg:tab-index="7" dlg:left="120" dlg:top="48" dlg:width="30" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:EpubOptionsColumnScaling" dlg:strict-format="true" dlg:decimal-accuracy="0" dlg:value="100" dlg:value-min="1" dlg:value-max="1000" dlg:value-step="10" dlg:spin="true"/>
|
||||
<dlg:text dlg:id="ColumnScalingPercentLabel" dlg:tab-index="38" dlg:left="155" dlg:top="50" dlg:width="10" dlg:height="12" dlg:value="%"/>
|
||||
<dlg:checkbox dlg:id="RelativeFontSize" dlg:tab-index="8" dlg:left="10" dlg:top="64" dlg:width="155" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:EpubOptionsRelativeFontSize" dlg:value="Use relative font size" dlg:checked="true">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:RelativeFontSizeChange" script:language="UNO"/>
|
||||
</dlg:checkbox>
|
||||
<dlg:text dlg:id="FontScalingLabel" dlg:tab-index="38" dlg:left="19" dlg:top="78" dlg:width="90" dlg:height="12" dlg:value="Scaling"/>
|
||||
<dlg:numericfield dlg:id="FontScaling" dlg:tab-index="9" dlg:left="120" dlg:top="76" dlg:width="30" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:EpubOptionsFontScaling" dlg:strict-format="true" dlg:decimal-accuracy="0" dlg:value="100" dlg:value-min="1" dlg:value-max="1000" dlg:value-step="10" dlg:spin="true"/>
|
||||
<dlg:text dlg:id="FontScalingPercentLabel" dlg:tab-index="39" dlg:left="155" dlg:top="78" dlg:width="10" dlg:height="12" dlg:value="%"/>
|
||||
<dlg:checkbox dlg:id="UseDefaultFont" dlg:tab-index="10" dlg:left="10" dlg:top="92" dlg:width="155" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:EpubOptionsUseDefaultFont" dlg:value="Use a single font for the entire document" dlg:checked="false">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:UseDefaultFontChange" script:language="UNO"/>
|
||||
</dlg:checkbox>
|
||||
<dlg:text dlg:id="DefaultFontNameLabel" dlg:tab-index="40" dlg:left="19" dlg:top="106" dlg:width="50" dlg:height="12" dlg:value="Font name"/>
|
||||
<dlg:combobox dlg:id="DefaultFontName" dlg:tab-index="11" dlg:left="75" dlg:top="104" dlg:width="90" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:EpubOptionsDefaultFontName" dlg:spin="true"/>
|
||||
<dlg:checkbox dlg:id="ConvertToPx" dlg:tab-index="12" dlg:left="10" dlg:top="120" dlg:width="155" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:EpubOptionsConvertToPx" dlg:value="Convert units to px (pixels)" dlg:checked="true"/>
|
||||
<dlg:text dlg:id="ImageSizeLabel" dlg:tab-index="45" dlg:left="10" dlg:top="134" dlg:width="60" dlg:height="12" dlg:value="Image size"/>
|
||||
<dlg:menulist dlg:id="ImageSize" dlg:tab-index="13" dlg:left="75" dlg:top="132" dlg:width="90" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:EpubOptionsImageSize" dlg:spin="true" dlg:linecount="3">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="Use absolute size"/>
|
||||
<dlg:menuitem dlg:value="Use relative size (%)"/>
|
||||
<dlg:menuitem dlg:value="Use original image size"/>
|
||||
</dlg:menupopup>
|
||||
</dlg:menulist>
|
||||
<dlg:text dlg:id="AutoCorrectLabel" dlg:tab-index="30" dlg:left="5" dlg:top="148" dlg:width="160" dlg:height="12" dlg:value="AutoCorrect"/>
|
||||
<dlg:checkbox dlg:id="IgnoreHardLineBreaks" dlg:tab-index="14" dlg:left="10" dlg:top="162" dlg:width="155" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:EpubOptionsIgnoreHardLineBreaks" dlg:value="Ignore hard line breaks" dlg:checked="false"/>
|
||||
<dlg:checkbox dlg:id="IgnoreEmptyParagraphs" dlg:tab-index="15" dlg:left="10" dlg:top="176" dlg:width="155" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:EpubOptionsIgnoreEmptyParagraphs" dlg:value="Ignore empty paragraphs" dlg:checked="false"/>
|
||||
<dlg:checkbox dlg:id="IgnoreDoubleSpaces" dlg:tab-index="16" dlg:left="10" dlg:top="190" dlg:width="155" dlg:height="15" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:EpubOptionsIgnoreDoubleSpaces" dlg:value="Ignore double spaces" dlg:checked="false"/>
|
||||
<dlg:text dlg:id="SpecialContentLabel" dlg:tab-index="29" dlg:left="185" dlg:top="8" dlg:width="160" dlg:height="12" dlg:value="Special content"/>
|
||||
<dlg:checkbox dlg:id="DisplayHiddenText" dlg:tab-index="17" dlg:left="190" dlg:top="22" dlg:width="155" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:EpubOptionsDisplayHiddenText" dlg:value="Display hidden text" dlg:checked="false"/>
|
||||
<dlg:checkbox dlg:id="Notes" dlg:tab-index="18" dlg:left="190" dlg:top="36" dlg:width="155" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:EpubOptionsNotes" dlg:value="Export notes" dlg:checked="true"/>
|
||||
<dlg:text dlg:id="DocumentDivisionLabel" dlg:tab-index="31" dlg:left="185" dlg:top="50" dlg:width="160" dlg:height="12" dlg:value="Document division (page breaks)"/>
|
||||
<dlg:text dlg:id="SplitLevelLabel" dlg:tab-index="32" dlg:left="190" dlg:top="64" dlg:width="90" dlg:height="12" dlg:value="At heading level"/>
|
||||
<dlg:menulist dlg:id="SplitLevel" dlg:tab-index="19" dlg:left="285" dlg:top="62" dlg:width="60" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:EpubOptionsSplitLevel" dlg:spin="true" dlg:linecount="7">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="None"/>
|
||||
<dlg:menuitem dlg:value="1"/>
|
||||
<dlg:menuitem dlg:value="2"/>
|
||||
<dlg:menuitem dlg:value="3"/>
|
||||
<dlg:menuitem dlg:value="4"/>
|
||||
<dlg:menuitem dlg:value="5"/>
|
||||
<dlg:menuitem dlg:value="6"/>
|
||||
</dlg:menupopup>
|
||||
</dlg:menulist>
|
||||
<dlg:text dlg:id="PageBreakSplitLabel" dlg:tab-index="41" dlg:left="190" dlg:top="78" dlg:width="90" dlg:height="12" dlg:value="At page breaks"/>
|
||||
<dlg:menulist dlg:id="PageBreakSplit" dlg:tab-index="20" dlg:left="285" dlg:top="76" dlg:width="60" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:EpubOptionsPageBreakSplit" dlg:spin="true" dlg:linecount="4">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="None"/>
|
||||
<dlg:menuitem dlg:value="Defined by styles"/>
|
||||
<dlg:menuitem dlg:value="All explicit"/>
|
||||
<dlg:menuitem dlg:value="All"/>
|
||||
</dlg:menupopup>
|
||||
</dlg:menulist>
|
||||
<dlg:text dlg:id="ImageSplitLabel" dlg:tab-index="46" dlg:left="199" dlg:top="106" dlg:width="90" dlg:height="12" dlg:value="Minimum width"/>
|
||||
<dlg:checkbox dlg:id="UseImageSplit" dlg:tab-index="21" dlg:left="190" dlg:top="92" dlg:width="155" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:EpubOptionsUseImageSplit" dlg:value="Use full screen for large images" dlg:checked="false">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:UseImageSplitChange" script:language="UNO"/>
|
||||
</dlg:checkbox>
|
||||
<dlg:numericfield dlg:id="ImageSplit" dlg:tab-index="22" dlg:left="300" dlg:top="104" dlg:width="30" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:EpubOptionsImageSplit" dlg:strict-format="true" dlg:decimal-accuracy="0" dlg:value="100" dlg:value-min="0" dlg:value-max="100" dlg:spin="true"/>
|
||||
<dlg:text dlg:id="ImageSplitPercentLabel" dlg:tab-index="47" dlg:left="335" dlg:top="104" dlg:width="10" dlg:height="12" dlg:value="%"/>
|
||||
<dlg:checkbox dlg:id="CoverImage" dlg:tab-index="23" dlg:left="190" dlg:top="120" dlg:width="155" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:EpubOptionsCoverImage" dlg:value="Use first image as cover image" dlg:checked="false"/>
|
||||
<dlg:checkbox dlg:id="UseSplitAfter" dlg:tab-index="24" dlg:left="190" dlg:top="134" dlg:width="155" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:EpubOptionsUseEpubAutoSplit" dlg:value="Automatic split of long documents" dlg:checked="false">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:UseSplitAfterChange" script:language="UNO"/>
|
||||
</dlg:checkbox>
|
||||
<dlg:text dlg:id="SplitAfterLabel" dlg:tab-index="42" dlg:left="199" dlg:top="148" dlg:width="90" dlg:height="12" dlg:value="After (in 1000 characters)"/>
|
||||
<dlg:numericfield dlg:id="SplitAfter" dlg:tab-index="25" dlg:left="300" dlg:top="156" dlg:width="45" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:EpubOptionsEpubAutoSplit" dlg:strict-format="true" dlg:decimal-accuracy="0" dlg:value-min="10" dlg:value-max="1000" dlg:value-step="10" dlg:spin="true"/>
|
||||
<dlg:text dlg:id="TocLabel" dlg:tab-index="44" dlg:left="185" dlg:top="162" dlg:width="160" dlg:height="12" dlg:value="Navigation table"/>
|
||||
<dlg:text dlg:id="ExternalTocDepthLabel" dlg:tab-index="43" dlg:left="190" dlg:top="174" dlg:width="100" dlg:height="12" dlg:value="Number of heading levels to include"/>
|
||||
<dlg:menulist dlg:id="ExternalTocDepth" dlg:tab-index="26" dlg:left="300" dlg:top="174" dlg:width="45" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:EpubOptionsExternalTocDepth" dlg:spin="true" dlg:linecount="10">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="1"/>
|
||||
<dlg:menuitem dlg:value="2"/>
|
||||
<dlg:menuitem dlg:value="3"/>
|
||||
<dlg:menuitem dlg:value="4"/>
|
||||
<dlg:menuitem dlg:value="5"/>
|
||||
<dlg:menuitem dlg:value="6"/>
|
||||
<dlg:menuitem dlg:value="7"/>
|
||||
<dlg:menuitem dlg:value="8"/>
|
||||
<dlg:menuitem dlg:value="9"/>
|
||||
<dlg:menuitem dlg:value="10"/>
|
||||
</dlg:menupopup>
|
||||
</dlg:menulist>
|
||||
<dlg:checkbox dlg:id="IncludeToc" dlg:tab-index="27" dlg:left="190" dlg:top="190" dlg:width="155" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:EpubOptionsIncludeToc" dlg:value="Also include original table of contents" dlg:checked="false"/>
|
||||
<dlg:checkbox dlg:id="IncludeNCX" dlg:tab-index="28" dlg:left="190" dlg:top="204" dlg:width="155" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:EpubOptionsIncludeNCX" dlg:value="Include EPUB 2 navigation" dlg:checked="false"/>
|
||||
<dlg:button dlg:id="ExportButton" dlg:tab-index="33" dlg:left="5" dlg:top="230" dlg:width="55" dlg:height="12" dlg:value="Export" dlg:button-type="ok"/>
|
||||
<dlg:button dlg:id="CancelButton" dlg:tab-index="34" dlg:left="70" dlg:top="230" dlg:width="55" dlg:height="12" dlg:value="Cancel" dlg:button-type="cancel"/>
|
||||
<dlg:button dlg:id="EditMetadata" dlg:tab-index="35" dlg:left="135" dlg:top="230" dlg:width="100" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:EpubOptionsEditMetadata" dlg:value="Edit document properties">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:EditMetadataClick" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
<dlg:button dlg:id="HelpButton" dlg:tab-index="36" dlg:left="290" dlg:top="230" dlg:width="55" dlg:height="12" dlg:value="Help" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:EpubOptions" dlg:button-type="help"/>
|
||||
|
||||
<dlg:fixedline dlg:id="FixedLine1" dlg:tab-index="37" dlg:left="175" dlg:top="9" dlg:width="2" dlg:height="204" dlg:value="" dlg:align="vertical"/>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
38
src/main/oxt/writer2xhtml/W2XDialogs2/Formatting.xdl
Normal file
38
src/main/oxt/writer2xhtml/W2XDialogs2/Formatting.xdl
Normal file
|
@ -0,0 +1,38 @@
|
|||
<?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="Formatting" dlg:left="139" dlg:top="84" dlg:width="258" dlg:height="172" dlg:closeable="true" dlg:moveable="true" dlg:title="Formatting" dlg:withtitlebar="false">
|
||||
<dlg:bulletinboard>
|
||||
<dlg:text dlg:id="FormattingLabel" dlg:tab-index="0" dlg:left="10" dlg:top="8" dlg:width="110" dlg:height="12" dlg:value="Formatting"/>
|
||||
<dlg:menulist dlg:id="Formatting" dlg:tab-index="1" dlg:left="130" dlg:top="6" dlg:width="120" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:Formatting" dlg:spin="true" dlg:linecount="4">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="Convert all"/>
|
||||
<dlg:menuitem dlg:value="Ignore styles"/>
|
||||
<dlg:menuitem dlg:value="Ignore hard formatting"/>
|
||||
<dlg:menuitem dlg:value="Ignore all"/>
|
||||
</dlg:menupopup>
|
||||
</dlg:menulist>
|
||||
<dlg:text dlg:id="FrameFormattingLabel" dlg:tab-index="2" dlg:left="10" dlg:top="22" dlg:width="110" dlg:height="12" dlg:value="Frame formatting"/>
|
||||
<dlg:menulist dlg:id="FrameFormatting" dlg:tab-index="3" dlg:left="130" dlg:top="20" dlg:width="120" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:FrameFormatting" dlg:spin="true" dlg:linecount="4">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="Convert all"/>
|
||||
<dlg:menuitem dlg:value="Ignore styles"/>
|
||||
<dlg:menuitem dlg:value="Ignore hard formatting"/>
|
||||
<dlg:menuitem dlg:value="Ignore all"/>
|
||||
</dlg:menupopup>
|
||||
</dlg:menulist>
|
||||
<dlg:checkbox dlg:id="SectionFormatting" dlg:tab-index="4" dlg:left="10" dlg:top="36" dlg:width="240" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:SectionFormatting" dlg:value="Convert section formatting" dlg:checked="false"/>
|
||||
<dlg:checkbox dlg:id="TableFormatting" dlg:tab-index="5" dlg:left="10" dlg:top="50" dlg:width="240" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:TableFormatting" dlg:value="Convert table formatting" dlg:checked="false"/>
|
||||
<dlg:checkbox dlg:id="IgnoreTableDimensions" dlg:tab-index="6" dlg:left="10" dlg:top="64" dlg:width="240" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:IgnoreTableDimensions" dlg:value="Ignore table dimensions" dlg:checked="false"/>
|
||||
<dlg:text dlg:id="ListFormattingLabel" dlg:tab-index="7" dlg:left="10" dlg:top="78" dlg:width="110" dlg:height="12" dlg:value="List formatting"/>
|
||||
<dlg:menulist dlg:id="ListFormatting" dlg:tab-index="8" dlg:left="130" dlg:top="76" dlg:width="120" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:ListFormatting" dlg:spin="true" dlg:linecount="3">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="Use CSS1"/>
|
||||
<dlg:menuitem dlg:value="Use CSS1 and non-standard lists"/>
|
||||
<dlg:menuitem dlg:value="Use hard labels"/>
|
||||
</dlg:menupopup>
|
||||
</dlg:menulist>
|
||||
<dlg:checkbox dlg:id="SeparateStylesheet" dlg:tab-index="10" dlg:left="10" dlg:top="106" dlg:width="240" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:SeparateStylesheet" dlg:value="Create separate style sheet" dlg:checked="false"/>
|
||||
<dlg:text dlg:id="MaxWidthLabel" dlg:tab-index="12" dlg:left="10" dlg:top="92" dlg:width="110" dlg:height="12" dlg:value="Maximum text width"/>
|
||||
<dlg:textfield dlg:id="MaxWidth" dlg:tab-index="9" dlg:left="130" dlg:top="90" dlg:width="120" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:MaxWidth"/>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
28
src/main/oxt/writer2xhtml/W2XDialogs2/General.xdl
Normal file
28
src/main/oxt/writer2xhtml/W2XDialogs2/General.xdl
Normal file
|
@ -0,0 +1,28 @@
|
|||
<?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="General" dlg:left="139" dlg:top="84" dlg:width="260" dlg:height="185" dlg:closeable="true" dlg:moveable="true" dlg:title="General" dlg:withtitlebar="false">
|
||||
<dlg:bulletinboard>
|
||||
<dlg:checkbox dlg:id="NoDoctype" dlg:tab-index="0" dlg:left="10" dlg:top="8" dlg:width="240" dlg:height="12" dlg:value="Do not include DOCTYPE" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:NoDoctype"/>
|
||||
<dlg:text dlg:id="EncodingLabel" dlg:tab-index="1" dlg:left="10" dlg:top="22" dlg:width="110" dlg:height="12" dlg:value="Encoding"/>
|
||||
<dlg:menulist dlg:id="Encoding" dlg:tab-index="2" dlg:left="130" dlg:top="20" dlg:width="120" dlg:height="12" dlg:spin="true" dlg:linecount="4" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:Encoding">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="UTF-8"/>
|
||||
<dlg:menuitem dlg:value="UTF-16"/>
|
||||
<dlg:menuitem dlg:value="ISO-8859-1"/>
|
||||
<dlg:menuitem dlg:value="US-ASCII"/>
|
||||
</dlg:menupopup>
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:EncodingChange" script:language="UNO"/>
|
||||
</dlg:menulist>
|
||||
<dlg:checkbox dlg:id="AddBOM" dlg:tab-index="3" dlg:left="10" dlg:top="36" dlg:width="240" dlg:height="12" dlg:value="Add Byte Order Mark (BOM)" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:AddBOM"/>
|
||||
<dlg:text dlg:id="HexadecimalEntitiesLabel" dlg:tab-index="4" dlg:left="10" dlg:top="50" dlg:width="110" dlg:height="12" dlg:value="Numeric character entities"/>
|
||||
<dlg:menulist dlg:id="HexadecimalEntities" dlg:tab-index="5" dlg:left="130" dlg:top="48" dlg:width="120" dlg:height="12" dlg:spin="true" dlg:linecount="2" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:HexadecimalEntities">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="Hexadecimal"/>
|
||||
<dlg:menuitem dlg:value="Decimal"/>
|
||||
</dlg:menupopup>
|
||||
</dlg:menulist>
|
||||
<dlg:checkbox dlg:id="UseNamedEntities" dlg:tab-index="6" dlg:left="10" dlg:top="64" dlg:width="240" dlg:height="12" dlg:value="Use named character entities" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:UseNamedEntities"/>
|
||||
<dlg:checkbox dlg:id="Multilingual" dlg:tab-index="7" dlg:left="10" dlg:top="78" dlg:width="240" dlg:height="12" dlg:value="Include detailed language information" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:Multilingual"/>
|
||||
<dlg:checkbox dlg:id="PrettyPrint" dlg:tab-index="8" dlg:left="10" dlg:top="92" dlg:width="240" dlg:height="12" dlg:value="Use "pretty printing"" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:PrettyPrint"/>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
10
src/main/oxt/writer2xhtml/W2XDialogs2/LoadDefaults.xdl
Normal file
10
src/main/oxt/writer2xhtml/W2XDialogs2/LoadDefaults.xdl
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?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="LoadDefaults" dlg:left="255" dlg:top="145" dlg:width="160" dlg:height="64" dlg:closeable="true" dlg:moveable="true" dlg:title="Load default mappings">
|
||||
<dlg:bulletinboard>
|
||||
<dlg:text dlg:id="InfoLabel" dlg:tab-index="0" dlg:left="5" dlg:top="8" dlg:width="150" dlg:height="12" dlg:value="Do you wish to load the default mappings?"/>
|
||||
<dlg:text dlg:id="OverwriteLabel" dlg:tab-index="1" dlg:left="5" dlg:top="22" dlg:width="150" dlg:height="12" dlg:value="(This will overwrite %s existing mappings)"/>
|
||||
<dlg:button dlg:id="YesButton" dlg:tab-index="2" dlg:left="5" dlg:top="42" dlg:width="50" dlg:height="12" dlg:value="Yes" dlg:button-type="ok"/>
|
||||
<dlg:button dlg:id="NoButton" dlg:tab-index="3" dlg:left="60" dlg:top="42" dlg:width="50" dlg:height="12" dlg:value="No" dlg:button-type="cancel"/>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
10
src/main/oxt/writer2xhtml/W2XDialogs2/Module1.xba
Normal file
10
src/main/oxt/writer2xhtml/W2XDialogs2/Module1.xba
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
|
||||
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Module1" script:language="StarBasic">REM ***** BASIC *****
|
||||
|
||||
Sub Main
|
||||
|
||||
End Sub
|
||||
|
||||
|
||||
</script:module>
|
13
src/main/oxt/writer2xhtml/W2XDialogs2/NewDialog.xdl
Normal file
13
src/main/oxt/writer2xhtml/W2XDialogs2/NewDialog.xdl
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?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="NewDialog" dlg:left="255" dlg:top="145" dlg:width="160" dlg:height="50" dlg:closeable="true" dlg:moveable="true" dlg:title="New">
|
||||
<dlg:bulletinboard>
|
||||
<dlg:text dlg:id="NameLabel" dlg:tab-index="0" dlg:left="5" dlg:top="8" dlg:width="50" dlg:height="12" dlg:value="Name"/>
|
||||
<dlg:combobox dlg:id="Name" dlg:tab-index="1" dlg:left="60" dlg:top="6" dlg:width="90" dlg:height="12" dlg:spin="true" dlg:linecount="15">
|
||||
<dlg:menupopup>
|
||||
</dlg:menupopup>
|
||||
</dlg:combobox>
|
||||
<dlg:button dlg:id="OKButton" dlg:tab-index="2" dlg:left="5" dlg:top="28" dlg:width="50" dlg:height="12" dlg:value="OK" dlg:button-type="ok"/>
|
||||
<dlg:button dlg:id="CancelButton" dlg:tab-index="3" dlg:left="60" dlg:top="28" dlg:width="50" dlg:height="12" dlg:value="Cancel" dlg:button-type="cancel"/>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
43
src/main/oxt/writer2xhtml/W2XDialogs2/Styles1.xdl
Normal file
43
src/main/oxt/writer2xhtml/W2XDialogs2/Styles1.xdl
Normal file
|
@ -0,0 +1,43 @@
|
|||
<?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="Styles1" dlg:left="139" dlg:top="84" dlg:width="260" dlg:height="185" dlg:closeable="true" dlg:moveable="true" dlg:title="Styles1" dlg:withtitlebar="false">
|
||||
<dlg:bulletinboard>
|
||||
<dlg:text dlg:id="StyleMappingsLabel" dlg:tab-index="0" dlg:left="5" dlg:top="8" dlg:width="245" dlg:height="12" dlg:value="Style mappings"/>
|
||||
<dlg:text dlg:id="StyleFamilyLabel" dlg:tab-index="1" dlg:left="10" dlg:top="22" dlg:width="60" dlg:height="12" dlg:value="Style family"/>
|
||||
<dlg:menulist dlg:id="StyleFamily" dlg:tab-index="2" dlg:left="80" dlg:top="20" dlg:width="170" dlg:height="12" dlg:spin="true" dlg:linecount="5" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:StyleFamily">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="Character"/>
|
||||
<dlg:menuitem dlg:value="Paragraph"/>
|
||||
<dlg:menuitem dlg:value="Heading"/>
|
||||
<dlg:menuitem dlg:value="List"/>
|
||||
<dlg:menuitem dlg:value="Frame"/>
|
||||
</dlg:menupopup>
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:StyleFamilyChange" script:language="UNO"/>
|
||||
</dlg:menulist>
|
||||
<dlg:text dlg:id="StyleNameLabel" dlg:tab-index="3" dlg:left="10" dlg:top="42" dlg:width="60" dlg:height="12" dlg:value="Style name"/>
|
||||
<dlg:menulist dlg:id="StyleName" dlg:tab-index="4" dlg:left="80" dlg:top="40" dlg:width="80" dlg:height="12" dlg:spin="true" dlg:linecount="10" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:StyleName">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:StyleNameChange" script:language="UNO"/>
|
||||
</dlg:menulist>
|
||||
<dlg:button dlg:id="NewStyleButton" dlg:tab-index="5" dlg:left="165" dlg:top="40" dlg:width="40" dlg:height="12" dlg:value="New..." dlg:help-url="org.openoffice.da.writer2xhtml.oxt:NewStyle">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:NewStyleClick" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
<dlg:button dlg:id="DeleteStyleButton" dlg:tab-index="6" dlg:left="210" dlg:top="40" dlg:width="40" dlg:height="12" dlg:value="Delete..." dlg:help-url="org.openoffice.da.writer2xhtml.oxt:DeleteStyle">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:DeleteStyleClick" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
<dlg:text dlg:id="ElementLabel" dlg:tab-index="7" dlg:left="10" dlg:top="56" dlg:width="60" dlg:height="12" dlg:value="XHTML element"/>
|
||||
<dlg:combobox dlg:id="Element" dlg:tab-index="8" dlg:left="80" dlg:top="54" dlg:width="170" dlg:height="12" dlg:spin="true" dlg:linecount="11" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:Element"/>
|
||||
<dlg:text dlg:id="CssLabel" dlg:tab-index="9" dlg:left="10" dlg:top="70" dlg:width="60" dlg:height="12" dlg:value="CSS class"/>
|
||||
<dlg:textfield dlg:id="Css" dlg:tab-index="10" dlg:left="80" dlg:top="68" dlg:width="170" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:Css"/>
|
||||
<dlg:text dlg:id="BeforeLabel" dlg:tab-index="11" dlg:left="10" dlg:top="84" dlg:width="60" dlg:height="12" dlg:value="Text before"/>
|
||||
<dlg:textfield dlg:id="Before" dlg:tab-index="12" dlg:left="80" dlg:top="82" dlg:width="170" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:Before"/>
|
||||
<dlg:text dlg:id="AfterLabel" dlg:tab-index="13" dlg:left="10" dlg:top="98" dlg:width="60" dlg:height="12" dlg:value="Text after"/>
|
||||
<dlg:textfield dlg:id="After" dlg:tab-index="14" dlg:left="80" dlg:top="96" dlg:width="170" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:After"/>
|
||||
<dlg:text dlg:id="BlockElementLabel" dlg:tab-index="15" dlg:left="10" dlg:top="112" dlg:width="60" dlg:height="12" dlg:value="Block XHTML element"/>
|
||||
<dlg:combobox dlg:id="BlockElement" dlg:tab-index="16" dlg:left="80" dlg:top="110" dlg:width="170" dlg:height="12" dlg:spin="true" dlg:linecount="10" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:BlockElement"/>
|
||||
<dlg:text dlg:id="BlockCssLabel" dlg:tab-index="17" dlg:left="10" dlg:top="126" dlg:width="60" dlg:height="12" dlg:value="Block CSS class"/>
|
||||
<dlg:textfield dlg:id="BlockCss" dlg:tab-index="18" dlg:left="80" dlg:top="124" dlg:width="170" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:BlockCss"/>
|
||||
<dlg:button dlg:id="LoadDefaultsButton" dlg:tab-index="19" dlg:left="10" dlg:top="146" dlg:width="120" dlg:height="12" dlg:value="Load default mappings..." dlg:help-url="org.openoffice.da.writer2xhtml.oxt:LoadDefaults">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:LoadDefaultsClick" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
30
src/main/oxt/writer2xhtml/W2XDialogs2/Styles2.xdl
Normal file
30
src/main/oxt/writer2xhtml/W2XDialogs2/Styles2.xdl
Normal file
|
@ -0,0 +1,30 @@
|
|||
<?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="Styles2" dlg:left="139" dlg:top="84" dlg:width="260" dlg:height="185" dlg:closeable="true" dlg:moveable="true" dlg:title="Styles2" dlg:withtitlebar="false">
|
||||
<dlg:bulletinboard>
|
||||
<dlg:text dlg:id="HardFormattingLabel" dlg:tab-index="0" dlg:left="5" dlg:top="8" dlg:width="245" dlg:height="12" dlg:value="Style mappings for hard formatting"/>
|
||||
<dlg:text dlg:id="FormattingAttributeLabel" dlg:tab-index="1" dlg:left="10" dlg:top="22" dlg:width="100" dlg:height="12" dlg:value="Formatting attribute"/>
|
||||
<dlg:menulist dlg:id="FormattingAttribute" dlg:tab-index="2" dlg:left="120" dlg:top="20" dlg:width="130" dlg:height="12" dlg:spin="true" dlg:linecount="7" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:FormattingAttribute">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="Bold"/>
|
||||
<dlg:menuitem dlg:value="Italics"/>
|
||||
<dlg:menuitem dlg:value="Fixed pitch font"/>
|
||||
<dlg:menuitem dlg:value="Superscript"/>
|
||||
<dlg:menuitem dlg:value="Subscript"/>
|
||||
<dlg:menuitem dlg:value="Underline"/>
|
||||
<dlg:menuitem dlg:value="Overstrike"/>
|
||||
</dlg:menupopup>
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:FormattingAttributeChange" script:language="UNO"/>
|
||||
</dlg:menulist>
|
||||
<dlg:checkbox dlg:id="CustomAttribute" dlg:tab-index="3" dlg:left="10" dlg:top="36" dlg:width="240" dlg:height="12" dlg:value="Apply custom style" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:CustomAttribute">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:CustomAttributeChange" script:language="UNO"/>
|
||||
</dlg:checkbox>
|
||||
<dlg:text dlg:id="ElementLabel" dlg:tab-index="4" dlg:left="10" dlg:top="50" dlg:width="100" dlg:height="12" dlg:value="XHTML element"/>
|
||||
<dlg:combobox dlg:id="Element" dlg:tab-index="5" dlg:left="120" dlg:top="48" dlg:width="130" dlg:height="12" dlg:spin="true" dlg:linecount="10" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:AttributeElement"/>
|
||||
<dlg:text dlg:id="CssLabel" dlg:tab-index="6" dlg:left="10" dlg:top="64" dlg:width="100" dlg:height="12" dlg:value="CSS class"/>
|
||||
<dlg:textfield dlg:id="Css" dlg:tab-index="7" dlg:left="120" dlg:top="62" dlg:width="130" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:AttributeCss"/>
|
||||
<dlg:text dlg:id="OtherStylesLabel" dlg:tab-index="8" dlg:left="5" dlg:top="78" dlg:width="245" dlg:height="12" dlg:value="Other styles"/>
|
||||
<dlg:text dlg:id="TabstopLabel" dlg:tab-index="9" dlg:left="10" dlg:top="92" dlg:width="100" dlg:height="12" dlg:value="CSS class for tabulator stop"/>
|
||||
<dlg:textfield dlg:id="TabstopStyle" dlg:tab-index="10" dlg:left="120" dlg:top="90" dlg:width="130" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:TabstopStyle"/>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
27
src/main/oxt/writer2xhtml/W2XDialogs2/Stylesheets.xdl
Normal file
27
src/main/oxt/writer2xhtml/W2XDialogs2/Stylesheets.xdl
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?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="Stylesheets" dlg:left="139" dlg:top="84" dlg:width="260" dlg:height="185" dlg:closeable="true" dlg:moveable="true" dlg:title="Stylesheets" dlg:withtitlebar="false">
|
||||
<dlg:bulletinboard>
|
||||
<dlg:text dlg:id="IncludedCustomStylesheetLabel" dlg:tab-index="0" dlg:left="5" dlg:top="8" dlg:width="245" dlg:height="12" dlg:value="Custom style sheets"/>
|
||||
<dlg:checkbox dlg:id="LinkCustomStylesheet" dlg:tab-index="1" dlg:left="10" dlg:top="22" dlg:width="240" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:LinkCustomStylesheet" dlg:value="Insert link to custom style sheet (XHTML export)" dlg:checked="false">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:LinkCustomStylesheetChange" script:language="UNO"/>
|
||||
</dlg:checkbox>
|
||||
<dlg:text dlg:id="CustomStylesheetURLLabel" dlg:tab-index="2" dlg:left="19" dlg:top="36" dlg:width="55" dlg:height="12" dlg:value="URL"/>
|
||||
<dlg:textfield dlg:id="CustomStylesheetURL" dlg:tab-index="3" dlg:left="80" dlg:top="34" dlg:width="170" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:CustomStylesheetURL"/>
|
||||
<dlg:checkbox dlg:id="UseCustomStylesheet" dlg:tab-index="4" dlg:left="10" dlg:top="50" dlg:width="140" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:UseCustomStylesheet" dlg:value="Include custom style sheet (EPUB export)" dlg:checked="false">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:UseCustomStylesheetChange" script:language="UNO"/>
|
||||
</dlg:checkbox>
|
||||
<dlg:textfield dlg:id="CustomStylesheet" dlg:tab-index="5" dlg:left="18" dlg:top="64" dlg:width="135" dlg:height="84" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:CustomStylesheet" dlg:hscroll="true" dlg:vscroll="true" dlg:multiline="true"/>
|
||||
<dlg:button dlg:id="LoadStylesheetButton" dlg:tab-index="6" dlg:left="18" dlg:top="156" dlg:width="60" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:LoadStylesheet" dlg:value="Load...">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:LoadStylesheetClick" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
<dlg:text dlg:id="ResourceLabel" dlg:tab-index="8" dlg:left="160" dlg:top="50" dlg:width="90" dlg:height="12" dlg:value="Style resources"/>
|
||||
<dlg:menulist dlg:id="Resources" dlg:tab-index="7" dlg:left="160" dlg:top="64" dlg:width="90" dlg:height="84" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:Resources"/>
|
||||
<dlg:button dlg:id="NewResourceButton" dlg:tab-index="9" dlg:left="160" dlg:top="156" dlg:width="40" dlg:height="12" dlg:value="New..." dlg:help-url="org.openoffice.da.writer2xhtml.oxt:NewResource">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:NewResourceClick" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
<dlg:button dlg:id="DeleteResourceButton" dlg:tab-index="10" dlg:left="209" dlg:top="156" dlg:width="40" dlg:height="12" dlg:value="Delete..." dlg:help-url="org.openoffice.da.writer2xhtml.oxt:DeleteResource">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:DeleteResourceClick" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
43
src/main/oxt/writer2xhtml/W2XDialogs2/Template.xdl
Normal file
43
src/main/oxt/writer2xhtml/W2XDialogs2/Template.xdl
Normal file
|
@ -0,0 +1,43 @@
|
|||
<?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="Template" dlg:left="139" dlg:top="84" dlg:width="260" dlg:height="185" dlg:closeable="true" dlg:moveable="true" dlg:title="Template" dlg:withtitlebar="false">
|
||||
<dlg:styles>
|
||||
<dlg:style dlg:style-id="0" dlg:text-color="0xff3333"/>
|
||||
</dlg:styles>
|
||||
<dlg:bulletinboard>
|
||||
<dlg:checkbox dlg:id="UseCustomTemplate" dlg:tab-index="0" dlg:left="10" dlg:top="8" dlg:width="240" dlg:height="12" dlg:value="Use custom XHTML template" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:UseCustomTemplate">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:UseCustomTemplateChange" script:language="UNO"/>
|
||||
</dlg:checkbox>
|
||||
<dlg:textfield dlg:id="CustomTemplate" dlg:tab-index="1" dlg:left="18" dlg:top="22" dlg:width="232" dlg:height="96" dlg:hscroll="true" dlg:vscroll="true" dlg:multiline="true" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:UseCustomTemplate">
|
||||
<script:event script:event-name="on-keyup" script:macro-name="vnd.sun.star.UNO:TemplateKeyup" script:language="UNO"/>
|
||||
</dlg:textfield>
|
||||
<dlg:button dlg:id="LoadTemplateButton" dlg:tab-index="2" dlg:left="18" dlg:top="120" dlg:width="60" dlg:height="12" dlg:value="Load..." dlg:help-url="org.openoffice.da.writer2xhtml.oxt:LoadTemplate">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:LoadTemplateClick" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
<dlg:text dlg:id="TestTemplateLabel" dlg:style-id="0" dlg:tab-index="3" dlg:left="90" dlg:top="122" dlg:width="160" dlg:height="24" dlg:value="Test" dlg:multiline="true"/>
|
||||
<dlg:text dlg:id="ContentIdLabel" dlg:tab-index="4" dlg:left="18" dlg:top="154" dlg:width="50" dlg:height="12" dlg:value="Content id"/>
|
||||
<dlg:combobox dlg:id="ContentId" dlg:tab-index="5" dlg:left="72" dlg:top="152" dlg:width="50" dlg:height="12" dlg:spin="true" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:ContentId">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="content"/>
|
||||
</dlg:menupopup>
|
||||
</dlg:combobox>
|
||||
<dlg:text dlg:id="PanelIdLabel" dlg:tab-index="6" dlg:left="18" dlg:top="168" dlg:width="50" dlg:height="12" dlg:value="Panel id"/>
|
||||
<dlg:combobox dlg:id="PanelId" dlg:tab-index="7" dlg:left="72" dlg:top="166" dlg:width="50" dlg:height="12" dlg:spin="true" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:PanelId">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="panel"/>
|
||||
</dlg:menupopup>
|
||||
</dlg:combobox>
|
||||
<dlg:text dlg:id="HeaderIdLabel" dlg:tab-index="8" dlg:left="146" dlg:top="154" dlg:width="50" dlg:height="12" dlg:value="Header id"/>
|
||||
<dlg:combobox dlg:id="HeaderId" dlg:tab-index="9" dlg:left="200" dlg:top="152" dlg:width="50" dlg:height="12" dlg:spin="true" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:HeaderId">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="header"/>
|
||||
</dlg:menupopup>
|
||||
</dlg:combobox>
|
||||
<dlg:text dlg:id="FooterIdLabel" dlg:tab-index="10" dlg:left="146" dlg:top="168" dlg:width="50" dlg:height="12" dlg:value="Footer id"/>
|
||||
<dlg:combobox dlg:id="FooterId" dlg:tab-index="11" dlg:left="200" dlg:top="166" dlg:width="50" dlg:height="12" dlg:spin="true" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:FooterId">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="footer"/>
|
||||
</dlg:menupopup>
|
||||
</dlg:combobox>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
|
@ -0,0 +1,15 @@
|
|||
<?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="Configuration1" dlg:left="139" dlg:top="84" dlg:width="260" dlg:height="185" dlg:closeable="true" dlg:moveable="true" dlg:title="ConfigurationRoot" dlg:withtitlebar="false">
|
||||
<dlg:styles>
|
||||
<dlg:style dlg:style-id="0" dlg:border="none"/>
|
||||
<dlg:style dlg:style-id="1" dlg:font-height="14"/>
|
||||
</dlg:styles>
|
||||
<dlg:bulletinboard>
|
||||
<dlg:fixedline dlg:id="FixedLine1" dlg:tab-index="0" dlg:left="6" dlg:top="32" dlg:width="248" dlg:height="2"/>
|
||||
<dlg:img dlg:style-id="0" dlg:id="ImageControl1" dlg:tab-index="1" dlg:left="8" dlg:top="6" dlg:width="21" dlg:height="21" dlg:scale-image="false" dlg:src="../images/w2licon.png"/>
|
||||
<dlg:text dlg:style-id="1" dlg:id="Label1" dlg:tab-index="2" dlg:left="34" dlg:top="10" dlg:width="193" dlg:height="16" dlg:value="Writer2xhtml Toolbar Configuration"/>
|
||||
<dlg:text dlg:id="Label2" dlg:tab-index="3" dlg:left="34" dlg:top="43" dlg:width="194" dlg:height="78" dlg:value="This is where you configure the Writer2xhtml toolbar." dlg:multiline="true"/>
|
||||
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
58
src/main/oxt/writer2xhtml/W2XDialogs2/ToolbarSettings.xdl
Normal file
58
src/main/oxt/writer2xhtml/W2XDialogs2/ToolbarSettings.xdl
Normal file
|
@ -0,0 +1,58 @@
|
|||
<?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="Configuration" dlg:left="139" dlg:top="84" dlg:width="260" dlg:height="185" dlg:closeable="true" dlg:moveable="true" dlg:title="Writer2xhtml Toolbar Configuration" dlg:withtitlebar="false" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:SettingsDialog">
|
||||
<dlg:bulletinboard>
|
||||
<dlg:text dlg:id="XhtmlLabel" dlg:tab-index="0" dlg:left="6" dlg:top="4" dlg:width="210" dlg:height="12" dlg:value="XHTML Export"/>
|
||||
<dlg:text dlg:id="XhtmlFormatLabel" dlg:tab-index="1" dlg:left="12" dlg:top="18" dlg:width="55" dlg:height="12" dlg:value="Format"/>
|
||||
<dlg:menulist dlg:id="XhtmlFormat" dlg:tab-index="2" dlg:left="72" dlg:top="16" dlg:width="120" dlg:height="12" dlg:spin="true" dlg:linecount="4" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:SettingsXhtmlFormat">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="XHTML 1.0 strict"/>
|
||||
<dlg:menuitem dlg:value="XHTML 1.1"/>
|
||||
<dlg:menuitem dlg:value="XHTML 1.1 + MathML 2.0"/>
|
||||
<dlg:menuitem dlg:value="HTML5" dlg:selected="true"/>
|
||||
</dlg:menupopup>
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:XhtmlFormatChange" script:language="UNO"/>
|
||||
</dlg:menulist>
|
||||
<dlg:text dlg:id="XhtmlViewLabel" dlg:tab-index="3" dlg:left="12" dlg:top="32" dlg:width="55" dlg:height="12" dlg:value="After export"/>
|
||||
<dlg:menulist dlg:id="XhtmlView" dlg:tab-index="4" dlg:left="72" dlg:top="30" dlg:width="120" dlg:height="12" dlg:spin="true" dlg:linecount="3" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:SettingsXhtmlView">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="Do nothing"/>
|
||||
<dlg:menuitem dlg:value="Open with default web browser" dlg:selected="true"/>
|
||||
<dlg:menuitem dlg:value="Open with custom application"/>
|
||||
</dlg:menupopup>
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:XhtmlViewChange" script:language="UNO"/>
|
||||
</dlg:menulist>
|
||||
|
||||
<dlg:text dlg:id="XhtmlExecutableLabel" dlg:tab-index="5" dlg:left="12" dlg:top="44" dlg:width="55" dlg:height="12" dlg:value="Application"/>
|
||||
<dlg:textfield dlg:id="XhtmlExecutable" dlg:tab-index="6" dlg:left="72" dlg:top="44" dlg:width="120" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:SettingsXhtmlExecutable"/>
|
||||
<dlg:button dlg:id="XhtmlBrowseButton" dlg:tab-index="7" dlg:left="200" dlg:top="43" dlg:width="55" dlg:height="14" dlg:value="Browse..." dlg:help-url="org.openoffice.da.writer2xhtml.oxt:SettingsXhtmlBrowse">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:XhtmlBrowseClick" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
|
||||
<dlg:text dlg:id="EpubLabel" dlg:tab-index="8" dlg:left="6" dlg:top="58" dlg:width="210" dlg:height="12" dlg:value="EPUB Export"/>
|
||||
<dlg:text dlg:id="EpubFormatLabel" dlg:tab-index="9" dlg:left="12" dlg:top="72" dlg:width="55" dlg:height="12" dlg:value="Format"/>
|
||||
<dlg:menulist dlg:id="EpubFormat" dlg:tab-index="10" dlg:left="72" dlg:top="70" dlg:width="120" dlg:height="12" dlg:spin="true" dlg:linecount="2" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:SettingsEpubFormat">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="EPUB 2"/>
|
||||
<dlg:menuitem dlg:value="EPUB 3" dlg:selected="true"/>
|
||||
</dlg:menupopup>
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:EpubFormatChange" script:language="UNO"/>
|
||||
</dlg:menulist>
|
||||
<dlg:text dlg:id="EpubViewLabel" dlg:tab-index="11" dlg:left="12" dlg:top="86" dlg:width="55" dlg:height="12" dlg:value="After export"/>
|
||||
<dlg:menulist dlg:id="EpubView" dlg:tab-index="12" dlg:left="72" dlg:top="84" dlg:width="120" dlg:height="12" dlg:spin="true" dlg:linecount="3" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:SettingsEpubView">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="Do nothing"/>
|
||||
<dlg:menuitem dlg:value="open with default viewer" dlg:selected="true"/>
|
||||
<dlg:menuitem dlg:value="open with custom application"/>
|
||||
</dlg:menupopup>
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:EpubViewChange" script:language="UNO"/>
|
||||
</dlg:menulist>
|
||||
|
||||
<dlg:text dlg:id="EpubExecutableLabel" dlg:tab-index="13" dlg:left="12" dlg:top="98" dlg:width="55" dlg:height="12" dlg:value="Application"/>
|
||||
<dlg:textfield dlg:id="EpubExecutable" dlg:tab-index="14" dlg:left="72" dlg:top="98" dlg:width="120" dlg:height="12" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:SettingsEpubExecutable"/>
|
||||
<dlg:button dlg:id="EpubBrowseButton" dlg:tab-index="15" dlg:left="200" dlg:top="97" dlg:width="55" dlg:height="14" dlg:value="Browse..." dlg:help-url="org.openoffice.da.writer2xhtml.oxt:SettingsEpubBrowse">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:EpubBrowseClick" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
21
src/main/oxt/writer2xhtml/W2XDialogs2/dialog.xlb
Normal file
21
src/main/oxt/writer2xhtml/W2XDialogs2/dialog.xlb
Normal file
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library:library PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "library.dtd">
|
||||
<library:library xmlns:library="http://openoffice.org/2000/library" library:name="W2XDialogs2" library:readonly="false" library:passwordprotected="false">
|
||||
<library:element library:name="ConfigurationRoot"/>
|
||||
<library:element library:name="General"/>
|
||||
<library:element library:name="Template"/>
|
||||
<library:element library:name="Stylesheets"/>
|
||||
<library:element library:name="Styles1"/>
|
||||
<library:element library:name="Styles2"/>
|
||||
<library:element library:name="Formatting"/>
|
||||
<library:element library:name="Content"/>
|
||||
<library:element library:name="NewDialog"/>
|
||||
<library:element library:name="DeleteDialog"/>
|
||||
<library:element library:name="LoadDefaults"/>
|
||||
<library:element library:name="EpubOptions"/>
|
||||
<library:element library:name="EpubMetadata"/>
|
||||
<library:element library:name="AuthorDialog"/>
|
||||
<library:element library:name="DateDialog"/>
|
||||
<library:element library:name="ToolbarConfigurationRoot"/>
|
||||
<library:element library:name="ToolbarSettings"/>
|
||||
</library:library>
|
5
src/main/oxt/writer2xhtml/W2XDialogs2/script.xlb
Normal file
5
src/main/oxt/writer2xhtml/W2XDialogs2/script.xlb
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library:library PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "library.dtd">
|
||||
<library:library xmlns:library="http://openoffice.org/2000/library" library:name="W2XDialogs2" library:readonly="false" library:passwordprotected="false">
|
||||
<library:element library:name="Module1"/>
|
||||
</library:library>
|
64
src/main/oxt/writer2xhtml/description.xml
Normal file
64
src/main/oxt/writer2xhtml/description.xml
Normal file
|
@ -0,0 +1,64 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description xmlns="http://openoffice.org/extensions/description/2006"
|
||||
xmlns:d="http://openoffice.org/extensions/description/2006"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<identifier value="org.openoffice.da.writer2xhtml.oxt" />
|
||||
|
||||
<version value="1.9.1" />
|
||||
|
||||
<dependencies>
|
||||
<OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0"/>
|
||||
</dependencies>
|
||||
|
||||
<publisher>
|
||||
<name xlink:href="http://writer2latex.sourceforge.net"
|
||||
lang="en">Writer2LaTeX</name>
|
||||
</publisher>
|
||||
|
||||
<display-name>
|
||||
<name lang="da">Writer2xhtml eksportfiltre</name>
|
||||
<name lang="en">Writer2xhtml export filters</name>
|
||||
<name lang="ca">Filtres d'exportació per al writer2xhtml</name>
|
||||
<name lang="de">Writer2xhtml Exportfilter</name>
|
||||
<name lang="nl">Writer2xhtml exportfilters</name>
|
||||
<name lang="nn">Writer2xhtml eksportfilter</name>
|
||||
<name lang="es">Writer2xhtml filtros para exportar</name>
|
||||
<name lang="fi">Writer2xhtml vienti suodattimet</name>
|
||||
<name lang="fr">Filtres d'exportation Writer2xhtml</name>
|
||||
<name lang="it">Filtri di esportazione Writer2xhtml</name>
|
||||
<name lang="pt_BR">Filtros de exportação Writer2xhtml</name>
|
||||
<name lang="cs">Exportní filtry Writer2xhtml</name>
|
||||
<name lang="pl">Filtry ekportu Writer2xhtml</name>
|
||||
<name lang="ru">Фильтры экспорта Writer2xhtml</name>
|
||||
<name lang="uk">Фільтри експорту Writer2xhtml</name>
|
||||
<name lang="tr">Writer2LaTeX ihraç etme filitreleri</name>
|
||||
<name lang="fa">Writer2xhtml export filters</name>
|
||||
</display-name>
|
||||
|
||||
<icon>
|
||||
<default xlink:href="images/w2licon.png" />
|
||||
<high-contrast xlink:href="images/w2hclicon.png" />
|
||||
</icon>
|
||||
|
||||
|
||||
<extension-description>
|
||||
<src xlink:href="descriptions/desc_da.txt" lang="da" />
|
||||
<src xlink:href="descriptions/desc_en.txt" lang="en" />
|
||||
<src xlink:href="descriptions/desc_ca.txt" lang="ca" />
|
||||
<src xlink:href="descriptions/desc_de.txt" lang="de" />
|
||||
<src xlink:href="descriptions/desc_nl.txt" lang="nl" />
|
||||
<src xlink:href="descriptions/desc_nn.txt" lang="nn" />
|
||||
<src xlink:href="descriptions/desc_es.txt" lang="es" />
|
||||
<src xlink:href="descriptions/desc_fi.txt" lang="fi" />
|
||||
<src xlink:href="descriptions/desc_fr.txt" lang="fr" />
|
||||
<src xlink:href="descriptions/desc_it.txt" lang="it" />
|
||||
<src xlink:href="descriptions/desc_pt_BR.txt" lang="pt_BR" />
|
||||
<src xlink:href="descriptions/desc_cs.txt" lang="cs" />
|
||||
<src xlink:href="descriptions/desc_pl.txt" lang="pl" />
|
||||
<src xlink:href="descriptions/desc_ru.txt" lang="ru" />
|
||||
<src xlink:href="descriptions/desc_uk.txt" lang="uk" />
|
||||
<src xlink:href="descriptions/desc_tr.txt" lang="tr" />
|
||||
</extension-description>
|
||||
|
||||
</description>
|
1
src/main/oxt/writer2xhtml/descriptions/desc_ca.txt
Normal file
1
src/main/oxt/writer2xhtml/descriptions/desc_ca.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Writer2xhtml forneix a Writer i Calc filtres d'exportació per XHTML i XHTML+MathML
|
1
src/main/oxt/writer2xhtml/descriptions/desc_cs.txt
Normal file
1
src/main/oxt/writer2xhtml/descriptions/desc_cs.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Writer2xhtml nabízí exportní filtry pro Writer a Calc s výstupem v XHTML a XHTML+MathML
|
1
src/main/oxt/writer2xhtml/descriptions/desc_da.txt
Normal file
1
src/main/oxt/writer2xhtml/descriptions/desc_da.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Writer2xhtml installerer eksportfiltre til XHTML og XHTML+MathML i Writer og Calc
|
1
src/main/oxt/writer2xhtml/descriptions/desc_de.txt
Normal file
1
src/main/oxt/writer2xhtml/descriptions/desc_de.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Writer2Latex bietet Witer und Calc Exportfilter für XHTML und XHTML+MathML
|
1
src/main/oxt/writer2xhtml/descriptions/desc_en.txt
Normal file
1
src/main/oxt/writer2xhtml/descriptions/desc_en.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Writer2xhtml provides Writer and Calc export filters for XHTML and XHTML+MathML
|
1
src/main/oxt/writer2xhtml/descriptions/desc_es.txt
Normal file
1
src/main/oxt/writer2xhtml/descriptions/desc_es.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Writer2xhtml contiene filtros de Writer y Calc para exportar a XHTML y XHTML+MathML
|
1
src/main/oxt/writer2xhtml/descriptions/desc_fa.txt
Normal file
1
src/main/oxt/writer2xhtml/descriptions/desc_fa.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Writer2xhtml provides Writer and Calc export filters for XHTML and XHTML+MathML
|
1
src/main/oxt/writer2xhtml/descriptions/desc_fi.txt
Normal file
1
src/main/oxt/writer2xhtml/descriptions/desc_fi.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Writer2xhtml:llä on mahdollista viedä sekä writerin että Calcin dokumentteja XHTML ja XHMTL+MathML muotoihin
|
1
src/main/oxt/writer2xhtml/descriptions/desc_fr.txt
Normal file
1
src/main/oxt/writer2xhtml/descriptions/desc_fr.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Writer2xhtml permet d'exporter les documents Writer et Calc vers XHTML et XHTML+MathML
|
1
src/main/oxt/writer2xhtml/descriptions/desc_it.txt
Normal file
1
src/main/oxt/writer2xhtml/descriptions/desc_it.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Writer2xhtml aggiunge a Writer e Calc filtri di esportazione in XHTML e XHTML+MathML
|
1
src/main/oxt/writer2xhtml/descriptions/desc_nl.txt
Normal file
1
src/main/oxt/writer2xhtml/descriptions/desc_nl.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Writer2xhtml verzorgt Writer en Calc met exportfilters voor XHTML en XHTML + MathML
|
1
src/main/oxt/writer2xhtml/descriptions/desc_nn.txt
Normal file
1
src/main/oxt/writer2xhtml/descriptions/desc_nn.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Writer2xhtml gir Writer og Calc eksportfilter for XHTML og XHTML+MathML
|
1
src/main/oxt/writer2xhtml/descriptions/desc_pl.txt
Normal file
1
src/main/oxt/writer2xhtml/descriptions/desc_pl.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Writer2xhtml dostarcza filtrów eksportu programów Writer i Calc do XHTMLa oraz XHTML+MathML
|
1
src/main/oxt/writer2xhtml/descriptions/desc_pt_BR.txt
Normal file
1
src/main/oxt/writer2xhtml/descriptions/desc_pt_BR.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Writer2xhtml oferece filtros de exportação do Writer e Calc para XHTML e XHTML+MathML
|
1
src/main/oxt/writer2xhtml/descriptions/desc_ru.txt
Normal file
1
src/main/oxt/writer2xhtml/descriptions/desc_ru.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Writer2xhtml позволяет экспортировать из Writer и Calc в XHTML и XHTML+MathML
|
1
src/main/oxt/writer2xhtml/descriptions/desc_tr.txt
Normal file
1
src/main/oxt/writer2xhtml/descriptions/desc_tr.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Writer2LaTeX XHTML ve XHTML+MathML için Calc ihraç etme filitreleri sağlar
|
1
src/main/oxt/writer2xhtml/descriptions/desc_uk.txt
Normal file
1
src/main/oxt/writer2xhtml/descriptions/desc_uk.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Writer2xhtml забезпечує Writer та Calc фільтрами експорту до XHTML та XHTML+MathML
|
24
src/main/oxt/writer2xhtml/help/en/help.tree
Normal file
24
src/main/oxt/writer2xhtml/help/en/help.tree
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<tree_view version="17-apr-2010">
|
||||
<help_section application="writer2xhtml" id="w2x01" title="Writer2xhtml">
|
||||
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/introduction.xhp">Introduction</topic>
|
||||
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/menu.xhp">Menu and toolbar</topic>
|
||||
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/export.xhp">XHTML Export (Writer)</topic>
|
||||
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/export_calc.xhp">XHTML Export (Calc)</topic>
|
||||
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/epub_export.xhp">EPUB Export (Writer)</topic>
|
||||
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/epub_metadata.xhp">EPUB document properties (Writer)</topic>
|
||||
<node id="w2x01_toolbar_configuration" title="Toolbar configuration">
|
||||
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/settings.xhp">Settings</topic>
|
||||
</node>
|
||||
<node id="w2x01_configuration" title="Custom style">
|
||||
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/Configuration/Introduction.xhp">Introduction</topic>
|
||||
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/Configuration/General.xhp">General</topic>
|
||||
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/Configuration/Template.xhp">Template</topic>
|
||||
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/Configuration/Stylesheets.xhp">Style sheets</topic>
|
||||
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/Configuration/Masterstyles.xhp">Master styles</topic>
|
||||
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/Configuration/Otherstyles.xhp">Other styles</topic>
|
||||
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/Configuration/Formatting.xhp">Formatting</topic>
|
||||
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/Configuration/Content.xhp">Content</topic>
|
||||
</node>
|
||||
</help_section>
|
||||
</tree_view>
|
|
@ -0,0 +1,71 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2xhtml-configuration-content" indexer="include">
|
||||
<title xml-lang="en-US">Content</title>
|
||||
<filename>org.openoffice.da.writer2xhtml.oxt/Configuration/Content.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">Content</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"></paragraph>
|
||||
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Choose <emph>Tools - Options - Writer2xhtml - Content</emph>
|
||||
</section>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Formulas</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Formulas" id="bm_configformulas"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Include as</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select how to export formulas if you are not using XHTML+MathML or HTML5.</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Image with StarMath code</emph>: Export formulas as images
|
||||
with the original StarMath formula in the alt attribute.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Image with LaTeX code</emph>: Export formulas as images
|
||||
with LaTeX code in the alt attribute.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>StarMath code</emph>: Export the original StarMath code directly
|
||||
in the text.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>LaTeX code</emph>: Export LaTeX code directly in the text.</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Footnotes and endnotes</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:FootnotesHeading" id="bm_configfootnotesheading"/>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EndnotesHeading" id="bm_configendnotesheading"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Endnote heading</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">In %PRODUCTNAME Writer, endnotes cannot have a heading. If you want to add
|
||||
a heading for the endnotes in the exported document, enter the desired heading here.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Footnote heading</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">In %PRODUCTNAME Writer, footnotes (when used as endnotes) cannot have a heading.
|
||||
If you want to add a heading for the footnotes in the exported document, enter the desired heading here.
|
||||
This has no effect if footnotes are placed at the bottom of the page.</paragraph>
|
||||
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Images</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EmbedSvg" id="bm_configembedsvg"/>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Embed SVG images in the HTML document</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you check this option, SVG images will be embedded directly
|
||||
in the HTML document. Otherwise they will be included in a separate file. SVG images are only supported
|
||||
in HTML5.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EmbedImg" id="bm_configembedimg"/>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Embed all images in the HTML document</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you check this option, all images will be embedded directly
|
||||
in the HTML document (base64 encoded). Otherwise they will be included in a separate file.
|
||||
This is not recommended for documents with large images.</paragraph>
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -0,0 +1,97 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2xhtml-configuration-content" indexer="include">
|
||||
<title xml-lang="en-US">Formatting</title>
|
||||
<filename>org.openoffice.da.writer2xhtml.oxt/Configuration/Formatting.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">Formatting</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Use this page to define how much formatting to export.</paragraph>
|
||||
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Choose <emph>Tools - Options - Writer2xhtml - Formatting</emph>
|
||||
</section>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Formatting" id="bm_configformatting"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Formatting</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">This is used to specify how much text formatting
|
||||
(character, paragraph and list formatting) to export.</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Convert all</emph>: Convert all supported formatting to CSS</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Ignore styles</emph>: Convert hard formatting but not formatting
|
||||
by styles. Use this value if you use a custom style sheet, but still want to be able to add some hard formatting
|
||||
(eg. a centered paragraph, some bold text etc.).</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Ignore hard formatting</emph>: Convert formatting by styles, but
|
||||
no hard formatting (except as given by
|
||||
<link href="org.openoffice.da.writer2xhtml.oxt/Configuration/Otherstyles.xhp" name="Other styles">attribute style
|
||||
mappings</link>).
|
||||
Use this if the document is well structured using styles, so that any hard formatting should be considered
|
||||
an error.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Ignore all</emph>: Convert no formatting at all. Use this value
|
||||
if you use a custom stylesheet and the document is well structured using styles, so that any hard formatting should
|
||||
be considered an error.</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:FrameFormatting" id="bm_configframeformatting"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Frame formatting</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">This is used for the same purpose, but affects frame formatting only.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SectionFormatting" id="bm_configsectionformatting"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Convert section formatting</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this if you want to export section formatting (background, margins).</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:TableFormatting" id="bm_configtableformatting"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Convert table formatting</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this if you want to export table formatting.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:IgnoreTableDimensions" id="bm_configignoretabledimensions"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Ignore table dimensions</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this if you do not want table dimensions (table width, column width and
|
||||
row height) to be exported, but want to leave the layout of the tables to the browser.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:ListFormatting" id="bm_configlistformatting"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">List formatting</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Choose how to export list formatting.</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Use CSS1</emph>: List formatting is exported using CSS1.
|
||||
This only provides basic support for list labels, and currently the browsers default indentations are used.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Use CSS1 and non-standard lists</emph>: This value is used to fix a
|
||||
problem with continued lists. If you select this value, Writer2xhtml will export a list that continues on level 2 or below
|
||||
like</paragraph>
|
||||
<paragraph role="code" xml-lang="en-US"><ol><ol><li>...</li></ol></ol></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">This is not valid in XHTML, but works in browsers.
|
||||
Also two deprecated attributes are used to continue numbering.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Use hard labels</emph>: If select this value, list labels are
|
||||
exported as part of the text. This adds full support for list labels (e.g. labels of the form 1.2.3). Unlike the other
|
||||
values indentations of the list are exported as well.</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:MaxWidth" id="bm_configmaxwidth"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Maximum text width</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">In this field you can give a maximum width (like e.g. 800px)
|
||||
for the exported text, which may enhance the readability. You can use any unit defined in CSS.
|
||||
If the browser window is wider than this, the text will be centered with suitable margins.
|
||||
Leave the field blank if you want the text to occupy the full width of the browser window.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SeparateStylesheet" id="bm_configseparatestylesheet"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Create separate style sheet</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this if you want to create a separate CSS file in the export.
|
||||
Otherwise the CSS code will be exported embedded in the XHTML document(s).</paragraph>
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -0,0 +1,58 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2xhtml-configuration-general" indexer="include">
|
||||
<title xml-lang="en-US">Content</title>
|
||||
<filename>org.openoffice.da.writer2xhtml.oxt/Configuration/General.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">General</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Use this page to define general technical aspects of the generated
|
||||
XHTML documents.</paragraph>
|
||||
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Choose <emph>Tools - Options - Writer2xhtml - General</emph>
|
||||
</section>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:NoDoctype" id="bm_confignodoctype"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Do not include DOCTYPE</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this if you do not want to not include the !DOCTYPE declaration in
|
||||
the converted document.</paragraph>
|
||||
<paragraph role="warning" xml-lang="en-US">The !DOCTYPE is required for a valid XHTML document: This option should only be
|
||||
used if you need to process the document further.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Encoding" id="bm_configencoding"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Encoding</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select the character encoding to use for the XHTML document. Currently supported
|
||||
encodings are <emph>UTF-8</emph> (recommended), <emph>UTF-16</emph>, <emph>ISO-8859-1</emph> and <emph>US-ASCII</emph>.
|
||||
Characters not supported by the encoding are exported as numeric character entities.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:AddBOM" id="bm_configaddbom"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Add Byte Order Mark (BOM)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this to include a BOM (Byte Order Mark) to the XHTML document (UTF-8 only).
|
||||
Normally this is not needed if you use UTF-8 encoding, but it may be required in rare cases.
|
||||
</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:HexadecimalEntities" id="bm_confighexadecimalentities"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Numeric character entities</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select how to export numeric character entities. You can use either
|
||||
<emph>hexadecimal</emph> or <emph>decimal</emph> numbers. This is not relevant if you use UTF-8 or UTF-16.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:UseNamedEntities" id="bm_configusenamedentities"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use named character entities</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this to use named character entities as defined by (X)HTML.
|
||||
If you export to XHTML+MathML, also named MathML entities will be used.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Multilingual" id="bm_configmultilingual"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Include detailed language information</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this to include all language information in the XHTML document.
|
||||
Otherwise only the default language will be exported.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:PrettyPrint" id="bm_configprettyprint"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use "pretty printing"</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this to use “pretty print”
|
||||
(using indentations and line breaks) in the XHTML output.</paragraph>
|
||||
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -0,0 +1,25 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2xhtml-configuration-introduction" indexer="include">
|
||||
<title xml-lang="en-US">Custom style</title>
|
||||
<filename>org.openoffice.da.writer2xhtml.oxt/Configuration/Introduction.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">Custom style</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Define a custom style for the XHTML export</paragraph>
|
||||
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Choose <emph>Tools - Options - Writer2xhtml</emph>
|
||||
</section>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:ConfigIntroduction" id="bm_configintroduction"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Writer2xhtml comes with a number of predefined styles.
|
||||
A style defines technical aspects of the generated XHTML styles, in particular the export of formatting.
|
||||
Advanced users can define their own custom style. You can for example use the custom style to create XHTML documents that
|
||||
takes advantage of your own CSS style sheet.
|
||||
This requires some knowledge of XHTML and CSS.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">To use the custom style, choose <emph>Custom</emph> in the export dialog.</paragraph>
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -0,0 +1,80 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2xhtml-configuration-masterstyles" indexer="include">
|
||||
<title xml-lang="en-US">Content</title>
|
||||
<filename>org.openoffice.da.writer2xhtml.oxt/Configuration/Masterstyles.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">Master styles</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Use this page to define how to export style information.</paragraph>
|
||||
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Choose <emph>Tools - Options - Writer2xhtml - Master styles</emph>
|
||||
</section>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Style mappings</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">For each %PRODUCTNAME Writer style you can define a corresponding XHTML element
|
||||
and CSS style.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:StyleFamily" id="bm_configstylefamily"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Style family</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select the %PRODUCTNAME Writer style family. Note that headings and other
|
||||
paragraphs are handled separately.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:StyleName" id="bm_configstylename"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Style name</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select a style name from the list</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:NewStyle" id="bm_confignewstyle"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">New...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click to add a new style name to the list. Type a name or select a style name
|
||||
from the list.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:DeleteStyle" id="bm_configdeletestyle"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Delete...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this to delete the current style name from the list.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Element" id="bm_configelement"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">XHTML element</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the name of an XHTML element or select one from the list.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Css" id="bm_configcss"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">CSS class</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the name of a CSS class. If you leave this field empty, the
|
||||
<emph>class</emph> attribute will not be set.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Before" id="bm_configbefore"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Before</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">The text you enter here will be added to the beginning of
|
||||
each paragraph formatted with this style.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:After" id="bm_configafter"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">After</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">The text you enter here will be added to the end of
|
||||
each paragraph formatted with this style.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:BlockElement" id="bm_configblockelement"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Block XHTML element</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">This is only valid for paragraphs and headings.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">For paragraphs this element is used as a container for a sequence of paragraphs
|
||||
with the same paragraph style. As an example: For the paragraph style <emph>Quotations</emph> you can set the XHTML element to
|
||||
<emph>p</emph> and the block XHTML element to <emph>blockquote</emph>. This will convert a sequence of paragraphs with the
|
||||
<emph>Quotations</emph> style to a block quote. You can leave the field empty if you do not need it.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">For headings the block XHTML element is used for the entire heading, whereas the
|
||||
XHTML element is used for the text content (without the label).</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:BlockCss" id="bm_configblockcss"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Block CSS class</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the name of a CSS class for the block element. If you leave the field empty, the
|
||||
<emph>class</emph> attribute will not be set.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:LoadDefaults" id="bm_configloaddefaults"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Load default mappings...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Writer2xhtml comes with a set of default style mappings corresponding to
|
||||
some of the predefined styles in %PRODUCTNAME Writer. Click this button to add these mappings to the current set. You will get
|
||||
a warning if this will overwrite one or more existing mappings.</paragraph>
|
||||
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2xhtml-configuration-content" indexer="include">
|
||||
<title xml-lang="en-US">Other styles</title>
|
||||
<filename>org.openoffice.da.writer2xhtml.oxt/Configuration/Otherstyles.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">Other styles</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Use this page to define various style related features of the export.
|
||||
This supplements the settings on the page
|
||||
<link href="org.openoffice.da.writer2xhtml.oxt/Configuration/Masterstyles.xhp"
|
||||
name="Template">Master styles</link>.</paragraph>
|
||||
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Choose <emph>Tools - Options - Writer2xhtml - Other styles</emph>
|
||||
</section>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Style mappings for hard formatting</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">In general using real styles is preferred. These setting allows you to define
|
||||
styles for a selection of hard text formatting attributes.</paragraph>
|
||||
<paragraph role="note" xml-lang="en-US">To apply these settings: Go to the page
|
||||
<emph><link href="org.openoffice.da.writer2xhtml.oxt/Configuration/Formatting.xhp"
|
||||
name="Formatting">Formatting</link></emph> and set <emph>Formatting</emph> to either <emph>Ignore hard formatting</emph> or
|
||||
<emph>Ignore all</emph>. Otherwise the rules you define here are ignored.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:FormattingAttribute" id="bm_configformattingattribute"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Formatting attribute</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select a formatting attribute.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:CustomAttribute" id="bm_configcustomattribute"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Apply custom style</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this if you want to apply a custom style for this attribute.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:AttributeElement" id="bm_configattributeelement"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">XHTML element</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the name of an XHTML element or select one from the list.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:AttributeCss" id="bm_configattributecss"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">CSS class</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the name of a CSS class to apply to the element. If you leave this field
|
||||
empty, the <emph>class</emph> attribute will not be set.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Other styles</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:TabstopStyle" id="bm_configtabstopstyle"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">CSS class for tabulator stop</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Normally tabulator stops are exported as spaces. If you enter the name of
|
||||
a CSS class here, the space will be contained in a <emph>span</emph> element with your style in the class attribute.</paragraph>
|
||||
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -0,0 +1,70 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2xhtml-configuration-stylesheets" indexer="include">
|
||||
<title xml-lang="en-US">Content</title>
|
||||
<filename>org.openoffice.da.writer2xhtml.oxt/Configuration/Stylesheets.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">Style sheets</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Use this page to provide your own style sheets for the exported documents.</paragraph>
|
||||
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Choose <emph>Tools - Options - Writer2xhtml - Style sheets</emph>
|
||||
</section>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Custom style sheets</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">The custom style sheet can either be an embedded style sheet for the EPUB
|
||||
export or a linked style sheet for the XHTML export.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:LinkCustomStylesheet" id="bm_configlinkstylesheet"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Insert link to custom style sheet (XHTML export)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this to link to your own, external CSS style sheet.
|
||||
For more advanced solutions (eg. different style sheets for screen viewing and printing) you can use an
|
||||
<link href="org.openoffice.da.writer2xhtml.oxt/Configuration/Template.xhp"
|
||||
name="Template">XHTML template</link>.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:CustomStylesheetURL" id="bm_configcustomstylesheeturl"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">URL</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the URL for the style sheet.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:UseCustomStylesheet" id="bm_configusecustomstylesheet"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Include custom style sheet (EPUB export)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this to include a custom style sheet in the EPUB document.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:CustomStylesheet" id="bm_configcustomstylesheet"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Custom style sheet</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the CSS code for your custom style sheet here.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:LoadStylesheet" id="bm_configloadstylesheet"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Load...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click to load the style sheet from a file.
|
||||
This will create a copy of the original file. If you change, move or delete the original file, nothing
|
||||
will happen to the style sheet. If you want to update the style sheet with a new version of the original file, click
|
||||
this button again.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Resources" id="bm_configresources"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Style resources</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">This is a list of resource files to include with the custom style sheet.
|
||||
You can refer to these files from your style sheet. The reference should be by file name only, as the resource files
|
||||
are placed in the same directory as the style sheet. For example:</paragraph>
|
||||
<paragraph role="code" xml-lang="en-US">body { background-image:url('myimage.jpg'); }</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Note that changes to this list will <emph>not</emph> be undone if
|
||||
you click <emph>Cancel</emph>.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:NewResource" id="bm_newresource"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">New...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this to add a new resource file to the list. Select the file and press
|
||||
<emph>Open</emph> (On some systems you can select more than one file).
|
||||
This will create a copy of the original file. If you change, move or delete the original file, nothing
|
||||
will happen to the resource file. If you want to update the resource file with a new version of the original file, click
|
||||
this button again.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:DeleteResource" id="bm_deleteresource"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Delete...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this to delete the currently selected resource file from the list.
|
||||
This will not affect the original file.</paragraph>
|
||||
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -0,0 +1,107 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2xhtml-configuration-template" indexer="include">
|
||||
<title xml-lang="en-US">Content</title>
|
||||
<filename>org.openoffice.da.writer2xhtml.oxt/Configuration/Template.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">Template</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Use this page to define an XHTML template to use as a basis for the
|
||||
generated XHTML documents.</paragraph>
|
||||
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Choose <emph>Tools - Options - Writer2xhtml - Template</emph>
|
||||
</section>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:UseCustomTemplate" id="bm_configusecustomtemplate"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use custom XHTML template</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this if you want to define an XHTML template. Otherwise a default
|
||||
template will be used.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">A template should be an ordinary XHTML file (do not include a DOCTYPE declaration)
|
||||
with some special elements:</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US">An element with the id <emph>content</emph> is used to
|
||||
fill the text content.
|
||||
If no such element exists, the <emph>body</emph> element is used. If there is no <emph>body</emph> element
|
||||
in the template, the root element is used.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Elements with the id <emph>header</emph> or
|
||||
<emph>footer</emph> (optional) will be filled with a simple navigation panel using a first/previous/next/last scheme
|
||||
(for spreadsheet documents, sheet names are used for navigation).</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US">An element with the id <emph>panel</emph> (optional)
|
||||
will be filled with a simple navigation panel using a table of contens-like scheme.</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
<paragraph role="paragraph" xml-lang="en-US">You can change the names of the id attributes at the bottom of this page.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">The template must be well-formed XML. If this is not the case, an error message
|
||||
is displayed below the template. A template with errors will be ignored in the export.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">A simple template including a header might look like this:</paragraph>
|
||||
<paragraph role="code" xml-lang="en-US">
|
||||
<html><br/>
|
||||
  <head><br/>
|
||||
    <title/><br/>
|
||||
  </head><br/>
|
||||
  <body><br/>
|
||||
    <div id='header'/><br/>
|
||||
    <div id='content'/><br/>
|
||||
  </body><br/>
|
||||
</html>
|
||||
</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">As the template does not include footer and panel nodes, these elements will not be included.
|
||||
</paragraph>
|
||||
|
||||
<paragraph role="paragraph" xml-lang="en-US">A template with all the elements, suitable for HTML5 might look like this:
|
||||
</paragraph>
|
||||
<paragraph role="code" xml-lang="en-US">
|
||||
<html><br/>
|
||||
  <head><br/>
|
||||
    <title/><br/>
|
||||
  </head><br/>
|
||||
  <body><br/>
|
||||
    <header><nav id='header'/></header><br/>
|
||||
    <aside><nav id='panel'/></aside><br/>
|
||||
    <div id='content'/><br/>
|
||||
    <footer><nav id='footer'/></footer><br/>
|
||||
  </body><br/>
|
||||
</html>
|
||||
</paragraph>
|
||||
|
||||
<paragraph role="paragraph" xml-lang="en-US">The absolutely mininal template is this:</paragraph>
|
||||
<paragraph role="code" xml-lang="en-US">
|
||||
<div/>
|
||||
</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">The <emph>div</emph>-element will be used as the content container.
|
||||
The generated document will not be a complete XHTML document (no <emph>html</emph>, <emph>head</emph> and
|
||||
<emph>body</emph> nodes). It will however still be a well-formed XML file that can be handled with standard tools.
|
||||
The use case for this is that you can produce XHTML fragments suitable for inclusion in e.g. a CMS.</paragraph>
|
||||
<paragraph role="note" xml-lang="en-US">Make sure to check the option <emph>Do not include DOCTYPE</emph> in this case!</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:LoadTemplate" id="bm_configloadtemplate"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Load...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this to load a template from a file. This will overwrite the current contents
|
||||
of the template.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:ContentId" id="bm_configcontentid"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Content id</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the id to use for the content node.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:PanelId" id="bm_configpanelid"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Panel id</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the id to use for the panel node.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:HeaderId" id="bm_configheaderid"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Header id</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the id to use for the header node.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:FooterId" id="bm_configfooterid"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Footer id</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the id to use for the footer node.</paragraph>
|
||||
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -0,0 +1,245 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2xhtml-epub-export-writer" indexer="include">
|
||||
<title xml-lang="en-US">EPUB Export (Writer)</title>
|
||||
<filename>org.openoffice.da.writer2xhtml.oxt/epub_export.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptions" id="bm_options"/>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">EPUB Export (Writer)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Exports the current document to EPUB format.</paragraph>
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Choose <emph>File - Export - EPUB</emph><br/>
|
||||
or <emph>File - Export - EPUB 3</emph><br/>
|
||||
or click the <emph>EPUB-button</emph> in the toolbar
|
||||
</section>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Style</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsConfig" id="bm_options_config"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsConfig" visibility="hidden">Select the style to use for the EPUB document</ahelp></paragraph>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use style</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">This option allows you to choose between various styles to apply to the
|
||||
EPUB document.</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Original formatting</emph> produces an EPUB document which uses
|
||||
the same style as the original document. The document will look quite similar to the original when viewed
|
||||
with an EPUB reader.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Custom</emph> is a user defined format. You can define your own
|
||||
style by providing a CSS style sheet and a mapping from Writer styles to your CSS styles.
|
||||
To configure the custom format, choose <emph><link href="org.openoffice.da.writer2xhtml.oxt/Configuration/Introduction.xhp"
|
||||
name="Custom configuration">Tools - Options - Writer2xhtml</link></emph>.</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#split3"/>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsScaling" id="bm_options_scaling"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsScaling" visibility="hidden">Select a scaling to apply to all dimensions in the document</ahelp></paragraph>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#scaling1"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Viewing the document with an EPUB reader will often require different dimensions
|
||||
(e.g. margins) than the original document.</paragraph>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#scaling3"/>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsColumnScaling" id="bm_options_columnscaling"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsColumnScaling" visibility="hidden">Select a scaling to apply to all column dimensions in the document</ahelp></paragraph>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#columnscaling"/>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsRelativeFontSize" id="bm_options_relativefontsize"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubRelativeFontSize" visibility="hidden">Check this to export all font sizes as percentages</ahelp></paragraph>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use relative font size</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">For EPUB it is recommended to use relative font sizes, and using this option will
|
||||
export all font sizes as percentages. In some EPUB readers this will enable the user to scale the fonts.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsFontScaling" id="bm_options_fontscaling"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubFontScaling" visibility="hidden">Select a scaling factor to apply to all font sizes</ahelp></paragraph>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Scaling</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">The relative font size is calculated relative to the default font size in the
|
||||
document. Using this option you can define a percentage used to scale all font sizes.
|
||||
Thus with the setting 140, all font sizes will be 40% larger.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsUseDefaultFont" id="bm_options_usedefaultfont"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubUseDefaultFont" visibility="hidden">Check this to replace all fonts with a single font</ahelp></paragraph>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use a single font for the entire document</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Some style guides recommend to use a single font for the entire EPUB document.
|
||||
Check this option to ignore all font information in the original document and export a single font.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsDefaultFontName" id="bm_options_defaultfontname"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubDefaultFontName" visibility="hidden">Enter or select the font name to use (or leave blank to use the EPUB reader's default font)</ahelp></paragraph>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Font name</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter a font name or select a font name in the list. This font will be used for
|
||||
all text in the EPUB document. You can also leave the field blank: In this case no font information will be exported, and
|
||||
the EPUB reader will choose a default font.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsConvertToPx" id="bm_options_converttopx"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsConvertToPx" visibility="hidden">Check this if you want to convert all units to px rather than using the original units</ahelp></paragraph>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#converttopx1"/>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#converttopx2"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US">For EPUB it is recommended to use the unit px instead, and using this option you can require that
|
||||
all dimensions are converted to px.</paragraph>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#converttopx4"/>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsImageSize" id="bm_options_imagesize"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Image size</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsImageSize" visibility="hidden">Select how to set the image size in the EPUB document</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select how to set the image size in the EPUB document</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Use absolute size</emph>: Images will get the same size in the EPUB
|
||||
document as in the original %PRODUCTNAME Writer document.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Use relative size (%)</emph>: Image sizes will be exported as
|
||||
a percentage of the total width.
|
||||
This has the advantage that the image size will adapt to the size of the reader screen.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Use original image size</emph>: Often images in a %PRODUCTNAME document
|
||||
are scaled up or down from their original size. If you select this option, the original (unscaled) image
|
||||
size will be used.</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">AutoCorrect</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsIgnoreHardLineBreaks" id="bm_options_ignorehardlinebreaks"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Ignore hard line breaks</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsIgnoreHardLineBreaks" visibility="hidden">Check this if you don't want to export hard (manual) line breaks</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Sometimes hard (or manual) line breaks are used in Writer to optimize
|
||||
the placement of the line breaks. Since line breaking in an EPUB reader is completely different, you may want to ignore
|
||||
all hard line breaks by selecting this option.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsIgnoreEmptyParagraphs" id="bm_options_ignoreemptyparagraphs"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsIgnoreEmptyParagraphs" visibility="hidden">Check this if you don't want to export empty paragraphs</ahelp></paragraph>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#ignoreemptyparagraphs"/>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsIgnoreDoubleSpaces" id="bm_options_ignoredoublespaces"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsIgnoreDoubleSpaces" visibility="hidden">Check this to treat several spaces as a single space in the export</ahelp></paragraph>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#ignoredoublespaces"/>
|
||||
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#special"/>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsDisplayHiddenText" id="bm_options_displayhiddentext"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubDisplayHiddenText" visibility="hidden">Check this to export and display all hidden text</ahelp></paragraph>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Display hidden text</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If sections or text fragments are hidden in the original document they will normally
|
||||
not be exported. If you check this option, hidden text will be exported to visible text in the EPUB document.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsNotes" id="bm_options_notes"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsNotes" visibility="hidden">Check this if you want to export notes (annotations) in the document</ahelp></paragraph>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#notes1"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you select this option, notes (also known as annotations) in the
|
||||
%PRODUCTNAME document are exported as comments in the EPUB document. They will not be directly visible in the reader.
|
||||
If the option is not selected, notes are completely ignored.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Document division (page breaks)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">These settings lets you insert page breaks at various places in the document.
|
||||
It is recommended always to use one or more of these settings. One reason for this is that it enhances the readability of
|
||||
your document. Another reason is technical: Page breaks splits the splits the internal structure into smaller parts.
|
||||
This improves performance, and also some EPUB readers have a limitation on the size of the individual parts of the
|
||||
doucment.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsSplitLevel" id="bm_options_splitlevel"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsSplitLevel" visibility="hidden">Select the heading level at which spliting should occur, or "None" if you do not want to split at headings</ahelp></paragraph>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">At heading level</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Use this option to split the document at headings. This is the most common way
|
||||
to split the document. Note that this option has no effect for headings
|
||||
inside tables.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">You can either select <emph>None</emph> (the document will not split at headings),
|
||||
or you can select at which level splitting should occur.
|
||||
For example 2 to split the document at all headings of level 1 or 2.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsPageBreakSplit" id="bm_options_pagebreaksplit"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">At page breaks</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsPageBreakSplit" visibility="hidden">Select the type page breaks at which you want to split the document</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">This option enables you to split the document at the original page breaks.
|
||||
Select the type of page breaks in the list:</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select <emph>None</emph> if you do not want to split at page breaks.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select <emph>Defined by styles</emph> to split at page breaks defined
|
||||
in paragraph styles.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select <emph>All explicit</emph> to also split at manual page breaks
|
||||
(<emph>Insert - Manual Break - Page Break</emph>).</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select <emph>All</emph> to split at all page breaks in the document. This
|
||||
includes automatic page breaks, but Writer2xhtml will never split the document inside a paragraph, list or table.</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsUseImageSplit" id="bm_options_useimagesplit"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use full screen for large images</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsUseImageSplit" visibility="hidden">Select this option to show large images on full screen rather than embedded in the text</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Images will normally be exported as an integrated part of the text. As EPUB readers
|
||||
may have a relatively small screen, this may not be optimal for large images.
|
||||
Select this option to split the document at large images, which means that they will be displayed on full screen.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsImageSplit" id="bm_options_imagesplit"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Minimum width</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsUseEpubAutoSplit" visibility="hidden">Enter the minimum width used to identify a large image</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the minimum width for a large image. Only images with at least this relative width
|
||||
and an aspect ratio of 3:4 or higher will be export as full screen images.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsCoverImage" id="bm_options_coverimage"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use first image as cover image</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsCoverImage" visibility="hidden">Check this to use the first image found in the document as cover image</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">An EPUB document often include a cover image in analogy with the cover of a book.
|
||||
Check this to use the first image found in the document as cover image. The position
|
||||
of the image in the original document does not matter.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsUseEpubAutoSplit" id="bm_options_useepubautosplit"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Automatic split of long documents</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsUseEpubAutoSplit" visibility="hidden">Check this to enable automatic split of long documents based on the number of characters</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Use this option to limit the size of each document part.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsEpubAutoSplit" id="bm_options_epubautosplit"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">After (in 1000 characters)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsEpubAutoSplit" visibility="hidden">Enter the number of characters after which an automatic split should occur</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the number of characters after which an automatic split should occur.
|
||||
Writer2xhtml will split the document at the first possible break point after this number of characters.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Navigation table</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsExternalTocDepth" id="bm_options_externaltocdepth"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Number of heading levels to include</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsExternalTocDepth" visibility="hidden">Select the number of heading levels to include in the content table in the EPUB document</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">An EPUB document contains a content table, which the EPUB reader can use to let the
|
||||
user navigate through the document. Writer2xhtml generates this table based on the headings in the document.
|
||||
You can select the number of heading levels to include.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsIncludeToc" id="bm_options_includetoc"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Also include original table of contents</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsIncludeToc" visibility="hidden">Check this to include the original table of contents in addition to the EPUB content table</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Your document may also include a normal table of contents.
|
||||
Check this if you want to include this table of contents in addition to the navigation table.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsIncludeNCX" id="bm_options_includencx"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Include EPUB 2 navigation (EPUB 3 only)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsIncludeNCX" visibility="hidden">Check this to include navigation information in EPUB 2 format</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">EPUB 3 uses a new format for the navigation information.
|
||||
Check this option if you also want to include navigation information in the old format.
|
||||
This will ensure compatibility with older EPUB readers.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Document properties</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsEditMetadata" id="bm_options_editmetadata"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsEditMetadata" visibility="hidden">Clik this to edit the document properties, e.g. author, title, date</ahelp></paragraph>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Edit document properties</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this button to open the dialog to edit the document properties such as
|
||||
title, author or date.</paragraph>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</helpdocument>
|
||||
|
||||
|
|
@ -0,0 +1,134 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2xhtml-epub-metadata" indexer="include">
|
||||
<title xml-lang="en-US">EPUB document properties (Writer)</title>
|
||||
<filename>org.openoffice.da.writer2xhtml.oxt/epub_metadata.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubMetadata" id="bm_metadata"/>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">EPUB document properties (Writer)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Edit the document properties for an EPUB document.</paragraph>
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Choose <emph>File - Export - EPUB</emph> or <emph>File - Export - EPUB 3</emph>,
|
||||
and click <emph>Edit document properties</emph> in the export dialog<br/>
|
||||
or click the <emph>EPUB-button</emph> marked with <emph>i</emph> in the toolbar
|
||||
</section>
|
||||
|
||||
|
||||
<paragraph role="paragraph" xml-lang="en-US">The EPUB standard specifies a large number of document properties.
|
||||
Not all of these are supported by the OpenDocument standard.
|
||||
Writer2xhtml supports the additional properties using user defined document properties.
|
||||
This dialog provides a convenient interface to edit all EPUB document properties, but you can also access all properties
|
||||
using the standard interface in %PRODUCTNAME Writer, that is <emph>File - Properties</emph>.
|
||||
Writer2xhtml will always include the identifier, author(s), date(s) and the title.
|
||||
Other fields are optional and can be left blank. In this case they will not be included in the EPUB document.</paragraph>
|
||||
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Custom identifier</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Each EPUB document must have a unique identifier.
|
||||
Normally Writer2xhtml generates a Universal Unique ID (UUID) for this purpose, but you may override this with
|
||||
your own identifier.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use custom identifier</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this if you want to provide your own identifier</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Identifier</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the identifier to use. Remember that it must be unique amongst all
|
||||
EPUB documents.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Identifier type</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">An identifier may follow a specific identification scheme, e.g. ISBN.
|
||||
Select or enter an identification scheme in this field.</paragraph>
|
||||
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Authors</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">An EPUB document can have several authors, which you can list here.
|
||||
An author can be either a <emph>creator</emph>, that is a primary author of the publication, or a <emph>contributor</emph>,
|
||||
that is a party whose contribution to the publication is secondary to the creator(s).
|
||||
Furthermore an author may have a special role, e.g. <emph>illustrator</emph>. Both properties are specified when you add
|
||||
a new author to the list.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Note that some EPUB readers may only present the first creator, hence
|
||||
you should make sure that the primary creator is at the top of the list.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you do not add any authors, Writer2xhtml will display and use a default value
|
||||
for the author.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Add...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this to add new author to the list.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Modify...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this to modify the currently selected author.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Delete...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this to delete the currently selected author from the list.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Up</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this to move the currently selected author up one position in the list.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Down</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this to move the currently selected author down one position in the list.</paragraph>
|
||||
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Dates</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">An EPUB document can specify one or more dates relating to the publication.
|
||||
Each date can be associated with a special event such as creation, publication or modification.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Note that some EPUB readers may only present the first date, hence
|
||||
you should make sure that the primary date is at the top of the list.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you do not add any dates, Writer2xhtml will display and use a default value
|
||||
for the date (date of last modification).</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Add...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this to add new date to the list.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Modify...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this to modify the currently selected date.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Delete...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this to delete the currently selected date from the list.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Up</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this to move the currently selected date up one position in the list.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Down</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this to move the currently selected date down one position in the list.</paragraph>
|
||||
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Title</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">The title of the document. This will always be included in the EPUB
|
||||
document.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Subject</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">The subject of the document</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Keywords</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">A comma separated list of keywords</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Description</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">A description of the document</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Publisher</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">The publisher of the document.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Type</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Terms describing general categories, functions, genres, or aggregation levels
|
||||
for content.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Format</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">The media type or dimensions of the resource.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Source</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Information regarding a prior resource from which the publication was derived.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Relation</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">An identifier of an auxiliary resource and its relationship to the publication.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Coverage</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">The extent or scope of the publication’s content.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Rights</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">A statement about rights, or a reference to one.</paragraph>
|
||||
|
||||
</body>
|
||||
</helpdocument>
|
||||
|
|
@ -0,0 +1,207 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2xhtml-export-writer" indexer="include">
|
||||
<title xml-lang="en-US">XHTML Export (Writer)</title>
|
||||
<filename>org.openoffice.da.writer2xhtml.oxt/export.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Options" id="bm_options"/>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">XHTML Export (Writer)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Exports the current document to XHTML format.</paragraph>
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Choose <emph>File - Export - XHTML 1.0 strict</emph><br/>
|
||||
or <emph>File - Export - XHTML 1.1</emph><br/>
|
||||
or <emph>File - Export - XHTML 1.1 + MathML 2.0</emph><br/>
|
||||
or <emph>File - Export - HTML5</emph><br/>
|
||||
or click the <emph>HTML5-button</emph> in the toolbar
|
||||
</section>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Style</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsConfig" id="bm_options_config"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsConfig" visibility="hidden">Select the style to use for the XHTML document</ahelp></paragraph>
|
||||
<section id="split1">
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use style</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">This option allows you to choose between various styles to apply to the
|
||||
XHTML document.</paragraph>
|
||||
</section>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<section id="split2">
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Original formatting</emph> produces an XHTML document which uses
|
||||
the same style as the original document. The document will look quite similar to the original when viewed
|
||||
in a browser.</paragraph>
|
||||
</section>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Chocolate, Midnight, Modern, Oldstyle, Steely, Swiss, Traditional
|
||||
and Ultramarine</emph> formats the document with one of the
|
||||
<link href="http://www.w3.org/StyleSheets/Core/" name="Link to the W3C's page on core style sheets">8 core styles</link> provided by the World Wide Web Consortium.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Custom</emph> is a user defined format. You can define your own
|
||||
style by providing a CSS style sheet and a mapping from Writer styles to your CSS styles.
|
||||
To configure the custom format, choose <emph><link href="org.openoffice.da.writer2xhtml.oxt/Configuration/Introduction.xhp"
|
||||
name="Custom configuration">Tools - Options - Writer2xhtml</link></emph>.</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
<section id="split3">
|
||||
<paragraph role="paragraph" xml-lang="en-US">Expert users can extend the list with further formats using
|
||||
<emph>configuration packages</emph>. See the documentation on the
|
||||
<link href="http://writer2latex.sourceforge.net" name="Link to the Writer2LaTeX Website">web site for Writer2xhtml</link>.</paragraph>
|
||||
</section>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsScaling" id="bm_options_scaling"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsScaling" visibility="hidden">Select a scaling to apply to all dimensions in the document</ahelp></paragraph>
|
||||
<section id="scaling1">
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Scaling</paragraph>
|
||||
</section>
|
||||
<section id="scaling2">
|
||||
<paragraph role="paragraph" xml-lang="en-US">Viewing the document in a web browser may require different dimensions
|
||||
(e.g. font sizes) than the original document.</paragraph>
|
||||
</section>
|
||||
<section id="scaling3">
|
||||
<paragraph role="paragraph" xml-lang="en-US">Using this option you can define a percentage used to scale all
|
||||
dimensions. Thus with the setting 140, all dimensions will be 40% larger than in the original document. Depending on the
|
||||
style you have selected and on the setting for image size below, some dimensions may be unaffected by
|
||||
this option.</paragraph>
|
||||
</section>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsColumnScaling" id="bm_options_columnscaling"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsColumnScaling" visibility="hidden">Select a scaling to apply to all column dimensions in the document</ahelp></paragraph>
|
||||
<section id="columnscaling">
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Column scaling</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">This is a similar option, which only affects table columns. Thus you can further
|
||||
widen or narrow the columns of the tables if you wish.</paragraph>
|
||||
</section>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsConvertToPx" id="bm_options_converttopx"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsConvertToPx" visibility="hidden">Check this if you want to convert all units to px rather than using the original units</ahelp></paragraph>
|
||||
<section id="converttopx1">
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Convert units to px (pixels)</paragraph>
|
||||
</section>
|
||||
<section id="converttopx2">
|
||||
<paragraph role="paragraph" xml-lang="en-US">In %PRODUCTNAME, font sizes are usually given in points and other dimensions
|
||||
in e.g. cm or inches.</paragraph>
|
||||
</section>
|
||||
<section id="converttopx3">
|
||||
<paragraph role="paragraph" xml-lang="en-US">For XHTML it is recommended to use the unit px instead, and using this option you can require that
|
||||
all dimensions are converted to px.</paragraph>
|
||||
</section>
|
||||
<section id="converttopx4">
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you choose not to check this option, the original units will always be used.</paragraph>
|
||||
</section>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsOriginalImageSize" id="bm_options_originalimagesize"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsOriginalImageSize" visibility="hidden">Check this to use the natural size of images rather than the size defined in the document</ahelp></paragraph>
|
||||
<section id="originalimagesize">
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use original image size</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Often images in a %PRODUCTNAME document are scaled up or down from their original size.
|
||||
Normally the same scaling will be used in the exported document, but if you select this option, the original (unscaled) image
|
||||
size will be used.</paragraph>
|
||||
</section>
|
||||
|
||||
<section id="special">
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Special content</paragraph>
|
||||
</section>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsNotes" id="bm_options_notes"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsNotes" visibility="hidden">Check this if you want to export notes (annotations) in the document</ahelp></paragraph>
|
||||
<section id="notes1">
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Export notes</paragraph>
|
||||
</section>
|
||||
<section id="notes2">
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you select this option, notes (also known as annotations) in the
|
||||
%PRODUCTNAME document are exported as comments in the XHTML document. They will not be directly visible in the browser,
|
||||
only in the XHTML source. If the option is not selected, notes are completely ignored.</paragraph>
|
||||
</section>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsUseDublinCore" id="bm_options_usedublincore"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsUseDublinCore" visibility="hidden">Check this if you want to export all meta data (using the Dublin Core standard)</ahelp></paragraph>
|
||||
<section id="usedublincore">
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Export document properties (Dublin Core Meta data)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you select this option, the document properties (File – Properties)
|
||||
are exported using
|
||||
<link href="http://dublincore.org/" name="Link to the Dublin Core standard">the Dublin Core standard</link>.</paragraph>
|
||||
</section>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">AutoCorrect</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsIgnoreHardLineBreaks" id="bm_options_ignorehardlinebreaks"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Ignore hard line breaks</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsIgnoreHardLineBreaks" visibility="hidden">Check this if you don't want to export hard (manual) line breaks</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Sometimes hard (or manual) line breaks are used in Writer to optimize
|
||||
the placement of the line breaks. Since line breaking in a browser is completely different, you may want to ignore
|
||||
all hard line breaks by selecting this option.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsIgnoreEmptyParagraphs" id="bm_options_ignoreemptyparagraphs"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsIgnoreEmptyParagraphs" visibility="hidden">Check this if you don't want to export empty paragraphs</ahelp></paragraph>
|
||||
<section id="ignoreemptyparagraphs">
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Ignore empty paragraphs</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Empty paragraphs are sometimes used a simple means to create vertical
|
||||
spacing in Writer. In a well-structured document, an empty paragraph is probably a mistake. Hence you can select
|
||||
this option to ignore empty paragraphs in the document in the export.</paragraph>
|
||||
</section>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsIgnoreDoubleSpaces" id="bm_options_ignoredoublespaces"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsIgnoreDoubleSpaces" visibility="hidden">Check this to treat several spaces as a single space in the export</ahelp></paragraph>
|
||||
<section id="ignoredoublespaces">
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Ignore double spaces</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">For similar reasons you can choose to ignore two or more spaces in a
|
||||
row using this option.</paragraph>
|
||||
</section>
|
||||
|
||||
<section id="filesheading">
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Files</paragraph>
|
||||
</section>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsSplit" id="bm_options_split"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Split document at headings</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsSplit" visibility="hidden">Check this to create a new document for each heading</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">To make a long Writer document easier to read in the browser, you can use
|
||||
this option to split the document in several small files.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Writer2xhtml will add a simple navigation panel that lets you
|
||||
move between pages. The navigation links will be in the same language as the document (as defined
|
||||
under <emph>Tools – Options – Language Settings – Languages</emph>).</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Note that this option has no effect for headings
|
||||
inside tables.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsSplitLevel" id="bm_options_splitlevel"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsSplitLevel" visibility="hidden">Select the heading level at which the spliting should occur</ahelp></paragraph>
|
||||
<section id="splitlevel">
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Heading level</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you have chosen to split the document at headings, you can use this option
|
||||
to define at which level splitting should occur. For example 2 to split the document at all headings of level 1 or 2.</paragraph>
|
||||
</section>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsRepeatLevels" id="bm_options_repeatlevels"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Repeat heading levels</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsRepeatLevels" visibility="hidden">Select the number of heading levels to repeat at the top of new documents</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">To help the reader to identify the current position within the document,
|
||||
you can use this option to repeat the parent headings whenever the document is split. If you for example split at
|
||||
headings of level 3 and set this option to 2, the headings of level 1 and 2 will be repeated before the heading of level 3,
|
||||
providing precise information as to where in the document the section belongs.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsSaveImagesInSubdir" id="bm_options_saveimagesinsubdir"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsSaveImagesInSubdir" visibility="hidden">Check this to save images in a subdirectory relative to the exported document</ahelp></paragraph>
|
||||
<section id="saveimagesinsubdir">
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Save images in subdirectory</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Writer2xhtml normally saves images associated with the document in the same
|
||||
directory as the XHTML document. If the document contains a large number of images it may be more convenient to save the
|
||||
images in a separate subdirectory. This option will create a subdirectory with the same name as the XHTML document to
|
||||
store the images.</paragraph>
|
||||
</section>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsUseMathjax" id="bm_options_usemathjax"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsUseMathjax" visibility="hidden">Check this to load the JavaScript library MathJax for viewing mathematical content</ahelp></paragraph>
|
||||
<section id="usemathjax">
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use MathJax</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><link href="http://www.mathjax.org/" name="MathJax web site">MathJax</link> is a JavaScript library for displaying mathematical content in web pages.
|
||||
Using MathJax ensures that your mathematical content will display correctly in most browsers.
|
||||
This includes formulas created with the extension <link href="http://roland65.free.fr/texmaths/" name="TexMaths web site">TexMaths</link>.
|
||||
This option is only available if you export to XHTML 1.1+MathML 2.0 or HTML5.</paragraph>
|
||||
</section>
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -0,0 +1,123 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2xhtml-export-calc" indexer="include">
|
||||
<title xml-lang="en-US">XHTML Export (Calc)</title>
|
||||
<filename>org.openoffice.da.writer2xhtml.oxt/export_calc.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalc" id="bm_optionscalc"/>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">XHTML Export (Calc)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Exports the current document to XHTML format.</paragraph>
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Choose <emph>File - Export - XHTML 1.0 strict</emph><br/>
|
||||
or <emph>File - Export - XHTML 1.1</emph><br/>
|
||||
or <emph>File - Export - HTML5</emph><br/>
|
||||
or click the <emph>HTML5-button</emph> in the toolbar
|
||||
</section>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcConfig" id="bm_optionscalc_config"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcConfig" visibility="hidden">Select the style to use for the XHTML document</ahelp></paragraph>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#split1"/>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#split2"/>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Custom</emph> is a user defined format.
|
||||
To configure the custom format, choose <emph><link href="org.openoffice.da.writer2xhtml.oxt/Configuration/Introduction.xhp"
|
||||
name="Custom configuration">Tools - Options - Writer2xhtml</link></emph>.</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#split3"/>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcScaling" id="bm_optionscalc_scaling"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcScaling" visibility="hidden">Select a scaling to apply to all dimensions in the document</ahelp></paragraph>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#scaling1"/>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#scaling2"/>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#scaling3"/>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcColumnScaling" id="bm_optionscalc_columnscaling"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcColumnScaling" visibility="hidden">Select a scaling to apply to all column dimensions in the document</ahelp></paragraph>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#columnscaling"/>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcConvertToPx" id="bm_optionscalc_converttopx"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcConvertToPx" visibility="hidden">Check this if you want to convert all units to px rather than using the original units</ahelp></paragraph>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#converttopx1"/>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#converttopx2"/>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#converttopx3"/>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#converttopx4"/>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcOriginalImageSize" id="bm_optionscalc_originalimagesize"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcOriginalImageSize" visibility="hidden">Check this to use the natural size of images rather than the size defined in the document</ahelp></paragraph>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#originalimagesize"/>
|
||||
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#special"/>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcNotes" id="bm_optionscalc_notes"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcOriginalImageSize" visibility="hidden">Check this if you want to export notes (annotations) in the document</ahelp></paragraph>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#notes1"/>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#notes2"/>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcUseDublinCore" id="bm_optionscalc_usedublincore"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcUseDublinCore" visibility="hidden">Check this if you want to export all meta data (using the Dublin Core standard)</ahelp></paragraph>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#usedublincore"/>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Sheets</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcDisplayHiddenSheets" id="bm_optionsdisplayhiddensheets"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcDisplayHiddenSheets" visibility="hidden">Check this to display all sheets, even if they are hidden</ahelp></paragraph>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Display hidden sheets</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you have chosen to hide some sheets in %PRODUCTNAME Calc, you can select this
|
||||
option if you want to display them in the XHTML document anyway.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcDisplayHiddenRowsCols" id="bm_optionscalc_displayhiddenrowscols"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcDisplayHiddenRowsCols" visibility="hidden">Check this to display all rows and columns, even if they are hidden</ahelp></paragraph>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Display hidden rows and columns</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">The same applies, if you have chosen to hide some columns or rows in your
|
||||
spreadsheet.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcDisplayFilteredRowsCols" id="bm_optionscalc_displayfilteredrowscols"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcDisplayFilteredRowsCols" visibility="hidden">Check this to display all rows and columns, even if they are filtered</ahelp></paragraph>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Display filtered rows and columns</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">When you export the document, some rows or columns may be invisible because
|
||||
you have applied a filter in %PRODUCTNAME Calc. If you select this option, the invisible rows and columns will be exported
|
||||
to XHTML anyway.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcApplyPrintRanges" id="bm_optionscalc_applyprintranges"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcApplyPrintRanges" visibility="hidden">Check this to export the print ranges rather than the complete contents of the sheets</ahelp></paragraph>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Apply print ranges</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you check this option, the XHTML document will display the parts of the document
|
||||
which are selected for printing using print ranges in %PRODUCTNAME Calc. The display in the browser will thus be similar
|
||||
to what you get when you are printing the document from %PRODUCTNAME Calc. If the option is not checked, the result will instead resemble
|
||||
what you see when you edit the document in %PRODUCTNAME Calc.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcUseTitleAsHeading" id="bm_optionscalc_usetitleasheading"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcUseTitleAsHeading" visibility="hidden">Check this to insert the document title as a heading</ahelp></paragraph>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use title as heading</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Use sheet names as headings</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you check this option, Calc2xhtml will insert the document title
|
||||
(<emph>File – Properties – Description – Title</emph>) as heading at the top of the XHTML document.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcUseSheetNamesAsHeadings" id="bm_optionscalc_usesheetnamesasheadings"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcUseSheetNamesAsHeadings" visibility="hidden">Check this to insert the sheet name as a heading above each sheet</ahelp></paragraph>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use sheet names as headings</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you check this option, Calc2xhtml will insert the name of each sheet
|
||||
as a heading above the sheet in the XHTML document.</paragraph>
|
||||
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#filesheading"/>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcSplit" id="bm_optionscalcsplit"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcSplit" visibility="hidden">Check this to create a separate file for each sheet</ahelp></paragraph>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Save sheets in separate files</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you select this option, Calc2xhtml will produce a separate file for
|
||||
each sheet, otherwise all sheets will be exported to the same XHTML file. In any case, a simple navigation panel showing
|
||||
all sheet names will be added.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcSaveImagesInSubdir" id="bm_optionscalc_saveimagesinsubdir"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcSaveImagesInSubdir" visibility="hidden">Check this to save images in a subdirectory relative to the exported document</ahelp></paragraph>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#saveimagesinsubdir"/>
|
||||
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -0,0 +1,32 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2xhtml-introduction" indexer="include">
|
||||
<title xml-lang="en-US">Introduction</title>
|
||||
<filename>org.openoffice.da.writer2xhtml.oxt/introduction.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">Introduction to Writer2xhtml</paragraph>
|
||||
|
||||
<paragraph role="paragraph" xml-lang="en-US">The Writer2xhtml is a tool for publishing web content
|
||||
and electronic books from %PRODUCTNAME Writer.
|
||||
Using Writer2xhtml you will be able to author well-structured XHTML and EPUB documents using (almost)
|
||||
the full power of %PRODUCTNAME Writer.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Writer2xhtml has two modes of operation</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US">You can use Writer2xhtml as an export filter.
|
||||
It adds XHTML and EPUB formats to the <emph>File - Export</emph>
|
||||
<link href="org.openoffice.da.writer2xhtml.oxt/menu.xhp" name="Applications">menu</link>.
|
||||
</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US">You can publish directly to XHTML or EPUB
|
||||
and view the result using the provided
|
||||
<link href="org.openoffice.da.writer2xhtml.oxt/menu.xhp" name="Applications">toolbar</link>.
|
||||
</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -0,0 +1,103 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2xhtml-menu" indexer="include">
|
||||
<title xml-lang="en-US">Menu and toolbar</title>
|
||||
<filename>org.openoffice.da.writer2xhtml.oxt/menu.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">Menu and toolbar</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Using Writer2xhtml as an export filter</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">File - Export</paragraph>
|
||||
|
||||
<paragraph role="paragraph" xml-lang="en-US">Writer2xhtml adds a number of entries to the <emph>File - Export</emph>
|
||||
menu in Writer</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/export.xhp"
|
||||
name="Export XHTML or EPUB files">XHTML 1.0 strict [Writer2xhtml]</link></paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/export.xhp"
|
||||
name="Export XHTML or EPUB files">XHTML 1.1 [Writer2xhtml]</link></paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/export.xhp"
|
||||
name="Export XHTML or EPUB files">XHTML 1.1 + MathML 2.0 [Writer2xhtml]</link></paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/export.xhp"
|
||||
name="Export XHTML or EPUB files">HTML5 [Writer2xhtml]</link></paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/epub_export.xhp"
|
||||
name="Export XHTML or EPUB files">EPUB [Writer2xhtml]</link></paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/epub_export.xhp"
|
||||
name="Export XHTML or EPUB files">EPUB 3 [Writer2xhtml]</link></paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
|
||||
<paragraph role="paragraph" xml-lang="en-US">It further adds a number of entries to the <emph>File - Export</emph>
|
||||
menu in Calc</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/export_calc.xhp"
|
||||
name="Export XHTML or EPUB files">XHTML 1.0 strict [Writer2xhtml]</link></paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/export_calc.xhp"
|
||||
name="Export XHTML or EPUB files">XHTML 1.1 [Writer2xhtml]</link></paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/export_calc.xhp"
|
||||
name="Export XHTML or EPUB files">HTML5 [Writer2xhtml]</link></paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Using the Writer2xhtml toolbar</paragraph>
|
||||
|
||||
<paragraph role="paragraph" xml-lang="en-US">Writer2xhtml adds a toolbar in Writer and Calc,
|
||||
providing the following commands. You can <link href="org.openoffice.da.writer2xhtml.oxt/settings.xhp"
|
||||
name="Writer2xhtml toolbar settings">configure</link> the behavior of the toolbar.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/export.xhp"
|
||||
name="Export XHTML files">Publish to XHTML</link></paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml:PublishAsXHTML" id="bm_processdocument"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Convert the document to a web page in XHTML format
|
||||
and display the result in the default browser.</paragraph>
|
||||
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex:PublishAsXHTML" visibility="hidden">Publish the current document as an XHTML file</ahelp></paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/epub_export.xhp"
|
||||
name="Export EPUB files">Publish to EPUB (Writer only)</link></paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml:PublishAsEPUB" id="bm_processdocument"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Convert the document to and electronic book in EPUB format
|
||||
and display the result in the default EPUB viewer.
|
||||
</paragraph>
|
||||
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex:PublishAsEPUB" visibility="hidden">Publish the current document as an EPUB file</ahelp></paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/epub_metadata.xhp"
|
||||
name="EPUB document properties">Edit EPUB document properties (Writer only)</link></paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml:EditEPUBDocumentProperties" id="bm_editepubdocumentproperties"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Electronic books in EPUB format supports a complex set of
|
||||
document properties. This function brings up a dialog to edit the properties.</paragraph>
|
||||
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex:EditEPUBDocumentProperties" visibility="hidden">Edit the EPUB document properties of the current document</ahelp></paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/Configuration/Introduction.xhp"
|
||||
name="Confguration">Edit custom style</link></paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml:EditCustomStyle" id="bm_editcustomstyle"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Edit the custom export style. This style is used if you select
|
||||
<emph>Custom</emph> as style in the export dialog.</paragraph>
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -0,0 +1,95 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2xhtml-settings" indexer="include">
|
||||
<title xml-lang="en-US">Toolbar Settings</title>
|
||||
<filename>org.openoffice.da.writer2xhtml.oxt/settings.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SettingsDialog" id="bm_settingsdialog"/>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">Writer2xhtml Toolbar Settings</paragraph>
|
||||
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Select <emph>Tools - Options - Writer2xhtml toolbar - Settings</emph>
|
||||
</section>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">XHTML Export</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Use these settings to configure the behavior of the XHTML export button in the toolbar.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SettingsXhtmlFormat" id="bm_settingsxhtmlformat"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:SettingsXhtmlFormat" visibility="hidden">Select the XHTML format to use when clicking the XHTML export button in the toolbar</ahelp></paragraph>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Format</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select an XHTML format in the list. This format will be used when you click the XHTML
|
||||
export button in the toolbar. The default format is HTML5.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SettingsXhtmlView" id="bm_settingsxhtmlview"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:SettingsXhtmlView" visibility="hidden">Choose the desired behavior after export</ahelp></paragraph>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">After export</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">After export, Writer2xhtml can display the result in a web browser.
|
||||
Choose the desired behavior in the list.</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Do nothing</emph> if you do not want to view the result after export</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Open with default web browser</emph> if you view the result using your
|
||||
system's default web browser
|
||||
</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Open with custom application</emph> if you want to view the result using an application
|
||||
of your choice.</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SettingsXhtmlExecutable" id="bm_settingsxhtmlexecutable"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:SettingsXhtmlExecutable" visibility="hidden">Enter the full path to the application you wish to use</ahelp></paragraph>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Application</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the full path to the application you wish to use.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SettingsXhtmlBrowse" id="bm_settingsxhtmlbrowse"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:SettingsXhtmlBrowse" visibility="hidden">Browse for the application</ahelp></paragraph>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Browse...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this to open a file dialog, where you can browse for the application.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">EPUB Export</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Use these settings to configure the behavior of the EPUB export button in the toolbar.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SettingsEpubFormat" id="bm_settingsepubformat"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:SettingsEpubFormat" visibility="hidden">Select the EPUB format to use when clicking the EPUB export button in the toolbar</ahelp></paragraph>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Format</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select an EPUB format in the list. This format will be used when you click the EPUB
|
||||
export button in the toolbar. The default format is EPUB 3.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SettingsEpubView" id="bm_settingsepubview"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:SettingsEpubView" visibility="hidden">Choose the desired behavior after export</ahelp></paragraph>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">After export</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">After export, Writer2xhtml can display the result in an EPUB reader.
|
||||
Choose the desired behavior in the list.</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Do nothing</emph> if you do not want to view the result after export</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Open with default web browser</emph> if you view the result using your
|
||||
system's default EPUB reader.
|
||||
</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Open with custom application</emph> if you want to view the result using an application
|
||||
of your choice.</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SettingsEpubExecutable" id="bm_settingsepubexecutable"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:SettingsEpubExecutable" visibility="hidden">Enter the full path to the application you wish to use</ahelp></paragraph>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Application</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the full path to the application you wish to use.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SettingsEpubBrowse" id="bm_settingsepubbrowse"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:SettingsEpubBrowse" visibility="hidden">Browse for the application</ahelp></paragraph>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Browse...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this to open a file dialog, where you can browse for the application.</paragraph>
|
||||
</body>
|
||||
</helpdocument>
|
24
src/main/oxt/writer2xhtml/help/ru/help.tree
Normal file
24
src/main/oxt/writer2xhtml/help/ru/help.tree
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<tree_view version="17-apr-2010">
|
||||
<help_section application="writer2xhtml" id="w2x01" title="Writer2xhtml">
|
||||
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/introduction.xhp">Introduction</topic>
|
||||
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/menu.xhp">Menu and toolbar</topic>
|
||||
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/export.xhp">XHTML Export (Writer)</topic>
|
||||
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/export_calc.xhp">XHTML Export (Calc)</topic>
|
||||
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/epub_export.xhp">EPUB Export (Writer)</topic>
|
||||
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/epub_metadata.xhp">EPUB document properties (Writer)</topic>
|
||||
<node id="w2x01_toolbar_configuration" title="Toolbar configuration">
|
||||
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/settings.xhp">Settings</topic>
|
||||
</node>
|
||||
<node id="w2x01_configuration" title="Custom style">
|
||||
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/Configuration/Introduction.xhp">Introduction</topic>
|
||||
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/Configuration/General.xhp">General</topic>
|
||||
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/Configuration/Template.xhp">Template</topic>
|
||||
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/Configuration/Stylesheets.xhp">Style sheets</topic>
|
||||
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/Configuration/Masterstyles.xhp">Master styles</topic>
|
||||
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/Configuration/Otherstyles.xhp">Other styles</topic>
|
||||
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/Configuration/Formatting.xhp">Formatting</topic>
|
||||
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/Configuration/Content.xhp">Content</topic>
|
||||
</node>
|
||||
</help_section>
|
||||
</tree_view>
|
|
@ -0,0 +1,71 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2xhtml-configuration-content" indexer="include">
|
||||
<title xml-lang="en-US">Content</title>
|
||||
<filename>org.openoffice.da.writer2xhtml.oxt/Configuration/Content.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">Content</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"></paragraph>
|
||||
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Choose <emph>Tools - Options - Writer2xhtml - Content</emph>
|
||||
</section>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Formulas</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Formulas" id="bm_configformulas"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Include as</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select how to export formulas if you are not using XHTML+MathML or HTML5.</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Image with StarMath code</emph>: Export formulas as images
|
||||
with the original StarMath formula in the alt attribute.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Image with LaTeX code</emph>: Export formulas as images
|
||||
with LaTeX code in the alt attribute.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>StarMath code</emph>: Export the original StarMath code directly
|
||||
in the text.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>LaTeX code</emph>: Export LaTeX code directly in the text.</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Footnotes and endnotes</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:FootnotesHeading" id="bm_configfootnotesheading"/>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EndnotesHeading" id="bm_configendnotesheading"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Endnote heading</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">In %PRODUCTNAME Writer, endnotes cannot have a heading. If you want to add
|
||||
a heading for the endnotes in the exported document, enter the desired heading here.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Footnote heading</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">In %PRODUCTNAME Writer, footnotes (when used as endnotes) cannot have a heading.
|
||||
If you want to add a heading for the footnotes in the exported document, enter the desired heading here.
|
||||
This has no effect if footnotes are placed at the bottom of the page.</paragraph>
|
||||
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Images</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EmbedSvg" id="bm_configembedsvg"/>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Embed SVG images in the HTML document</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you check this option, SVG images will be embedded directly
|
||||
in the HTML document. Otherwise they will be included in a separate file. SVG images are only supported
|
||||
in HTML5.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EmbedImg" id="bm_configembedimg"/>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Embed all images in the HTML document</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you check this option, all images will be embedded directly
|
||||
in the HTML document (base64 encoded). Otherwise they will be included in a separate file.
|
||||
This is not recommended for documents with large images.</paragraph>
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -0,0 +1,97 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2xhtml-configuration-content" indexer="include">
|
||||
<title xml-lang="en-US">Formatting</title>
|
||||
<filename>org.openoffice.da.writer2xhtml.oxt/Configuration/Formatting.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">Formatting</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Use this page to define how much formatting to export.</paragraph>
|
||||
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Choose <emph>Tools - Options - Writer2xhtml - Formatting</emph>
|
||||
</section>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Formatting" id="bm_configformatting"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Formatting</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">This is used to specify how much text formatting
|
||||
(character, paragraph and list formatting) to export.</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Convert all</emph>: Convert all supported formatting to CSS</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Ignore styles</emph>: Convert hard formatting but not formatting
|
||||
by styles. Use this value if you use a custom style sheet, but still want to be able to add some hard formatting
|
||||
(eg. a centered paragraph, some bold text etc.).</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Ignore hard formatting</emph>: Convert formatting by styles, but
|
||||
no hard formatting (except as given by
|
||||
<link href="org.openoffice.da.writer2xhtml.oxt/Configuration/Otherstyles.xhp" name="Other styles">attribute style
|
||||
mappings</link>).
|
||||
Use this if the document is well structured using styles, so that any hard formatting should be considered
|
||||
an error.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Ignore all</emph>: Convert no formatting at all. Use this value
|
||||
if you use a custom stylesheet and the document is well structured using styles, so that any hard formatting should
|
||||
be considered an error.</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:FrameFormatting" id="bm_configframeformatting"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Frame formatting</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">This is used for the same purpose, but affects frame formatting only.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SectionFormatting" id="bm_configsectionformatting"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Convert section formatting</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this if you want to export section formatting (background, margins).</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:TableFormatting" id="bm_configtableformatting"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Convert table formatting</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this if you want to export table formatting.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:IgnoreTableDimensions" id="bm_configignoretabledimensions"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Ignore table dimensions</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this if you do not want table dimensions (table width, column width and
|
||||
row height) to be exported, but want to leave the layout of the tables to the browser.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:ListFormatting" id="bm_configlistformatting"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">List formatting</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Choose how to export list formatting.</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Use CSS1</emph>: List formatting is exported using CSS1.
|
||||
This only provides basic support for list labels, and currently the browsers default indentations are used.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Use CSS1 and non-standard lists</emph>: This value is used to fix a
|
||||
problem with continued lists. If you select this value, Writer2xhtml will export a list that continues on level 2 or below
|
||||
like</paragraph>
|
||||
<paragraph role="code" xml-lang="en-US"><ol><ol><li>...</li></ol></ol></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">This is not valid in XHTML, but works in browsers.
|
||||
Also two deprecated attributes are used to continue numbering.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Use hard labels</emph>: If select this value, list labels are
|
||||
exported as part of the text. This adds full support for list labels (e.g. labels of the form 1.2.3). Unlike the other
|
||||
values indentations of the list are exported as well.</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:MaxWidth" id="bm_configmaxwidth"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Maximum text width</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">In this field you can give a maximum width (like e.g. 800px)
|
||||
for the exported text, which may enhance the readability. You can use any unit defined in CSS.
|
||||
If the browser window is wider than this, the text will be centered with suitable margins.
|
||||
Leave the field blank if you want the text to occupy the full width of the browser window.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SeparateStylesheet" id="bm_configseparatestylesheet"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Create separate style sheet</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this if you want to create a separate CSS file in the export.
|
||||
Otherwise the CSS code will be exported embedded in the XHTML document(s).</paragraph>
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -0,0 +1,58 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2xhtml-configuration-general" indexer="include">
|
||||
<title xml-lang="en-US">Content</title>
|
||||
<filename>org.openoffice.da.writer2xhtml.oxt/Configuration/General.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">General</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Use this page to define general technical aspects of the generated
|
||||
XHTML documents.</paragraph>
|
||||
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Choose <emph>Tools - Options - Writer2xhtml - General</emph>
|
||||
</section>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:NoDoctype" id="bm_confignodoctype"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Do not include DOCTYPE</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this if you do not want to not include the !DOCTYPE declaration in
|
||||
the converted document.</paragraph>
|
||||
<paragraph role="warning" xml-lang="en-US">The !DOCTYPE is required for a valid XHTML document: This option should only be
|
||||
used if you need to process the document further.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Encoding" id="bm_configencoding"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Encoding</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select the character encoding to use for the XHTML document. Currently supported
|
||||
encodings are <emph>UTF-8</emph> (recommended), <emph>UTF-16</emph>, <emph>ISO-8859-1</emph> and <emph>US-ASCII</emph>.
|
||||
Characters not supported by the encoding are exported as numeric character entities.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:AddBOM" id="bm_configaddbom"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Add Byte Order Mark (BOM)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this to include a BOM (Byte Order Mark) to the XHTML document (UTF-8 only).
|
||||
Normally this is not needed if you use UTF-8 encoding, but it may be required in rare cases.
|
||||
</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:HexadecimalEntities" id="bm_confighexadecimalentities"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Numeric character entities</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select how to export numeric character entities. You can use either
|
||||
<emph>hexadecimal</emph> or <emph>decimal</emph> numbers. This is not relevant if you use UTF-8 or UTF-16.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:UseNamedEntities" id="bm_configusenamedentities"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use named character entities</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this to use named character entities as defined by (X)HTML.
|
||||
If you export to XHTML+MathML, also named MathML entities will be used.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Multilingual" id="bm_configmultilingual"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Include detailed language information</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this to include all language information in the XHTML document.
|
||||
Otherwise only the default language will be exported.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:PrettyPrint" id="bm_configprettyprint"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use "pretty printing"</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this to use “pretty print”
|
||||
(using indentations and line breaks) in the XHTML output.</paragraph>
|
||||
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -0,0 +1,25 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2xhtml-configuration-introduction" indexer="include">
|
||||
<title xml-lang="en-US">Custom style</title>
|
||||
<filename>org.openoffice.da.writer2xhtml.oxt/Configuration/Introduction.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">Custom style</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Define a custom style for the XHTML export</paragraph>
|
||||
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Choose <emph>Tools - Options - Writer2xhtml</emph>
|
||||
</section>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:ConfigIntroduction" id="bm_configintroduction"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Writer2xhtml comes with a number of predefined styles.
|
||||
A style defines technical aspects of the generated XHTML styles, in particular the export of formatting.
|
||||
Advanced users can define their own custom style. You can for example use the custom style to create XHTML documents that
|
||||
takes advantage of your own CSS style sheet.
|
||||
This requires some knowledge of XHTML and CSS.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">To use the custom style, choose <emph>Custom</emph> in the export dialog.</paragraph>
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -0,0 +1,80 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2xhtml-configuration-masterstyles" indexer="include">
|
||||
<title xml-lang="en-US">Content</title>
|
||||
<filename>org.openoffice.da.writer2xhtml.oxt/Configuration/Masterstyles.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">Master styles</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Use this page to define how to export style information.</paragraph>
|
||||
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Choose <emph>Tools - Options - Writer2xhtml - Master styles</emph>
|
||||
</section>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Style mappings</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">For each %PRODUCTNAME Writer style you can define a corresponding XHTML element
|
||||
and CSS style.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:StyleFamily" id="bm_configstylefamily"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Style family</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select the %PRODUCTNAME Writer style family. Note that headings and other
|
||||
paragraphs are handled separately.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:StyleName" id="bm_configstylename"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Style name</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select a style name from the list</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:NewStyle" id="bm_confignewstyle"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">New...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click to add a new style name to the list. Type a name or select a style name
|
||||
from the list.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:DeleteStyle" id="bm_configdeletestyle"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Delete...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this to delete the current style name from the list.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Element" id="bm_configelement"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">XHTML element</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the name of an XHTML element or select one from the list.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Css" id="bm_configcss"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">CSS class</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the name of a CSS class. If you leave this field empty, the
|
||||
<emph>class</emph> attribute will not be set.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Before" id="bm_configbefore"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Before</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">The text you enter here will be added to the beginning of
|
||||
each paragraph formatted with this style.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:After" id="bm_configafter"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">After</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">The text you enter here will be added to the end of
|
||||
each paragraph formatted with this style.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:BlockElement" id="bm_configblockelement"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Block XHTML element</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">This is only valid for paragraphs and headings.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">For paragraphs this element is used as a container for a sequence of paragraphs
|
||||
with the same paragraph style. As an example: For the paragraph style <emph>Quotations</emph> you can set the XHTML element to
|
||||
<emph>p</emph> and the block XHTML element to <emph>blockquote</emph>. This will convert a sequence of paragraphs with the
|
||||
<emph>Quotations</emph> style to a block quote. You can leave the field empty if you do not need it.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">For headings the block XHTML element is used for the entire heading, whereas the
|
||||
XHTML element is used for the text content (without the label).</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:BlockCss" id="bm_configblockcss"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Block CSS class</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the name of a CSS class for the block element. If you leave the field empty, the
|
||||
<emph>class</emph> attribute will not be set.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:LoadDefaults" id="bm_configloaddefaults"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Load default mappings...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Writer2xhtml comes with a set of default style mappings corresponding to
|
||||
some of the predefined styles in %PRODUCTNAME Writer. Click this button to add these mappings to the current set. You will get
|
||||
a warning if this will overwrite one or more existing mappings.</paragraph>
|
||||
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2xhtml-configuration-content" indexer="include">
|
||||
<title xml-lang="en-US">Other styles</title>
|
||||
<filename>org.openoffice.da.writer2xhtml.oxt/Configuration/Otherstyles.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">Other styles</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Use this page to define various style related features of the export.
|
||||
This supplements the settings on the page
|
||||
<link href="org.openoffice.da.writer2xhtml.oxt/Configuration/Masterstyles.xhp"
|
||||
name="Template">Master styles</link>.</paragraph>
|
||||
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Choose <emph>Tools - Options - Writer2xhtml - Other styles</emph>
|
||||
</section>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Style mappings for hard formatting</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">In general using real styles is preferred. These setting allows you to define
|
||||
styles for a selection of hard text formatting attributes.</paragraph>
|
||||
<paragraph role="note" xml-lang="en-US">To apply these settings: Go to the page
|
||||
<emph><link href="org.openoffice.da.writer2xhtml.oxt/Configuration/Formatting.xhp"
|
||||
name="Formatting">Formatting</link></emph> and set <emph>Formatting</emph> to either <emph>Ignore hard formatting</emph> or
|
||||
<emph>Ignore all</emph>. Otherwise the rules you define here are ignored.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:FormattingAttribute" id="bm_configformattingattribute"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Formatting attribute</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select a formatting attribute.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:CustomAttribute" id="bm_configcustomattribute"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Apply custom style</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this if you want to apply a custom style for this attribute.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:AttributeElement" id="bm_configattributeelement"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">XHTML element</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the name of an XHTML element or select one from the list.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:AttributeCss" id="bm_configattributecss"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">CSS class</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the name of a CSS class to apply to the element. If you leave this field
|
||||
empty, the <emph>class</emph> attribute will not be set.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Other styles</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:TabstopStyle" id="bm_configtabstopstyle"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">CSS class for tabulator stop</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Normally tabulator stops are exported as spaces. If you enter the name of
|
||||
a CSS class here, the space will be contained in a <emph>span</emph> element with your style in the class attribute.</paragraph>
|
||||
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -0,0 +1,70 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2xhtml-configuration-stylesheets" indexer="include">
|
||||
<title xml-lang="en-US">Content</title>
|
||||
<filename>org.openoffice.da.writer2xhtml.oxt/Configuration/Stylesheets.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">Style sheets</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Use this page to provide your own style sheets for the exported documents.</paragraph>
|
||||
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Choose <emph>Tools - Options - Writer2xhtml - Style sheets</emph>
|
||||
</section>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Custom style sheets</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">The custom style sheet can either be an embedded style sheet for the EPUB
|
||||
export or a linked style sheet for the XHTML export.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:LinkCustomStylesheet" id="bm_configlinkstylesheet"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Insert link to custom style sheet (XHTML export)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this to link to your own, external CSS style sheet.
|
||||
For more advanced solutions (eg. different style sheets for screen viewing and printing) you can use an
|
||||
<link href="org.openoffice.da.writer2xhtml.oxt/Configuration/Template.xhp"
|
||||
name="Template">XHTML template</link>.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:CustomStylesheetURL" id="bm_configcustomstylesheeturl"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">URL</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the URL for the style sheet.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:UseCustomStylesheet" id="bm_configusecustomstylesheet"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Include custom style sheet (EPUB export)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this to include a custom style sheet in the EPUB document.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:CustomStylesheet" id="bm_configcustomstylesheet"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Custom style sheet</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the CSS code for your custom style sheet here.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:LoadStylesheet" id="bm_configloadstylesheet"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Load...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click to load the style sheet from a file.
|
||||
This will create a copy of the original file. If you change, move or delete the original file, nothing
|
||||
will happen to the style sheet. If you want to update the style sheet with a new version of the original file, click
|
||||
this button again.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Resources" id="bm_configresources"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Style resources</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">This is a list of resource files to include with the custom style sheet.
|
||||
You can refer to these files from your style sheet. The reference should be by file name only, as the resource files
|
||||
are placed in the same directory as the style sheet. For example:</paragraph>
|
||||
<paragraph role="code" xml-lang="en-US">body { background-image:url('myimage.jpg'); }</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Note that changes to this list will <emph>not</emph> be undone if
|
||||
you click <emph>Cancel</emph>.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:NewResource" id="bm_newresource"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">New...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this to add a new resource file to the list. Select the file and press
|
||||
<emph>Open</emph> (On some systems you can select more than one file).
|
||||
This will create a copy of the original file. If you change, move or delete the original file, nothing
|
||||
will happen to the resource file. If you want to update the resource file with a new version of the original file, click
|
||||
this button again.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:DeleteResource" id="bm_deleteresource"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Delete...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this to delete the currently selected resource file from the list.
|
||||
This will not affect the original file.</paragraph>
|
||||
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -0,0 +1,107 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2xhtml-configuration-template" indexer="include">
|
||||
<title xml-lang="en-US">Content</title>
|
||||
<filename>org.openoffice.da.writer2xhtml.oxt/Configuration/Template.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">Template</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Use this page to define an XHTML template to use as a basis for the
|
||||
generated XHTML documents.</paragraph>
|
||||
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Choose <emph>Tools - Options - Writer2xhtml - Template</emph>
|
||||
</section>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:UseCustomTemplate" id="bm_configusecustomtemplate"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use custom XHTML template</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this if you want to define an XHTML template. Otherwise a default
|
||||
template will be used.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">A template should be an ordinary XHTML file (do not include a DOCTYPE declaration)
|
||||
with some special elements:</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US">An element with the id <emph>content</emph> is used to
|
||||
fill the text content.
|
||||
If no such element exists, the <emph>body</emph> element is used. If there is no <emph>body</emph> element
|
||||
in the template, the root element is used.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Elements with the id <emph>header</emph> or
|
||||
<emph>footer</emph> (optional) will be filled with a simple navigation panel using a first/previous/next/last scheme
|
||||
(for spreadsheet documents, sheet names are used for navigation).</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US">An element with the id <emph>panel</emph> (optional)
|
||||
will be filled with a simple navigation panel using a table of contens-like scheme.</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
<paragraph role="paragraph" xml-lang="en-US">You can change the names of the id attributes at the bottom of this page.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">The template must be well-formed XML. If this is not the case, an error message
|
||||
is displayed below the template. A template with errors will be ignored in the export.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">A simple template including a header might look like this:</paragraph>
|
||||
<paragraph role="code" xml-lang="en-US">
|
||||
<html><br/>
|
||||
  <head><br/>
|
||||
    <title/><br/>
|
||||
  </head><br/>
|
||||
  <body><br/>
|
||||
    <div id='header'/><br/>
|
||||
    <div id='content'/><br/>
|
||||
  </body><br/>
|
||||
</html>
|
||||
</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">As the template does not include footer and panel nodes, these elements will not be included.
|
||||
</paragraph>
|
||||
|
||||
<paragraph role="paragraph" xml-lang="en-US">A template with all the elements, suitable for HTML5 might look like this:
|
||||
</paragraph>
|
||||
<paragraph role="code" xml-lang="en-US">
|
||||
<html><br/>
|
||||
  <head><br/>
|
||||
    <title/><br/>
|
||||
  </head><br/>
|
||||
  <body><br/>
|
||||
    <header><nav id='header'/></header><br/>
|
||||
    <aside><nav id='panel'/></aside><br/>
|
||||
    <div id='content'/><br/>
|
||||
    <footer><nav id='footer'/></footer><br/>
|
||||
  </body><br/>
|
||||
</html>
|
||||
</paragraph>
|
||||
|
||||
<paragraph role="paragraph" xml-lang="en-US">The absolutely mininal template is this:</paragraph>
|
||||
<paragraph role="code" xml-lang="en-US">
|
||||
<div/>
|
||||
</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">The <emph>div</emph>-element will be used as the content container.
|
||||
The generated document will not be a complete XHTML document (no <emph>html</emph>, <emph>head</emph> and
|
||||
<emph>body</emph> nodes). It will however still be a well-formed XML file that can be handled with standard tools.
|
||||
The use case for this is that you can produce XHTML fragments suitable for inclusion in e.g. a CMS.</paragraph>
|
||||
<paragraph role="note" xml-lang="en-US">Make sure to check the option <emph>Do not include DOCTYPE</emph> in this case!</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:LoadTemplate" id="bm_configloadtemplate"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Load...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this to load a template from a file. This will overwrite the current contents
|
||||
of the template.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:ContentId" id="bm_configcontentid"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Content id</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the id to use for the content node.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:PanelId" id="bm_configpanelid"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Panel id</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the id to use for the panel node.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:HeaderId" id="bm_configheaderid"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Header id</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the id to use for the header node.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:FooterId" id="bm_configfooterid"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Footer id</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the id to use for the footer node.</paragraph>
|
||||
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -0,0 +1,245 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2xhtml-epub-export-writer" indexer="include">
|
||||
<title xml-lang="en-US">EPUB Export (Writer)</title>
|
||||
<filename>org.openoffice.da.writer2xhtml.oxt/epub_export.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptions" id="bm_options"/>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">EPUB Export (Writer)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Exports the current document to EPUB format.</paragraph>
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Choose <emph>File - Export - EPUB</emph><br/>
|
||||
or <emph>File - Export - EPUB 3</emph><br/>
|
||||
or click the <emph>EPUB-button</emph> in the toolbar
|
||||
</section>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Style</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsConfig" id="bm_options_config"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsConfig" visibility="hidden">Select the style to use for the EPUB document</ahelp></paragraph>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use style</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">This option allows you to choose between various styles to apply to the
|
||||
EPUB document.</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Original formatting</emph> produces an EPUB document which uses
|
||||
the same style as the original document. The document will look quite similar to the original when viewed
|
||||
with an EPUB reader.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Custom</emph> is a user defined format. You can define your own
|
||||
style by providing a CSS style sheet and a mapping from Writer styles to your CSS styles.
|
||||
To configure the custom format, choose <emph><link href="org.openoffice.da.writer2xhtml.oxt/Configuration/Introduction.xhp"
|
||||
name="Custom configuration">Tools - Options - Writer2xhtml</link></emph>.</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#split3"/>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsScaling" id="bm_options_scaling"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsScaling" visibility="hidden">Select a scaling to apply to all dimensions in the document</ahelp></paragraph>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#scaling1"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Viewing the document with an EPUB reader will often require different dimensions
|
||||
(e.g. margins) than the original document.</paragraph>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#scaling3"/>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsColumnScaling" id="bm_options_columnscaling"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsColumnScaling" visibility="hidden">Select a scaling to apply to all column dimensions in the document</ahelp></paragraph>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#columnscaling"/>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsRelativeFontSize" id="bm_options_relativefontsize"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubRelativeFontSize" visibility="hidden">Check this to export all font sizes as percentages</ahelp></paragraph>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use relative font size</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">For EPUB it is recommended to use relative font sizes, and using this option will
|
||||
export all font sizes as percentages. In some EPUB readers this will enable the user to scale the fonts.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsFontScaling" id="bm_options_fontscaling"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubFontScaling" visibility="hidden">Select a scaling factor to apply to all font sizes</ahelp></paragraph>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Scaling</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">The relative font size is calculated relative to the default font size in the
|
||||
document. Using this option you can define a percentage used to scale all font sizes.
|
||||
Thus with the setting 140, all font sizes will be 40% larger.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsUseDefaultFont" id="bm_options_usedefaultfont"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubUseDefaultFont" visibility="hidden">Check this to replace all fonts with a single font</ahelp></paragraph>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use a single font for the entire document</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Some style guides recommend to use a single font for the entire EPUB document.
|
||||
Check this option to ignore all font information in the original document and export a single font.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsDefaultFontName" id="bm_options_defaultfontname"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubDefaultFontName" visibility="hidden">Enter or select the font name to use (or leave blank to use the EPUB reader's default font)</ahelp></paragraph>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Font name</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter a font name or select a font name in the list. This font will be used for
|
||||
all text in the EPUB document. You can also leave the field blank: In this case no font information will be exported, and
|
||||
the EPUB reader will choose a default font.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsConvertToPx" id="bm_options_converttopx"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsConvertToPx" visibility="hidden">Check this if you want to convert all units to px rather than using the original units</ahelp></paragraph>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#converttopx1"/>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#converttopx2"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US">For EPUB it is recommended to use the unit px instead, and using this option you can require that
|
||||
all dimensions are converted to px.</paragraph>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#converttopx4"/>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsImageSize" id="bm_options_imagesize"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Image size</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsImageSize" visibility="hidden">Select how to set the image size in the EPUB document</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select how to set the image size in the EPUB document</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Use absolute size</emph>: Images will get the same size in the EPUB
|
||||
document as in the original %PRODUCTNAME Writer document.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Use relative size (%)</emph>: Image sizes will be exported as
|
||||
a percentage of the total width.
|
||||
This has the advantage that the image size will adapt to the size of the reader screen.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Use original image size</emph>: Often images in a %PRODUCTNAME document
|
||||
are scaled up or down from their original size. If you select this option, the original (unscaled) image
|
||||
size will be used.</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">AutoCorrect</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsIgnoreHardLineBreaks" id="bm_options_ignorehardlinebreaks"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Ignore hard line breaks</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsIgnoreHardLineBreaks" visibility="hidden">Check this if you don't want to export hard (manual) line breaks</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Sometimes hard (or manual) line breaks are used in Writer to optimize
|
||||
the placement of the line breaks. Since line breaking in an EPUB reader is completely different, you may want to ignore
|
||||
all hard line breaks by selecting this option.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsIgnoreEmptyParagraphs" id="bm_options_ignoreemptyparagraphs"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsIgnoreEmptyParagraphs" visibility="hidden">Check this if you don't want to export empty paragraphs</ahelp></paragraph>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#ignoreemptyparagraphs"/>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsIgnoreDoubleSpaces" id="bm_options_ignoredoublespaces"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsIgnoreDoubleSpaces" visibility="hidden">Check this to treat several spaces as a single space in the export</ahelp></paragraph>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#ignoredoublespaces"/>
|
||||
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#special"/>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsDisplayHiddenText" id="bm_options_displayhiddentext"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubDisplayHiddenText" visibility="hidden">Check this to export and display all hidden text</ahelp></paragraph>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Display hidden text</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If sections or text fragments are hidden in the original document they will normally
|
||||
not be exported. If you check this option, hidden text will be exported to visible text in the EPUB document.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsNotes" id="bm_options_notes"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsNotes" visibility="hidden">Check this if you want to export notes (annotations) in the document</ahelp></paragraph>
|
||||
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#notes1"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you select this option, notes (also known as annotations) in the
|
||||
%PRODUCTNAME document are exported as comments in the EPUB document. They will not be directly visible in the reader.
|
||||
If the option is not selected, notes are completely ignored.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Document division (page breaks)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">These settings lets you insert page breaks at various places in the document.
|
||||
It is recommended always to use one or more of these settings. One reason for this is that it enhances the readability of
|
||||
your document. Another reason is technical: Page breaks splits the splits the internal structure into smaller parts.
|
||||
This improves performance, and also some EPUB readers have a limitation on the size of the individual parts of the
|
||||
doucment.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsSplitLevel" id="bm_options_splitlevel"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsSplitLevel" visibility="hidden">Select the heading level at which spliting should occur, or "None" if you do not want to split at headings</ahelp></paragraph>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">At heading level</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Use this option to split the document at headings. This is the most common way
|
||||
to split the document. Note that this option has no effect for headings
|
||||
inside tables.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">You can either select <emph>None</emph> (the document will not split at headings),
|
||||
or you can select at which level splitting should occur.
|
||||
For example 2 to split the document at all headings of level 1 or 2.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsPageBreakSplit" id="bm_options_pagebreaksplit"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">At page breaks</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsPageBreakSplit" visibility="hidden">Select the type page breaks at which you want to split the document</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">This option enables you to split the document at the original page breaks.
|
||||
Select the type of page breaks in the list:</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select <emph>None</emph> if you do not want to split at page breaks.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select <emph>Defined by styles</emph> to split at page breaks defined
|
||||
in paragraph styles.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select <emph>All explicit</emph> to also split at manual page breaks
|
||||
(<emph>Insert - Manual Break - Page Break</emph>).</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select <emph>All</emph> to split at all page breaks in the document. This
|
||||
includes automatic page breaks, but Writer2xhtml will never split the document inside a paragraph, list or table.</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsUseImageSplit" id="bm_options_useimagesplit"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use full screen for large images</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsUseImageSplit" visibility="hidden">Select this option to show large images on full screen rather than embedded in the text</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Images will normally be exported as an integrated part of the text. As EPUB readers
|
||||
may have a relatively small screen, this may not be optimal for large images.
|
||||
Select this option to split the document at large images, which means that they will be displayed on full screen.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsImageSplit" id="bm_options_imagesplit"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Minimum width</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsUseEpubAutoSplit" visibility="hidden">Enter the minimum width used to identify a large image</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the minimum width for a large image. Only images with at least this relative width
|
||||
and an aspect ratio of 3:4 or higher will be export as full screen images.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsCoverImage" id="bm_options_coverimage"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use first image as cover image</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsCoverImage" visibility="hidden">Check this to use the first image found in the document as cover image</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">An EPUB document often include a cover image in analogy with the cover of a book.
|
||||
Check this to use the first image found in the document as cover image. The position
|
||||
of the image in the original document does not matter.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsUseEpubAutoSplit" id="bm_options_useepubautosplit"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Automatic split of long documents</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsUseEpubAutoSplit" visibility="hidden">Check this to enable automatic split of long documents based on the number of characters</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Use this option to limit the size of each document part.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsEpubAutoSplit" id="bm_options_epubautosplit"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">After (in 1000 characters)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsEpubAutoSplit" visibility="hidden">Enter the number of characters after which an automatic split should occur</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the number of characters after which an automatic split should occur.
|
||||
Writer2xhtml will split the document at the first possible break point after this number of characters.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Navigation table</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsExternalTocDepth" id="bm_options_externaltocdepth"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Number of heading levels to include</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsExternalTocDepth" visibility="hidden">Select the number of heading levels to include in the content table in the EPUB document</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">An EPUB document contains a content table, which the EPUB reader can use to let the
|
||||
user navigate through the document. Writer2xhtml generates this table based on the headings in the document.
|
||||
You can select the number of heading levels to include.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsIncludeToc" id="bm_options_includetoc"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Also include original table of contents</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsIncludeToc" visibility="hidden">Check this to include the original table of contents in addition to the EPUB content table</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Your document may also include a normal table of contents.
|
||||
Check this if you want to include this table of contents in addition to the navigation table.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsIncludeNCX" id="bm_options_includencx"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Include EPUB 2 navigation (EPUB 3 only)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsIncludeNCX" visibility="hidden">Check this to include navigation information in EPUB 2 format</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">EPUB 3 uses a new format for the navigation information.
|
||||
Check this option if you also want to include navigation information in the old format.
|
||||
This will ensure compatibility with older EPUB readers.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Document properties</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsEditMetadata" id="bm_options_editmetadata"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsEditMetadata" visibility="hidden">Clik this to edit the document properties, e.g. author, title, date</ahelp></paragraph>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Edit document properties</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this button to open the dialog to edit the document properties such as
|
||||
title, author or date.</paragraph>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</helpdocument>
|
||||
|
||||
|
|
@ -0,0 +1,134 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2xhtml-epub-metadata" indexer="include">
|
||||
<title xml-lang="en-US">EPUB document properties (Writer)</title>
|
||||
<filename>org.openoffice.da.writer2xhtml.oxt/epub_metadata.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubMetadata" id="bm_metadata"/>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">EPUB document properties (Writer)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Edit the document properties for an EPUB document.</paragraph>
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Choose <emph>File - Export - EPUB</emph> or <emph>File - Export - EPUB 3</emph>,
|
||||
and click <emph>Edit document properties</emph> in the export dialog<br/>
|
||||
or click the <emph>EPUB-button</emph> marked with <emph>i</emph> in the toolbar
|
||||
</section>
|
||||
|
||||
|
||||
<paragraph role="paragraph" xml-lang="en-US">The EPUB standard specifies a large number of document properties.
|
||||
Not all of these are supported by the OpenDocument standard.
|
||||
Writer2xhtml supports the additional properties using user defined document properties.
|
||||
This dialog provides a convenient interface to edit all EPUB document properties, but you can also access all properties
|
||||
using the standard interface in %PRODUCTNAME Writer, that is <emph>File - Properties</emph>.
|
||||
Writer2xhtml will always include the identifier, author(s), date(s) and the title.
|
||||
Other fields are optional and can be left blank. In this case they will not be included in the EPUB document.</paragraph>
|
||||
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Custom identifier</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Each EPUB document must have a unique identifier.
|
||||
Normally Writer2xhtml generates a Universal Unique ID (UUID) for this purpose, but you may override this with
|
||||
your own identifier.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use custom identifier</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this if you want to provide your own identifier</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Identifier</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the identifier to use. Remember that it must be unique amongst all
|
||||
EPUB documents.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Identifier type</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">An identifier may follow a specific identification scheme, e.g. ISBN.
|
||||
Select or enter an identification scheme in this field.</paragraph>
|
||||
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Authors</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">An EPUB document can have several authors, which you can list here.
|
||||
An author can be either a <emph>creator</emph>, that is a primary author of the publication, or a <emph>contributor</emph>,
|
||||
that is a party whose contribution to the publication is secondary to the creator(s).
|
||||
Furthermore an author may have a special role, e.g. <emph>illustrator</emph>. Both properties are specified when you add
|
||||
a new author to the list.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Note that some EPUB readers may only present the first creator, hence
|
||||
you should make sure that the primary creator is at the top of the list.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you do not add any authors, Writer2xhtml will display and use a default value
|
||||
for the author.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Add...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this to add new author to the list.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Modify...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this to modify the currently selected author.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Delete...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this to delete the currently selected author from the list.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Up</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this to move the currently selected author up one position in the list.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Down</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this to move the currently selected author down one position in the list.</paragraph>
|
||||
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Dates</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">An EPUB document can specify one or more dates relating to the publication.
|
||||
Each date can be associated with a special event such as creation, publication or modification.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Note that some EPUB readers may only present the first date, hence
|
||||
you should make sure that the primary date is at the top of the list.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you do not add any dates, Writer2xhtml will display and use a default value
|
||||
for the date (date of last modification).</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Add...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this to add new date to the list.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Modify...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this to modify the currently selected date.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Delete...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this to delete the currently selected date from the list.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Up</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this to move the currently selected date up one position in the list.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Down</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this to move the currently selected date down one position in the list.</paragraph>
|
||||
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Title</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">The title of the document. This will always be included in the EPUB
|
||||
document.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Subject</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">The subject of the document</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Keywords</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">A comma separated list of keywords</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Description</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">A description of the document</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Publisher</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">The publisher of the document.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Type</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Terms describing general categories, functions, genres, or aggregation levels
|
||||
for content.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Format</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">The media type or dimensions of the resource.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Source</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Information regarding a prior resource from which the publication was derived.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Relation</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">An identifier of an auxiliary resource and its relationship to the publication.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Coverage</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">The extent or scope of the publication’s content.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Rights</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">A statement about rights, or a reference to one.</paragraph>
|
||||
|
||||
</body>
|
||||
</helpdocument>
|
||||
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue