diff options
author | Joshua Slive <slive@apache.org> | 2001-08-20 23:51:16 +0200 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2001-08-20 23:51:16 +0200 |
commit | 5893ad8a82729fd32f50be1ab351ae9e490dbfdb (patch) | |
tree | 538034564dcb82ff77af7a4e065073cae496cfa6 /docs/error/HTTP_PRECONDITION_FAILED.html.var | |
parent | Just chasing nits (diff) | |
download | apache2-5893ad8a82729fd32f50be1ab351ae9e490dbfdb.tar.xz apache2-5893ad8a82729fd32f50be1ab351ae9e490dbfdb.zip |
Convert the rest of the error docs to the new type-map format.
CVS: If this change addresses a PR in the problem report tracking
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90428 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/error/HTTP_PRECONDITION_FAILED.html.var')
-rw-r--r-- | docs/error/HTTP_PRECONDITION_FAILED.html.var | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/docs/error/HTTP_PRECONDITION_FAILED.html.var b/docs/error/HTTP_PRECONDITION_FAILED.html.var new file mode 100644 index 0000000000..164bfcef6d --- /dev/null +++ b/docs/error/HTTP_PRECONDITION_FAILED.html.var @@ -0,0 +1,44 @@ +Content-language: de +Content-type: text/html +Body:----------de-- +<!--#set var="TITLE" value="Vorbedingung negativ!" --> +<!--#include virtual="include/top.html" --> + + Die Vorbedingung unter dem angeforderten URL wurde + negativ ausgewertet. + +<!--#include virtual="include/bottom.html" --> +----------de-- + +Content-language: en +Content-type: text/html +Body:----------en-- +<!--#set var="TITLE" value="Precondition failed!" --> +<!--#include virtual="include/top.html" --> + + The precondition on the request for the URL failed positive evaluation. + +<!--#include virtual="include/bottom.html" --> +----------en-- + +Content-language: es +Content-type: text/html +Body:----------es-- +<!--#set var="TITLE" value="Precondition failed!" --> +<!--#include virtual="include/top.html" --> + + La precondicion para que exista una + conección al URL solicitado es falsa. + +<!--#include virtual="include/bottom.html" --> +----------es-- + +Content-language: fr +Content-type: text/html +Body:----------fr-- +<!--#set var="TITLE" value="Précondition négative!" --> +<!--#include virtual="include/top.html" --> + +La précondition pour l'URL requise a été évaluée négativement. + +<!--#include virtual="include/bottom.html" -->----------fr-- |