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_METHOD_NOT_ALLOWED.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_METHOD_NOT_ALLOWED.html.var')
-rw-r--r-- | docs/error/HTTP_METHOD_NOT_ALLOWED.html.var | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/docs/error/HTTP_METHOD_NOT_ALLOWED.html.var b/docs/error/HTTP_METHOD_NOT_ALLOWED.html.var new file mode 100644 index 0000000000..38d2bd8a05 --- /dev/null +++ b/docs/error/HTTP_METHOD_NOT_ALLOWED.html.var @@ -0,0 +1,48 @@ +Content-language: de +Content-type: text/html +Body:----------de-- +<!--#set var="TITLE" value="Methode nicht erlaubt!" --> +<!--#include virtual="include/top.html" --> + + Die <!--#echo encoding="none" var="REDIRECT_METHOD"-->-Methode + ist für den angeforderten URL nicht erlaubt. + +<!--#include virtual="include/bottom.html" --> +----------de-- + +Content-language: en +Content-type: text/html +Body:----------en-- +<!--#set var="TITLE" value="Method not allowed!" --> +<!--#include virtual="include/top.html" --> + + The <!--#echo encoding="none" var="REDIRECT_METHOD"--> + method is not allowed for the requested URL. + +<!--#include virtual="include/bottom.html" --> +----------en-- + +Content-language: es +Content-type: text/html +Body:----------es-- +<!--#set var="TITLE" value="Method not allowed!" --> +<!--#include virtual="include/top.html" --> + + El <!--#echo encoding="none" var="REDIRECT_METHOD"--> + método utilizado por su solicitud no esta + permitido por el URL. + +<!--#include virtual="include/bottom.html" --> +----------es-- + +Content-language: fr +Content-type: text/html +Body:----------fr-- +<!--#set var="TITLE" value="Méthode interdite!" --> +<!--#include virtual="include/top.html" --> + + La méthode <!--#echo encoding="none" var="REDIRECT_METHOD"--> + n'est pas utilisable pour l'URL requise. + +<!--#include virtual="include/bottom.html" --> +----------fr-- |