blob: 84a327adc4d2b0a28ef77846703d2406fe5d33d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
|
Content-language: de
Content-type: text/html; charset=ISO-8859-1
Body:----------de--
<!--#set var="CONTENT_LANGUAGE" value="de"
--><!--#set var="TITLE" value="Methode nicht erlaubt!"
--><!--#include virtual="include/top.html" -->
Die <!--#echo var="REDIRECT_REQUEST_METHOD" -->-Methode
ist für den angeforderten URL nicht erlaubt.
<!--#include virtual="include/bottom.html" -->
----------de--
Content-language: en
Content-type: text/html; charset=ISO-8859-1
Body:----------en--
<!--#set var="TITLE" value="Method not allowed!"
--><!--#include virtual="include/top.html" -->
The <!--#echo var="REDIRECT_REQUEST_METHOD" -->
method is not allowed for the requested URL.
<!--#include virtual="include/bottom.html" -->
----------en--
Content-language: es
Content-type: text/html; charset=ISO-8859-1
Body:----------es--
<!--#set var="CONTENT_LANGUAGE" value="es"
--><!--#set var="TITLE" value="Method not allowed!"
--><!--#include virtual="include/top.html" -->
El <!--#echo var="REDIRECT_REQUEST_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; charset=ISO-8859-1
Body:----------fr--
<!--#set var="CONTENT_LANGUAGE" value="fr"
--><!--#set var="TITLE" value="Méthode interdite!"
--><!--#include virtual="include/top.html" -->
La méthode <!--#echo var="REDIRECT_REQUEST_METHOD" -->
n'est pas utilisable pour l'URL requise.
<!--#include virtual="include/bottom.html" -->
----------fr--
Content-language: nl
Content-type: text/html; charset=ISO-8859-1
Body:----------nl--
<!--#set var="CONTENT_LANGUAGE" value="nl"
--><!--#set var="TITLE" value="Type methode niet toegelaten!"
--><!--#include virtual="include/top.html" -->
Het <!--#echo var="REDIRECT_REQUEST_METHOD" -->
type methode is niet toegelaten voor de gevraagde URL.
<!--#include virtual="include/bottom.html" -->
----------nl--
Content-language: sv
Content-type: text/html; charset=ISO-8859-1
Body:----------sv--
<!--#set var="CONTENT_LANGUAGE" value="sv"
--><!--#set var="TITLE" value="Metoden inte tillåten!"
--><!--#include virtual="include/top.html" -->
<!--#echo var="REDIRECT_REQUEST_METHOD" -->
metoden är inte tillåten för den förfrågade
adressen.
<!--#include virtual="include/bottom.html" -->
----------sv--
Content-language: it
Content-type: text/html; charset=ISO-8859-1
Body:----------it--
<!--#set var="CONTENT_LANGUAGE" value="it"
--><!--#set var="TITLE" value="Metodo non consentito!"
--><!--#include virtual="include/top.html" -->
Il metodo <!--#echo var="REDIRECT_REQUEST_METHOD" -->
non è consentito per l'URL richiesto.
<!--#include virtual="include/bottom.html" -->
----------it--
Content-language: pt-br
Content-type: text/html; charset=ISO-8859-1
Body:-------pt-br--
<!--#set var="CONTENT_LANGUAGE" value="pt-br"
--><!--#set var="TITLE" value="Método não permitido!"
--><!--#include virtual="include/top.html" -->
O método <!--#echo var="REDIRECT_REQUEST_METHOD" -->
não é permitido para a URL requisitada.
<!--#include virtual="include/bottom.html" -->
-------pt-br--
|