Commit 3605ab18 authored by Andre Malo's avatar Andre Malo
Browse files

backport "directive" placement option


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1669921 13f79535-47bb-0310-9956-ffa450edef68
parent 64051c30
Loading
Loading
Loading
Loading
+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" 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
@@ -100,6 +100,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
@@ -98,6 +98,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>
+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">ディレクティブ</message>
        <message id="nodirectives">このモジュールにディレクティブはありません。</message>

+3 −0
Original line number Diff line number Diff line
@@ -101,6 +101,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