to be replaced by other stuff.
Requested by Kess for German translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98140
13f79535-47bb-0310-9956-
ffa450edef68
<!-- Used for directive lists -->
<message name="directives">Direktiven</message>
- <message name="directive">Direktive</message>
+ <!-- the optional attribute replace-space-with takes a string.
+ if present, the space between <directive name> and 'Directive'
+ in directivesynopsis headings will be replaced by the given string.
+ (see de.xml for an example) -->
+ <message name="directive" replace-space-with="-">Direktive</message>
<message name="nodirectives">Dieses Modul enthält keine Direktiven.</message>
<!-- Used in summaries -->
<!-- Used for directive lists -->
<message name="directives">Directives</message>
+ <!-- the optional attribute replace-space-with takes a string.
+ if present, the space between <directive name> and 'Directive'
+ in directivesynopsis headings will be replaced by the given string.
+ (see de.xml for an example) -->
<message name="directive">Directive</message>
<message name="nodirectives">This module provides no directives.</message>
<xsl:value-of select="name"/>
<xsl:if test="@type='section'">></xsl:if>
</a>
- <xsl:text> </xsl:text>
+ <xsl:choose>
+ <xsl:when test="$messages/message[@name='directive']/@replace-space-with">
+ <xsl:value-of select="$messages/message[@name='directive']/@replace-space-with"/>
+ </xsl:when>
+ <xsl:otherwise>
+ <xsl:text> </xsl:text>
+ </xsl:otherwise>
+ </xsl:choose>
<a id="{$lowername}" name="{$lowername}">
<xsl:value-of select="$messages/message[@name='directive']"/>
</a>