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_REQUEST_ENTITY_TOO_LARGE.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_REQUEST_ENTITY_TOO_LARGE.html.var')
-rw-r--r-- | docs/error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var b/docs/error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var index 6ee731abac..1d781b1da9 100644 --- a/docs/error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var +++ b/docs/error/HTTP_REQUEST_ENTITY_TOO_LARGE.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="Übergebene Daten zu groß!" --> <!--#include virtual="include/top.html" --> @@ -27,6 +28,7 @@ Body:----------en-- Content-language: es Content-type: text/html Body:----------es-- +<!--#set var="CONTENT_LANGUAGE" value="es" --> <!--#set var="TITLE" value="Request entity too large!" --> <!--#include virtual="include/top.html" --> @@ -41,6 +43,7 @@ Body:----------es-- Content-language: fr Content-type: text/html Body:----------fr-- +<!--#set var="CONTENT_LANGUAGE" value="fr" --> <!--#set var="TITLE" value="Volume de la demande trop grand!" --> <!--#include virtual="include/top.html" --> @@ -54,6 +57,7 @@ Body:----------fr-- Content-language: nl Content-type: text/html Body:----------nl-- +<!--#set var="CONTENT_LANGUAGE" value="nl" --> <!--#set var="TITLE" value="Volume van gevraagde entiteit te groot!" --> <!--#include virtual="include/top.html" --> @@ -66,6 +70,7 @@ Body:----------nl-- Content-language: sv Content-type: text/html Body:----------sv-- +<!--#set var="CONTENT_LANGUAGE" value="sv" --> <!--#set var="TITLE" value="För stor enhet vid förfrågan!" --> <!--#include virtual="include/top.html" --> @@ -78,6 +83,7 @@ Body:----------sv-- Content-language: it Content-type: text/html Body:----------it-- +<!--#set var="CONTENT_LANGUAGE" value="it" --> <!--#set var="TITLE" value="Richiesta troppo grande!" --> <!--#include virtual="include/top.html" --> |