summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/Office/Substitution.xcs
diff options
context:
space:
mode:
authortpf <tpf@openoffice.org>2002-10-18 12:07:15 +0000
committertpf <tpf@openoffice.org>2002-10-18 12:07:15 +0000
commitf8ab8c3538ac7b21fab647e2d9f39a4530bbe300 (patch)
tree99666b94ac2cb32dfc1cb11f0f2ba45cdd0b6335 /officecfg/registry/schema/org/openoffice/Office/Substitution.xcs
parentd6d61c5925c9c60785096419ff00fdcf60a5981c (diff)
#104337# merged proofread info/desc items
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/Office/Substitution.xcs')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Substitution.xcs44
1 files changed, 21 insertions, 23 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Substitution.xcs b/officecfg/registry/schema/org/openoffice/Office/Substitution.xcs
index 8944aa70ab..82cf000049 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Substitution.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Substitution.xcs
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
<oor:component-schema oor:name="Substitution" oor:package="org.openoffice.Office"
xsi:schemaLocation="http://openoffice.org/2001/registry component-schema.xsd"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
@@ -7,48 +7,46 @@
xml:lang='en-US'>
<!--Responsible: CD-->
<info>
- <desc>Stores rules for user defined path variables called SharePoint. These rules are evaluated when a user defined
- path variable is found and must be substituted to a real path.</desc>
+ <desc xml:lang="en-US">Stores rules for user-defined path variables called SharePoint. These rules are evaluated when a user-defined path variable must be substituted with a real path.</desc>
</info>
<templates>
<group oor:name="SharePointMapping">
- <info><desc>Is one mapping for a share point to an existing path or to another shar point defined in the Directory property.</desc></info>
- <prop oor:name="Directory" oor:type="xs:string" oor:nillable='false'>
- <info><desc> A physical directory location stored as a valid encoded file URL or with other path variables.</desc></info>
+ <info><desc xml:lang="en-US">Maps a share point to an existing path or to another share point defined in the Directory property.</desc></info>
+ <prop oor:name="Directory" oor:type="xs:string" oor:nillable="false">
+ <info><desc xml:lang="en-US">Specifies a physical directory location that is stored as a valid encoded file URL or with other path variables.</desc></info>
</prop>
<group oor:name="Environment">
- <info><desc>A rule parameter which restrict the appliance of mappings to a certain environment.</desc></info>
+ <info><desc xml:lang="en-US">Specifies a rule parameter that restricts applying mappings to a certain environment.</desc></info>
<prop oor:name="OS" oor:type="xs:string">
- <info><desc>The needed operating system for this share point mapping to be valid. This makes it possible
- to define system depedent settings.</desc></info>
- <value xsi:nil='true'/>
+ <info><desc xml:lang="en-US">Specifies the operating system required for this share point mapping. As a result, system depedent settings can be defined.</desc></info>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="Host" oor:type="xs:string">
- <info><desc>A name of a host for which the Directory property setting is valid. It is possible to use the wildcard character '*' which matches none or many characters.</desc></info>
- <value xsi:nil='true'/>
+ <info><desc xml:lang="en-US">Specifies the name of the host for which the Directory property setting is valid. You can use the '*' wildcard for the name.</desc></info>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="DNSDomain" oor:type="xs:string">
- <info><desc>The dns domain for which the Directory property variable is valid. It is possible to use the wildcard character '*' which matches none or many characters.</desc></info>
- <value xsi:nil='true'/>
+ <info><desc xml:lang="en-US">Specifies the dns domain for which the Directory property variable is valid. You can use the '*' wildcard for the domain.</desc></info>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="YPDomain" oor:type="xs:string">
- <info><desc>The yellow pages or NIS domain for which the Directory property variable is valid. It is possible to use the wildcard character '*' which matches none or many characters.</desc></info>
- <value xsi:nil='true'/>
+ <info><desc xml:lang="en-US">Specifies the yellow pages or NIS domain for which the Directory property variable is valid. You can use the '*' wildcard for the name.</desc></info>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="NTDomain" oor:type="xs:string">
- <info><desc>The NT domain for which the Directory property variable is valid. It is possible to use the wildcard character '*' which matches none or many characters.</desc></info>
- <value xsi:nil='true'/>
+ <info><desc xml:lang="en-US">Specifies the NT domain for which the Directory property variable is valid. You can use the '*' wildcard for the domain.</desc></info>
+ <value xsi:nil="true"/>
</prop>
</group>
</group>
- <set oor:name="SharePoint" oor:node-type="SharePointMapping" >
- <info><desc>The name of this set is used as the path variable name. It must be defined using only ascii characters and is evaluated case insenstive! It's a placeholder within path settings, can be substituted during runtime with an existing path defined in one of the defined mappings.</desc></info>
+ <set oor:name="SharePoint" oor:node-type="SharePointMapping">
+ <info><desc xml:lang="en-US">Used as the path variable name. The name is case-sensitive and must be defined with ascii characters. The name is used as a placeholder within path settings and can be substituted during runtime with a path defined in one of the defined mappings.</desc></info>
</set>
</templates>
<component>
- <info><desc>Contains the root of all substitution rules defined in the SharePoints set.</desc></info>
+ <info><desc xml:lang="en-US">Contains the root of all substitution rules defined in the SharePoints set.</desc></info>
<set oor:name="SharePoints" oor:node-type="SharePoint">
- <info><desc>A table of SharePoints, which are used as path variables (placeholder) within path settings.</desc></info>
+ <info><desc xml:lang="en-US">Specifies a table of SharePoints that are used as path variables (placeholder) within path settings.</desc></info>
</set>
</component>
-</oor:component-schema>
+</oor:component-schema>