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

add localization of retirement notice.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1563475 13f79535-47bb-0310-9956-ffa450edef68
parent 4ac0fdf3
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -141,5 +141,14 @@
        <message id="nottranslated">Die Dokumentation zu dieser Direktive wurde
            noch nicht &#252;bersetzt. Bitte schauen Sie in die englische
            Version.</message>

        <!-- retirement -->
        <message id="retired.headline">Bitte beachten!</message>
        <message id="retired.description">
            <p>Dieses Dokument bezieht sich auf Version <strong>2.0</strong> des Apache httpd, die <strong>nicht mehr gepflegt wird</strong>. Bitte aktualisieren Sie die Software und verwenden Sie stattdessen eine aktuelle Version des httpd, die an folgender Stelle dokumentiert ist:</p>
        </message>
        <message id="retired.current">Dokumentation des Apache HTTP Server f&#252;r die zuletzt erschienene Version</message>
        <message id="retired.document">Sie knnen <link>diesem Link</link> folgen, um zur aktuellen Version dieses Dokuments zu gelangen.</message>

    </messages>
</language>
+9 −0
Original line number Diff line number Diff line
@@ -141,5 +141,14 @@
        <message id="nottranslated">The documentation for this directive has
            not been translated yet. Please have a look at the English
            version.</message>

        <!-- retirement -->
        <message id="retired.headline">Please note</message>
        <message id="retired.description">
            <p>This document refers to the <strong>2.0</strong> version of Apache httpd, which <strong>is no longer maintained</strong>. Upgrade, and refer to the current version of httpd instead, documented at:</p>
        </message>
        <message id="retired.current">Current release version of Apache HTTP Server documentation</message>
        <message id="retired.document">You may follow <link>this link</link> to go to the current version of this document.</message>

    </messages>
</language>
+9 −0
Original line number Diff line number Diff line
@@ -142,5 +142,14 @@
        <message id="nottranslated">The documentation for this directive has
            not been translated yet. Please have a look at the English
            version.</message>

        <!-- retirement -->
        <message id="retired.headline">Please note</message>
        <message id="retired.description">
            <p>This document refers to the <strong>2.0</strong> version of Apache httpd, which <strong>is no longer maintained</strong>. Upgrade, and refer to the current version of httpd instead, documented at:</p>
        </message>
        <message id="retired.current">Current release version of Apache HTTP Server documentation</message>
        <message id="retired.document">You may follow <link>this link</link> to go to the current version of this document.</message>

    </messages>
</language>
+9 −0
Original line number Diff line number Diff line
@@ -143,6 +143,15 @@
        <message id="nottranslated">The documentation for this directive has
            not been translated yet. Please have a look at the English
            version.</message>

        <!-- retirement -->
        <message id="retired.headline">Please note</message>
        <message id="retired.description">
            <p>This document refers to the <strong>2.0</strong> version of Apache httpd, which <strong>is no longer maintained</strong>. Upgrade, and refer to the current version of httpd instead, documented at:</p>
        </message>
        <message id="retired.current">Current release version of Apache HTTP Server documentation</message>
        <message id="retired.document">You may follow <link>this link</link> to go to the current version of this document.</message>

    </messages>
</language>
+9 −0
Original line number Diff line number Diff line
@@ -130,5 +130,14 @@
        <message id="nottranslated">The documentation for this directive has
            not been translated yet. Please have a look at the English
            version.</message>

        <!-- retirement -->
        <message id="retired.headline">Please note</message>
        <message id="retired.description">
            <p>This document refers to the <strong>2.0</strong> version of Apache httpd, which <strong>is no longer maintained</strong>. Upgrade, and refer to the current version of httpd instead, documented at:</p>
        </message>
        <message id="retired.current">Current release version of Apache HTTP Server documentation</message>
        <message id="retired.document">You may follow <link>this link</link> to go to the current version of this document.</message>

    </messages>
</language>
Loading