summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-07-05 12:46:33 +0000
committerOliver Bolte <obo@openoffice.org>2004-07-05 12:46:33 +0000
commit1a4718a430a602512f0f624ec3e7bc5189d608ce (patch)
tree25bb435875f7ce82ff5305b528b078d70471a2de
parent5d2d641aa738bad0a696aa5b80c328250af5871d (diff)
INTEGRATION: CWS scp2officecfg (1.3.20); FILE MERGED
2004/06/17 09:36:20 jb 1.3.20.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements
-rw-r--r--officecfg/registry/schema/org/openoffice/TypeDetection/Misc.xcs24
-rw-r--r--officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs30
2 files changed, 27 insertions, 27 deletions
diff --git a/officecfg/registry/schema/org/openoffice/TypeDetection/Misc.xcs b/officecfg/registry/schema/org/openoffice/TypeDetection/Misc.xcs
index 90597a6370ea..155fde5fb5c1 100644
--- a/officecfg/registry/schema/org/openoffice/TypeDetection/Misc.xcs
+++ b/officecfg/registry/schema/org/openoffice/TypeDetection/Misc.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: Misc.xcs,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: svesik $ $Date: 2004-04-21 12:21:49 $
+ * last change: $Author: obo $ $Date: 2004-07-05 13:46:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,39 +63,39 @@
<oor:component-schema oor:name="Misc" oor:package="org.openoffice.TypeDetection" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info>
<author>AS</author>
- <desc xml:lang="en-US">Contains common content types, filters, deep detection services, as well as the frame loader and the content handler for Office.</desc>
+ <desc >Contains common content types, filters, deep detection services, as well as the frame loader and the content handler for Office.</desc>
</info>
<templates>
<group oor:name="FrameLoader">
- <info><desc xml:lang="en-US">Can load a type as visible component into a com.sun.star.frame.Frame.</desc></info>
+ <info><desc>Can load a type as visible component into a com.sun.star.frame.Frame.</desc></info>
<prop oor:name="Types" oor:type="oor:string-list">
- <info><desc xml:lang="en-US">List of internal type names, which can be interpreted by this loader implementation.</desc></info>
+ <info><desc>List of internal type names, which can be interpreted by this loader implementation.</desc></info>
<value/>
</prop>
</group>
<group oor:name="ContentHandler">
- <info><desc xml:lang="en-US">Can load a type as non visible component, e.g. sounds.</desc></info>
+ <info><desc>Can load a type as non visible component, e.g. sounds.</desc></info>
<prop oor:name="Types" oor:type="oor:string-list">
- <info><desc xml:lang="en-US">List of internal type names, which can be interpreted by this handler implementation.</desc></info>
+ <info><desc>List of internal type names, which can be interpreted by this handler implementation.</desc></info>
<value/>
</prop>
</group>
</templates>
<component>
<set oor:name="FrameLoaders" oor:node-type="FrameLoader">
- <info><desc xml:lang="en-US">Lists the registered frame loader services.</desc></info>
+ <info><desc>Lists the registered frame loader services.</desc></info>
</set>
<set oor:name="ContentHandlers" oor:node-type="ContentHandler">
- <info><desc xml:lang="en-US">Lists the registered content handler services.</desc></info>
+ <info><desc>Lists the registered content handler services.</desc></info>
</set>
<group oor:name="Defaults">
- <info><desc xml:lang="en-US">Contains default objects that are used if no specialized service was registered or values which specify special behaviour of type/filter environment.</desc></info>
+ <info><desc>Contains default objects that are used if no specialized service was registered or values which specify special behaviour of type/filter environment.</desc></info>
<prop oor:name="DefaultFrameLoader" oor:type="xs:string">
- <info><desc xml:lang="en-US">Specify a generic frame loader, which can use filter services for loading documents into frames.</desc></info>
+ <info><desc>Specify a generic frame loader, which can use filter services for loading documents into frames.</desc></info>
<value>com.sun.star.comp.office.FrameLoader</value>
</prop>
<prop oor:name="ShowAlienFilterWarning" oor:type="xs:boolean">
- <info><author>OS</author><desc xml:lang="en-US">Displays a warning when a user tries to set a third-party filter as the default filter in &quot;Tools - Options&quot;.</desc></info>
+ <info><author>OS</author><desc>Displays a warning when a user tries to set a third-party filter as the default filter in &quot;Tools - Options&quot;.</desc></info>
<value>true</value>
</prop>
</group>
diff --git a/officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs b/officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs
index facf1d189d11..77fb397e0683 100644
--- a/officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs
+++ b/officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: Types.xcs,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: svesik $ $Date: 2004-04-21 12:22:08 $
+ * last change: $Author: obo $ $Date: 2004-07-05 13:46:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,55 +63,55 @@
<oor:component-schema oor:name="Types" oor:package="org.openoffice.TypeDetection" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info>
<author>AS</author>
- <desc xml:lang="en-US">Contains common content types for Office. See package TypeDetection and TypeDetection_Filters for other parts of type/filter configuration too.</desc>
+ <desc >Contains common content types for Office. See package TypeDetection and TypeDetection_Filters for other parts of type/filter configuration too.</desc>
</info>
<templates>
<group oor:name="Type">
- <info><desc xml:lang="en-US">Lists the types that represent common content formats in Office.</desc></info>
+ <info><desc>Lists the types that represent common content formats in Office.</desc></info>
<prop oor:name="UIOrder" oor:type="xs:int">
- <info><desc xml:lang="en-US">Used to sort types inside dialogs. Only values &gt;0 are recognized. Types with an order value &lt;1 will be sorted alphabeticly.</desc></info>
+ <info><desc>Used to sort types inside dialogs. Only values &gt;0 are recognized. Types with an order value &lt;1 will be sorted alphabeticly.</desc></info>
<value>0</value>
</prop>
<prop oor:name="URLPattern" oor:type="oor:string-list">
- <info><desc xml:lang="en-US">List of URL pattern (with simple wildcards */?) which match to this type.</desc></info>
+ <info><desc>List of URL pattern (with simple wildcards */?) which match to this type.</desc></info>
<value/>
</prop>
<prop oor:name="Extensions" oor:type="oor:string-list">
- <info><desc xml:lang="en-US">List of file extensions, which match to this type.</desc></info>
+ <info><desc>List of file extensions, which match to this type.</desc></info>
<value/>
</prop>
<prop oor:name="DocumentIconID" oor:type="xs:int">
- <info><desc xml:lang="en-US">Global ID of an icon, which represent this tye at the UI.</desc></info>
+ <info><desc>Global ID of an icon, which represent this tye at the UI.</desc></info>
<value>0</value>
</prop>
<prop oor:name="MediaType" oor:type="xs:string">
- <info><desc xml:lang="en-US">Corresponding mime type.</desc></info>
+ <info><desc>Corresponding mime type.</desc></info>
<value/>
</prop>
<prop oor:name="Preferred" oor:type="xs:boolean">
- <info><desc xml:lang="en-US">In case of ambigoues registrations (e.g. for extensions doc/txt) it specify the prefererred type.</desc></info>
+ <info><desc>In case of ambigoues registrations (e.g. for extensions doc/txt) it specify the prefererred type.</desc></info>
<value>false</value>
</prop>
<prop oor:name="PreferredFilter" oor:type="xs:string">
- <info><desc xml:lang="en-US">An optimization! Points directly to the preferred filter for this type. No search across all filters is neccessary ...</desc></info>
+ <info><desc>An optimization! Points directly to the preferred filter for this type. No search across all filters is neccessary ...</desc></info>
<value/>
</prop>
<prop oor:name="UIName" oor:localized="true" oor:type="xs:string">
- <info><desc xml:lang="en-US">Localized name of this type for showing it at the UI.</desc></info>
+ <info><desc>Localized name of this type for showing it at the UI.</desc></info>
</prop>
<prop oor:name="ClipboardFormat" oor:type="xs:string">
- <info><desc xml:lang="en-US">Unique identifier, which can be searched inside the stream to detect this format.</desc></info>
+ <info><desc>Unique identifier, which can be searched inside the stream to detect this format.</desc></info>
<value/>
</prop>
<prop oor:name="DetectService" oor:type="xs:string">
- <info><desc xml:lang="en-US">An optimization! Points directly to the deep detection service, which can verify a flat detection.</desc></info>
+ <info><desc>An optimization! Points directly to the deep detection service, which can verify a flat detection.</desc></info>
<value/>
</prop>
</group>
</templates>
<component>
<set oor:name="Types" oor:node-type="Type">
- <info><desc xml:lang="en-US">Lists the registered content types.</desc></info>
+ <info><desc>Lists the registered content types.</desc></info>
</set>
</component>
</oor:component-schema>