summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/Office/Embedding.xcs
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-15 12:25:57 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-15 12:25:57 +0000
commit33a7f8b885f0206fa8185cc11a867829d7e6b6f6 (patch)
tree3f24525750d566015be4c791411fb59661a5ccc2 /officecfg/registry/schema/org/openoffice/Office/Embedding.xcs
parentfd0058a3945f945149ab086acce2d52753e980a8 (diff)
INTEGRATION: CWS cfglooseends (1.2.64); FILE MERGED
2004/11/02 16:02:29 jb 1.2.64.1: #i18588# Removed undesired xml:lang tags from schema files - informational items are currently not localized
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/Office/Embedding.xcs')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Embedding.xcs42
1 files changed, 21 insertions, 21 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Embedding.xcs b/officecfg/registry/schema/org/openoffice/Office/Embedding.xcs
index 59367fccf0b6..3ec1f27a9be8 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Embedding.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Embedding.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: Embedding.xcs,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2004-10-04 17:34:05 $
+ * last change: $Author: obo $ $Date: 2004-11-15 13:25:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,85 +63,85 @@
<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="Embedding" oor:package="org.openoffice.Office" xml:lang="en-US">
<info>
<author>MAV</author>
- <desc xml:lang="en-US">Contains embedding related information, such as the list of available for embedding objects.</desc>
+ <desc>Contains embedding related information, such as the list of available for embedding objects.</desc>
</info>
<templates>
<group oor:name="Object">
<info>
<author>MAV</author>
- <desc xml:lang="en-US">Describes an embedded object.</desc>
+ <desc>Describes an embedded object.</desc>
</info>
<!--The default must be written by the setup.-->
<prop oor:name="ObjectFactory" oor:type="xs:string">
<!-- UIHints: setup -->
<info>
- <desc xml:lang="en-US">Specifies the service name of the object's factory.</desc>
+ <desc>Specifies the service name of the object's factory.</desc>
</info>
</prop>
<prop oor:name="ObjectDocumentServiceName" oor:type="xs:string">
<!-- UIHints: setup -->
<info>
- <desc xml:lang="en-US">Optional entry that specifies the service name of the document that is used by the object.</desc>
+ <desc>Optional entry that specifies the service name of the document that is used by the object.</desc>
</info>
</prop>
<prop oor:name="ObjectMiscStatus" oor:type="xs:long">
<!-- UIHints: setup -->
<info>
- <desc xml:lang="en-US">Specifies the miscellaneous properties of the object.</desc>
+ <desc>Specifies the miscellaneous properties of the object.</desc>
</info>
</prop>
<prop oor:name="ObjectVerbs" oor:type="oor:string-list">
<!-- UIHints: setup -->
<info>
- <desc xml:lang="en-US">Specifies the list of verbs supported by the object.</desc>
+ <desc>Specifies the list of verbs supported by the object.</desc>
</info>
</prop>
</group>
<group oor:name="Verb">
<info>
<author>MAV</author>
- <desc xml:lang="en-US">Describes possible verbs that can be supported by an embedded object.</desc>
+ <desc>Describes possible verbs that can be supported by an embedded object.</desc>
</info>
<prop oor:name="VerbUIName" oor:localized="true" oor:type="xs:string">
<!-- UIHints: setup -->
<info>
- <desc xml:lang="en-US">Specifies the localized name of the verb that can be shown in the UI.</desc>
+ <desc>Specifies the localized name of the verb that can be shown in the UI.</desc>
</info>
</prop>
<prop oor:name="VerbID" oor:type="xs:int">
<!-- UIHints: setup -->
<info>
- <desc xml:lang="en-US">Specifies the unique ID for the verb.</desc>
+ <desc>Specifies the unique ID for the verb.</desc>
</info>
</prop>
<prop oor:name="VerbFlags" oor:type="xs:int">
<!-- UIHints: setup -->
<info>
- <desc xml:lang="en-US">Specifies the flags of the verb that can control verb's representation in UI.</desc>
+ <desc>Specifies the flags of the verb that can control verb's representation in UI.</desc>
</info>
</prop>
<prop oor:name="VerbAttributes" oor:type="xs:int">
<!-- UIHints: setup -->
<info>
- <desc xml:lang="en-US">Specifies the attributes of the verb.</desc>
+ <desc>Specifies the attributes of the verb.</desc>
</info>
</prop>
</group>
<group oor:name="ObjectName">
<info>
<author>MAV</author>
- <desc xml:lang="en-US">Provides object name that appeares in UI.</desc>
+ <desc>Provides object name that appeares in UI.</desc>
</info>
<prop oor:name="ObjectUIName" oor:localized="true" oor:type="xs:string">
<!-- UIHints: setup -->
<info>
- <desc xml:lang="en-US">Specifies the localized name of the object that can be shown in the UI.</desc>
+ <desc>Specifies the localized name of the object that can be shown in the UI.</desc>
</info>
</prop>
<prop oor:name="ClassID" oor:type="xs:string">
<!-- UIHints: setup -->
<info>
- <desc xml:lang="en-US">Class ID of the object.</desc>
+ <desc>Class ID of the object.</desc>
</info>
</prop>
</group>
@@ -150,31 +150,31 @@
<set oor:name="Objects" oor:node-type="Object">
<info>
<author>MAV</author>
- <desc xml:lang="en-US">Contains the explicitly registered embedded objects. ClassID is used as a name for entry.</desc>
+ <desc>Contains the explicitly registered embedded objects. ClassID is used as a name for entry.</desc>
</info>
</set>
<set oor:name="Verbs" oor:node-type="Verb">
<info>
<author>MAV</author>
- <desc xml:lang="en-US">Contains possible verbs for embedded objects.</desc>
+ <desc>Contains possible verbs for embedded objects.</desc>
</info>
</set>
<set oor:name="MimeTypeClassIDRelations" oor:node-type="xs:string">
<info>
<author>MAV</author>
- <desc xml:lang="en-US">Contains convertion table from MimeType to ClassID. MimeType is used as a name for entry.</desc>
+ <desc>Contains convertion table from MimeType to ClassID. MimeType is used as a name for entry.</desc>
</info>
</set>
<set oor:name="UserFactories" oor:node-type="xs:string">
<info>
<author>MAV</author>
- <desc xml:lang="en-US">List of additional factories that can be used to create embedded object.</desc>
+ <desc>List of additional factories that can be used to create embedded object.</desc>
</info>
</set>
<set oor:name="ObjectNames" oor:node-type="ObjectName">
<info>
<author>MAV</author>
- <desc xml:lang="en-US">List of object names to be used in GUI and ClassIDs.</desc>
+ <desc>List of object names to be used in GUI and ClassIDs.</desc>
</info>
</set>
</component>