blob: 219ef8d48b59b982c60eccf78d5da4603df76fff (
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
106
107
|
Content-language: de
Content-type: text/html; charset=ISO-8859-1
Body:----------de--
<!--#set var="CONTENT_LANGUAGE" value="de" -->
<!--#set var="TITLE" value="Übergebener URI zu groß!" -->
<!--#include virtual="include/top.html" -->
Der bei der Anfrage übermittelte URI überschreitet
die maximale Länge.
Die Anfrage kann nicht ausgeführt werden.
<!--#include virtual="include/bottom.html" -->
----------de--
Content-language: en
Content-type: text/html; charset=ISO-8859-1
Body:----------en--
<!--#set var="TITLE" value="Submitted URI too large!" -->
<!--#include virtual="include/top.html" -->
The length of the requested URL exceeds the capacity limit for
this server. The request cannot be processed.
<!--#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="Submitted URI too large!" -->
<!--#include virtual="include/top.html" -->
Su solicitud no puede procesarse debido a que la
longitud del URL excede la capacidad limite del
servidor.
<!--#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="L'URI demandee est trop longue!" -->
<!--#include virtual="include/top.html" -->
La longueur de l'URL demandée excède la limite de
capacitè pour ce serveur. Nous ne pouvons donner suite
à votre requête.
<!--#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="Aangeboden URI te groot!" -->
<!--#include virtual="include/top.html" -->
De lengte van de aangeboden URL overschreidt het maximum
voor deze server. De vraag kan niet verwerkt worden.
<!--#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="Efterfrågad URI för stor!" -->
<!--#include virtual="include/top.html" -->
Längden på adressen som efterfrågas överskrider
kapacitetsgränsen för denna server. Förfrågan kan
inte verkställas.
<!--#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="URI troppo lungo!" -->
<!--#include virtual="include/top.html" -->
La lunghezza dell'indirizzo (URL) trasmesso supera il
limite massimo imposto da questo server.
La richiesta non può essere soddisfatta.
<!--#include virtual="include/bottom.html" -->
----------it--
Content-language: pt-br
Content-type: text/html; charset=ISO-8859-1
Body:-------pt-br--
<!--#set var="TITLE" value="URL excede limite!" -->
<!--#include virtual="include/top.html" -->
O tamanho do endereço (URL) excede a capacidade limite
desse servidor. A requisição não pode ser
processada.
<!--#include virtual="include/bottom.html" -->
-------pt-br--
|