diff options
Diffstat (limited to 'dictionaries/en/dialog/registry')
-rw-r--r-- | dictionaries/en/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu | 27 | ||||
-rw-r--r-- | dictionaries/en/dialog/registry/schema/org/openoffice/Lightproof_en.xcs | 98 |
2 files changed, 125 insertions, 0 deletions
diff --git a/dictionaries/en/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu b/dictionaries/en/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu new file mode 100644 index 0000000..a867a59 --- /dev/null +++ b/dictionaries/en/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu @@ -0,0 +1,27 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE oor:component-data SYSTEM "../../../../component-update.dtd"> +<oor:component-data oor:name="OptionsDialog" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <node oor:name="Nodes"> + <node oor:name="LanguageSettings" oor:op="fuse"> + <prop oor:name="Label"> + <value xml:lang="en-US">Language Settings</value> + </prop> + <node oor:name="Leaves"> + <node oor:name="org.openoffice.lightproof.en" oor:op="fuse"> + <prop oor:name="Id"> + <value>org.openoffice.en.hunspell.dictionaries</value> + </prop> + <prop oor:name="Label"> + <value xml:lang="en-US">English Sentence Checking</value> + </prop> + <prop oor:name="OptionsPage"> + <value>%origin%/en.xdl</value> + </prop> + <prop oor:name="EventHandlerService"> + <value>org.libreoffice.comp.pyuno.LightproofOptionsEventHandler.en</value> + </prop> + </node> + </node> + </node> + </node> +</oor:component-data> diff --git a/dictionaries/en/dialog/registry/schema/org/openoffice/Lightproof_en.xcs b/dictionaries/en/dialog/registry/schema/org/openoffice/Lightproof_en.xcs new file mode 100644 index 0000000..bb7843c --- /dev/null +++ b/dictionaries/en/dialog/registry/schema/org/openoffice/Lightproof_en.xcs @@ -0,0 +1,98 @@ +<?xml version="1.0" encoding="UTF-8"?> +<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +oor:name="Lightproof_en" oor:package="org.openoffice" xml:lang="en-US"> +<info> +<author></author> +<desc>Contains the options data used for the test extensions.</desc> +</info> +<templates> + + <group oor:name="en"> + <info> + <desc>The data for one leaf.</desc> + </info> +<prop oor:name="grammar" oor:type="xs:string"> + <info><desc>The grammar definition of one leaf.</desc></info> + <value></value> +</prop> +<prop oor:name="cap" oor:type="xs:string"> + <info><desc>The cap definition of one leaf.</desc></info> + <value></value> +</prop> +<prop oor:name="dup" oor:type="xs:string"> + <info><desc>The dup definition of one leaf.</desc></info> + <value></value> +</prop> +<prop oor:name="pair" oor:type="xs:string"> + <info><desc>The pair definition of one leaf.</desc></info> + <value></value> +</prop> +<prop oor:name="spaces" oor:type="xs:string"> + <info><desc>The spaces definition of one leaf.</desc></info> + <value></value> +</prop> +<prop oor:name="mdash" oor:type="xs:string"> + <info><desc>The mdash definition of one leaf.</desc></info> + <value></value> +</prop> +<prop oor:name="quotation" oor:type="xs:string"> + <info><desc>The quotation definition of one leaf.</desc></info> + <value></value> +</prop> +<prop oor:name="times" oor:type="xs:string"> + <info><desc>The times definition of one leaf.</desc></info> + <value></value> +</prop> +<prop oor:name="spaces2" oor:type="xs:string"> + <info><desc>The spaces2 definition of one leaf.</desc></info> + <value></value> +</prop> +<prop oor:name="ndash" oor:type="xs:string"> + <info><desc>The ndash definition of one leaf.</desc></info> + <value></value> +</prop> +<prop oor:name="apostrophe" oor:type="xs:string"> + <info><desc>The apostrophe definition of one leaf.</desc></info> + <value></value> +</prop> +<prop oor:name="ellipsis" oor:type="xs:string"> + <info><desc>The ellipsis definition of one leaf.</desc></info> + <value></value> +</prop> +<prop oor:name="spaces3" oor:type="xs:string"> + <info><desc>The spaces3 definition of one leaf.</desc></info> + <value></value> +</prop> +<prop oor:name="minus" oor:type="xs:string"> + <info><desc>The minus definition of one leaf.</desc></info> + <value></value> +</prop> +<prop oor:name="metric" oor:type="xs:string"> + <info><desc>The metric definition of one leaf.</desc></info> + <value></value> +</prop> +<prop oor:name="numsep" oor:type="xs:string"> + <info><desc>The numsep definition of one leaf.</desc></info> + <value></value> +</prop> +<prop oor:name="nonmetric" oor:type="xs:string"> + <info><desc>The nonmetric definition of one leaf.</desc></info> + <value></value> +</prop> + </group> + </templates> + <component> + <group oor:name="Leaves"> + <info> + <desc>The list of leaves.</desc> + </info> + + <node-ref oor:name="en" oor:node-type="en"> + <info> + <desc>The definition of one leaf.</desc> + </info> + </node-ref> + </group> + </component> + +</oor:component-schema> |