1
0
mirror of https://github.com/apache/httpd.git synced 2025-10-28 20:34:59 +03:00
Files
apache/docs/error/HTTP_INTERNAL_SERVER_ERROR.html.var
Lars Eilebrecht c8486b6cdb Fix wrong german text about proxy(?).
Add more native texts for variants where we send REDIRECT_ERROR_NOTES.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92397 13f79535-47bb-0310-9956-ffa450edef68
2001-12-08 16:56:33 +00:00

110 lines
2.8 KiB
Plaintext

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-Script 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" -->
<!--#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. The server is either
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&uacute;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 &egrave;t&eacute; victime d'une erreur interne et n'a pas
&eacute;t&eacute; capable de faire aboutir votre requ&ecirc;te.
<!--#include virtual="include/spacer.html" -->
Message d'erreur:
<BR><!--#echo var="REDIRECT_ERROR_NOTES" -->
<!--#else -->
Le serveur a &egrave;t&eacute; victime d'une erreur interne et n'a pas
&eacute;t&eacute; capable de faire aboutir votre requ&ecirc;te.
Soit le server est surcharg&eacute; soit il s'agit d'une erreur dans
le script CGI.
<!--#endif -->
<!--#include virtual="include/bottom.html" -->
----------fr--