diff --git a/build.gradle b/build.gradle
index a2a949c..08580b1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -76,45 +76,6 @@ jar {
}
}
task xhtml(type: Jar) {
- manifest {
- attributes("Implementation-Title": rootProject.name,
- "Implementation-Version": project.version,
- "RegistrationClassName" : "org.openoffice.da.comp.writer2xhtml.W2XRegistration",
- "Class-Path" : "jasp.jar parser.jar")
- }
- baseName = "writer2xhtml-filter"
- from {
- configurations.bundledLibs.collect {
- it.isDirectory() ? it : zipTree(it)
- }
- }
- from sourceSets.main.output
- exclude '.gradle'
- exclude '**/*Test.class'
- exclude '**/AllTests.class'
- exclude '**/*.java'
- include 'w2phtml/pageSplitters/**/*.class'
- include 'pro/litvinovg/**/*.class'
- include 'org/openoffice/da/comp/wl2common/**/*.class'
- include 'org/openoffice/da/comp/writer2xhtml/**/*.class'
- include 'org/openoffice/da/comp/wl2common/**/*.properties'
- include 'w2phtml/api/**/*.class'
- include 'w2phtml/base/**/*.class'
- include 'w2phtml/epub/**/*.class'
- include 'w2phtml/office/**/*.class'
- include 'w2phtml/util/**/*.class'
- include 'w2phtml/xhtml/**/*.class'
- include 'w2phtml/xhtml/**/*.xml'
- include 'w2phtml/xmerge/**/*.class'
- from 'src/main/java'
- include 'w2phtml/xhtml/**/*.properties'
- include 'w2phtml/xhtml/**/**/*.properties'
- from sourceSets.main.output
- include 'org/**/*'
- include 'net/**/*'
-}
-
-task xhtml2(type: Jar) {
archiveName 'writer2phtml.jar'
manifest {
attributes("Implementation-Title": rootProject.name,
@@ -185,21 +146,7 @@ task xhtml2(type: Jar) {
task oxt(type: Zip){
dependsOn = [ 'xhtml', 'setVersion' ]
archiveName 'w2phtml.oxt'
- from 'src/main/oxt'
- include '*'
- include '**'
- from 'build/libs/writer2xhtml-filter.jar'
- include '*'
- from 'src/main/idl/writer2xhtml'
- include 'writer2xhtml.rdb'
- from 'releasenotes.txt'
- include '*'
-}
-
-task oxtNew(type: Zip){
- dependsOn = [ 'xhtml2', 'setVersion' ]
- archiveName 'w2phtml-new.oxt'
- from ('src/main/oxt2'){
+ from ('src/main/oxt'){
include '*'
include '**'
exclude '.gradle'
@@ -227,7 +174,7 @@ task regressionTests(type: Test) {
task setVersion(){
ant.taskdef(name: 'xmltask', classpath: 'buildPlugins/xmltask.jar', classname: 'com.oopsconsultancy.xmltask.ant.XmlTask')
- ant.xmltask(source: 'src/main/oxt2/description.xml', dest: 'src/main/tmp/description.xml', report:'true') {
+ ant.xmltask(source: 'src/main/oxt/description.xml', dest: 'src/main/tmp/description.xml', report:'true') {
replace(path: "//*[local-name()='version']/@value", withText: "${project.version}")
}
}
diff --git a/src/main/oxt/.gradle/buildOutputCleanup/built.bin b/src/main/oxt/.gradle/buildOutputCleanup/built.bin
deleted file mode 100644
index e69de29..0000000
diff --git a/src/main/oxt/.gradle/buildOutputCleanup/cache.properties b/src/main/oxt/.gradle/buildOutputCleanup/cache.properties
deleted file mode 100644
index d9fbeef..0000000
--- a/src/main/oxt/.gradle/buildOutputCleanup/cache.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-#Wed Mar 11 09:39:54 CET 2020
-gradle.version=4.0.1
diff --git a/src/main/oxt/.gradle/buildOutputCleanup/cache.properties.lock b/src/main/oxt/.gradle/buildOutputCleanup/cache.properties.lock
deleted file mode 100644
index 40fdece..0000000
--- a/src/main/oxt/.gradle/buildOutputCleanup/cache.properties.lock
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/src/main/oxt/Addons.xcu b/src/main/oxt/Addons.xcu
deleted file mode 100644
index 53206ed..0000000
--- a/src/main/oxt/Addons.xcu
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-
-
-
-
-
- com.sun.star.text.TextDocument
-
-
- Publish as XHTML
- Опубликовать в XHTML
- Publicer som XHTML
-
-
- _self
-
-
- org.openoffice.da.writer2xhtml:PublishAsXHTML
-
-
- %origin%/icons/html5
-
-
-
-
- com.sun.star.text.TextDocument
-
-
- Publish as EPUB
- Опубликовать в EPUB
- Publicer som EPUB
-
-
- _self
-
-
- org.openoffice.da.writer2xhtml:PublishAsEPUB
-
-
- %origin%/icons/epub
-
-
-
-
-
-
-
diff --git a/src/main/oxt/META-INF/manifest.xml b/src/main/oxt/META-INF/manifest.xml
index f28e318..91671a5 100644
--- a/src/main/oxt/META-INF/manifest.xml
+++ b/src/main/oxt/META-INF/manifest.xml
@@ -1,72 +1,8 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/src/main/oxt/Office/UI/WriterWindowState.xcu b/src/main/oxt/Office/UI/WriterWindowState.xcu
deleted file mode 100644
index 0d18dba..0000000
--- a/src/main/oxt/Office/UI/WriterWindowState.xcu
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
- w2phtml panel
-
-
-
-
-
diff --git a/src/main/oxt/OptionPages.xcu b/src/main/oxt/OptionPages.xcu
deleted file mode 100644
index 878b64f..0000000
--- a/src/main/oxt/OptionPages.xcu
+++ /dev/null
@@ -1,176 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- org.openoffice.da.writer2xhtml.configuration
-
-
- Writer2xhtml
-
-
- %origin%/w2phtml2/ConfigurationRoot.xdl
-
-
-
-
-
-
-
-
-
-
- org.openoffice.da.writer2xhtml.configuration.general
-
-
- org.openoffice.da.writer2xhtml.configuration
-
-
- 0
-
-
- General
-
-
- %origin%/w2phtml2/General.xdl
-
-
- org.openoffice.da.writer2xhtml.ConfigurationDialog
-
-
-
-
-
- org.openoffice.da.writer2xhtml.configuration.template
-
-
- org.openoffice.da.writer2xhtml.configuration
-
-
- 1
-
-
- Template
-
-
- %origin%/w2phtml2/Template.xdl
-
-
- org.openoffice.da.writer2xhtml.ConfigurationDialog
-
-
-
-
-
- org.openoffice.da.writer2xhtml.configuration.styles1
-
-
- org.openoffice.da.writer2xhtml.configuration
-
-
- 3
-
-
- Master styles
-
-
- %origin%/w2phtml2/Styles1.xdl
-
-
- org.openoffice.da.writer2xhtml.ConfigurationDialog
-
-
-
-
-
- org.openoffice.da.writer2xhtml.configuration.styles2
-
-
- org.openoffice.da.writer2xhtml.configuration
-
-
- 4
-
-
- Other styles
-
-
- %origin%/w2phtml2/Styles2.xdl
-
-
- org.openoffice.da.writer2xhtml.ConfigurationDialog
-
-
-
-
-
- org.openoffice.da.writer2xhtml.configuration.formatting
-
-
- org.openoffice.da.writer2xhtml.configuration
-
-
- 5
-
-
- Formatting
-
-
- %origin%/w2phtml2/Formatting.xdl
-
-
- org.openoffice.da.writer2xhtml.ConfigurationDialog
-
-
-
-
-
- org.openoffice.da.writer2xhtml.configuration.content
-
-
- org.openoffice.da.writer2xhtml.configuration
-
-
- 6
-
-
- Content
-
-
- %origin%/w2phtml2/Content.xdl
-
-
- org.openoffice.da.writer2xhtml.ConfigurationDialog
-
-
-
-
-
-
-
-
diff --git a/src/main/oxt/Options.xcs b/src/main/oxt/Options.xcs
deleted file mode 100644
index f8ef9a2..0000000
--- a/src/main/oxt/Options.xcs
+++ /dev/null
@@ -1,95 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/main/oxt/Options.xcu b/src/main/oxt/Options.xcu
deleted file mode 100644
index 9693ff1..0000000
--- a/src/main/oxt/Options.xcu
+++ /dev/null
@@ -1,146 +0,0 @@
-
-
-
-
- 0
-
-
-
-
-
- false
-
-
- 100
-
-
- 0.15
-
-
- 1000px
-
-
- height:3em;margin-top:1em;margin-bottom:1em;background-color:#f6f6f6;
-
-
- true
-
-
- false
-
-
- true
-
-
- false
-
-
- false
-
-
- false
-
-
- false
-
-
- true
-
-
- 1
-
-
- 5
-
-
- false
-
-
- true
-
-
-
-
- 0
-
-
-
-
-
- true
-
-
- 100
-
-
- 1
-
-
- true
-
-
- 100
-
-
- true
-
-
-
-
-
- false
-
-
- false
-
-
- false
-
-
- false
-
-
- true
-
-
- true
-
-
- 1
-
-
- 0
-
-
- false
-
-
- 30
-
-
- false
-
-
- true
-
-
- 150
-
-
- 0
-
-
- true
-
-
- true
-
-
-
-
-
-
diff --git a/src/main/oxt/ProtocolHandler.xcu b/src/main/oxt/ProtocolHandler.xcu
deleted file mode 100644
index 8a1ee4b..0000000
--- a/src/main/oxt/ProtocolHandler.xcu
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
- org.openoffice.da.writer2xhtml:*
-
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/ToolbarOptionPages.xcu b/src/main/oxt/ToolbarOptionPages.xcu
deleted file mode 100644
index 85eb634..0000000
--- a/src/main/oxt/ToolbarOptionPages.xcu
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- org.openoffice.da.writer2xhtml.toolbar.configuration
-
-
- Writer2xhtml toolbar
-
-
- %origin%/w2phtml2/ToolbarConfigurationRoot.xdl
-
-
-
-
-
-
-
-
-
- org.openoffice.da.writer2xhtml.toolbar.settings
-
-
- Settings
-
-
- %origin%/w2phtml2/ToolbarSettings.xdl
-
-
- org.openoffice.da.writer2xhtml.ToolbarSettingsDialog
-
-
-
-
-
-
diff --git a/src/main/oxt/ToolbarOptions.xcs b/src/main/oxt/ToolbarOptions.xcs
deleted file mode 100644
index e77265b..0000000
--- a/src/main/oxt/ToolbarOptions.xcs
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/ToolbarOptions.xcu b/src/main/oxt/ToolbarOptions.xcu
deleted file mode 100644
index 1181c26..0000000
--- a/src/main/oxt/ToolbarOptions.xcu
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
- 3
-
-
- 1
-
-
-
-
-
- 1
-
-
- 1
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/description.xml b/src/main/oxt/description.xml
index 1555888..bb49cc7 100644
--- a/src/main/oxt/description.xml
+++ b/src/main/oxt/description.xml
@@ -3,8 +3,10 @@
-
-
+
+
+
+
@@ -21,27 +23,11 @@
- Writer2PaginatedHTML eksportfiltre
- Writer2PaginatedHTML export filters
- Filtres d'exportació per al Writer2PaginatedHTML
- Writer2PaginatedHTML Exportfilter
- Writer2PaginatedHTML exportfilters
- Writer2PaginatedHTML eksportfilter
- Writer2PaginatedHTML filtros para exportar
- Writer2PaginatedHTML vienti suodattimet
- Filtres d'exportation Writer2PaginatedHTML
- Filtri di esportazione Writer2PaginatedHTML
- Filtros de exportação Writer2PaginatedHTML
- Exportní filtry Writer2PaginatedHTML
- Filtry ekportu Writer2PaginatedHTML
- Фильтры экспорта Writer2PaginatedHTML
- Фільтри експорту Writer2PaginatedHTML
- Writer2PaginatedHTML ihraç etme filitreleri
- Writer2PaginatedHTML export filters
+ Конвертер ODT в HTML, ePub и RDF с сохранением пагинации
-
-
+
+
diff --git a/src/main/oxt2/description/desc_en.txt b/src/main/oxt/description/desc_en.txt
similarity index 100%
rename from src/main/oxt2/description/desc_en.txt
rename to src/main/oxt/description/desc_en.txt
diff --git a/src/main/oxt/descriptions/desc_ca.txt b/src/main/oxt/descriptions/desc_ca.txt
deleted file mode 100644
index be1ba57..0000000
--- a/src/main/oxt/descriptions/desc_ca.txt
+++ /dev/null
@@ -1 +0,0 @@
-Writer2xhtml forneix a Writer i Calc filtres d'exportació per XHTML i XHTML+MathML
\ No newline at end of file
diff --git a/src/main/oxt/descriptions/desc_cs.txt b/src/main/oxt/descriptions/desc_cs.txt
deleted file mode 100644
index aee0310..0000000
--- a/src/main/oxt/descriptions/desc_cs.txt
+++ /dev/null
@@ -1 +0,0 @@
-Writer2xhtml nabízí exportní filtry pro Writer a Calc s výstupem v XHTML a XHTML+MathML
\ No newline at end of file
diff --git a/src/main/oxt/descriptions/desc_da.txt b/src/main/oxt/descriptions/desc_da.txt
deleted file mode 100644
index c0a8a9f..0000000
--- a/src/main/oxt/descriptions/desc_da.txt
+++ /dev/null
@@ -1 +0,0 @@
-Writer2xhtml installerer eksportfiltre til XHTML og XHTML+MathML i Writer og Calc
\ No newline at end of file
diff --git a/src/main/oxt/descriptions/desc_de.txt b/src/main/oxt/descriptions/desc_de.txt
deleted file mode 100644
index f84f40d..0000000
--- a/src/main/oxt/descriptions/desc_de.txt
+++ /dev/null
@@ -1 +0,0 @@
-Writer2Latex bietet Witer und Calc Exportfilter für XHTML und XHTML+MathML
diff --git a/src/main/oxt/descriptions/desc_en.txt b/src/main/oxt/descriptions/desc_en.txt
deleted file mode 100644
index 596929e..0000000
--- a/src/main/oxt/descriptions/desc_en.txt
+++ /dev/null
@@ -1 +0,0 @@
-Writer2xhtml provides Writer and Calc export filters for XHTML and XHTML+MathML
\ No newline at end of file
diff --git a/src/main/oxt/descriptions/desc_es.txt b/src/main/oxt/descriptions/desc_es.txt
deleted file mode 100644
index 5326cfe..0000000
--- a/src/main/oxt/descriptions/desc_es.txt
+++ /dev/null
@@ -1 +0,0 @@
-Writer2xhtml contiene filtros de Writer y Calc para exportar a XHTML y XHTML+MathML
\ No newline at end of file
diff --git a/src/main/oxt/descriptions/desc_fa.txt b/src/main/oxt/descriptions/desc_fa.txt
deleted file mode 100644
index 596929e..0000000
--- a/src/main/oxt/descriptions/desc_fa.txt
+++ /dev/null
@@ -1 +0,0 @@
-Writer2xhtml provides Writer and Calc export filters for XHTML and XHTML+MathML
\ No newline at end of file
diff --git a/src/main/oxt/descriptions/desc_fi.txt b/src/main/oxt/descriptions/desc_fi.txt
deleted file mode 100644
index 81067aa..0000000
--- a/src/main/oxt/descriptions/desc_fi.txt
+++ /dev/null
@@ -1 +0,0 @@
-Writer2xhtml:llä on mahdollista viedä sekä writerin että Calcin dokumentteja XHTML ja XHMTL+MathML muotoihin
\ No newline at end of file
diff --git a/src/main/oxt/descriptions/desc_fr.txt b/src/main/oxt/descriptions/desc_fr.txt
deleted file mode 100644
index f2bf56d..0000000
--- a/src/main/oxt/descriptions/desc_fr.txt
+++ /dev/null
@@ -1 +0,0 @@
-Writer2xhtml permet d'exporter les documents Writer et Calc vers XHTML et XHTML+MathML
\ No newline at end of file
diff --git a/src/main/oxt/descriptions/desc_it.txt b/src/main/oxt/descriptions/desc_it.txt
deleted file mode 100644
index 68dc14f..0000000
--- a/src/main/oxt/descriptions/desc_it.txt
+++ /dev/null
@@ -1 +0,0 @@
-Writer2xhtml aggiunge a Writer e Calc filtri di esportazione in XHTML e XHTML+MathML
\ No newline at end of file
diff --git a/src/main/oxt/descriptions/desc_nl.txt b/src/main/oxt/descriptions/desc_nl.txt
deleted file mode 100644
index fb0da84..0000000
--- a/src/main/oxt/descriptions/desc_nl.txt
+++ /dev/null
@@ -1 +0,0 @@
-Writer2xhtml verzorgt Writer en Calc met exportfilters voor XHTML en XHTML + MathML
\ No newline at end of file
diff --git a/src/main/oxt/descriptions/desc_nn.txt b/src/main/oxt/descriptions/desc_nn.txt
deleted file mode 100644
index 86e62e2..0000000
--- a/src/main/oxt/descriptions/desc_nn.txt
+++ /dev/null
@@ -1 +0,0 @@
-Writer2xhtml gir Writer og Calc eksportfilter for XHTML og XHTML+MathML
\ No newline at end of file
diff --git a/src/main/oxt/descriptions/desc_pl.txt b/src/main/oxt/descriptions/desc_pl.txt
deleted file mode 100644
index cd15a88..0000000
--- a/src/main/oxt/descriptions/desc_pl.txt
+++ /dev/null
@@ -1 +0,0 @@
-Writer2xhtml dostarcza filtrów eksportu programów Writer i Calc do XHTMLa oraz XHTML+MathML
\ No newline at end of file
diff --git a/src/main/oxt/descriptions/desc_pt_BR.txt b/src/main/oxt/descriptions/desc_pt_BR.txt
deleted file mode 100644
index 0063258..0000000
--- a/src/main/oxt/descriptions/desc_pt_BR.txt
+++ /dev/null
@@ -1 +0,0 @@
-Writer2xhtml oferece filtros de exportação do Writer e Calc para XHTML e XHTML+MathML
\ No newline at end of file
diff --git a/src/main/oxt/descriptions/desc_ru.txt b/src/main/oxt/descriptions/desc_ru.txt
deleted file mode 100644
index b9c549d..0000000
--- a/src/main/oxt/descriptions/desc_ru.txt
+++ /dev/null
@@ -1 +0,0 @@
-Writer2xhtml позволяет экспортировать из Writer и Calc в XHTML и XHTML+MathML
diff --git a/src/main/oxt/descriptions/desc_tr.txt b/src/main/oxt/descriptions/desc_tr.txt
deleted file mode 100644
index 5f23817..0000000
--- a/src/main/oxt/descriptions/desc_tr.txt
+++ /dev/null
@@ -1 +0,0 @@
-Writer2LaTeX XHTML ve XHTML+MathML için Calc ihraç etme filitreleri sağlar
\ No newline at end of file
diff --git a/src/main/oxt/descriptions/desc_uk.txt b/src/main/oxt/descriptions/desc_uk.txt
deleted file mode 100644
index b1390ac..0000000
--- a/src/main/oxt/descriptions/desc_uk.txt
+++ /dev/null
@@ -1 +0,0 @@
-Writer2xhtml забезпечує Writer та Calc фільтрами експорту до XHTML та XHTML+MathML
diff --git a/src/main/oxt/help/en/help.tree b/src/main/oxt/help/en/help.tree
deleted file mode 100644
index cbca48f..0000000
--- a/src/main/oxt/help/en/help.tree
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
- Introduction
- Menu and toolbar
- XHTML Export (Writer)
- EPUB Export (Writer)
- EPUB document properties (Writer)
-
- Settings
-
-
- Introduction
- General
- Template
- Style sheets
- Master styles
- Other styles
- Formatting
- Content
-
-
-
diff --git a/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/Configuration/Content.xhp b/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/Configuration/Content.xhp
deleted file mode 100644
index df490f7..0000000
--- a/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/Configuration/Content.xhp
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
- Content
- org.openoffice.da.writer2xhtml.oxt/Configuration/Content.xhp
-
-
-
- Content
-
-
-
- Choose Tools - Options - Writer2xhtml - Content
-
-
- Formulas
-
-
- Include as
- Select how to export formulas if you are not using XHTML+MathML or HTML5.
-
-
- Image with StarMath code: Export formulas as images
- with the original StarMath formula in the alt attribute.
-
-
- Image with LaTeX code: Export formulas as images
- with LaTeX code in the alt attribute.
-
-
- StarMath code: Export the original StarMath code directly
- in the text.
-
-
- LaTeX code: Export LaTeX code directly in the text.
-
-
-
- Footnotes and endnotes
-
-
-
-
- Endnote heading
- 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.
-
- Footnote heading
- 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.
-
-
- Images
-
-
-
- Embed SVG images in the HTML document
- 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.
-
-
-
- Embed all images in the HTML document
- 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.
-
-
\ No newline at end of file
diff --git a/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/Configuration/Formatting.xhp b/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/Configuration/Formatting.xhp
deleted file mode 100644
index bf5550b..0000000
--- a/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/Configuration/Formatting.xhp
+++ /dev/null
@@ -1,97 +0,0 @@
-
-
-
-
- Formatting
- org.openoffice.da.writer2xhtml.oxt/Configuration/Formatting.xhp
-
-
-
- Formatting
- Use this page to define how much formatting to export.
-
-
- Choose Tools - Options - Writer2xhtml - Formatting
-
-
-
- Formatting
- This is used to specify how much text formatting
- (character, paragraph and list formatting) to export.
-
-
- Convert all: Convert all supported formatting to CSS
-
-
- Ignore styles: 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.).
-
-
- Ignore hard formatting: Convert formatting by styles, but
- no hard formatting (except as given by
- attribute style
- mappings).
- Use this if the document is well structured using styles, so that any hard formatting should be considered
- an error.
-
-
- Ignore all: 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.
-
-
-
-
- Frame formatting
- This is used for the same purpose, but affects frame formatting only.
-
-
- Convert section formatting
- Check this if you want to export section formatting (background, margins).
-
-
- Convert table formatting
- Check this if you want to export table formatting.
-
-
- Ignore table dimensions
- 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.
-
-
- List formatting
- Choose how to export list formatting.
-
-
- Use CSS1: List formatting is exported using CSS1.
- This only provides basic support for list labels, and currently the browsers default indentations are used.
-
-
- Use CSS1 and non-standard lists: 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
- <ol><ol><li>...</li></ol></ol>
- This is not valid in XHTML, but works in browsers.
- Also two deprecated attributes are used to continue numbering.
-
-
- Use hard labels: 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.
-
-
-
-
- Maximum text width
- 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.
-
-
- Create separate style sheet
- 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).
-
-
\ No newline at end of file
diff --git a/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/Configuration/General.xhp b/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/Configuration/General.xhp
deleted file mode 100644
index a9471d2..0000000
--- a/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/Configuration/General.xhp
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
-
-
- Content
- org.openoffice.da.writer2xhtml.oxt/Configuration/General.xhp
-
-
-
- General
- Use this page to define general technical aspects of the generated
- XHTML documents.
-
-
- Choose Tools - Options - Writer2xhtml - General
-
-
-
- Do not include DOCTYPE
- Check this if you do not want to not include the !DOCTYPE declaration in
- the converted document.
- The !DOCTYPE is required for a valid XHTML document: This option should only be
- used if you need to process the document further.
-
-
- Encoding
- Select the character encoding to use for the XHTML document. Currently supported
- encodings are UTF-8 (recommended), UTF-16, ISO-8859-1 and US-ASCII.
- Characters not supported by the encoding are exported as numeric character entities.
-
-
- Add Byte Order Mark (BOM)
- 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.
-
-
-
- Numeric character entities
- Select how to export numeric character entities. You can use either
- hexadecimal or decimal numbers. This is not relevant if you use UTF-8 or UTF-16.
-
-
- Use named character entities
- 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.
-
-
- Include detailed language information
- Check this to include all language information in the XHTML document.
- Otherwise only the default language will be exported.
-
-
- Use "pretty printing"
- Check this to use “pretty print”
- (using indentations and line breaks) in the XHTML output.
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/Configuration/Introduction.xhp b/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/Configuration/Introduction.xhp
deleted file mode 100644
index 9470e14..0000000
--- a/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/Configuration/Introduction.xhp
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
- Custom style
- org.openoffice.da.writer2xhtml.oxt/Configuration/Introduction.xhp
-
-
-
- Custom style
- Define a custom style for the XHTML export
-
-
- Choose Tools - Options - Writer2xhtml
-
-
-
- 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.
- To use the custom style, choose Custom in the export dialog.
-
-
\ No newline at end of file
diff --git a/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/Configuration/Masterstyles.xhp b/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/Configuration/Masterstyles.xhp
deleted file mode 100644
index d056666..0000000
--- a/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/Configuration/Masterstyles.xhp
+++ /dev/null
@@ -1,80 +0,0 @@
-
-
-
-
- Content
- org.openoffice.da.writer2xhtml.oxt/Configuration/Masterstyles.xhp
-
-
-
- Master styles
- Use this page to define how to export style information.
-
-
- Choose Tools - Options - Writer2xhtml - Master styles
-
-
- Style mappings
- For each %PRODUCTNAME Writer style you can define a corresponding XHTML element
- and CSS style.
-
-
- Style family
- Select the %PRODUCTNAME Writer style family. Note that headings and other
- paragraphs are handled separately.
-
-
- Style name
- Select a style name from the list
-
-
- New...
- Click to add a new style name to the list. Type a name or select a style name
- from the list.
-
-
- Delete...
- Click this to delete the current style name from the list.
-
-
- XHTML element
- Enter the name of an XHTML element or select one from the list.
-
-
- CSS class
- Enter the name of a CSS class. If you leave this field empty, the
- class attribute will not be set.
-
-
- Before
- The text you enter here will be added to the beginning of
- each paragraph formatted with this style.
-
-
- After
- The text you enter here will be added to the end of
- each paragraph formatted with this style.
-
-
- Block XHTML element
- This is only valid for paragraphs and headings.
- 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 Quotations you can set the XHTML element to
- p and the block XHTML element to blockquote. This will convert a sequence of paragraphs with the
- Quotations style to a block quote. You can leave the field empty if you do not need it.
- 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).
-
-
- Block CSS class
- Enter the name of a CSS class for the block element. If you leave the field empty, the
- class attribute will not be set.
-
-
- Load default mappings...
- 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.
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/Configuration/Otherstyles.xhp b/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/Configuration/Otherstyles.xhp
deleted file mode 100644
index a530fbb..0000000
--- a/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/Configuration/Otherstyles.xhp
+++ /dev/null
@@ -1,53 +0,0 @@
-
-
-
-
- Other styles
- org.openoffice.da.writer2xhtml.oxt/Configuration/Otherstyles.xhp
-
-
-
- Other styles
- Use this page to define various style related features of the export.
- This supplements the settings on the page
- Master styles.
-
-
- Choose Tools - Options - Writer2xhtml - Other styles
-
-
- Style mappings for hard formatting
- In general using real styles is preferred. These setting allows you to define
- styles for a selection of hard text formatting attributes.
- To apply these settings: Go to the page
- Formatting and set Formatting to either Ignore hard formatting or
- Ignore all. Otherwise the rules you define here are ignored.
-
-
- Formatting attribute
- Select a formatting attribute.
-
-
- Apply custom style
- Check this if you want to apply a custom style for this attribute.
-
-
- XHTML element
- Enter the name of an XHTML element or select one from the list.
-
-
- CSS class
- Enter the name of a CSS class to apply to the element. If you leave this field
- empty, the class attribute will not be set.
-
- Other styles
-
-
- CSS class for tabulator stop
- Normally tabulator stops are exported as spaces. If you enter the name of
- a CSS class here, the space will be contained in a span element with your style in the class attribute.
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/Configuration/Stylesheets.xhp b/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/Configuration/Stylesheets.xhp
deleted file mode 100644
index 8cf4613..0000000
--- a/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/Configuration/Stylesheets.xhp
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
- Content
- org.openoffice.da.writer2xhtml.oxt/Configuration/Stylesheets.xhp
-
-
-
- Style sheets
- Use this page to provide your own style sheets for the exported documents.
-
-
- Choose Tools - Options - Writer2xhtml - Style sheets
-
-
- Custom style sheets
- The custom style sheet can either be an embedded style sheet for the EPUB
- export or a linked style sheet for the XHTML export.
-
-
- Insert link to custom style sheet (XHTML export)
- 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
- XHTML template.
-
-
- URL
- Enter the URL for the style sheet.
-
-
- Include custom style sheet (EPUB export)
- Check this to include a custom style sheet in the EPUB document.
-
-
- Custom style sheet
- Enter the CSS code for your custom style sheet here.
-
-
- Load...
- 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.
-
-
- Style resources
- 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:
- body { background-image:url('myimage.jpg'); }
- Note that changes to this list will not be undone if
- you click Cancel.
-
-
- New...
- Click this to add a new resource file to the list. Select the file and press
- Open (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.
-
-
- Delete...
- Click this to delete the currently selected resource file from the list.
- This will not affect the original file.
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/Configuration/Template.xhp b/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/Configuration/Template.xhp
deleted file mode 100644
index 4533423..0000000
--- a/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/Configuration/Template.xhp
+++ /dev/null
@@ -1,107 +0,0 @@
-
-
-
-
- Content
- org.openoffice.da.writer2xhtml.oxt/Configuration/Template.xhp
-
-
-
- Template
- Use this page to define an XHTML template to use as a basis for the
- generated XHTML documents.
-
-
- Choose Tools - Options - Writer2xhtml - Template
-
-
-
- Use custom XHTML template
- Check this if you want to define an XHTML template. Otherwise a default
- template will be used.
- A template should be an ordinary XHTML file (do not include a DOCTYPE declaration)
- with some special elements:
-
-
- An element with the id content is used to
- fill the text content.
- If no such element exists, the body element is used. If there is no body element
- in the template, the root element is used.
-
-
- Elements with the id header or
- footer (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).
-
-
- An element with the id panel (optional)
- will be filled with a simple navigation panel using a table of contens-like scheme.
-
-
- You can change the names of the id attributes at the bottom of this page.
- 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.
- A simple template including a header might look like this:
-
-<html>
- <head>
- <title/>
- </head>
- <body>
- <div id='header'/>
- <div id='content'/>
- </body>
-</html>
-
- As the template does not include footer and panel nodes, these elements will not be included.
-
-
- A template with all the elements, suitable for HTML5 might look like this:
-
-
-<html>
- <head>
- <title/>
- </head>
- <body>
- <header><nav id='header'/></header>
- <aside><nav id='panel'/></aside>
- <div id='content'/>
- <footer><nav id='footer'/></footer>
- </body>
-</html>
-
-
- The absolutely mininal template is this:
-
-<div/>
-
- The div-element will be used as the content container.
- The generated document will not be a complete XHTML document (no html, head and
- body 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.
- Make sure to check the option Do not include DOCTYPE in this case!
-
-
- Load...
- Click this to load a template from a file. This will overwrite the current contents
- of the template.
-
-
- Content id
- Enter the id to use for the content node.
-
-
- Panel id
- Enter the id to use for the panel node.
-
-
- Header id
- Enter the id to use for the header node.
-
-
- Footer id
- Enter the id to use for the footer node.
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/epub_export.xhp b/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/epub_export.xhp
deleted file mode 100644
index ca7b891..0000000
--- a/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/epub_export.xhp
+++ /dev/null
@@ -1,245 +0,0 @@
-
-
-
-
- EPUB Export (Writer)
- org.openoffice.da.writer2xhtml.oxt/epub_export.xhp
-
-
-
-
- EPUB Export (Writer)
- Exports the current document to EPUB format.
-
- Choose File - Export - EPUB
- or File - Export - EPUB 3
- or click the EPUB-button in the toolbar
-
-
- Style
-
-
- Select the style to use for the EPUB document
- Use style
- This option allows you to choose between various styles to apply to the
- EPUB document.
-
-
- Original formatting 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.
-
-
- Custom 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 Tools - Options - Writer2xhtml.
-
-
-
-
-
- Select a scaling to apply to all dimensions in the document
-
- Viewing the document with an EPUB reader will often require different dimensions
- (e.g. margins) than the original document.
-
-
-
- Select a scaling to apply to all column dimensions in the document
-
-
-
- Check this to export all font sizes as percentages
- Use relative font size
- 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.
-
-
- Select a scaling factor to apply to all font sizes
- Scaling
- 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.
-
-
- Check this to replace all fonts with a single font
- Use a single font for the entire document
- 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.
-
-
- Enter or select the font name to use (or leave blank to use the EPUB reader's default font)
- Font name
- 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.
-
-
- Check this if you want to convert all units to px rather than using the original units
-
-
- 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.
-
-
-
- Image size
- Select how to set the image size in the EPUB document
- Select how to set the image size in the EPUB document
-
-
- Use absolute size: Images will get the same size in the EPUB
- document as in the original %PRODUCTNAME Writer document.
-
-
- Use relative size (%): 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.
-
-
- Use original image size: 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.
-
-
-
- AutoCorrect
-
-
- Ignore hard line breaks
- Check this if you don't want to export hard (manual) line breaks
- 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.
-
-
- Check this if you don't want to export empty paragraphs
-
-
-
- Check this to treat several spaces as a single space in the export
-
-
-
-
-
- Check this to export and display all hidden text
- Display hidden text
- 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.
-
-
- Check this if you want to export notes (annotations) in the document
-
- 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.
-
- Document division (page breaks)
- 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.
-
-
- Select the heading level at which spliting should occur, or "None" if you do not want to split at headings
- At heading level
- 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.
- You can either select None (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.
-
-
- At page breaks
- Select the type page breaks at which you want to split the document
- This option enables you to split the document at the original page breaks.
- Select the type of page breaks in the list:
-
-
- Select None if you do not want to split at page breaks.
-
-
- Select Defined by styles to split at page breaks defined
- in paragraph styles.
-
-
- Select All explicit to also split at manual page breaks
- (Insert - Manual Break - Page Break).
-
-
- Select All 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.
-
-
-
-
- Use full screen for large images
- Select this option to show large images on full screen rather than embedded in the text
- 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.
-
-
- Minimum width
- Enter the minimum width used to identify a large image
- 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.
-
-
- Use first image as cover image
- Check this to use the first image found in the document as cover image
- 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.
-
-
- Automatic split of long documents
- Check this to enable automatic split of long documents based on the number of characters
- Use this option to limit the size of each document part.
-
-
- After (in 1000 characters)
- Enter the number of characters after which an automatic split should occur
- 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.
-
- Navigation table
-
-
- Number of heading levels to include
- Select the number of heading levels to include in the content table in the EPUB document
- 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.
-
-
- Also include original table of contents
- Check this to include the original table of contents in addition to the EPUB content table
- 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.
-
-
- Include EPUB 2 navigation (EPUB 3 only)
- Check this to include navigation information in EPUB 2 format
- 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.
-
- Document properties
-
-
- Clik this to edit the document properties, e.g. author, title, date
- Edit document properties
- Click this button to open the dialog to edit the document properties such as
- title, author or date.
-
-
-
-
-
-
-
diff --git a/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/epub_metadata.xhp b/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/epub_metadata.xhp
deleted file mode 100644
index fb9ba1c..0000000
--- a/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/epub_metadata.xhp
+++ /dev/null
@@ -1,134 +0,0 @@
-
-
-
-
- EPUB document properties (Writer)
- org.openoffice.da.writer2xhtml.oxt/epub_metadata.xhp
-
-
-
-
- EPUB document properties (Writer)
- Edit the document properties for an EPUB document.
-
- Choose File - Export - EPUB or File - Export - EPUB 3,
- and click Edit document properties in the export dialog
- or click the EPUB-button marked with i in the toolbar
-
-
-
- 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 File - Properties.
- 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.
-
-
- Custom identifier
- 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.
-
- Use custom identifier
- Check this if you want to provide your own identifier
-
- Identifier
- Enter the identifier to use. Remember that it must be unique amongst all
- EPUB documents.
-
- Identifier type
- An identifier may follow a specific identification scheme, e.g. ISBN.
- Select or enter an identification scheme in this field.
-
-
- Authors
- An EPUB document can have several authors, which you can list here.
- An author can be either a creator, that is a primary author of the publication, or a contributor,
- 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. illustrator. Both properties are specified when you add
- a new author to the list.
- 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.
- If you do not add any authors, Writer2xhtml will display and use a default value
- for the author.
-
- Add...
- Click this to add new author to the list.
-
- Modify...
- Click this to modify the currently selected author.
-
- Delete...
- Click this to delete the currently selected author from the list.
-
- Up
- Click this to move the currently selected author up one position in the list.
-
- Down
- Click this to move the currently selected author down one position in the list.
-
-
- Dates
- 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.
- 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.
- If you do not add any dates, Writer2xhtml will display and use a default value
- for the date (date of last modification).
-
- Add...
- Click this to add new date to the list.
-
- Modify...
- Click this to modify the currently selected date.
-
- Delete...
- Click this to delete the currently selected date from the list.
-
- Up
- Click this to move the currently selected date up one position in the list.
-
- Down
- Click this to move the currently selected date down one position in the list.
-
-
- Title
- The title of the document. This will always be included in the EPUB
- document.
-
- Subject
- The subject of the document
-
- Keywords
- A comma separated list of keywords
-
- Description
- A description of the document
-
- Publisher
- The publisher of the document.
-
- Type
- Terms describing general categories, functions, genres, or aggregation levels
- for content.
-
- Format
- The media type or dimensions of the resource.
-
- Source
- Information regarding a prior resource from which the publication was derived.
-
- Relation
- An identifier of an auxiliary resource and its relationship to the publication.
-
- Coverage
- The extent or scope of the publication’s content.
-
- Rights
- A statement about rights, or a reference to one.
-
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/export.xhp b/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/export.xhp
deleted file mode 100644
index 07fe769..0000000
--- a/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/export.xhp
+++ /dev/null
@@ -1,207 +0,0 @@
-
-
-
-
- XHTML Export (Writer)
- org.openoffice.da.writer2xhtml.oxt/export.xhp
-
-
-
-
- XHTML Export (Writer)
- Exports the current document to XHTML format.
-
- Choose File - Export - XHTML 1.0 strict
- or File - Export - XHTML 1.1
- or File - Export - XHTML 1.1 + MathML 2.0
- or File - Export - HTML5
- or click the HTML5-button in the toolbar
-
-
- Style
-
-
- Select the style to use for the XHTML document
-
- Use style
- This option allows you to choose between various styles to apply to the
- XHTML document.
-
-
-
-
- Original formatting 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.
-
-
-
- Chocolate, Midnight, Modern, Oldstyle, Steely, Swiss, Traditional
- and Ultramarine formats the document with one of the
- 8 core styles provided by the World Wide Web Consortium.
-
-
- Custom 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 Tools - Options - Writer2xhtml.
-
-
-
- Expert users can extend the list with further formats using
- configuration packages. See the documentation on the
- web site for Writer2xhtml.
-
-
-
- Select a scaling to apply to all dimensions in the document
-
- Scaling
-
-
- Viewing the document in a web browser may require different dimensions
- (e.g. font sizes) than the original document.
-
-
- 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.
-
-
-
- Select a scaling to apply to all column dimensions in the document
-
- Column scaling
- 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.
-
-
-
- Check this if you want to convert all units to px rather than using the original units
-
- Convert units to px (pixels)
-
-
- In %PRODUCTNAME, font sizes are usually given in points and other dimensions
- in e.g. cm or inches.
-
-
- 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.
-
-
- If you choose not to check this option, the original units will always be used.
-
-
-
- Check this to use the natural size of images rather than the size defined in the document
-
- Use original image size
- 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.
-
-
-
- Special content
-
-
-
- Check this if you want to export notes (annotations) in the document
-
- Export notes
-
-
- 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.
-
-
-
- Check this if you want to export all meta data (using the Dublin Core standard)
-
- Export document properties (Dublin Core Meta data)
- If you select this option, the document properties (File – Properties)
- are exported using
- the Dublin Core standard.
-
-
- AutoCorrect
-
-
- Ignore hard line breaks
- Check this if you don't want to export hard (manual) line breaks
- 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.
-
-
- Check this if you don't want to export empty paragraphs
-
- Ignore empty paragraphs
- 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.
-
-
-
- Check this to treat several spaces as a single space in the export
-
- Ignore double spaces
- For similar reasons you can choose to ignore two or more spaces in a
- row using this option.
-
-
-
- Files
-
-
-
- Split document at headings
- Check this to create a new document for each heading
- 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.
- 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 Tools – Options – Language Settings – Languages).
- Note that this option has no effect for headings
- inside tables.
-
-
- Select the heading level at which the spliting should occur
-
- Heading level
- 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.
-
-
-
- Repeat heading levels
- Select the number of heading levels to repeat at the top of new documents
- 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.
-
-
- Check this to save images in a subdirectory relative to the exported document
-
- Save images in subdirectory
- 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.
-
-
-
- Check this to load the JavaScript library MathJax for viewing mathematical content
-
- Use MathJax
- MathJax 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 TexMaths.
- This option is only available if you export to XHTML 1.1+MathML 2.0 or HTML5.
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/introduction.xhp b/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/introduction.xhp
deleted file mode 100644
index 58a89ff..0000000
--- a/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/introduction.xhp
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
- Introduction
- org.openoffice.da.writer2xhtml.oxt/introduction.xhp
-
-
-
- Introduction to Writer2xhtml
-
- 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.
- Writer2xhtml has two modes of operation
-
-
- You can use Writer2xhtml as an export filter.
- It adds XHTML and EPUB formats to the File - Export
- menu.
-
-
-
- You can publish directly to XHTML or EPUB
- and view the result using the provided
- toolbar.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/menu.xhp b/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/menu.xhp
deleted file mode 100644
index 12d4891..0000000
--- a/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/menu.xhp
+++ /dev/null
@@ -1,86 +0,0 @@
-
-
-
-
- Menu and toolbar
- org.openoffice.da.writer2xhtml.oxt/menu.xhp
-
-
-
- Menu and toolbar
-
- Using Writer2xhtml as an export filter
-
- File - Export
-
- Writer2xhtml adds a number of entries to the File - Export
- menu in Writer
-
-
- XHTML 1.0 strict [Writer2xhtml]
-
-
- XHTML 1.1 [Writer2xhtml]
-
-
- XHTML 1.1 + MathML 2.0 [Writer2xhtml]
-
-
- HTML5 [Writer2xhtml]
-
-
- EPUB [Writer2xhtml]
-
-
- EPUB 3 [Writer2xhtml]
-
-
-
- Using the Writer2xhtml toolbar
-
- Writer2xhtml adds a toolbar in Writer,
- providing the following commands. You can configure the behavior of the toolbar.
-
- Publish to XHTML
-
-
- Convert the document to a web page in XHTML format
- and display the result in the default browser.
-
- Publish the current document as an XHTML file
-
- Publish to EPUB (Writer only)
-
-
- Convert the document to and electronic book in EPUB format
- and display the result in the default EPUB viewer.
-
-
- Publish the current document as an EPUB file
-
- Edit EPUB document properties (Writer only)
-
-
- Electronic books in EPUB format supports a complex set of
- document properties. This function brings up a dialog to edit the properties.
-
- Edit the EPUB document properties of the current document
-
- Edit custom style
-
-
- Edit the custom export style. This style is used if you select
- Custom as style in the export dialog.
-
-
diff --git a/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/settings.xhp b/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/settings.xhp
deleted file mode 100644
index 943a68a..0000000
--- a/src/main/oxt/help/en/org.openoffice.da.writer2xhtml.oxt/settings.xhp
+++ /dev/null
@@ -1,95 +0,0 @@
-
-
-
-
- Toolbar Settings
- org.openoffice.da.writer2xhtml.oxt/settings.xhp
-
-
-
-
- Writer2xhtml Toolbar Settings
-
-
- Select Tools - Options - Writer2xhtml toolbar - Settings
-
-
- XHTML Export
- Use these settings to configure the behavior of the XHTML export button in the toolbar.
-
-
- Select the XHTML format to use when clicking the XHTML export button in the toolbar
- Format
- 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.
-
-
- Choose the desired behavior after export
- After export
- After export, Writer2xhtml can display the result in a web browser.
- Choose the desired behavior in the list.
-
-
- Do nothing if you do not want to view the result after export
-
-
- Open with default web browser if you view the result using your
- system's default web browser
-
-
-
- Open with custom application if you want to view the result using an application
- of your choice.
-
-
-
-
- Enter the full path to the application you wish to use
- Application
- Enter the full path to the application you wish to use.
-
-
- Browse for the application
- Browse...
- Click this to open a file dialog, where you can browse for the application.
-
- EPUB Export
- Use these settings to configure the behavior of the EPUB export button in the toolbar.
-
-
- Select the EPUB format to use when clicking the EPUB export button in the toolbar
- Format
- 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.
-
-
- Choose the desired behavior after export
- After export
- After export, Writer2xhtml can display the result in an EPUB reader.
- Choose the desired behavior in the list.
-
-
- Do nothing if you do not want to view the result after export
-
-
- Open with default web browser if you view the result using your
- system's default EPUB reader.
-
-
-
- Open with custom application if you want to view the result using an application
- of your choice.
-
-
-
-
- Enter the full path to the application you wish to use
- Application
- Enter the full path to the application you wish to use.
-
-
- Browse for the application
- Browse...
- Click this to open a file dialog, where you can browse for the application.
-
-
\ No newline at end of file
diff --git a/src/main/oxt/help/ru/help.tree b/src/main/oxt/help/ru/help.tree
deleted file mode 100644
index cbca48f..0000000
--- a/src/main/oxt/help/ru/help.tree
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
- Introduction
- Menu and toolbar
- XHTML Export (Writer)
- EPUB Export (Writer)
- EPUB document properties (Writer)
-
- Settings
-
-
- Introduction
- General
- Template
- Style sheets
- Master styles
- Other styles
- Formatting
- Content
-
-
-
diff --git a/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/Configuration/Content.xhp b/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/Configuration/Content.xhp
deleted file mode 100644
index df490f7..0000000
--- a/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/Configuration/Content.xhp
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
- Content
- org.openoffice.da.writer2xhtml.oxt/Configuration/Content.xhp
-
-
-
- Content
-
-
-
- Choose Tools - Options - Writer2xhtml - Content
-
-
- Formulas
-
-
- Include as
- Select how to export formulas if you are not using XHTML+MathML or HTML5.
-
-
- Image with StarMath code: Export formulas as images
- with the original StarMath formula in the alt attribute.
-
-
- Image with LaTeX code: Export formulas as images
- with LaTeX code in the alt attribute.
-
-
- StarMath code: Export the original StarMath code directly
- in the text.
-
-
- LaTeX code: Export LaTeX code directly in the text.
-
-
-
- Footnotes and endnotes
-
-
-
-
- Endnote heading
- 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.
-
- Footnote heading
- 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.
-
-
- Images
-
-
-
- Embed SVG images in the HTML document
- 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.
-
-
-
- Embed all images in the HTML document
- 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.
-
-
\ No newline at end of file
diff --git a/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/Configuration/Formatting.xhp b/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/Configuration/Formatting.xhp
deleted file mode 100644
index bf5550b..0000000
--- a/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/Configuration/Formatting.xhp
+++ /dev/null
@@ -1,97 +0,0 @@
-
-
-
-
- Formatting
- org.openoffice.da.writer2xhtml.oxt/Configuration/Formatting.xhp
-
-
-
- Formatting
- Use this page to define how much formatting to export.
-
-
- Choose Tools - Options - Writer2xhtml - Formatting
-
-
-
- Formatting
- This is used to specify how much text formatting
- (character, paragraph and list formatting) to export.
-
-
- Convert all: Convert all supported formatting to CSS
-
-
- Ignore styles: 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.).
-
-
- Ignore hard formatting: Convert formatting by styles, but
- no hard formatting (except as given by
- attribute style
- mappings).
- Use this if the document is well structured using styles, so that any hard formatting should be considered
- an error.
-
-
- Ignore all: 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.
-
-
-
-
- Frame formatting
- This is used for the same purpose, but affects frame formatting only.
-
-
- Convert section formatting
- Check this if you want to export section formatting (background, margins).
-
-
- Convert table formatting
- Check this if you want to export table formatting.
-
-
- Ignore table dimensions
- 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.
-
-
- List formatting
- Choose how to export list formatting.
-
-
- Use CSS1: List formatting is exported using CSS1.
- This only provides basic support for list labels, and currently the browsers default indentations are used.
-
-
- Use CSS1 and non-standard lists: 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
- <ol><ol><li>...</li></ol></ol>
- This is not valid in XHTML, but works in browsers.
- Also two deprecated attributes are used to continue numbering.
-
-
- Use hard labels: 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.
-
-
-
-
- Maximum text width
- 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.
-
-
- Create separate style sheet
- 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).
-
-
\ No newline at end of file
diff --git a/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/Configuration/General.xhp b/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/Configuration/General.xhp
deleted file mode 100644
index a9471d2..0000000
--- a/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/Configuration/General.xhp
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
-
-
- Content
- org.openoffice.da.writer2xhtml.oxt/Configuration/General.xhp
-
-
-
- General
- Use this page to define general technical aspects of the generated
- XHTML documents.
-
-
- Choose Tools - Options - Writer2xhtml - General
-
-
-
- Do not include DOCTYPE
- Check this if you do not want to not include the !DOCTYPE declaration in
- the converted document.
- The !DOCTYPE is required for a valid XHTML document: This option should only be
- used if you need to process the document further.
-
-
- Encoding
- Select the character encoding to use for the XHTML document. Currently supported
- encodings are UTF-8 (recommended), UTF-16, ISO-8859-1 and US-ASCII.
- Characters not supported by the encoding are exported as numeric character entities.
-
-
- Add Byte Order Mark (BOM)
- 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.
-
-
-
- Numeric character entities
- Select how to export numeric character entities. You can use either
- hexadecimal or decimal numbers. This is not relevant if you use UTF-8 or UTF-16.
-
-
- Use named character entities
- 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.
-
-
- Include detailed language information
- Check this to include all language information in the XHTML document.
- Otherwise only the default language will be exported.
-
-
- Use "pretty printing"
- Check this to use “pretty print”
- (using indentations and line breaks) in the XHTML output.
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/Configuration/Introduction.xhp b/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/Configuration/Introduction.xhp
deleted file mode 100644
index 9470e14..0000000
--- a/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/Configuration/Introduction.xhp
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
- Custom style
- org.openoffice.da.writer2xhtml.oxt/Configuration/Introduction.xhp
-
-
-
- Custom style
- Define a custom style for the XHTML export
-
-
- Choose Tools - Options - Writer2xhtml
-
-
-
- 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.
- To use the custom style, choose Custom in the export dialog.
-
-
\ No newline at end of file
diff --git a/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/Configuration/Masterstyles.xhp b/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/Configuration/Masterstyles.xhp
deleted file mode 100644
index d056666..0000000
--- a/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/Configuration/Masterstyles.xhp
+++ /dev/null
@@ -1,80 +0,0 @@
-
-
-
-
- Content
- org.openoffice.da.writer2xhtml.oxt/Configuration/Masterstyles.xhp
-
-
-
- Master styles
- Use this page to define how to export style information.
-
-
- Choose Tools - Options - Writer2xhtml - Master styles
-
-
- Style mappings
- For each %PRODUCTNAME Writer style you can define a corresponding XHTML element
- and CSS style.
-
-
- Style family
- Select the %PRODUCTNAME Writer style family. Note that headings and other
- paragraphs are handled separately.
-
-
- Style name
- Select a style name from the list
-
-
- New...
- Click to add a new style name to the list. Type a name or select a style name
- from the list.
-
-
- Delete...
- Click this to delete the current style name from the list.
-
-
- XHTML element
- Enter the name of an XHTML element or select one from the list.
-
-
- CSS class
- Enter the name of a CSS class. If you leave this field empty, the
- class attribute will not be set.
-
-
- Before
- The text you enter here will be added to the beginning of
- each paragraph formatted with this style.
-
-
- After
- The text you enter here will be added to the end of
- each paragraph formatted with this style.
-
-
- Block XHTML element
- This is only valid for paragraphs and headings.
- 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 Quotations you can set the XHTML element to
- p and the block XHTML element to blockquote. This will convert a sequence of paragraphs with the
- Quotations style to a block quote. You can leave the field empty if you do not need it.
- 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).
-
-
- Block CSS class
- Enter the name of a CSS class for the block element. If you leave the field empty, the
- class attribute will not be set.
-
-
- Load default mappings...
- 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.
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/Configuration/Otherstyles.xhp b/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/Configuration/Otherstyles.xhp
deleted file mode 100644
index a530fbb..0000000
--- a/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/Configuration/Otherstyles.xhp
+++ /dev/null
@@ -1,53 +0,0 @@
-
-
-
-
- Other styles
- org.openoffice.da.writer2xhtml.oxt/Configuration/Otherstyles.xhp
-
-
-
- Other styles
- Use this page to define various style related features of the export.
- This supplements the settings on the page
- Master styles.
-
-
- Choose Tools - Options - Writer2xhtml - Other styles
-
-
- Style mappings for hard formatting
- In general using real styles is preferred. These setting allows you to define
- styles for a selection of hard text formatting attributes.
- To apply these settings: Go to the page
- Formatting and set Formatting to either Ignore hard formatting or
- Ignore all. Otherwise the rules you define here are ignored.
-
-
- Formatting attribute
- Select a formatting attribute.
-
-
- Apply custom style
- Check this if you want to apply a custom style for this attribute.
-
-
- XHTML element
- Enter the name of an XHTML element or select one from the list.
-
-
- CSS class
- Enter the name of a CSS class to apply to the element. If you leave this field
- empty, the class attribute will not be set.
-
- Other styles
-
-
- CSS class for tabulator stop
- Normally tabulator stops are exported as spaces. If you enter the name of
- a CSS class here, the space will be contained in a span element with your style in the class attribute.
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/Configuration/Stylesheets.xhp b/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/Configuration/Stylesheets.xhp
deleted file mode 100644
index 8cf4613..0000000
--- a/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/Configuration/Stylesheets.xhp
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
- Content
- org.openoffice.da.writer2xhtml.oxt/Configuration/Stylesheets.xhp
-
-
-
- Style sheets
- Use this page to provide your own style sheets for the exported documents.
-
-
- Choose Tools - Options - Writer2xhtml - Style sheets
-
-
- Custom style sheets
- The custom style sheet can either be an embedded style sheet for the EPUB
- export or a linked style sheet for the XHTML export.
-
-
- Insert link to custom style sheet (XHTML export)
- 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
- XHTML template.
-
-
- URL
- Enter the URL for the style sheet.
-
-
- Include custom style sheet (EPUB export)
- Check this to include a custom style sheet in the EPUB document.
-
-
- Custom style sheet
- Enter the CSS code for your custom style sheet here.
-
-
- Load...
- 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.
-
-
- Style resources
- 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:
- body { background-image:url('myimage.jpg'); }
- Note that changes to this list will not be undone if
- you click Cancel.
-
-
- New...
- Click this to add a new resource file to the list. Select the file and press
- Open (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.
-
-
- Delete...
- Click this to delete the currently selected resource file from the list.
- This will not affect the original file.
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/Configuration/Template.xhp b/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/Configuration/Template.xhp
deleted file mode 100644
index 4533423..0000000
--- a/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/Configuration/Template.xhp
+++ /dev/null
@@ -1,107 +0,0 @@
-
-
-
-
- Content
- org.openoffice.da.writer2xhtml.oxt/Configuration/Template.xhp
-
-
-
- Template
- Use this page to define an XHTML template to use as a basis for the
- generated XHTML documents.
-
-
- Choose Tools - Options - Writer2xhtml - Template
-
-
-
- Use custom XHTML template
- Check this if you want to define an XHTML template. Otherwise a default
- template will be used.
- A template should be an ordinary XHTML file (do not include a DOCTYPE declaration)
- with some special elements:
-
-
- An element with the id content is used to
- fill the text content.
- If no such element exists, the body element is used. If there is no body element
- in the template, the root element is used.
-
-
- Elements with the id header or
- footer (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).
-
-
- An element with the id panel (optional)
- will be filled with a simple navigation panel using a table of contens-like scheme.
-
-
- You can change the names of the id attributes at the bottom of this page.
- 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.
- A simple template including a header might look like this:
-
-<html>
- <head>
- <title/>
- </head>
- <body>
- <div id='header'/>
- <div id='content'/>
- </body>
-</html>
-
- As the template does not include footer and panel nodes, these elements will not be included.
-
-
- A template with all the elements, suitable for HTML5 might look like this:
-
-
-<html>
- <head>
- <title/>
- </head>
- <body>
- <header><nav id='header'/></header>
- <aside><nav id='panel'/></aside>
- <div id='content'/>
- <footer><nav id='footer'/></footer>
- </body>
-</html>
-
-
- The absolutely mininal template is this:
-
-<div/>
-
- The div-element will be used as the content container.
- The generated document will not be a complete XHTML document (no html, head and
- body 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.
- Make sure to check the option Do not include DOCTYPE in this case!
-
-
- Load...
- Click this to load a template from a file. This will overwrite the current contents
- of the template.
-
-
- Content id
- Enter the id to use for the content node.
-
-
- Panel id
- Enter the id to use for the panel node.
-
-
- Header id
- Enter the id to use for the header node.
-
-
- Footer id
- Enter the id to use for the footer node.
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/epub_export.xhp b/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/epub_export.xhp
deleted file mode 100644
index ca7b891..0000000
--- a/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/epub_export.xhp
+++ /dev/null
@@ -1,245 +0,0 @@
-
-
-
-
- EPUB Export (Writer)
- org.openoffice.da.writer2xhtml.oxt/epub_export.xhp
-
-
-
-
- EPUB Export (Writer)
- Exports the current document to EPUB format.
-
- Choose File - Export - EPUB
- or File - Export - EPUB 3
- or click the EPUB-button in the toolbar
-
-
- Style
-
-
- Select the style to use for the EPUB document
- Use style
- This option allows you to choose between various styles to apply to the
- EPUB document.
-
-
- Original formatting 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.
-
-
- Custom 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 Tools - Options - Writer2xhtml.
-
-
-
-
-
- Select a scaling to apply to all dimensions in the document
-
- Viewing the document with an EPUB reader will often require different dimensions
- (e.g. margins) than the original document.
-
-
-
- Select a scaling to apply to all column dimensions in the document
-
-
-
- Check this to export all font sizes as percentages
- Use relative font size
- 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.
-
-
- Select a scaling factor to apply to all font sizes
- Scaling
- 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.
-
-
- Check this to replace all fonts with a single font
- Use a single font for the entire document
- 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.
-
-
- Enter or select the font name to use (or leave blank to use the EPUB reader's default font)
- Font name
- 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.
-
-
- Check this if you want to convert all units to px rather than using the original units
-
-
- 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.
-
-
-
- Image size
- Select how to set the image size in the EPUB document
- Select how to set the image size in the EPUB document
-
-
- Use absolute size: Images will get the same size in the EPUB
- document as in the original %PRODUCTNAME Writer document.
-
-
- Use relative size (%): 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.
-
-
- Use original image size: 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.
-
-
-
- AutoCorrect
-
-
- Ignore hard line breaks
- Check this if you don't want to export hard (manual) line breaks
- 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.
-
-
- Check this if you don't want to export empty paragraphs
-
-
-
- Check this to treat several spaces as a single space in the export
-
-
-
-
-
- Check this to export and display all hidden text
- Display hidden text
- 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.
-
-
- Check this if you want to export notes (annotations) in the document
-
- 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.
-
- Document division (page breaks)
- 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.
-
-
- Select the heading level at which spliting should occur, or "None" if you do not want to split at headings
- At heading level
- 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.
- You can either select None (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.
-
-
- At page breaks
- Select the type page breaks at which you want to split the document
- This option enables you to split the document at the original page breaks.
- Select the type of page breaks in the list:
-
-
- Select None if you do not want to split at page breaks.
-
-
- Select Defined by styles to split at page breaks defined
- in paragraph styles.
-
-
- Select All explicit to also split at manual page breaks
- (Insert - Manual Break - Page Break).
-
-
- Select All 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.
-
-
-
-
- Use full screen for large images
- Select this option to show large images on full screen rather than embedded in the text
- 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.
-
-
- Minimum width
- Enter the minimum width used to identify a large image
- 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.
-
-
- Use first image as cover image
- Check this to use the first image found in the document as cover image
- 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.
-
-
- Automatic split of long documents
- Check this to enable automatic split of long documents based on the number of characters
- Use this option to limit the size of each document part.
-
-
- After (in 1000 characters)
- Enter the number of characters after which an automatic split should occur
- 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.
-
- Navigation table
-
-
- Number of heading levels to include
- Select the number of heading levels to include in the content table in the EPUB document
- 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.
-
-
- Also include original table of contents
- Check this to include the original table of contents in addition to the EPUB content table
- 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.
-
-
- Include EPUB 2 navigation (EPUB 3 only)
- Check this to include navigation information in EPUB 2 format
- 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.
-
- Document properties
-
-
- Clik this to edit the document properties, e.g. author, title, date
- Edit document properties
- Click this button to open the dialog to edit the document properties such as
- title, author or date.
-
-
-
-
-
-
-
diff --git a/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/epub_metadata.xhp b/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/epub_metadata.xhp
deleted file mode 100644
index fb9ba1c..0000000
--- a/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/epub_metadata.xhp
+++ /dev/null
@@ -1,134 +0,0 @@
-
-
-
-
- EPUB document properties (Writer)
- org.openoffice.da.writer2xhtml.oxt/epub_metadata.xhp
-
-
-
-
- EPUB document properties (Writer)
- Edit the document properties for an EPUB document.
-
- Choose File - Export - EPUB or File - Export - EPUB 3,
- and click Edit document properties in the export dialog
- or click the EPUB-button marked with i in the toolbar
-
-
-
- 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 File - Properties.
- 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.
-
-
- Custom identifier
- 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.
-
- Use custom identifier
- Check this if you want to provide your own identifier
-
- Identifier
- Enter the identifier to use. Remember that it must be unique amongst all
- EPUB documents.
-
- Identifier type
- An identifier may follow a specific identification scheme, e.g. ISBN.
- Select or enter an identification scheme in this field.
-
-
- Authors
- An EPUB document can have several authors, which you can list here.
- An author can be either a creator, that is a primary author of the publication, or a contributor,
- 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. illustrator. Both properties are specified when you add
- a new author to the list.
- 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.
- If you do not add any authors, Writer2xhtml will display and use a default value
- for the author.
-
- Add...
- Click this to add new author to the list.
-
- Modify...
- Click this to modify the currently selected author.
-
- Delete...
- Click this to delete the currently selected author from the list.
-
- Up
- Click this to move the currently selected author up one position in the list.
-
- Down
- Click this to move the currently selected author down one position in the list.
-
-
- Dates
- 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.
- 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.
- If you do not add any dates, Writer2xhtml will display and use a default value
- for the date (date of last modification).
-
- Add...
- Click this to add new date to the list.
-
- Modify...
- Click this to modify the currently selected date.
-
- Delete...
- Click this to delete the currently selected date from the list.
-
- Up
- Click this to move the currently selected date up one position in the list.
-
- Down
- Click this to move the currently selected date down one position in the list.
-
-
- Title
- The title of the document. This will always be included in the EPUB
- document.
-
- Subject
- The subject of the document
-
- Keywords
- A comma separated list of keywords
-
- Description
- A description of the document
-
- Publisher
- The publisher of the document.
-
- Type
- Terms describing general categories, functions, genres, or aggregation levels
- for content.
-
- Format
- The media type or dimensions of the resource.
-
- Source
- Information regarding a prior resource from which the publication was derived.
-
- Relation
- An identifier of an auxiliary resource and its relationship to the publication.
-
- Coverage
- The extent or scope of the publication’s content.
-
- Rights
- A statement about rights, or a reference to one.
-
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/export.xhp b/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/export.xhp
deleted file mode 100644
index 07fe769..0000000
--- a/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/export.xhp
+++ /dev/null
@@ -1,207 +0,0 @@
-
-
-
-
- XHTML Export (Writer)
- org.openoffice.da.writer2xhtml.oxt/export.xhp
-
-
-
-
- XHTML Export (Writer)
- Exports the current document to XHTML format.
-
- Choose File - Export - XHTML 1.0 strict
- or File - Export - XHTML 1.1
- or File - Export - XHTML 1.1 + MathML 2.0
- or File - Export - HTML5
- or click the HTML5-button in the toolbar
-
-
- Style
-
-
- Select the style to use for the XHTML document
-
- Use style
- This option allows you to choose between various styles to apply to the
- XHTML document.
-
-
-
-
- Original formatting 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.
-
-
-
- Chocolate, Midnight, Modern, Oldstyle, Steely, Swiss, Traditional
- and Ultramarine formats the document with one of the
- 8 core styles provided by the World Wide Web Consortium.
-
-
- Custom 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 Tools - Options - Writer2xhtml.
-
-
-
- Expert users can extend the list with further formats using
- configuration packages. See the documentation on the
- web site for Writer2xhtml.
-
-
-
- Select a scaling to apply to all dimensions in the document
-
- Scaling
-
-
- Viewing the document in a web browser may require different dimensions
- (e.g. font sizes) than the original document.
-
-
- 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.
-
-
-
- Select a scaling to apply to all column dimensions in the document
-
- Column scaling
- 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.
-
-
-
- Check this if you want to convert all units to px rather than using the original units
-
- Convert units to px (pixels)
-
-
- In %PRODUCTNAME, font sizes are usually given in points and other dimensions
- in e.g. cm or inches.
-
-
- 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.
-
-
- If you choose not to check this option, the original units will always be used.
-
-
-
- Check this to use the natural size of images rather than the size defined in the document
-
- Use original image size
- 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.
-
-
-
- Special content
-
-
-
- Check this if you want to export notes (annotations) in the document
-
- Export notes
-
-
- 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.
-
-
-
- Check this if you want to export all meta data (using the Dublin Core standard)
-
- Export document properties (Dublin Core Meta data)
- If you select this option, the document properties (File – Properties)
- are exported using
- the Dublin Core standard.
-
-
- AutoCorrect
-
-
- Ignore hard line breaks
- Check this if you don't want to export hard (manual) line breaks
- 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.
-
-
- Check this if you don't want to export empty paragraphs
-
- Ignore empty paragraphs
- 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.
-
-
-
- Check this to treat several spaces as a single space in the export
-
- Ignore double spaces
- For similar reasons you can choose to ignore two or more spaces in a
- row using this option.
-
-
-
- Files
-
-
-
- Split document at headings
- Check this to create a new document for each heading
- 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.
- 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 Tools – Options – Language Settings – Languages).
- Note that this option has no effect for headings
- inside tables.
-
-
- Select the heading level at which the spliting should occur
-
- Heading level
- 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.
-
-
-
- Repeat heading levels
- Select the number of heading levels to repeat at the top of new documents
- 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.
-
-
- Check this to save images in a subdirectory relative to the exported document
-
- Save images in subdirectory
- 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.
-
-
-
- Check this to load the JavaScript library MathJax for viewing mathematical content
-
- Use MathJax
- MathJax 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 TexMaths.
- This option is only available if you export to XHTML 1.1+MathML 2.0 or HTML5.
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/introduction.xhp b/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/introduction.xhp
deleted file mode 100644
index 58a89ff..0000000
--- a/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/introduction.xhp
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
- Introduction
- org.openoffice.da.writer2xhtml.oxt/introduction.xhp
-
-
-
- Introduction to Writer2xhtml
-
- 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.
- Writer2xhtml has two modes of operation
-
-
- You can use Writer2xhtml as an export filter.
- It adds XHTML and EPUB formats to the File - Export
- menu.
-
-
-
- You can publish directly to XHTML or EPUB
- and view the result using the provided
- toolbar.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/menu.xhp b/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/menu.xhp
deleted file mode 100644
index 12d4891..0000000
--- a/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/menu.xhp
+++ /dev/null
@@ -1,86 +0,0 @@
-
-
-
-
- Menu and toolbar
- org.openoffice.da.writer2xhtml.oxt/menu.xhp
-
-
-
- Menu and toolbar
-
- Using Writer2xhtml as an export filter
-
- File - Export
-
- Writer2xhtml adds a number of entries to the File - Export
- menu in Writer
-
-
- XHTML 1.0 strict [Writer2xhtml]
-
-
- XHTML 1.1 [Writer2xhtml]
-
-
- XHTML 1.1 + MathML 2.0 [Writer2xhtml]
-
-
- HTML5 [Writer2xhtml]
-
-
- EPUB [Writer2xhtml]
-
-
- EPUB 3 [Writer2xhtml]
-
-
-
- Using the Writer2xhtml toolbar
-
- Writer2xhtml adds a toolbar in Writer,
- providing the following commands. You can configure the behavior of the toolbar.
-
- Publish to XHTML
-
-
- Convert the document to a web page in XHTML format
- and display the result in the default browser.
-
- Publish the current document as an XHTML file
-
- Publish to EPUB (Writer only)
-
-
- Convert the document to and electronic book in EPUB format
- and display the result in the default EPUB viewer.
-
-
- Publish the current document as an EPUB file
-
- Edit EPUB document properties (Writer only)
-
-
- Electronic books in EPUB format supports a complex set of
- document properties. This function brings up a dialog to edit the properties.
-
- Edit the EPUB document properties of the current document
-
- Edit custom style
-
-
- Edit the custom export style. This style is used if you select
- Custom as style in the export dialog.
-
-
diff --git a/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/settings.xhp b/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/settings.xhp
deleted file mode 100644
index 943a68a..0000000
--- a/src/main/oxt/help/ru/org.openoffice.da.writer2xhtml.oxt/settings.xhp
+++ /dev/null
@@ -1,95 +0,0 @@
-
-
-
-
- Toolbar Settings
- org.openoffice.da.writer2xhtml.oxt/settings.xhp
-
-
-
-
- Writer2xhtml Toolbar Settings
-
-
- Select Tools - Options - Writer2xhtml toolbar - Settings
-
-
- XHTML Export
- Use these settings to configure the behavior of the XHTML export button in the toolbar.
-
-
- Select the XHTML format to use when clicking the XHTML export button in the toolbar
- Format
- 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.
-
-
- Choose the desired behavior after export
- After export
- After export, Writer2xhtml can display the result in a web browser.
- Choose the desired behavior in the list.
-
-
- Do nothing if you do not want to view the result after export
-
-
- Open with default web browser if you view the result using your
- system's default web browser
-
-
-
- Open with custom application if you want to view the result using an application
- of your choice.
-
-
-
-
- Enter the full path to the application you wish to use
- Application
- Enter the full path to the application you wish to use.
-
-
- Browse for the application
- Browse...
- Click this to open a file dialog, where you can browse for the application.
-
- EPUB Export
- Use these settings to configure the behavior of the EPUB export button in the toolbar.
-
-
- Select the EPUB format to use when clicking the EPUB export button in the toolbar
- Format
- 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.
-
-
- Choose the desired behavior after export
- After export
- After export, Writer2xhtml can display the result in an EPUB reader.
- Choose the desired behavior in the list.
-
-
- Do nothing if you do not want to view the result after export
-
-
- Open with default web browser if you view the result using your
- system's default EPUB reader.
-
-
-
- Open with custom application if you want to view the result using an application
- of your choice.
-
-
-
-
- Enter the full path to the application you wish to use
- Application
- Enter the full path to the application you wish to use.
-
-
- Browse for the application
- Browse...
- Click this to open a file dialog, where you can browse for the application.
-
-
\ No newline at end of file
diff --git a/src/main/oxt/icons/customh_16.bmp b/src/main/oxt/icons/customh_16.bmp
deleted file mode 100755
index 5fbc697..0000000
Binary files a/src/main/oxt/icons/customh_16.bmp and /dev/null differ
diff --git a/src/main/oxt/icons/customh_26.bmp b/src/main/oxt/icons/customh_26.bmp
deleted file mode 100755
index c502eca..0000000
Binary files a/src/main/oxt/icons/customh_26.bmp and /dev/null differ
diff --git a/src/main/oxt/icons/epub_16.bmp b/src/main/oxt/icons/epub_16.bmp
deleted file mode 100644
index 01e99e3..0000000
Binary files a/src/main/oxt/icons/epub_16.bmp and /dev/null differ
diff --git a/src/main/oxt/icons/epub_16h.bmp b/src/main/oxt/icons/epub_16h.bmp
deleted file mode 100644
index 27e6954..0000000
Binary files a/src/main/oxt/icons/epub_16h.bmp and /dev/null differ
diff --git a/src/main/oxt/icons/epub_26.bmp b/src/main/oxt/icons/epub_26.bmp
deleted file mode 100644
index ee3a0f9..0000000
Binary files a/src/main/oxt/icons/epub_26.bmp and /dev/null differ
diff --git a/src/main/oxt/icons/epub_26h.bmp b/src/main/oxt/icons/epub_26h.bmp
deleted file mode 100644
index 6c7f22b..0000000
Binary files a/src/main/oxt/icons/epub_26h.bmp and /dev/null differ
diff --git a/src/main/oxt/icons/html5_16.bmp b/src/main/oxt/icons/html5_16.bmp
deleted file mode 100644
index 1671410..0000000
Binary files a/src/main/oxt/icons/html5_16.bmp and /dev/null differ
diff --git a/src/main/oxt/icons/html5_16h.bmp b/src/main/oxt/icons/html5_16h.bmp
deleted file mode 100644
index e5de010..0000000
Binary files a/src/main/oxt/icons/html5_16h.bmp and /dev/null differ
diff --git a/src/main/oxt/icons/html5_26.bmp b/src/main/oxt/icons/html5_26.bmp
deleted file mode 100644
index c64de21..0000000
Binary files a/src/main/oxt/icons/html5_26.bmp and /dev/null differ
diff --git a/src/main/oxt/icons/html5_26h.bmp b/src/main/oxt/icons/html5_26h.bmp
deleted file mode 100644
index 9a19d1f..0000000
Binary files a/src/main/oxt/icons/html5_26h.bmp and /dev/null differ
diff --git a/src/main/oxt/icons/metadata_16.bmp b/src/main/oxt/icons/metadata_16.bmp
deleted file mode 100755
index 32924a5..0000000
Binary files a/src/main/oxt/icons/metadata_16.bmp and /dev/null differ
diff --git a/src/main/oxt/icons/metadata_16h.bmp b/src/main/oxt/icons/metadata_16h.bmp
deleted file mode 100755
index b39510a..0000000
Binary files a/src/main/oxt/icons/metadata_16h.bmp and /dev/null differ
diff --git a/src/main/oxt/icons/metadata_26.bmp b/src/main/oxt/icons/metadata_26.bmp
deleted file mode 100755
index 796713a..0000000
Binary files a/src/main/oxt/icons/metadata_26.bmp and /dev/null differ
diff --git a/src/main/oxt/icons/metadata_26h.bmp b/src/main/oxt/icons/metadata_26h.bmp
deleted file mode 100755
index 1199cfd..0000000
Binary files a/src/main/oxt/icons/metadata_26h.bmp and /dev/null differ
diff --git a/src/main/oxt/icons/w2phtml.png b/src/main/oxt/icons/w2phtml.png
deleted file mode 100644
index 586c74c..0000000
Binary files a/src/main/oxt/icons/w2phtml.png and /dev/null differ
diff --git a/src/main/oxt/icons/epub.png b/src/main/oxt/images/epub.png
similarity index 100%
rename from src/main/oxt/icons/epub.png
rename to src/main/oxt/images/epub.png
diff --git a/src/main/oxt/icons/html.png b/src/main/oxt/images/html.png
similarity index 100%
rename from src/main/oxt/icons/html.png
rename to src/main/oxt/images/html.png
diff --git a/src/main/oxt/icons/rdf.png b/src/main/oxt/images/rdf.png
similarity index 100%
rename from src/main/oxt/icons/rdf.png
rename to src/main/oxt/images/rdf.png
diff --git a/src/main/oxt2/images/w2phtml.png b/src/main/oxt/images/w2phtml.png
similarity index 100%
rename from src/main/oxt2/images/w2phtml.png
rename to src/main/oxt/images/w2phtml.png
diff --git a/src/main/oxt2/registry/org/openoffice/Office/Addons.xcu b/src/main/oxt/registry/org/openoffice/Office/Addons.xcu
similarity index 100%
rename from src/main/oxt2/registry/org/openoffice/Office/Addons.xcu
rename to src/main/oxt/registry/org/openoffice/Office/Addons.xcu
diff --git a/src/main/oxt2/registry/org/openoffice/Office/UI/WriterWindowState.xcu b/src/main/oxt/registry/org/openoffice/Office/UI/WriterWindowState.xcu
similarity index 100%
rename from src/main/oxt2/registry/org/openoffice/Office/UI/WriterWindowState.xcu
rename to src/main/oxt/registry/org/openoffice/Office/UI/WriterWindowState.xcu
diff --git a/src/main/oxt/w2phtml/DialogStrings_ca.properties b/src/main/oxt/w2phtml/DialogStrings_ca.properties
deleted file mode 100644
index b8f38a3..0000000
--- a/src/main/oxt/w2phtml/DialogStrings_ca.properties
+++ /dev/null
@@ -1,78 +0,0 @@
-# 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
-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
diff --git a/src/main/oxt/w2phtml/DialogStrings_cs_CZ.properties b/src/main/oxt/w2phtml/DialogStrings_cs_CZ.properties
deleted file mode 100644
index e10d229..0000000
--- a/src/main/oxt/w2phtml/DialogStrings_cs_CZ.properties
+++ /dev/null
@@ -1,78 +0,0 @@
-# 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
-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
diff --git a/src/main/oxt/w2phtml/DialogStrings_da_DK.properties b/src/main/oxt/w2phtml/DialogStrings_da_DK.properties
deleted file mode 100644
index fa1c701..0000000
--- a/src/main/oxt/w2phtml/DialogStrings_da_DK.properties
+++ /dev/null
@@ -1,78 +0,0 @@
-# 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
-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
diff --git a/src/main/oxt/w2phtml/DialogStrings_de_DE.properties b/src/main/oxt/w2phtml/DialogStrings_de_DE.properties
deleted file mode 100644
index 2dafa1d..0000000
--- a/src/main/oxt/w2phtml/DialogStrings_de_DE.properties
+++ /dev/null
@@ -1,78 +0,0 @@
-# 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
-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
diff --git a/src/main/oxt/w2phtml/DialogStrings_en_US.default b/src/main/oxt/w2phtml/DialogStrings_en_US.default
deleted file mode 100644
index e69de29..0000000
diff --git a/src/main/oxt/w2phtml/DialogStrings_en_US.properties b/src/main/oxt/w2phtml/DialogStrings_en_US.properties
deleted file mode 100644
index ffd7853..0000000
--- a/src/main/oxt/w2phtml/DialogStrings_en_US.properties
+++ /dev/null
@@ -1,87 +0,0 @@
-# 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
-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
-146.XhtmlOptions.MinimumLetterSpacing.Label=Minimum Letter Spacing
-147.XhtmlOptions.MinimumLetterSpacing.HelpText=Minimum Letter Spacing
-148.XhtmlOptions.MinLetterSpacing.HelpText=Minimum Letter Spacing Value
-152.XhtmlOptions.InlineCSS.Label=Inline CSS
-156.XhtmlOptions.EmbedSVG.Label=Embed SVG
-160.XhtmlOptions.EmbedImg.Label=Embed images
-161.XhtmlOptions.AlignSplitsToPages.Label=Align splits to pages
-162.XhtmlOptions.Greenstone.Label=Add Greenstone3 markup
-166.XhtmlOptions.MaxWidth.Label=Max width
diff --git a/src/main/oxt/w2phtml/DialogStrings_es_ES.properties b/src/main/oxt/w2phtml/DialogStrings_es_ES.properties
deleted file mode 100644
index 071cb7f..0000000
--- a/src/main/oxt/w2phtml/DialogStrings_es_ES.properties
+++ /dev/null
@@ -1,78 +0,0 @@
-# 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
-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
diff --git a/src/main/oxt/w2phtml/DialogStrings_fa_IR.properties b/src/main/oxt/w2phtml/DialogStrings_fa_IR.properties
deleted file mode 100644
index 15ef534..0000000
--- a/src/main/oxt/w2phtml/DialogStrings_fa_IR.properties
+++ /dev/null
@@ -1,78 +0,0 @@
-# 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
-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
diff --git a/src/main/oxt/w2phtml/DialogStrings_fi_FI.properties b/src/main/oxt/w2phtml/DialogStrings_fi_FI.properties
deleted file mode 100644
index 51a6210..0000000
--- a/src/main/oxt/w2phtml/DialogStrings_fi_FI.properties
+++ /dev/null
@@ -1,78 +0,0 @@
-# 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
-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
diff --git a/src/main/oxt/w2phtml/DialogStrings_fr_FR.properties b/src/main/oxt/w2phtml/DialogStrings_fr_FR.properties
deleted file mode 100644
index b58651d..0000000
--- a/src/main/oxt/w2phtml/DialogStrings_fr_FR.properties
+++ /dev/null
@@ -1,78 +0,0 @@
-# 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
-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
diff --git a/src/main/oxt/w2phtml/DialogStrings_it_IT.properties b/src/main/oxt/w2phtml/DialogStrings_it_IT.properties
deleted file mode 100644
index 8550b62..0000000
--- a/src/main/oxt/w2phtml/DialogStrings_it_IT.properties
+++ /dev/null
@@ -1,78 +0,0 @@
-# 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
-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
diff --git a/src/main/oxt/w2phtml/DialogStrings_nl_NL.properties b/src/main/oxt/w2phtml/DialogStrings_nl_NL.properties
deleted file mode 100644
index 371268e..0000000
--- a/src/main/oxt/w2phtml/DialogStrings_nl_NL.properties
+++ /dev/null
@@ -1,78 +0,0 @@
-# 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
-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
diff --git a/src/main/oxt/w2phtml/DialogStrings_nn_NO.properties b/src/main/oxt/w2phtml/DialogStrings_nn_NO.properties
deleted file mode 100644
index 620c90b..0000000
--- a/src/main/oxt/w2phtml/DialogStrings_nn_NO.properties
+++ /dev/null
@@ -1,78 +0,0 @@
-# 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
-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
diff --git a/src/main/oxt/w2phtml/DialogStrings_pl_PL.properties b/src/main/oxt/w2phtml/DialogStrings_pl_PL.properties
deleted file mode 100644
index 981e1a9..0000000
--- a/src/main/oxt/w2phtml/DialogStrings_pl_PL.properties
+++ /dev/null
@@ -1,78 +0,0 @@
-# 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
-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
diff --git a/src/main/oxt/w2phtml/DialogStrings_pt_BR.properties b/src/main/oxt/w2phtml/DialogStrings_pt_BR.properties
deleted file mode 100644
index cff5a2e..0000000
--- a/src/main/oxt/w2phtml/DialogStrings_pt_BR.properties
+++ /dev/null
@@ -1,78 +0,0 @@
-# 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
-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
diff --git a/src/main/oxt/w2phtml/DialogStrings_ru_RU.properties b/src/main/oxt/w2phtml/DialogStrings_ru_RU.properties
deleted file mode 100644
index c1463b2..0000000
--- a/src/main/oxt/w2phtml/DialogStrings_ru_RU.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-# 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
-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
-146.XhtmlOptions.MinimumLetterSpacing.Label=\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043C\u0435\u0436\u0441\u0438\u043C\u0432\u043E\u043B\u044C\u043D\u043E\u0435 \u0440\u0430\u0441\u0441\u0442\u043E\u044F\u043D\u0438\u0435
-147.XhtmlOptions.MinimumLetterSpacing.HelpText=\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043C\u0435\u0436\u0441\u0438\u043C\u0432\u043E\u043B\u044C\u043D\u043E\u0435 \u0440\u0430\u0441\u0441\u0442\u043E\u044F\u043D\u0438\u0435
-148.XhtmlOptions.MinLetterSpacing.HelpText=\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043C\u0435\u0436\u0441\u0438\u043C\u0432\u043E\u043B\u044C\u043D\u043E\u0435 \u0440\u0430\u0441\u0441\u0442\u043E\u044F\u043D\u0438\u0435
-152.XhtmlOptions.InlineCSS.Label=Inline CSS
-156.XhtmlOptions.EmbedSVG.Label=\u0412\u0441\u0442\u0440\u043E\u0438\u0442\u044C SVG
-160.XhtmlOptions.EmbedImg.Label=\u0412\u0441\u0442\u0440\u043E\u0438\u0442\u044C images
-161.XhtmlOptions.AlignSplitsToPages.Label=\u0420\u0430\u0437\u0434\u0435\u043b\u044f\u0442\u044c \u043f\u043e \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\u043c
-162.XhtmlOptions.Greenstone.Label=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0440\u0430\u0437\u043c\u0435\u0442\u043a\u0443 \u0434\u043b\u044f Greenstone3
-166.XhtmlOptions.MaxWidth.Label=\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0448\u0438\u0440\u0438\u043d\u0430
-
diff --git a/src/main/oxt/w2phtml/DialogStrings_tr_TR.properties b/src/main/oxt/w2phtml/DialogStrings_tr_TR.properties
deleted file mode 100644
index e003aef..0000000
--- a/src/main/oxt/w2phtml/DialogStrings_tr_TR.properties
+++ /dev/null
@@ -1,78 +0,0 @@
-# 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
-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
diff --git a/src/main/oxt/w2phtml/DialogStrings_uk_UA.properties b/src/main/oxt/w2phtml/DialogStrings_uk_UA.properties
deleted file mode 100644
index 65f23f6..0000000
--- a/src/main/oxt/w2phtml/DialogStrings_uk_UA.properties
+++ /dev/null
@@ -1,78 +0,0 @@
-# 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
-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
diff --git a/src/main/oxt/w2phtml/Module1.xba b/src/main/oxt/w2phtml/Module1.xba
deleted file mode 100644
index d7e2398..0000000
--- a/src/main/oxt/w2phtml/Module1.xba
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-REM ***** BASIC *****
-
-Sub Main
-
-End Sub
\ No newline at end of file
diff --git a/src/main/oxt/w2phtml/XhtmlOptions.xdl b/src/main/oxt/w2phtml/XhtmlOptions.xdl
deleted file mode 100644
index d162d6a..0000000
--- a/src/main/oxt/w2phtml/XhtmlOptions.xdl
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/main/oxt/w2phtml/dialog.xlb b/src/main/oxt/w2phtml/dialog.xlb
deleted file mode 100644
index 77d3071..0000000
--- a/src/main/oxt/w2phtml/dialog.xlb
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
diff --git a/src/main/oxt/w2phtml/script.xlb b/src/main/oxt/w2phtml/script.xlb
deleted file mode 100644
index bd417fe..0000000
--- a/src/main/oxt/w2phtml/script.xlb
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
diff --git a/src/main/oxt/w2phtml2/AuthorDialog.xdl b/src/main/oxt/w2phtml2/AuthorDialog.xdl
deleted file mode 100644
index 0c5f071..0000000
--- a/src/main/oxt/w2phtml2/AuthorDialog.xdl
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/w2phtml2/ConfigurationRoot.xdl b/src/main/oxt/w2phtml2/ConfigurationRoot.xdl
deleted file mode 100644
index fa4cf1d..0000000
--- a/src/main/oxt/w2phtml2/ConfigurationRoot.xdl
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/w2phtml2/Content.xdl b/src/main/oxt/w2phtml2/Content.xdl
deleted file mode 100644
index 04ec226..0000000
--- a/src/main/oxt/w2phtml2/Content.xdl
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/w2phtml2/DateDialog.xdl b/src/main/oxt/w2phtml2/DateDialog.xdl
deleted file mode 100644
index 6dc2519..0000000
--- a/src/main/oxt/w2phtml2/DateDialog.xdl
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/w2phtml2/DeleteDialog.xdl b/src/main/oxt/w2phtml2/DeleteDialog.xdl
deleted file mode 100644
index a0d3536..0000000
--- a/src/main/oxt/w2phtml2/DeleteDialog.xdl
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/w2phtml2/EpubMetadata.xdl b/src/main/oxt/w2phtml2/EpubMetadata.xdl
deleted file mode 100644
index c62f1b1..0000000
--- a/src/main/oxt/w2phtml2/EpubMetadata.xdl
+++ /dev/null
@@ -1,81 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/w2phtml2/EpubOptions.xdl b/src/main/oxt/w2phtml2/EpubOptions.xdl
deleted file mode 100755
index 5207964..0000000
--- a/src/main/oxt/w2phtml2/EpubOptions.xdl
+++ /dev/null
@@ -1,105 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/main/oxt/w2phtml2/Formatting.xdl b/src/main/oxt/w2phtml2/Formatting.xdl
deleted file mode 100644
index cd44c1b..0000000
--- a/src/main/oxt/w2phtml2/Formatting.xdl
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/w2phtml2/General.xdl b/src/main/oxt/w2phtml2/General.xdl
deleted file mode 100644
index 2778124..0000000
--- a/src/main/oxt/w2phtml2/General.xdl
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/w2phtml2/LoadDefaults.xdl b/src/main/oxt/w2phtml2/LoadDefaults.xdl
deleted file mode 100644
index 836ba5d..0000000
--- a/src/main/oxt/w2phtml2/LoadDefaults.xdl
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/w2phtml2/Module1.xba b/src/main/oxt/w2phtml2/Module1.xba
deleted file mode 100644
index 9c46f60..0000000
--- a/src/main/oxt/w2phtml2/Module1.xba
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-REM ***** BASIC *****
-
-Sub Main
-
-End Sub
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/w2phtml2/NewDialog.xdl b/src/main/oxt/w2phtml2/NewDialog.xdl
deleted file mode 100644
index 2d0a0ba..0000000
--- a/src/main/oxt/w2phtml2/NewDialog.xdl
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/w2phtml2/Styles1.xdl b/src/main/oxt/w2phtml2/Styles1.xdl
deleted file mode 100644
index 1036303..0000000
--- a/src/main/oxt/w2phtml2/Styles1.xdl
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/w2phtml2/Styles2.xdl b/src/main/oxt/w2phtml2/Styles2.xdl
deleted file mode 100644
index 38ae39d..0000000
--- a/src/main/oxt/w2phtml2/Styles2.xdl
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/w2phtml2/Stylesheets.xdl b/src/main/oxt/w2phtml2/Stylesheets.xdl
deleted file mode 100644
index 38a242c..0000000
--- a/src/main/oxt/w2phtml2/Stylesheets.xdl
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/w2phtml2/Template.xdl b/src/main/oxt/w2phtml2/Template.xdl
deleted file mode 100644
index 78ff5ff..0000000
--- a/src/main/oxt/w2phtml2/Template.xdl
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/w2phtml2/ToolbarConfigurationRoot.xdl b/src/main/oxt/w2phtml2/ToolbarConfigurationRoot.xdl
deleted file mode 100644
index 1a80f27..0000000
--- a/src/main/oxt/w2phtml2/ToolbarConfigurationRoot.xdl
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/w2phtml2/ToolbarSettings.xdl b/src/main/oxt/w2phtml2/ToolbarSettings.xdl
deleted file mode 100644
index a476c88..0000000
--- a/src/main/oxt/w2phtml2/ToolbarSettings.xdl
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/oxt/w2phtml2/dialog.xlb b/src/main/oxt/w2phtml2/dialog.xlb
deleted file mode 100644
index 582aa01..0000000
--- a/src/main/oxt/w2phtml2/dialog.xlb
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/main/oxt/w2phtml2/script.xlb b/src/main/oxt/w2phtml2/script.xlb
deleted file mode 100644
index 7cf5aee..0000000
--- a/src/main/oxt/w2phtml2/script.xlb
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
diff --git a/src/main/oxt/w2x_filters.xcu b/src/main/oxt/w2x_filters.xcu
deleted file mode 100644
index ab2a9d2..0000000
--- a/src/main/oxt/w2x_filters.xcu
+++ /dev/null
@@ -1,92 +0,0 @@
-
-
-
-
-
-
- 0
- writer_xhtml5_File
- com.sun.star.text.TextDocument
- org.openoffice.da.comp.writer2xhtml.XhtmlOptionsDialogMath
- org.openoffice.da.comp.writer2xhtml.W2XExportFilter unused com.sun.star.comp.Writer.XMLOasisImporter com.sun.star.comp.Writer.XMLOasisExporter staroffice/sxw text/html5
- com.sun.star.comp.Writer.XmlFilterAdaptor
-
-
- HTML5 [Writer2xhtml]
-
- EXPORT ALIEN 3RDPARTYFILTER
-
-
-
- 0
- writer_xhtml10_File
- com.sun.star.text.TextDocument
- org.openoffice.da.comp.writer2xhtml.XhtmlOptionsDialog
- org.openoffice.da.comp.writer2xhtml.W2XExportFilter unused com.sun.star.comp.Writer.XMLOasisImporter com.sun.star.comp.Writer.XMLOasisExporter staroffice/sxw text/html
- com.sun.star.comp.Writer.XmlFilterAdaptor
-
-
- XHTML 1.0 strict [Writer2xhtml]
-
- EXPORT ALIEN 3RDPARTYFILTER
-
-
-
- 0
- writer_xhtml11_File
- com.sun.star.text.TextDocument
- org.openoffice.da.comp.writer2xhtml.XhtmlOptionsDialog
- org.openoffice.da.comp.writer2xhtml.W2XExportFilter unused com.sun.star.comp.Writer.XMLOasisImporter com.sun.star.comp.Writer.XMLOasisExporter staroffice/sxw application/xhtml11
- com.sun.star.comp.Writer.XmlFilterAdaptor
-
-
- XHTML 1.1 [Writer2xhtml]
-
- EXPORT ALIEN 3RDPARTYFILTER
-
-
-
- 0
- writer_xhtml_mathml_File
- com.sun.star.text.TextDocument
- org.openoffice.da.comp.writer2xhtml.XhtmlOptionsDialogMath
- org.openoffice.da.comp.writer2xhtml.W2XExportFilter unused com.sun.star.comp.Writer.XMLOasisImporter com.sun.star.comp.Writer.XMLOasisExporter staroffice/sxw application/xhtml+xml
- com.sun.star.comp.Writer.XmlFilterAdaptor
-
-
- XHTML 1.1 + MathML 2.0 [Writer2xhtml]
-
- EXPORT ALIEN 3RDPARTYFILTER
-
-
-
- 0
- writer_epub3_File
- com.sun.star.text.TextDocument
- org.openoffice.da.comp.writer2xhtml.Epub3OptionsDialog
- org.openoffice.da.comp.writer2xhtml.W2XExportFilter unused com.sun.star.comp.Writer.XMLOasisImporter com.sun.star.comp.Writer.XMLOasisExporter staroffice/sxw epub3
- com.sun.star.comp.Writer.XmlFilterAdaptor
-
-
- EPUB 3 [Writer2xhtml]
-
- EXPORT ALIEN 3RDPARTYFILTER
-
-
-
- 0
- writer_epub_File
- com.sun.star.text.TextDocument
- org.openoffice.da.comp.writer2xhtml.EpubOptionsDialog
- org.openoffice.da.comp.writer2xhtml.W2XExportFilter unused com.sun.star.comp.Writer.XMLOasisImporter com.sun.star.comp.Writer.XMLOasisExporter staroffice/sxw application/epub+zip
- com.sun.star.comp.Writer.XmlFilterAdaptor
-
-
- EPUB [Writer2xhtml]
-
- EXPORT ALIEN 3RDPARTYFILTER
-
-
-
-
-
diff --git a/src/main/oxt/w2x_types.xcu b/src/main/oxt/w2x_types.xcu
deleted file mode 100644
index d4290b3..0000000
--- a/src/main/oxt/w2x_types.xcu
+++ /dev/null
@@ -1,80 +0,0 @@
-
-
-
-
-
-
-
-
- html
-
- false
-
- HTML5
-
-
-
-
-
-
-
- html
-
- false
-
- XHTML 1.0 strict
-
-
-
-
-
-
-
- xhtml
-
- false
-
- XHTML 1.1
-
-
-
-
-
-
-
- xhtml
-
- false
-
- XHTML 1.1 + MathML 2.0
-
-
-
-
-
-
-
- epub
-
- false
-
- EPUB 3
-
-
-
-
-
-
-
- epub
-
- false
-
- EPUB
-
-
-
-
-
-
-
diff --git a/src/main/oxt2/META-INF/manifest.xml b/src/main/oxt2/META-INF/manifest.xml
deleted file mode 100644
index 91671a5..0000000
--- a/src/main/oxt2/META-INF/manifest.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/src/main/oxt2/description.xml b/src/main/oxt2/description.xml
deleted file mode 100644
index bb49cc7..0000000
--- a/src/main/oxt2/description.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Writer2PaginatedHTML
-
-
-
-
-
-
-
-
-
-
- Конвертер ODT в HTML, ePub и RDF с сохранением пагинации
-
-
-
-
-
-
-
diff --git a/src/main/oxt2/images/epub.png b/src/main/oxt2/images/epub.png
deleted file mode 100644
index e6f614f..0000000
Binary files a/src/main/oxt2/images/epub.png and /dev/null differ
diff --git a/src/main/oxt2/images/html.png b/src/main/oxt2/images/html.png
deleted file mode 100644
index 9a58f12..0000000
Binary files a/src/main/oxt2/images/html.png and /dev/null differ
diff --git a/src/main/oxt2/images/rdf.png b/src/main/oxt2/images/rdf.png
deleted file mode 100644
index e4389ac..0000000
Binary files a/src/main/oxt2/images/rdf.png and /dev/null differ