Commit d03f939a authored by Hiroaki Kawai's avatar Hiroaki Kawai
Browse files

Fix transnote tag usage.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122521 13f79535-47bb-0310-9956-ffa450edef68
parent 0ec298a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
<summary>
    <p><code>mod_dumpio</code> $B$r;H$&$H!"(BApache $B$,<u$1<h$C$?$9$Y$F$NF~NO$H(B
    Apache $B$K$h$jAw$i$l$?$9$Y$F$N=PNO$H$N!"N>J}$b$7$/$O$I$A$i$+0lJ}$r!"(B
    $B%(%i!<%m%0%U%!%$%k$K%m%0<}=8(B ($B%@%s%W(B <transnote>dump</transnote>) 
    $B%(%i!<%m%0%U%!%$%k$K%m%0<}=8(B <transnote>$B%@%s%W(B dump</transnote>
    $B$G$-$^$9!#(B</p>

    <p>$B%G!<%?$N%m%.%s%0$O!"(BSSL $BI|9f2=$ND>8e(B ($BF~NO(B) $B$H(B SSL
+10 −1
Original line number Diff line number Diff line
@@ -40,8 +40,10 @@
        <!-- Used for the moduleindex -->
        <message id="corefeatures">$B%3%"5!G=$H(B MPM</message>
        <message id="othermodules">$BB>$N%b%8%e!<%k(B</message>
        <message id="obsoletemodules">$B5l<0$N%b%8%e!<%k(B</message>

        <!-- Used for the modulesynopsis and sitemap -->
        <message id="obsoleteapachemodule">$B5l<0$N(B Apache Module</message>
        <message id="apachemodule">Apache $B%b%8%e!<%k(B</message>
        <message id="apachecore">Apache $B%3%"5!G=(B</message>
        <message id="apachempmcommon">Apache MPM $B6&DL%G%#%l%/%F%#%V(B</message>
@@ -76,14 +78,21 @@

        <!-- Used for directive lists -->
        <message id="directives">$B%G%#%l%/%F%#%V(B</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 id="directive">$B%G%#%l%/%F%#%V(B</message>
        <message id="nodirectives">$B$3$N%b%8%e!<%k$K%G%#%l%/%F%#%V$O$"$j$^$;$s!#(B</message>

        <!-- Used in summaries -->
        <message id="summary">$B35MW(B</message>

        <!-- Used for translation notes -->
        <message id="transnote">$BLuCm(B:</message>

        <!-- Used for glossary link titles -->
        <message id="glossarylink">see glossary</message>
        <message id="glossarylink">$BMQ8l=8$r;2>H(B</message>

        <!-- Used in headers and footers -->
        <message id="apachetitle">- Apache HTTP $B%5!<%P(B</message>