diff options
author | Erik Abele <erikabele@apache.org> | 2002-08-24 18:45:42 +0200 |
---|---|---|
committer | Erik Abele <erikabele@apache.org> | 2002-08-24 18:45:42 +0200 |
commit | b750a2a14bec47848aec7b58b680660be23f13b8 (patch) | |
tree | ce1d1c3ec813ed10e42eb25e98e4fea823154b0e /docs/error/HTTP_BAD_REQUEST.html.var | |
parent | Fixed some typos, improved the security note. (diff) | |
download | apache2-b750a2a14bec47848aec7b58b680660be23f13b8.tar.xz apache2-b750a2a14bec47848aec7b58b680660be23f13b8.zip |
Included two new SSI-vars to correct the internationalized
error-response behaviours. CHARACTER_ENCODING, CONTENT_LANGUAGE.
Submitted by: Hiroaki Kawai <hawk@bcl.t.u-tokyo.ac.jp>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96519 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/error/HTTP_BAD_REQUEST.html.var')
-rw-r--r-- | docs/error/HTTP_BAD_REQUEST.html.var | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/error/HTTP_BAD_REQUEST.html.var b/docs/error/HTTP_BAD_REQUEST.html.var index abaacd4d3e..dd578aa7f0 100644 --- a/docs/error/HTTP_BAD_REQUEST.html.var +++ b/docs/error/HTTP_BAD_REQUEST.html.var @@ -1,6 +1,7 @@ Content-language: de Content-type: text/html Body:----------de-- +<!--#set var="CONTENT_LANGUAGE" value="de" --> <!--#set var="TITLE" value="Fehlerhafte Anfrage!" --> <!--#include virtual="include/top.html" --> @@ -25,6 +26,7 @@ Body:----------en-- Content-language: es Content-type: text/html Body:----------es-- +<!--#set var="CONTENT_LANGUAGE" value="es" --> <!--#set var="TITLE" value="Bad request!" --> <!--#include virtual="include/top.html" --> @@ -37,6 +39,7 @@ Body:----------es-- Content-language: fr Content-type: text/html Body:----------fr-- +<!--#set var="CONTENT_LANGUAGE" value="fr" --> <!--#set var="TITLE" value="Demande incorrecte!" --> <!--#include virtual="include/top.html" --> @@ -49,6 +52,7 @@ Body:----------fr-- Content-language: nl Content-type: text/html Body:----------nl-- +<!--#set var="CONTENT_LANGUAGE" value="nl" --> <!--#set var="TITLE" value="Slechte vraag!" --> <!--#include virtual="include/top.html" --> @@ -61,6 +65,7 @@ Body:----------nl-- Content-language: sv Content-type: text/html Body:----------sv-- +<!--#set var="CONTENT_LANGUAGE" value="sv" --> <!--#set var="TITLE" value="Felaktig förfrågan!" --> <!--#include virtual="include/top.html" --> @@ -73,6 +78,7 @@ Body:----------sv-- Content-language: it Content-type: text/html Body:----------it-- +<!--#set var="CONTENT_LANGUAGE" value="it" --> <!--#set var="TITLE" value="Richiesta incomprensibile!" --> <!--#include virtual="include/top.html" --> |