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 | |
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')
-rw-r--r-- | docs/error/HTTP_BAD_GATEWAY.html.var | 6 | ||||
-rw-r--r-- | docs/error/HTTP_BAD_REQUEST.html.var | 6 | ||||
-rw-r--r-- | docs/error/HTTP_FORBIDDEN.html.var | 6 | ||||
-rw-r--r-- | docs/error/HTTP_GONE.html.var | 6 | ||||
-rw-r--r-- | docs/error/HTTP_INTERNAL_SERVER_ERROR.html.var | 6 | ||||
-rw-r--r-- | docs/error/HTTP_LENGTH_REQUIRED.html.var | 5 | ||||
-rw-r--r-- | docs/error/HTTP_METHOD_NOT_ALLOWED.html.var | 6 | ||||
-rw-r--r-- | docs/error/HTTP_NOT_ACCEPTABLE.html.var | 6 | ||||
-rw-r--r-- | docs/error/HTTP_NOT_FOUND.html.var | 6 | ||||
-rw-r--r-- | docs/error/HTTP_NOT_IMPLEMENTED.html.var | 6 | ||||
-rw-r--r-- | docs/error/HTTP_PRECONDITION_FAILED.html.var | 6 | ||||
-rw-r--r-- | docs/error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var | 6 | ||||
-rw-r--r-- | docs/error/HTTP_REQUEST_TIME_OUT.html.var | 6 | ||||
-rw-r--r-- | docs/error/HTTP_REQUEST_URI_TOO_LARGE.html.var | 6 | ||||
-rw-r--r-- | docs/error/HTTP_SERVICE_UNAVAILABLE.html.var | 6 | ||||
-rw-r--r-- | docs/error/HTTP_UNAUTHORIZED.html.var | 6 | ||||
-rw-r--r-- | docs/error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var | 6 | ||||
-rw-r--r-- | docs/error/HTTP_VARIANT_ALSO_VARIES.html.var | 6 | ||||
-rw-r--r-- | docs/error/include/top.html | 12 |
19 files changed, 116 insertions, 3 deletions
diff --git a/docs/error/HTTP_BAD_GATEWAY.html.var b/docs/error/HTTP_BAD_GATEWAY.html.var index ce6a8940eb..bab60176e2 100644 --- a/docs/error/HTTP_BAD_GATEWAY.html.var +++ b/docs/error/HTTP_BAD_GATEWAY.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="Fehlerhaftes Gateway!" --> <!--#include virtual="include/top.html" --> @@ -35,6 +36,7 @@ Body:----------en-- Content-language: es Content-type: text/html Body:----------es-- +<!--#set var="CONTENT_LANGUAGE" value="es" --> <!--#set var="TITLE" value="Bad Gateway!" --> <!--#include virtual="include/top.html" --> @@ -52,6 +54,7 @@ Body:----------es-- Content-language: fr Content-type: text/html Body:----------fr-- +<!--#set var="CONTENT_LANGUAGE" value="fr" --> <!--#set var="TITLE" value="Gateway incorrecte!" --> <!--#include virtual="include/top.html" --> @@ -69,6 +72,7 @@ Body:----------fr-- Content-language: nl Content-type: text/html Body:----------nl-- +<!--#set var="CONTENT_LANGUAGE" value="nl" --> <!--#set var="TITLE" value="Verkeerde Gateway!" --> <!--#include virtual="include/top.html" --> @@ -86,6 +90,7 @@ Body:----------nl-- Content-language: sv Content-type: text/html Body:----------sv-- +<!--#set var="CONTENT_LANGUAGE" value="sv" --> <!--#set var="TITLE" value="Felaktig Gateway!" --> <!--#include virtual="include/top.html" --> @@ -103,6 +108,7 @@ Body:----------sv-- Content-language: it Content-type: text/html Body:----------it-- +<!--#set var="CONTENT_LANGUAGE" value="it" --> <!--#set var="TITLE" value="Gateway errato!" --> <!--#include virtual="include/top.html" --> 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" --> diff --git a/docs/error/HTTP_FORBIDDEN.html.var b/docs/error/HTTP_FORBIDDEN.html.var index 4431a35d22..61ff668426 100644 --- a/docs/error/HTTP_FORBIDDEN.html.var +++ b/docs/error/HTTP_FORBIDDEN.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="Zugriff verweigert!" --> <!--#include virtual="include/top.html" --> @@ -45,6 +46,7 @@ Body:----------en-- Content-language: es Content-type: text/html Body:----------es-- +<!--#set var="CONTENT_LANGUAGE" value="es" --> <!--#set var="TITLE" value="Access forbidden!" --> <!--#include virtual="include/top.html" --> @@ -69,6 +71,7 @@ Body:----------es-- Content-language: fr Content-type: text/html Body:----------fr-- +<!--#set var="CONTENT_LANGUAGE" value="fr" --> <!--#set var="TITLE" value="Accès interdit!" --> <!--#include virtual="include/top.html" --> @@ -92,6 +95,7 @@ Body:----------fr-- Content-language: nl Content-type: text/html Body:----------nl-- +<!--#set var="CONTENT_LANGUAGE" value="nl" --> <!--#set var="TITLE" value="Toegang verboden!" --> <!--#include virtual="include/top.html" --> @@ -113,6 +117,7 @@ Body:----------nl-- Content-language: sv Content-type: text/html Body:----------sv-- +<!--#set var="CONTENT_LANGUAGE" value="sv" --> <!--#set var="TITLE" value="Åtkomst förbjuden!" --> <!--#include virtual="include/top.html" --> @@ -136,6 +141,7 @@ Body:----------sv-- Content-language: it Content-type: text/html Body:----------it-- +<!--#set var="CONTENT_LANGUAGE" value="it" --> <!--#set var="TITLE" value="Accesso negato!" --> <!--#include virtual="include/top.html" --> diff --git a/docs/error/HTTP_GONE.html.var b/docs/error/HTTP_GONE.html.var index 4e3c70cf06..6892021a92 100644 --- a/docs/error/HTTP_GONE.html.var +++ b/docs/error/HTTP_GONE.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="Objekt nicht mehr verfügbar!" --> <!--#include virtual="include/top.html" --> @@ -52,6 +53,7 @@ Body:----------en-- Content-language: es Content-type: text/html Body:----------es-- +<!--#set var="CONTENT_LANGUAGE" value="es" --> <!--#set var="TITLE" value="Resource is no longer available!" --> <!--#include virtual="include/top.html" --> @@ -77,6 +79,7 @@ Body:----------es-- Content-language: fr Content-type: text/html Body:----------fr-- +<!--#set var="CONTENT_LANGUAGE" value="fr" --> <!--#set var="TITLE" value="Cette ressource n'existe plus!" --> <!--#include virtual="include/top.html" --> @@ -102,6 +105,7 @@ Body:----------fr-- Content-language: nl Content-type: text/html Body:----------nl-- +<!--#set var="CONTENT_LANGUAGE" value="nl" --> <!--#set var="TITLE" value="Dit object is niet langer beschikbaar!" --> <!--#include virtual="include/top.html" --> @@ -127,6 +131,7 @@ Body:----------nl-- Content-language: sv Content-type: text/html Body:----------sv-- +<!--#set var="CONTENT_LANGUAGE" value="sv" --> <!--#set var="TITLE" value="Resursen inte längre tillgänglig!" --> <!--#include virtual="include/top.html" --> @@ -152,6 +157,7 @@ Body:----------sv-- Content-language: it Content-type: text/html Body:----------it-- +<!--#set var="CONTENT_LANGUAGE" value="it" --> <!--#set var="TITLE" value="La risorsa non è più disponibile!" --> <!--#include virtual="include/top.html" --> diff --git a/docs/error/HTTP_INTERNAL_SERVER_ERROR.html.var b/docs/error/HTTP_INTERNAL_SERVER_ERROR.html.var index 5af3cfee0d..c78b6033ed 100644 --- a/docs/error/HTTP_INTERNAL_SERVER_ERROR.html.var +++ b/docs/error/HTTP_INTERNAL_SERVER_ERROR.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="Serverfehler!" --> <!--#include virtual="include/top.html" --> @@ -56,6 +57,7 @@ Body:----------en-- Content-language: es Content-type: text/html Body:----------es-- +<!--#set var="CONTENT_LANGUAGE" value="es" --> <!--#set var="TITLE" value="Server error!" --> <!--#include virtual="include/top.html" --> @@ -85,6 +87,7 @@ Body:----------es-- Content-language: fr Content-type: text/html Body:----------fr-- +<!--#set var="CONTENT_LANGUAGE" value="fr" --> <!--#set var="TITLE" value="Erreur du serveur!" --> <!--#include virtual="include/top.html" --> @@ -113,6 +116,7 @@ Body:----------fr-- Content-language: nl Content-type: text/html Body:----------nl-- +<!--#set var="CONTENT_LANGUAGE" value="nl" --> <!--#set var="TITLE" value="Server fout!" --> <!--#include virtual="include/top.html" --> @@ -137,6 +141,7 @@ Body:----------nl-- Content-language: sv Content-type: text/html Body:----------sv-- +<!--#set var="CONTENT_LANGUAGE" value="sv" --> <!--#set var="TITLE" value="Serverfel!" --> <!--#include virtual="include/top.html" --> @@ -164,6 +169,7 @@ Body:----------sv-- Content-language: it Content-type: text/html Body:----------it-- +<!--#set var="CONTENT_LANGUAGE" value="it" --> <!--#set var="TITLE" value="Errore del server!" --> <!--#include virtual="include/top.html" --> diff --git a/docs/error/HTTP_LENGTH_REQUIRED.html.var b/docs/error/HTTP_LENGTH_REQUIRED.html.var index 3a6aea4320..264930bafe 100644 --- a/docs/error/HTTP_LENGTH_REQUIRED.html.var +++ b/docs/error/HTTP_LENGTH_REQUIRED.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="Content-Length-Angabe fehlerhaft!" --> <!--#include virtual="include/top.html" --> @@ -27,6 +28,7 @@ Body:----------en-- Content-language: fr Content-type: text/html Body:----------fr-- +<!--#set var="CONTENT_LANGUAGE" value="fr" --> <!--#set var="TITLE" value="Longueur du contenu illégal!" --> <!--#include virtual="include/top.html" --> @@ -39,6 +41,7 @@ Body:----------fr-- Content-language: nl Content-type: text/html Body:----------nl-- +<!--#set var="CONTENT_LANGUAGE" value="nl" --> <!--#set var="TITLE" value="Ongeldige lengte inhoud!" --> <!--#include virtual="include/top.html" --> @@ -51,6 +54,7 @@ Body:----------nl-- Content-language: sv Content-type: text/html Body:----------sv-- +<!--#set var="CONTENT_LANGUAGE" value="sv" --> <!--#set var="TITLE" value="Felaktig Content-Length!" --> <!--#include virtual="include/top.html" --> @@ -63,6 +67,7 @@ Body:----------sv-- Content-language: it Content-type: text/html Body:----------it-- +<!--#set var="CONTENT_LANGUAGE" value="it" --> <!--#set var="TITLE" value="Campo Content-Length non valido!" --> <!--#include virtual="include/top.html" --> diff --git a/docs/error/HTTP_METHOD_NOT_ALLOWED.html.var b/docs/error/HTTP_METHOD_NOT_ALLOWED.html.var index 3ee54f5c32..5e0d7c856f 100644 --- a/docs/error/HTTP_METHOD_NOT_ALLOWED.html.var +++ b/docs/error/HTTP_METHOD_NOT_ALLOWED.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="Methode nicht erlaubt!" --> <!--#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="Method not allowed!" --> <!--#include virtual="include/top.html" --> @@ -38,6 +40,7 @@ Body:----------es-- Content-language: fr Content-type: text/html Body:----------fr-- +<!--#set var="CONTENT_LANGUAGE" value="fr" --> <!--#set var="TITLE" value="Méthode interdite!" --> <!--#include virtual="include/top.html" --> @@ -50,6 +53,7 @@ Body:----------fr-- Content-language: nl Content-type: text/html Body:----------nl-- +<!--#set var="CONTENT_LANGUAGE" value="nl" --> <!--#set var="TITLE" value="Type methode niet toegelaten!" --> <!--#include virtual="include/top.html" --> @@ -62,6 +66,7 @@ Body:----------nl-- Content-language: sv Content-type: text/html Body:----------sv-- +<!--#set var="CONTENT_LANGUAGE" value="sv" --> <!--#set var="TITLE" value="Metoden inte tillåten!" --> <!--#include virtual="include/top.html" --> @@ -75,6 +80,7 @@ Body:----------sv-- Content-language: it Content-type: text/html Body:----------it-- +<!--#set var="CONTENT_LANGUAGE" value="it" --> <!--#set var="TITLE" value="Metodo non consentito!" --> <!--#include virtual="include/top.html" --> diff --git a/docs/error/HTTP_NOT_ACCEPTABLE.html.var b/docs/error/HTTP_NOT_ACCEPTABLE.html.var index 3dbfadce16..405ef993e0 100644 --- a/docs/error/HTTP_NOT_ACCEPTABLE.html.var +++ b/docs/error/HTTP_NOT_ACCEPTABLE.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="Kein passendes Objekt gefunden!" --> <!--#include virtual="include/top.html" --> @@ -26,6 +27,7 @@ Body:----------en-- Content-language: es Content-type: text/html Body:----------es-- +<!--#set var="CONTENT_LANGUAGE" value="es" --> <!--#set var="TITLE" value="No acceptable object found!" --> <!--#include virtual="include/top.html" --> @@ -39,6 +41,7 @@ Body:----------es-- Content-language: fr Content-type: text/html Body:----------fr-- +<!--#set var="CONTENT_LANGUAGE" value="fr" --> <!--#set var="TITLE" value="L'objet trouvé n'est pas acceptable!" --> <!--#include virtual="include/top.html" --> @@ -51,6 +54,7 @@ Body:----------fr-- Content-language: nl Content-type: text/html Body:----------nl-- +<!--#set var="CONTENT_LANGUAGE" value="nl" --> <!--#set var="TITLE" value="Geen acceptabel object gevonden!" --> <!--#include virtual="include/top.html" --> @@ -63,6 +67,7 @@ Body:----------nl-- Content-language: sv Content-type: text/html Body:----------sv-- +<!--#set var="CONTENT_LANGUAGE" value="sv" --> <!--#set var="TITLE" value="Inget acceptabelt objekt hittat!" --> <!--#include virtual="include/top.html" --> @@ -75,6 +80,7 @@ Body:----------sv-- Content-language: it Content-type: text/html Body:----------it-- +<!--#set var="CONTENT_LANGUAGE" value="it" --> <!--#set var="TITLE" value="Nessun oggetto accettabile!" --> <!--#include virtual="include/top.html" --> diff --git a/docs/error/HTTP_NOT_FOUND.html.var b/docs/error/HTTP_NOT_FOUND.html.var index 76713f4313..ef42c8bbcf 100644 --- a/docs/error/HTTP_NOT_FOUND.html.var +++ b/docs/error/HTTP_NOT_FOUND.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="Objekt nicht gefunden!" --> <!--#include virtual="include/top.html" --> @@ -54,6 +55,7 @@ Body:----------en-- Content-language: es Content-type: text/html Body:----------es-- +<!--#set var="CONTENT_LANGUAGE" value="es" --> <!--#set var="TITLE" value="Object not found!" --> <!--#include virtual="include/top.html" --> @@ -82,6 +84,7 @@ Body:----------es-- Content-language: fr Content-type: text/html Body:----------fr-- +<!--#set var="CONTENT_LANGUAGE" value="fr" --> <!--#set var="TITLE" value="Objet non trouvé!" --> <!--#include virtual="include/top.html" --> @@ -110,6 +113,7 @@ Body:----------fr-- Content-language: nl Content-type: text/html Body:----------nl-- +<!--#set var="CONTENT_LANGUAGE" value="nl" --> <!--#set var="TITLE" value="Object niet gevonden!" --> <!--#include virtual="include/top.html" --> @@ -136,6 +140,7 @@ Body:----------nl-- Content-language: sv Content-type: text/html Body:----------sv-- +<!--#set var="CONTENT_LANGUAGE" value="sv" --> <!--#set var="TITLE" value="Objektet hittas ej!" --> <!--#include virtual="include/top.html" --> @@ -162,6 +167,7 @@ Body:----------sv-- Content-language: it Content-type: text/html Body:----------it-- +<!--#set var="CONTENT_LANGUAGE" value="it" --> <!--#set var="TITLE" value="Oggetto non trovato!" --> <!--#include virtual="include/top.html" --> diff --git a/docs/error/HTTP_NOT_IMPLEMENTED.html.var b/docs/error/HTTP_NOT_IMPLEMENTED.html.var index 5e2e0bb6f7..47fc0385d9 100644 --- a/docs/error/HTTP_NOT_IMPLEMENTED.html.var +++ b/docs/error/HTTP_NOT_IMPLEMENTED.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="Anfrage nicht ausführbar!" --> <!--#include virtual="include/top.html" --> @@ -24,6 +25,7 @@ Body:----------en-- Content-language: es Content-type: text/html Body:----------es-- +<!--#set var="CONTENT_LANGUAGE" value="es" --> <!--#set var="TITLE" value="Cannot proceed request!" --> <!--#include virtual="include/top.html" --> @@ -36,6 +38,7 @@ Body:----------es-- Content-language: fr Content-type: text/html Body:----------fr-- +<!--#set var="CONTENT_LANGUAGE" value="fr" --> <!--#set var="TITLE" value="La requête ne peut être effectuée!" --> <!--#include virtual="include/top.html" --> @@ -48,6 +51,7 @@ Body:----------fr-- Content-language: nl Content-type: text/html Body:----------nl-- +<!--#set var="CONTENT_LANGUAGE" value="nl" --> <!--#set var="TITLE" value="Kan vraag niet verwerken!" --> <!--#include virtual="include/top.html" --> @@ -59,6 +63,7 @@ Body:----------nl-- Content-language: sv Content-type: text/html Body:----------sv-- +<!--#set var="CONTENT_LANGUAGE" value="sv" --> <!--#set var="TITLE" value="Kan ej utföra förfrågan!" --> <!--#include virtual="include/top.html" --> @@ -71,6 +76,7 @@ Body:----------sv-- Content-language: it Content-type: text/html Body:----------it-- +<!--#set var="CONTENT_LANGUAGE" value="it" --> <!--#set var="TITLE" value="La richiesta non può essere soddisfatta!" --> <!--#include virtual="include/top.html" --> diff --git a/docs/error/HTTP_PRECONDITION_FAILED.html.var b/docs/error/HTTP_PRECONDITION_FAILED.html.var index 2a249b3091..c2ffa504a2 100644 --- a/docs/error/HTTP_PRECONDITION_FAILED.html.var +++ b/docs/error/HTTP_PRECONDITION_FAILED.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="Vorbedingung negativ!" --> <!--#include virtual="include/top.html" --> @@ -24,6 +25,7 @@ Body:----------en-- Content-language: es Content-type: text/html Body:----------es-- +<!--#set var="CONTENT_LANGUAGE" value="es" --> <!--#set var="TITLE" value="Precondition failed!" --> <!--#include virtual="include/top.html" --> @@ -36,6 +38,7 @@ Body:----------es-- Content-language: fr Content-type: text/html Body:----------fr-- +<!--#set var="CONTENT_LANGUAGE" value="fr" --> <!--#set var="TITLE" value="Précondition négative!" --> <!--#include virtual="include/top.html" --> @@ -48,6 +51,7 @@ Body:----------fr-- Content-language: nl Content-type: text/html Body:----------nl-- +<!--#set var="CONTENT_LANGUAGE" value="nl" --> <!--#set var="TITLE" value="Startvoorwaarde niet voldaan!" --> <!--#include virtual="include/top.html" --> @@ -59,6 +63,7 @@ Body:----------nl-- Content-language: sv Content-type: text/html Body:----------sv-- +<!--#set var="CONTENT_LANGUAGE" value="sv" --> <!--#set var="TITLE" value="Nödvändig förutsättning misslyckades!" --> <!--#include virtual="include/top.html" --> @@ -72,6 +77,7 @@ Body:----------sv-- Content-language: it Content-type: text/html Body:----------it-- +<!--#set var="CONTENT_LANGUAGE" value="it" --> <!--#set var="TITLE" value="Criteri di precondizione non soddisfatti!" --> <!--#include virtual="include/top.html" --> 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" --> diff --git a/docs/error/HTTP_REQUEST_TIME_OUT.html.var b/docs/error/HTTP_REQUEST_TIME_OUT.html.var index c4d9f2ce3e..730ae03050 100644 --- a/docs/error/HTTP_REQUEST_TIME_OUT.html.var +++ b/docs/error/HTTP_REQUEST_TIME_OUT.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="Zeitlimit überschritten!" --> <!--#include virtual="include/top.html" --> @@ -26,6 +27,7 @@ Body:----------en-- Content-language: es Content-type: text/html Body:----------es-- +<!--#set var="CONTENT_LANGUAGE" value="es" --> <!--#set var="TITLE" value="Request time-out!" --> <!--#include virtual="include/top.html" --> @@ -39,6 +41,7 @@ Body:----------es-- Content-language: fr Content-type: text/html Body:----------fr-- +<!--#set var="CONTENT_LANGUAGE" value="fr" --> <!--#set var="TITLE" value="Requête trop longue !" --> <!--#include virtual="include/top.html" --> @@ -51,6 +54,7 @@ Body:----------fr-- Content-language: nl Content-type: text/html Body:----------nl-- +<!--#set var="CONTENT_LANGUAGE" value="nl" --> <!--#set var="TITLE" value="Tijdlimiet overschreden!" --> <!--#include virtual="include/top.html" --> @@ -63,6 +67,7 @@ Body:----------nl-- Content-language: sv Content-type: text/html Body:----------sv-- +<!--#set var="CONTENT_LANGUAGE" value="sv" --> <!--#set var="TITLE" value="Request time-out!" --> <!--#include virtual="include/top.html" --> @@ -76,6 +81,7 @@ Body:----------sv-- Content-language: it Content-type: text/html Body:----------it-- +<!--#set var="CONTENT_LANGUAGE" value="it" --> <!--#set var="TITLE" value="Time-out della richiesta!" --> <!--#include virtual="include/top.html" --> diff --git a/docs/error/HTTP_REQUEST_URI_TOO_LARGE.html.var b/docs/error/HTTP_REQUEST_URI_TOO_LARGE.html.var index e74c7f5aa9..14b7076e70 100644 --- a/docs/error/HTTP_REQUEST_URI_TOO_LARGE.html.var +++ b/docs/error/HTTP_REQUEST_URI_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="Übergebener URI zu groß!" --> <!--#include virtual="include/top.html" --> @@ -26,6 +27,7 @@ Body:----------en-- Content-language: es Content-type: text/html Body:----------es-- +<!--#set var="CONTENT_LANGUAGE" value="es" --> <!--#set var="TITLE" value="Submitted URI too large!" --> <!--#include virtual="include/top.html" --> @@ -39,6 +41,7 @@ Body:----------es-- Content-language: fr Content-type: text/html Body:----------fr-- +<!--#set var="CONTENT_LANGUAGE" value="fr" --> <!--#set var="TITLE" value="L'URI demandee est trop longue!" --> <!--#include virtual="include/top.html" --> @@ -52,6 +55,7 @@ Body:----------fr-- Content-language: nl Content-type: text/html Body:----------nl-- +<!--#set var="CONTENT_LANGUAGE" value="nl" --> <!--#set var="TITLE" value="Aangeboden URI te groot!" --> <!--#include virtual="include/top.html" --> @@ -64,6 +68,7 @@ Body:----------nl-- Content-language: sv Content-type: text/html Body:----------sv-- +<!--#set var="CONTENT_LANGUAGE" value="sv" --> <!--#set var="TITLE" value="Submitted URI too large!" --> <!--#include virtual="include/top.html" --> @@ -77,6 +82,7 @@ Body:----------sv-- Content-language: it Content-type: text/html Body:----------it-- +<!--#set var="CONTENT_LANGUAGE" value="it" --> <!--#set var="TITLE" value="URI troppo lungo!" --> <!--#include virtual="include/top.html" --> diff --git a/docs/error/HTTP_SERVICE_UNAVAILABLE.html.var b/docs/error/HTTP_SERVICE_UNAVAILABLE.html.var index 6733316a80..f234e04284 100644 --- a/docs/error/HTTP_SERVICE_UNAVAILABLE.html.var +++ b/docs/error/HTTP_SERVICE_UNAVAILABLE.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="Zugriff nicht möglich!" --> <!--#include virtual="include/top.html" --> @@ -28,6 +29,7 @@ Body:----------en-- Content-language: es Content-type: text/html Body:----------es-- +<!--#set var="CONTENT_LANGUAGE" value="es" --> <!--#set var="TITLE" value="Service unavailable!" --> <!--#include virtual="include/top.html" --> @@ -44,6 +46,7 @@ Body:----------es-- Content-language: fr Content-type: text/html Body:----------fr-- +<!--#set var="CONTENT_LANGUAGE" value="fr" --> <!--#set var="TITLE" value="Service inaccessible!" --> <!--#include virtual="include/top.html" --> @@ -58,6 +61,7 @@ Body:----------fr-- Content-language: nl Content-type: text/html Body:----------nl-- +<!--#set var="CONTENT_LANGUAGE" value="nl" --> <!--#set var="TITLE" value="Dienst niet beschikbaar!" --> <!--#include virtual="include/top.html" --> @@ -71,6 +75,7 @@ Body:----------nl-- Content-language: sv Content-type: text/html Body:----------sv-- +<!--#set var="CONTENT_LANGUAGE" value="sv" --> <!--#set var="TITLE" value="Tjänsten ej tillgänglig!" --> <!--#include virtual="include/top.html" --> @@ -85,6 +90,7 @@ Body:----------sv-- Content-language: it Content-type: text/html Body:----------it-- +<!--#set var="CONTENT_LANGUAGE" value="it" --> <!--#set var="TITLE" value="Servizio non disponibile!" --> <!--#include virtual="include/top.html" --> diff --git a/docs/error/HTTP_UNAUTHORIZED.html.var b/docs/error/HTTP_UNAUTHORIZED.html.var index 467c36981e..8198006284 100644 --- a/docs/error/HTTP_UNAUTHORIZED.html.var +++ b/docs/error/HTTP_UNAUTHORIZED.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="Authentikation fehlgeschlagen!" --> <!--#include virtual="include/top.html" --> @@ -40,6 +41,7 @@ Body:----------en-- Content-language: es Content-type: text/html Body:----------es-- +<!--#set var="CONTENT_LANGUAGE" value="es" --> <!--#set var="TITLE" value="Authentication required!" --> <!--#include virtual="include/top.html" --> @@ -62,6 +64,7 @@ Body:----------es-- Content-language: fr Content-type: text/html Body:----------fr-- +<!--#set var="CONTENT_LANGUAGE" value="fr" --> <!--#set var="TITLE" value="Autorisation requise!" --> <!--#include virtual="include/top.html" --> @@ -85,6 +88,7 @@ Body:----------fr-- Content-language: nl Content-type: text/html Body:----------nl-- +<!--#set var="CONTENT_LANGUAGE" value="nl" --> <!--#set var="TITLE" value="Authenticatie nodig!" --> <!--#include virtual="include/top.html" --> @@ -104,6 +108,7 @@ Body:----------nl-- Content-language: sv Content-type: text/html Body:----------sv-- +<!--#set var="CONTENT_LANGUAGE" value="sv" --> <!--#set var="TITLE" value="Autentisering krävs!" --> <!--#include virtual="include/top.html" --> @@ -123,6 +128,7 @@ Body:----------sv-- Content-language: it Content-type: text/html Body:----------it-- +<!--#set var="CONTENT_LANGUAGE" value="it" --> <!--#set var="TITLE" value="Autorizzazione necessaria!" --> <!--#include virtual="include/top.html" --> diff --git a/docs/error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var b/docs/error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var index 69f2db9729..dc0cb4c393 100644 --- a/docs/error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var +++ b/docs/error/HTTP_UNSUPPORTED_MEDIA_TYPE.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="Nicht unterstütztes Format!" --> <!--#include virtual="include/top.html" --> @@ -24,6 +25,7 @@ Body:----------en-- Content-language: es Content-type: text/html Body:----------es-- +<!--#set var="CONTENT_LANGUAGE" value="es" --> <!--#set var="TITLE" value="Unsupported media type!" --> <!--#include virtual="include/top.html" --> @@ -36,6 +38,7 @@ Body:----------es-- Content-language: fr Content-type: text/html Body:----------fr-- +<!--#set var="CONTENT_LANGUAGE" value="fr" --> <!--#set var="TITLE" value="Type de média invalide!" --> <!--#include virtual="include/top.html" --> @@ -48,6 +51,7 @@ Body:----------fr-- Content-language: nl Content-type: text/html Body:----------nl-- +<!--#set var="CONTENT_LANGUAGE" value="nl" --> <!--#set var="TITLE" value="Niet ondersteund formaat!" --> <!--#include virtual="include/top.html" --> @@ -59,6 +63,7 @@ Body:----------nl-- Content-language: sv Content-type: text/html Body:----------sv-- +<!--#set var="CONTENT_LANGUAGE" value="sv" --> <!--#set var="TITLE" value="Mediatypen stöds ej!" --> <!--#include virtual="include/top.html" --> @@ -70,6 +75,7 @@ Body:----------sv-- Content-language: it Content-type: text/html Body:----------it-- +<!--#set var="CONTENT_LANGUAGE" value="it" --> <!--#set var="TITLE" value="Tipo di dato non supportato!" --> <!--#include virtual="include/top.html" --> diff --git a/docs/error/HTTP_VARIANT_ALSO_VARIES.html.var b/docs/error/HTTP_VARIANT_ALSO_VARIES.html.var index bcf6825875..964d09d14e 100644 --- a/docs/error/HTTP_VARIANT_ALSO_VARIES.html.var +++ b/docs/error/HTTP_VARIANT_ALSO_VARIES.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="Variante ebenfalls veränderlich!" --> <!--#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="Variant also varies!" --> <!--#include virtual="include/top.html" --> @@ -40,6 +42,7 @@ Body:----------es-- Content-language: fr Content-type: text/html Body:----------fr-- +<!--#set var="CONTENT_LANGUAGE" value="fr" --> <!--#set var="TITLE" value="La variante varie elle-même!" --> <!--#include virtual="include/top.html" --> @@ -53,6 +56,7 @@ Body:----------fr-- Content-language: nl Content-type: text/html Body:----------nl-- +<!--#set var="CONTENT_LANGUAGE" value="nl" --> <!--#set var="TITLE" value="Variant varieert ook!" --> <!--#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="Variant also varies!" --> <!--#include virtual="include/top.html" --> @@ -79,6 +84,7 @@ Body:----------sv-- Content-language: it Content-type: text/html Body:----------it-- +<!--#set var="CONTENT_LANGUAGE" value="it" --> <!--#set var="TITLE" value="La versione variante varia essa stessa!" --> <!--#include virtual="include/top.html" --> diff --git a/docs/error/include/top.html b/docs/error/include/top.html index d49a323d54..4c3321e8fd 100644 --- a/docs/error/include/top.html +++ b/docs/error/include/top.html @@ -1,10 +1,16 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<!--#if expr="! $CONTENT_LANGUAGE" --> +<!--#set var="CONTENT_LANGUAGE" value="en" --> +<!--#endif --> +<!--#if expr="! $CHARACTER_ENCODING" --> +<!--#set var="CHARACTER_ENCODING" value="ISO-8859-1" --> +<!--#endif --> +<?xml version="1.0" encoding="<!--#echo var="CHARACTER_ENCODING" -->"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<!--#echo var="CONTENT_LANGUAGE" -->"> <head> <title><!--#echo var="TITLE" --></title> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> +<meta http-equiv="Content-Type" content="text/html; charset=<!--#echo var="CHARACTER_ENCODING" -->" /> <link rev="made" href="mailto:<!--#echo encoding="none" var="SERVER_ADMIN" -->" /> <style type="text/css"> <!-- |