blob: 0cf45307f801ac2b54fa5ab5a0af09c653f2d765 (
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
|
Content-language: de
Content-type: text/html
Body:----------de--
<!--#set var="TITLE" value="Serverfehler!" -->
<!--#include virtual="include/top.html" -->
<!--#if expr="$REDIRECT_ERROR_NOTES" -->
Die Anfrage kann nicht beantwortet werden, da im Server
ein interner Fehler aufgetreten ist.
<!--#include virtual="include/spacer.html" -->
Fehlermeldung:
<br /><!--#echo var="REDIRECT_ERROR_NOTES" -->
<!--#else -->
Die Anfrage kann nicht beantwortet werden, da im Server
ein interner Fehler aufgetreten ist.
Der Server ist entweder überlastet oder ein Fehler in
einem CGI-Skript ist aufgetreten.
<!--#endif -->
<!--#include virtual="include/bottom.html" -->
----------de--
Content-language: en
Content-type: text/html
Body:----------en--
<!--#set var="TITLE" value="Server error!" -->
<!--#include virtual="include/top.html" -->
<!--#if expr="$REDIRECT_ERROR_NOTES" -->
The server encountered an internal error and was
unable to complete your request.
<!--#include virtual="include/spacer.html" -->
Error message:
<br /><!--#echo var="REDIRECT_ERROR_NOTES" -->
<!--#else -->
The server encountered an internal error and was
unable to complete your request. Either the server is
overloaded or there was an error in a CGI script.
<!--#endif -->
<!--#include virtual="include/bottom.html" -->
----------en--
Content-language: es
Content-type: text/html
Body:----------es--
<!--#set var="TITLE" value="Server error!" -->
<!--#include virtual="include/top.html" -->
<!--#if expr="$REDIRECT_ERROR_NOTES" -->
El servidor encontro un error interno y fue
imposible completar su solicitud.
<!--#include virtual="include/spacer.html" -->
Mensaje de error:
<br /><!--#echo var="REDIRECT_ERROR_NOTES" -->
<!--#else -->
El servidor encontro un error interno y fue
imposible completar su solicitud.
Existe tambien la posibilidad de que el servidor
este sobrecargado o de algún error en un
programa de CGI.
<!--#endif -->
<!--#include virtual="include/bottom.html" -->
----------es--
Content-language: fr
Content-type: text/html
Body:----------fr--
<!--#set var="TITLE" value="Erreur du serveur!" -->
<!--#include virtual="include/top.html" -->
<!--#if expr="$REDIRECT_ERROR_NOTES" -->
Le serveur a èté victime d'une erreur interne et n'a pas
été capable de faire aboutir votre requête.
<!--#include virtual="include/spacer.html" -->
Message d'erreur:
<br /><!--#echo var="REDIRECT_ERROR_NOTES" -->
<!--#else -->
Le serveur a èté victime d'une erreur interne et n'a pas
été capable de faire aboutir votre requête.
Soit le server est surchargé soit il s'agit d'une erreur dans
le script CGI.
<!--#endif -->
<!--#include virtual="include/bottom.html" -->
----------fr--
Content-language: nl
Content-type: text/html
Body:----------nl--
<!--#set var="TITLE" value="Server fout!" -->
<!--#include virtual="include/top.html" -->
<!--#if expr="$REDIRECT_ERROR_NOTES" -->
<!--#include virtual="include/spacer.html" -->
Foutbericht :
<BR><!--#echo var="REDIRECT_ERROR_NOTES" -->
<!--#else -->
De server kreeg een interne fout en kon
uw vraag niet beantwoorden. De server is overbelast
of er was een fout in een CGI script.
<!--#endif -->
<!--#include virtual="include/bottom.html" -->
----------nl--
Content-language: sv
Content-type: text/html
Body:----------sv--
<!--#set var="TITLE" value="Serverfel!" -->
<!--#include virtual="include/top.html" -->
<!--#if expr="$REDIRECT_ERROR_NOTES" -->
Servern råkade ut för ett internt fel och var inte möjlig
att slutföra din begäran.
<!--#include virtual="include/spacer.html" -->
Felmeddelande:
<br /><!--#echo var="REDIRECT_ERROR_NOTES" -->
<!--#else -->
Servern råkade ut för ett internt fel och var inte möjlig
att slutföra din begäran. Server är antigen överbelastad
eller så innehåller CGI-skriptet fel.
<!--#endif -->
<!--#include virtual="include/bottom.html" -->
----------sv--
Content-language: it
Content-type: text/html
Body:----------it--
<!--#set var="TITLE" value="Errore del server!" -->
<!--#include virtual="include/top.html" -->
<!--#if expr="$REDIRECT_ERROR_NOTES" -->
Il server ha generato un errore interno e non è
in grado di soddisfare la richiesta.
<!--#include virtual="include/spacer.html" -->
Messaggio di errore:
<br /><!--#echo var="REDIRECT_ERROR_NOTES" -->
<!--#else -->
Il server ha generato un errore interno e non è
in grado di soddisfare la richiesta. Il server potrebbe
essere sovraccarico oppure si è verificato un
errore in uno script CGI.
<!--#endif -->
<!--#include virtual="include/bottom.html" -->
----------it--
|