epublishing/Addons.xcu

50 lines
2.2 KiB
Text
Raw Normal View History

2020-03-12 13:01:19 +01:00
<?xml version='1.0' encoding='UTF-8'?>
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Addons" oor:package="org.openoffice.Office">
2020-03-12 14:03:24 +01:00
<node oor:name="AddonUI">
2020-03-12 13:01:19 +01:00
<node oor:name="OfficeMenuBar">
<node oor:name="pro.litvinovg.epublishing.menu" oor:op="replace">
<prop oor:name="Context" oor:type="xs:string">
<value>com.sun.star.text.GlobalDocument,com.sun.star.text.TextDocument,com.sun.star.text.WebDocument</value>
</prop>
<prop oor:name="Title" oor:type="xs:string">
<value xml:lang="en">ePublishing</value>
</prop>
<node oor:name="Submenu">
2020-03-12 14:03:24 +01:00
<node oor:name="cleanConfigure" oor:op="replace">
2020-03-12 13:01:19 +01:00
<prop oor:name="Context" oor:type="xs:string">
2020-03-12 14:03:24 +01:00
<value>com.sun.star.text.TextDocument,com.sun.star.text.WebDocument</value>
2020-03-12 13:01:19 +01:00
</prop>
<prop oor:name="Title" oor:type="xs:string">
2020-03-12 14:03:24 +01:00
<value xml:lang="en">Configure clean</value>
<value xml:lang="ru">Настройка чистки</value>
</prop>
<prop oor:name="URL" oor:type="xs:string">
<value>macro:///Redaction.Configuration.ConfigurationDialog</value>
</prop>
<prop oor:name="Target" oor:type="xs:string">
<value>_self</value>
</prop>
</node>
<node oor:name="convertHyphens" oor:op="replace">
<prop oor:name="Context" oor:type="xs:string">
<value>com.sun.star.text.TextDocument,com.sun.star.text.WebDocument</value>
</prop>
<prop oor:name="Title" oor:type="xs:string">
<value xml:lang="en">Convert auto hyphenations to manual</value>
2020-03-12 13:01:19 +01:00
<value xml:lang="ru">Конвертация автоматических переносов в ручные</value>
</prop>
<prop oor:name="URL" oor:type="xs:string">
2020-03-12 14:03:24 +01:00
<value>macro:///ePublishing.Hyphenations.convertHyphInDoc</value>
2020-03-12 13:01:19 +01:00
</prop>
<prop oor:name="Target" oor:type="xs:string">
<value>_self</value>
</prop>
</node>
2020-03-12 14:03:24 +01:00
2020-03-12 13:01:19 +01:00
</node>
</node>
</node>
2020-03-12 14:03:24 +01:00
</node>
2020-03-12 13:01:19 +01:00
</oor:component-data>