Commit 3b8ecd1a authored by Andre Malo's avatar Andre Malo
Browse files

backport "directive" placement option

(I know, 2.0 is not maintained anymore, but what the heck)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1669925 13f79535-47bb-0310-9956-ffa450edef68
parent 1505641f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -95,6 +95,9 @@
             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) -->
        <!-- the optional attribute before-name takes a string.
             if "yes", the 'Directive' word is place before the name instead of
             being placed behind. See fr.xml for an example. -->
        <message id="directive" replace-space-with="-">Direktive</message>
        <message id="nodirectives">Dieses Modul enth&#228;lt keine Direktiven.</message>

+3 −0
Original line number Diff line number Diff line
@@ -99,6 +99,9 @@
             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) -->
        <!-- the optional attribute before-name takes a string.
             if "yes", the 'Directive' word is place before the name instead of
             being placed behind. See fr.xml for an example. -->
        <message id="directive">Directive</message>
        <message id="nodirectives">This module provides no directives.</message>

+3 −0
Original line number Diff line number Diff line
@@ -96,6 +96,9 @@
             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) -->
        <!-- the optional attribute before-name takes a string.
             if "yes", the 'Directive' word is place before the name instead of
             being placed behind. See fr.xml for an example. -->
        <message id="directive">Directiva</message>
        <message id="nodirectives">Este m&#243;dulo no suministra ninguna
            directiva.</message>
+4 −1
Original line number Diff line number Diff line
@@ -101,7 +101,10 @@
             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 id="directive">Directive</message>
        <!-- the optional attribute before-name takes a string.
             if "yes", the 'Directive' word is place before the name instead of
             being placed behind. See fr.xml for an example. -->
        <message id="directive" before-name="yes">Directive</message>
        <message id="nodirectives">Ce module ne fournit aucune directive.</message>

        <!-- Used in summaries -->
+3 −0
Original line number Diff line number Diff line
@@ -94,6 +94,9 @@
             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) -->
        <!-- the optional attribute before-name takes a string.
             if "yes", the 'Directive' word is place before the name instead of
             being placed behind. See fr.xml for an example. -->
        <message id="directive">ディレクティブ</message>
        <message id="nodirectives">このモジュールにディレクティブはありません。</message>

Loading