mirror of
https://github.com/apache/httpd.git
synced 2025-10-28 20:34:59 +03:00
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
110 lines
2.8 KiB
Plaintext
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ú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--
|