diff options
author | André Malo <nd@apache.org> | 2002-11-27 07:02:33 +0100 |
---|---|---|
committer | André Malo <nd@apache.org> | 2002-11-27 07:02:33 +0100 |
commit | f5fde2ae1af4ae9b8d661269644d9e135b684826 (patch) | |
tree | 3b58d65c572c76bd18018778a1ee9982c3d46071 | |
parent | add %% escaping (diff) | |
download | apache2-f5fde2ae1af4ae9b8d661269644d9e135b684826.tar.xz apache2-f5fde2ae1af4ae9b8d661269644d9e135b684826.zip |
nobody seems to have objections...
* XHTML 1._0_. delivering xhtml 1.1 as text/html is bogus.
(see <http://www.w3.org/TR/xhtml-media-types/#summary>)
* replaced the also bogus <dl> stuff by normal <p>s
and added some CSS instead.
(embedding CSS compatible to xml *and* html causes the very
ugly hack, you can see in top.html, because in HTML <style> contains
CDATA and in XHTML PCDATA, see also
<http://lists.w3.org/Archives/Public/www-html/2002Apr/0053.html>)
* fixed some encoding issues.
* removed the weird empty lines at the beginning of every document
* added CONTENT_LANGUAGE parameter for pt-br
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97665 13f79535-47bb-0310-9956-ffa450edef68
22 files changed, 526 insertions, 491 deletions
diff --git a/docs/error/HTTP_BAD_GATEWAY.html.var b/docs/error/HTTP_BAD_GATEWAY.html.var index 6148b98efe..85366695fd 100644 --- a/docs/error/HTTP_BAD_GATEWAY.html.var +++ b/docs/error/HTTP_BAD_GATEWAY.html.var @@ -1,9 +1,9 @@ Content-language: de Content-type: text/html; charset=ISO-8859-1 Body:----------de-- -<!--#set var="CONTENT_LANGUAGE" value="de" --> -<!--#set var="TITLE" value="Fehlerhaftes Gateway!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="de" +--><!--#set var="TITLE" value="Fehlerhaftes Gateway!" +--><!--#include virtual="include/top.html"--> Der Proxy-Server erhielt eine fehlerhafte Antwort eines übergeordneten Servers oder Proxies. @@ -19,8 +19,8 @@ Body:----------de-- Content-language: en Content-type: text/html; charset=ISO-8859-1 Body:----------en-- -<!--#set var="TITLE" value="Bad Gateway!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="TITLE" value="Bad Gateway!" +--><!--#include virtual="include/top.html" --> The proxy server received an invalid response from an upstream server. @@ -36,9 +36,9 @@ Body:----------en-- Content-language: es Content-type: text/html; charset=ISO-8859-1 Body:----------es-- -<!--#set var="CONTENT_LANGUAGE" value="es" --> -<!--#set var="TITLE" value="Bad Gateway!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="es" +--><!--#set var="TITLE" value="Bad Gateway!" +--><!--#include virtual="include/top.html" --> El servidor fuente recibio información inválida por parte del servidor destino. @@ -54,9 +54,9 @@ Body:----------es-- Content-language: fr Content-type: text/html; charset=ISO-8859-1 Body:----------fr-- -<!--#set var="CONTENT_LANGUAGE" value="fr" --> -<!--#set var="TITLE" value="Gateway incorrecte!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="fr" +--><!--#set var="TITLE" value="Gateway incorrecte!" +--><!--#include virtual="include/top.html" --> Le serveur proxy a reçu une réponse incorrecte de la part d'un serveur supérieur. @@ -72,9 +72,9 @@ Body:----------fr-- Content-language: nl Content-type: text/html; charset=ISO-8859-1 Body:----------nl-- -<!--#set var="CONTENT_LANGUAGE" value="nl" --> -<!--#set var="TITLE" value="Verkeerde Gateway!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="nl" +--><!--#set var="TITLE" value="Verkeerde Gateway!" +--><!--#include virtual="include/top.html" --> De proxy server heeft een ongeldig antwoord ontvangen van een gecontacteerde server. @@ -90,9 +90,9 @@ Body:----------nl-- Content-language: sv Content-type: text/html; charset=ISO-8859-1 Body:----------sv-- -<!--#set var="CONTENT_LANGUAGE" value="sv" --> -<!--#set var="TITLE" value="Felaktig Gateway!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="sv" +--><!--#set var="TITLE" value="Felaktig Gateway!" +--><!--#include virtual="include/top.html" --> Proxyservern mottog ett felaktigt svar från en tidigare server. @@ -108,9 +108,9 @@ Body:----------sv-- Content-language: it Content-type: text/html; charset=ISO-8859-1 Body:----------it-- -<!--#set var="CONTENT_LANGUAGE" value="it" --> -<!--#set var="TITLE" value="Gateway errato!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="it" +--><!--#set var="TITLE" value="Gateway errato!" +--><!--#include virtual="include/top.html" --> Il server proxy ha ricevuto una risposta non valida dal server precedente. @@ -126,8 +126,9 @@ Body:----------it-- Content-language: pt-br Content-type: text/html; charset=ISO-8859-1 Body:-------pt-br-- -<!--#set var="TITLE" value="Gateway inválido!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="pt-br" +--><!--#set var="TITLE" value="Gateway inválido!" +--><!--#include virtual="include/top.html" --> O servidor proxy recebeu uma resposta inválida do servidor destino. @@ -139,3 +140,4 @@ Body:-------pt-br-- <!--#include virtual="include/bottom.html" --> -------pt-br-- + diff --git a/docs/error/HTTP_BAD_REQUEST.html.var b/docs/error/HTTP_BAD_REQUEST.html.var index 8082370661..7cb7646427 100644 --- a/docs/error/HTTP_BAD_REQUEST.html.var +++ b/docs/error/HTTP_BAD_REQUEST.html.var @@ -1,9 +1,9 @@ Content-language: de Content-type: text/html; charset=ISO-8859-1 Body:----------de-- -<!--#set var="CONTENT_LANGUAGE" value="de" --> -<!--#set var="TITLE" value="Fehlerhafte Anfrage!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="de" +--><!--#set var="TITLE" value="Fehlerhafte Anfrage!" +--><!--#include virtual="include/top.html" --> Ihr Browser (oder Proxy) hat eine ungültige Anfrage gesendet, die vom Server nicht beantwortet werden kann. @@ -14,8 +14,8 @@ Body:----------de-- Content-language: en Content-type: text/html; charset=ISO-8859-1 Body:----------en-- -<!--#set var="TITLE" value="Bad request!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="TITLE" value="Bad request!" +--><!--#include virtual="include/top.html" --> Your browser (or proxy) sent a request that this server could not understand. @@ -26,9 +26,9 @@ Body:----------en-- Content-language: es Content-type: text/html; charset=ISO-8859-1 Body:----------es-- -<!--#set var="CONTENT_LANGUAGE" value="es" --> -<!--#set var="TITLE" value="Bad request!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="es" +--><!--#set var="TITLE" value="Bad request!" +--><!--#include virtual="include/top.html" --> El buscador ha solicitado una operación que no puede ser procesada por el servidor. @@ -39,9 +39,9 @@ Body:----------es-- Content-language: fr Content-type: text/html; charset=ISO-8859-1 Body:----------fr-- -<!--#set var="CONTENT_LANGUAGE" value="fr" --> -<!--#set var="TITLE" value="Demande incorrecte!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="fr" +--><!--#set var="TITLE" value="Demande incorrecte!" +--><!--#include virtual="include/top.html" --> Votre navigateur (ou votre proxy) a envoyé une demande que ce serveur n'a pas comprise. @@ -52,9 +52,9 @@ Body:----------fr-- Content-language: nl Content-type: text/html; charset=ISO-8859-1 Body:----------nl-- -<!--#set var="CONTENT_LANGUAGE" value="nl" --> -<!--#set var="TITLE" value="Slechte vraag!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="nl" +--><!--#set var="TITLE" value="Slechte vraag!" +--><!--#include virtual="include/top.html" --> Uw browser (of proxy) stuurde een vraag die deze server niet kon begrijpen. @@ -65,9 +65,9 @@ Body:----------nl-- Content-language: sv Content-type: text/html; charset=ISO-8859-1 Body:----------sv-- -<!--#set var="CONTENT_LANGUAGE" value="sv" --> -<!--#set var="TITLE" value="Felaktig förfrågan!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="sv" +--><!--#set var="TITLE" value="Felaktig förfrågan!" +--><!--#include virtual="include/top.html" --> Din webbläsare eller proxy skickade en förfrågan som denna server inte kunde förstå. @@ -78,9 +78,9 @@ Body:----------sv-- Content-language: it Content-type: text/html; charset=ISO-8859-1 Body:----------it-- -<!--#set var="CONTENT_LANGUAGE" value="it" --> -<!--#set var="TITLE" value="Richiesta incomprensibile!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="it" +--><!--#set var="TITLE" value="Richiesta incomprensibile!" +--><!--#include virtual="include/top.html" --> Il tuo browser (o il proxy) ha inviato a questo server una richiesta incomprensibile. @@ -91,11 +91,13 @@ Body:----------it-- Content-language: pt-br Content-type: text/html; charset=ISO-8859-1 Body:-------pt-br-- -<!--#set var="TITLE" value="Requisição Inválida!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="pt-br" +--><!--#set var="TITLE" value="Requisição Inválida!" +--><!--#include virtual="include/top.html" --> Seu "browser" (ou o servidor proxy) enviou uma requisição inválida ao servidor. <!--#include virtual="include/bottom.html" --> -------pt-br-- + diff --git a/docs/error/HTTP_FORBIDDEN.html.var b/docs/error/HTTP_FORBIDDEN.html.var index c51343806f..354c7ece25 100644 --- a/docs/error/HTTP_FORBIDDEN.html.var +++ b/docs/error/HTTP_FORBIDDEN.html.var @@ -1,9 +1,9 @@ Content-language: de Content-type: text/html; charset=ISO-8859-1 Body:----------de-- -<!--#set var="CONTENT_LANGUAGE" value="de" --> -<!--#set var="TITLE" value="Zugriff verweigert!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="de" +--><!--#set var="TITLE" value="Zugriff verweigert!" +--><!--#include virtual="include/top.html" --> <!--#if expr="$REDIRECT_URL = /\/$/" --> @@ -25,8 +25,8 @@ Body:----------de-- Content-language: en Content-type: text/html; charset=ISO-8859-1 Body:----------en-- -<!--#set var="TITLE" value="Access forbidden!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="TITLE" value="Access forbidden!" +--><!--#include virtual="include/top.html" --> <!--#if expr="$REDIRECT_URL = /\/$/" --> @@ -46,9 +46,9 @@ Body:----------en-- Content-language: es Content-type: text/html; charset=ISO-8859-1 Body:----------es-- -<!--#set var="CONTENT_LANGUAGE" value="es" --> -<!--#set var="TITLE" value="Access forbidden!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="es" +--><!--#set var="TITLE" value="Access forbidden!" +--><!--#include virtual="include/top.html" --> <!--#if expr="$REDIRECT_URL = /\/$/" --> @@ -71,9 +71,9 @@ Body:----------es-- Content-language: fr Content-type: text/html; charset=ISO-8859-1 Body:----------fr-- -<!--#set var="CONTENT_LANGUAGE" value="fr" --> -<!--#set var="TITLE" value="Accès interdit!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="fr" +--><!--#set var="TITLE" value="Accès interdit!" +--><!--#include virtual="include/top.html" --> <!--#if expr="$REDIRECT_URL = /\/$/" --> @@ -95,9 +95,9 @@ Body:----------fr-- Content-language: nl Content-type: text/html; charset=ISO-8859-1 Body:----------nl-- -<!--#set var="CONTENT_LANGUAGE" value="nl" --> -<!--#set var="TITLE" value="Toegang verboden!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="nl" +--><!--#set var="TITLE" value="Toegang verboden!" +--><!--#include virtual="include/top.html" --> <!--#if expr="$REDIRECT_URL = /\/$/" --> @@ -117,9 +117,9 @@ Body:----------nl-- Content-language: sv Content-type: text/html; charset=ISO-8859-1 Body:----------sv-- -<!--#set var="CONTENT_LANGUAGE" value="sv" --> -<!--#set var="TITLE" value="Åtkomst förbjuden!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="sv" +--><!--#set var="TITLE" value="Åtkomst förbjuden!" +--><!--#include virtual="include/top.html" --> <!--#if expr="$REDIRECT_URL = /\/$/" --> @@ -141,9 +141,9 @@ Body:----------sv-- Content-language: it Content-type: text/html; charset=ISO-8859-1 Body:----------it-- -<!--#set var="CONTENT_LANGUAGE" value="it" --> -<!--#set var="TITLE" value="Accesso negato!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="it" +--><!--#set var="TITLE" value="Accesso negato!" +--><!--#include virtual="include/top.html" --> <!--#if expr="$REDIRECT_URL = /\/$/" --> @@ -163,8 +163,9 @@ Body:----------it-- Content-language: pt-br Content-type: text/html; charset=ISO-8859-1 Body:-------pt-br-- -<!--#set var="TITLE" value="Acesso Proibido!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="pt-br" +--><!--#set var="TITLE" value="Acesso Proibido!" +--><!--#include virtual="include/top.html" --> <!--#if expr="$REDIRECT_URL = /\/$/" --> @@ -183,3 +184,4 @@ Body:-------pt-br-- <!--#include virtual="include/bottom.html" --> -------pt-br-- + diff --git a/docs/error/HTTP_GONE.html.var b/docs/error/HTTP_GONE.html.var index 4887160bfd..9545d2a006 100644 --- a/docs/error/HTTP_GONE.html.var +++ b/docs/error/HTTP_GONE.html.var @@ -1,9 +1,9 @@ Content-language: de Content-type: text/html; charset=ISO-8859-1 Body:----------de-- -<!--#set var="CONTENT_LANGUAGE" value="de" --> -<!--#set var="TITLE" value="Objekt nicht mehr verfügbar!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="de" +--><!--#set var="TITLE" value="Objekt nicht mehr verfügbar!" +--><!--#include virtual="include/top.html" --> Der angeforderte URL existiert auf dem Server nicht mehr und wurde dauerhaft entfernt. @@ -12,8 +12,8 @@ Body:----------de-- <!--#if expr="$HTTP_REFERER" --> Bitte informieren Sie den Autor der - <a href="<!--#echo encoding="url" var="HTTP_REFERER"-->">verweisenden Seite</a>, - dass der Link nicht mehr aktuell ist. + <a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">verweisenden + Seite</a>, dass der Link nicht mehr aktuell ist. <!--#else --> @@ -28,8 +28,8 @@ Body:----------de-- Content-language: en Content-type: text/html; charset=ISO-8859-1 Body:----------en-- -<!--#set var="TITLE" value="Resource is no longer available!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="TITLE" value="Resource is no longer available!" +--><!--#include virtual="include/top.html" --> The requested URL is no longer available on this server and there is no forwarding address. @@ -37,7 +37,7 @@ Body:----------en-- <!--#if expr="$HTTP_REFERER" --> Please inform the author of the - <a href="<!--#echo encoding="url" var="HTTP_REFERER"-->">referring + <a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">referring page</a> that the link is outdated. <!--#else --> @@ -53,9 +53,9 @@ Body:----------en-- Content-language: es Content-type: text/html; charset=ISO-8859-1 Body:----------es-- -<!--#set var="CONTENT_LANGUAGE" value="es" --> -<!--#set var="TITLE" value="Resource is no longer available!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="es" +--><!--#set var="TITLE" value="Resource is no longer available!" +--><!--#include virtual="include/top.html" --> Los recursos solicitados ya no estan disponibles en este servidor y no existe una dirección alterna. @@ -63,8 +63,8 @@ Body:----------es-- <!--#if expr="$HTTP_REFERER" --> Le solicitamos que comunique al autor de la - <a href="<!--#echo encoding="url" var="HTTP_REFERER"-->">página - referida</a> que el URL esta fuera de tiempo. + <a href="<!--#echo encoding="url" var="HTTP_REFERER" + -->">página referida</a> que el URL esta fuera de tiempo. <!--#else --> @@ -79,9 +79,9 @@ Body:----------es-- Content-language: fr Content-type: text/html; charset=ISO-8859-1 Body:----------fr-- -<!--#set var="CONTENT_LANGUAGE" value="fr" --> -<!--#set var="TITLE" value="Cette ressource n'existe plus!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="fr" +--><!--#set var="TITLE" value="Cette ressource n'existe plus!" +--><!--#include virtual="include/top.html" --> L'URL demandée n'est plus accessible sur ce serveur et il n'y a pas d'adresse de suite. @@ -89,8 +89,8 @@ Body:----------fr-- <!--#if expr="$HTTP_REFERER" --> Nous vous prions d'informer l'auteur de - <a href="<!--#echo encoding="url" var="HTTP_REFERER"-->">la - page en question</a> que la référence n'est plus actuelle. + <a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">la + page en question</a> que la référence n'est plus actuelle. <!--#else --> @@ -105,9 +105,9 @@ Body:----------fr-- Content-language: nl Content-type: text/html; charset=ISO-8859-1 Body:----------nl-- -<!--#set var="CONTENT_LANGUAGE" value="nl" --> -<!--#set var="TITLE" value="Dit object is niet langer beschikbaar!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="nl" +--><!--#set var="TITLE" value="Dit object is niet langer beschikbaar!" +--><!--#include virtual="include/top.html" --> De gevraagde URL is niet langer beschikbaar op deze server en er is geen doorverwijsadres. @@ -115,7 +115,7 @@ Body:----------nl-- <!--#if expr="$HTTP_REFERER" --> Gelieve aan de auteur van - <a href="<!--#echo encoding="url" var="HTTP_REFERER"-->">deze pagina</a> + <a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">deze pagina</a> te melden dat deze link niet langer actueel is. <!--#else --> @@ -131,9 +131,9 @@ Body:----------nl-- Content-language: sv Content-type: text/html; charset=ISO-8859-1 Body:----------sv-- -<!--#set var="CONTENT_LANGUAGE" value="sv" --> -<!--#set var="TITLE" value="Resursen inte längre tillgänglig!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="sv" +--><!--#set var="TITLE" value="Resursen inte längre tillgänglig!" +--><!--#include virtual="include/top.html" --> Den önskade adressen är inte längre tillgänglig hos denna server och det finns inte någon adress för vidarebefodran. @@ -141,8 +141,8 @@ Body:----------sv-- <!--#if expr="$HTTP_REFERER" --> Vänligen informera författaren bakom - <a href="<!--#echo encoding="url" var="HTTP_REFERER"-->">den aktuella sidan</a> - att länken är inaktuell. + <a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">den aktuella + sidan</a> att länken är inaktuell. <!--#else --> @@ -157,9 +157,9 @@ Body:----------sv-- Content-language: it Content-type: text/html; charset=ISO-8859-1 Body:----------it-- -<!--#set var="CONTENT_LANGUAGE" value="it" --> -<!--#set var="TITLE" value="La risorsa non è più disponibile!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="it" +--><!--#set var="TITLE" value="La risorsa non è più disponibile!" +--><!--#include virtual="include/top.html" --> L'URL richiesto non è più disponibile su questo server e non esistono indirizzi verso i quali sia possibile inoltrare @@ -168,7 +168,7 @@ Body:----------it-- <!--#if expr="$HTTP_REFERER" --> Per favore, informa l'autore della - <a href="<!--#echo encoding="url" var="HTTP_REFERER"-->">pagina + <a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">pagina di provenienza</a> che il link non è più valido. <!--#else --> @@ -184,8 +184,9 @@ Body:----------it-- Content-language: pt-br Content-type: text/html; charset=ISO-8859-1 Body:-------pt-br-- -<!--#set var="TITLE" value="Recurso não disponível!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="pt-br" +--><!--#set var="TITLE" value="Recurso não disponível!" +--><!--#include virtual="include/top.html" --> A URL solicitada não está disponível neste servidor e não existe um endereço alternativo. @@ -193,7 +194,7 @@ Body:-------pt-br-- <!--#if expr="$HTTP_REFERER" --> Por favor informe o autor da - <a href="<!--#echo encoding="url" var="HTTP_REFERER"-->">página + <a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">página referida</a> que a URL está desatualizada. <!--#else --> @@ -206,3 +207,4 @@ Body:-------pt-br-- <!--#include virtual="include/bottom.html" --> -------pt-br-- + diff --git a/docs/error/HTTP_INTERNAL_SERVER_ERROR.html.var b/docs/error/HTTP_INTERNAL_SERVER_ERROR.html.var index 83517f4e5b..152945b007 100644 --- a/docs/error/HTTP_INTERNAL_SERVER_ERROR.html.var +++ b/docs/error/HTTP_INTERNAL_SERVER_ERROR.html.var @@ -1,9 +1,9 @@ Content-language: de Content-type: text/html; charset=ISO-8859-1 Body:----------de-- -<!--#set var="CONTENT_LANGUAGE" value="de" --> -<!--#set var="TITLE" value="Serverfehler!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="de" +--><!--#set var="TITLE" value="Serverfehler!" +--><!--#include virtual="include/top.html" --> <!--#if expr="$REDIRECT_ERROR_NOTES" --> @@ -30,8 +30,8 @@ Body:----------de-- Content-language: en Content-type: text/html; charset=ISO-8859-1 Body:----------en-- -<!--#set var="TITLE" value="Server error!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="TITLE" value="Server error!" +--><!--#include virtual="include/top.html" --> <!--#if expr="$REDIRECT_ERROR_NOTES" --> @@ -57,9 +57,9 @@ Body:----------en-- Content-language: es Content-type: text/html; charset=ISO-8859-1 Body:----------es-- -<!--#set var="CONTENT_LANGUAGE" value="es" --> -<!--#set var="TITLE" value="Server error!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="es" +--><!--#set var="TITLE" value="Server error!" +--><!--#include virtual="include/top.html" --> <!--#if expr="$REDIRECT_ERROR_NOTES" --> @@ -87,9 +87,9 @@ Body:----------es-- Content-language: fr Content-type: text/html; charset=ISO-8859-1 Body:----------fr-- -<!--#set var="CONTENT_LANGUAGE" value="fr" --> -<!--#set var="TITLE" value="Erreur du serveur!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="fr" +--><!--#set var="TITLE" value="Erreur du serveur!" +--><!--#include virtual="include/top.html" --> <!--#if expr="$REDIRECT_ERROR_NOTES" --> @@ -116,9 +116,9 @@ Body:----------fr-- Content-language: nl Content-type: text/html; charset=ISO-8859-1 Body:----------nl-- -<!--#set var="CONTENT_LANGUAGE" value="nl" --> -<!--#set var="TITLE" value="Server fout!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="nl" +--><!--#set var="TITLE" value="Server fout!" +--><!--#include virtual="include/top.html" --> <!--#if expr="$REDIRECT_ERROR_NOTES" --> @@ -141,9 +141,9 @@ Body:----------nl-- Content-language: sv Content-type: text/html; charset=ISO-8859-1 Body:----------sv-- -<!--#set var="CONTENT_LANGUAGE" value="sv" --> -<!--#set var="TITLE" value="Serverfel!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="sv" +--><!--#set var="TITLE" value="Serverfel!" +--><!--#include virtual="include/top.html" --> <!--#if expr="$REDIRECT_ERROR_NOTES" --> @@ -169,9 +169,9 @@ Body:----------sv-- Content-language: it Content-type: text/html; charset=ISO-8859-1 Body:----------it-- -<!--#set var="CONTENT_LANGUAGE" value="it" --> -<!--#set var="TITLE" value="Errore del server!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="it" +--><!--#set var="TITLE" value="Errore del server!" +--><!--#include virtual="include/top.html" --> <!--#if expr="$REDIRECT_ERROR_NOTES" --> @@ -198,8 +198,9 @@ Body:----------it-- Content-language: pt-br Content-type: text/html; charset=ISO-8859-1 Body:-------pt-br-- -<!--#set var="TITLE" value="Erro interno do Servidor!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="pt-br" +--><!--#set var="TITLE" value="Erro interno do Servidor!" +--><!--#include virtual="include/top.html" --> <!--#if expr="$REDIRECT_ERROR_NOTES" --> @@ -222,3 +223,4 @@ Body:-------pt-br-- <!--#include virtual="include/bottom.html" --> -------pt-br-- + diff --git a/docs/error/HTTP_LENGTH_REQUIRED.html.var b/docs/error/HTTP_LENGTH_REQUIRED.html.var index c8c6f1b67f..f7f65c03a6 100644 --- a/docs/error/HTTP_LENGTH_REQUIRED.html.var +++ b/docs/error/HTTP_LENGTH_REQUIRED.html.var @@ -1,12 +1,12 @@ Content-language: de Content-type: text/html; charset=ISO-8859-1 Body:----------de-- -<!--#set var="CONTENT_LANGUAGE" value="de" --> -<!--#set var="TITLE" value="Content-Length-Angabe fehlerhaft!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="de" +--><!--#set var="TITLE" value="Content-Length-Angabe fehlerhaft!" +--><!--#include virtual="include/top.html" --> Die Anfrage kann nicht beantwortet werden. - Bei Verwendung der <!--#echo var="REDIRECT_REQUEST_METHOD"-->-Methode + Bei Verwendung der <!--#echo var="REDIRECT_REQUEST_METHOD" -->-Methode muß ein korrekter <code>Content-Length</code>-Header angegeben werden. @@ -16,10 +16,10 @@ Body:----------de-- Content-language: en Content-type: text/html; charset=ISO-8859-1 Body:----------en-- -<!--#set var="TITLE" value="Bad Content-Length!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="TITLE" value="Bad Content-Length!" +--><!--#include virtual="include/top.html" --> - A request with the <!--#echo var="REDIRECT_REQUEST_METHOD"--> + A request with the <!--#echo var="REDIRECT_REQUEST_METHOD" --> method requires a valid <code>Content-Length</code> header. <!--#include virtual="include/bottom.html" --> @@ -28,12 +28,13 @@ Body:----------en-- Content-language: fr Content-type: text/html; charset=ISO-8859-1 Body:----------fr-- -<!--#set var="CONTENT_LANGUAGE" value="fr" --> -<!--#set var="TITLE" value="Longueur du contenu illégal!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="fr" +--><!--#set var="TITLE" value="Longueur du contenu illégal!" +--><!--#include virtual="include/top.html" --> - Une requête utilisant la méthode <!--#echo var="REDIRECT_REQUEST_METHOD"--> - nécessite un header valable <code>Content-Length</code> (indiquant la longueur). + Une requête utilisant la méthode <!--#echo + var="REDIRECT_REQUEST_METHOD" --> nécessite un header valable + <code>Content-Length</code> (indiquant la longueur). <!--#include virtual="include/bottom.html" --> ----------fr-- @@ -41,11 +42,11 @@ Body:----------fr-- Content-language: nl Content-type: text/html; charset=ISO-8859-1 Body:----------nl-- -<!--#set var="CONTENT_LANGUAGE" value="nl" --> -<!--#set var="TITLE" value="Ongeldige lengte inhoud!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="nl" +--><!--#set var="TITLE" value="Ongeldige lengte inhoud!" +--><!--#include virtual="include/top.html" --> - Een vraag met het <!--#echo var="REDIRECT_REQUEST_METHOD"--> + Een vraag met het <!--#echo var="REDIRECT_REQUEST_METHOD" --> type methode heeft een correcte <code>Content-Length</code> lijn nodig. <!--#include virtual="include/bottom.html" --> @@ -54,11 +55,11 @@ Body:----------nl-- Content-language: sv Content-type: text/html; charset=ISO-8859-1 Body:----------sv-- -<!--#set var="CONTENT_LANGUAGE" value="sv" --> -<!--#set var="TITLE" value="Felaktig Content-Length!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="sv" +--><!--#set var="TITLE" value="Felaktig Content-Length!" +--><!--#include virtual="include/top.html" --> - En förfrågan med <!--#echo var="REDIRECT_REQUEST_METHOD"--> + En förfrågan med <!--#echo var="REDIRECT_REQUEST_METHOD" --> metoden kräver ett korrekt <code>Content-Length</code> huvud. <!--#include virtual="include/bottom.html" --> @@ -67,13 +68,14 @@ Body:----------sv-- Content-language: it Content-type: text/html; charset=ISO-8859-1 Body:----------it-- -<!--#set var="CONTENT_LANGUAGE" value="it" --> -<!--#set var="TITLE" value="Campo Content-Length non valido!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="it" +--><!--#set var="TITLE" value="Campo Content-Length non valido!" +--><!--#include virtual="include/top.html" --> Una richiesta con il metodo - <!--#echo var="REDIRECT_REQUEST_METHOD"--> - richiede che venga specificato un header <code>Content-Length</code> valido. + <!--#echo var="REDIRECT_REQUEST_METHOD" --> + richiede che venga specificato un header <code>Content-Length</code> + valido. <!--#include virtual="include/bottom.html" --> ----------it-- @@ -81,8 +83,9 @@ Body:----------it-- Content-language: pt-br Content-type: text/html; charset=ISO-8859-1 Body:-------pt-br-- -<!--#set var="TITLE" value="Content-Length Inválido!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="pt-br" +--><!--#set var="TITLE" value="Content-Length Inválido!" +--><!--#include virtual="include/top.html" --> Uma requisição do método <!--#echo var="REDIRECT_REQUEST_METHOD"--> @@ -90,3 +93,4 @@ Body:-------pt-br-- <!--#include virtual="include/bottom.html" --> -------pt-br-- + diff --git a/docs/error/HTTP_METHOD_NOT_ALLOWED.html.var b/docs/error/HTTP_METHOD_NOT_ALLOWED.html.var index b7b124c196..84a327adc4 100644 --- a/docs/error/HTTP_METHOD_NOT_ALLOWED.html.var +++ b/docs/error/HTTP_METHOD_NOT_ALLOWED.html.var @@ -1,11 +1,11 @@ Content-language: de Content-type: text/html; charset=ISO-8859-1 Body:----------de-- -<!--#set var="CONTENT_LANGUAGE" value="de" --> -<!--#set var="TITLE" value="Methode nicht erlaubt!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="de" +--><!--#set var="TITLE" value="Methode nicht erlaubt!" +--><!--#include virtual="include/top.html" --> - Die <!--#echo var="REDIRECT_REQUEST_METHOD"-->-Methode + Die <!--#echo var="REDIRECT_REQUEST_METHOD" -->-Methode ist für den angeforderten URL nicht erlaubt. <!--#include virtual="include/bottom.html" --> @@ -14,10 +14,10 @@ Body:----------de-- Content-language: en Content-type: text/html; charset=ISO-8859-1 Body:----------en-- -<!--#set var="TITLE" value="Method not allowed!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="TITLE" value="Method not allowed!" +--><!--#include virtual="include/top.html" --> - The <!--#echo var="REDIRECT_REQUEST_METHOD"--> + The <!--#echo var="REDIRECT_REQUEST_METHOD" --> method is not allowed for the requested URL. <!--#include virtual="include/bottom.html" --> @@ -26,11 +26,11 @@ Body:----------en-- Content-language: es Content-type: text/html; charset=ISO-8859-1 Body:----------es-- -<!--#set var="CONTENT_LANGUAGE" value="es" --> -<!--#set var="TITLE" value="Method not allowed!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="es" +--><!--#set var="TITLE" value="Method not allowed!" +--><!--#include virtual="include/top.html" --> - El <!--#echo var="REDIRECT_REQUEST_METHOD"--> + El <!--#echo var="REDIRECT_REQUEST_METHOD" --> método utilizado por su solicitud no esta permitido por el URL. @@ -40,11 +40,11 @@ Body:----------es-- Content-language: fr Content-type: text/html; charset=ISO-8859-1 Body:----------fr-- -<!--#set var="CONTENT_LANGUAGE" value="fr" --> -<!--#set var="TITLE" value="Méthode interdite!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="fr" +--><!--#set var="TITLE" value="Méthode interdite!" +--><!--#include virtual="include/top.html" --> - La méthode <!--#echo var="REDIRECT_REQUEST_METHOD"--> + La méthode <!--#echo var="REDIRECT_REQUEST_METHOD" --> n'est pas utilisable pour l'URL requise. <!--#include virtual="include/bottom.html" --> @@ -53,11 +53,11 @@ Body:----------fr-- Content-language: nl Content-type: text/html; charset=ISO-8859-1 Body:----------nl-- -<!--#set var="CONTENT_LANGUAGE" value="nl" --> -<!--#set var="TITLE" value="Type methode niet toegelaten!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="nl" +--><!--#set var="TITLE" value="Type methode niet toegelaten!" +--><!--#include virtual="include/top.html" --> - Het <!--#echo var="REDIRECT_REQUEST_METHOD"--> + Het <!--#echo var="REDIRECT_REQUEST_METHOD" --> type methode is niet toegelaten voor de gevraagde URL. <!--#include virtual="include/bottom.html" --> @@ -66,11 +66,11 @@ Body:----------nl-- Content-language: sv Content-type: text/html; charset=ISO-8859-1 Body:----------sv-- -<!--#set var="CONTENT_LANGUAGE" value="sv" --> -<!--#set var="TITLE" value="Metoden inte tillåten!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="sv" +--><!--#set var="TITLE" value="Metoden inte tillåten!" +--><!--#include virtual="include/top.html" --> - <!--#echo var="REDIRECT_REQUEST_METHOD"--> + <!--#echo var="REDIRECT_REQUEST_METHOD" --> metoden är inte tillåten för den förfrågade adressen. @@ -80,11 +80,11 @@ Body:----------sv-- Content-language: it Content-type: text/html; charset=ISO-8859-1 Body:----------it-- -<!--#set var="CONTENT_LANGUAGE" value="it" --> -<!--#set var="TITLE" value="Metodo non consentito!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="it" +--><!--#set var="TITLE" value="Metodo non consentito!" +--><!--#include virtual="include/top.html" --> - Il metodo <!--#echo var="REDIRECT_REQUEST_METHOD"--> + Il metodo <!--#echo var="REDIRECT_REQUEST_METHOD" --> non è consentito per l'URL richiesto. <!--#include virtual="include/bottom.html" --> @@ -93,11 +93,13 @@ Body:----------it-- Content-language: pt-br Content-type: text/html; charset=ISO-8859-1 Body:-------pt-br-- -<!--#set var="TITLE" value="Método não permitido!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="pt-br" +--><!--#set var="TITLE" value="Método não permitido!" +--><!--#include virtual="include/top.html" --> - O método <!--#echo var="REDIRECT_REQUEST_METHOD"--> + O método <!--#echo var="REDIRECT_REQUEST_METHOD" --> não é permitido para a URL requisitada. <!--#include virtual="include/bottom.html" --> -------pt-br-- + diff --git a/docs/error/HTTP_NOT_ACCEPTABLE.html.var b/docs/error/HTTP_NOT_ACCEPTABLE.html.var index 15891e1712..59a4437337 100644 --- a/docs/error/HTTP_NOT_ACCEPTABLE.html.var +++ b/docs/error/HTTP_NOT_ACCEPTABLE.html.var @@ -1,9 +1,9 @@ Content-language: de Content-type: text/html; charset=ISO-8859-1 Body:----------de-- -<!--#set var="CONTENT_LANGUAGE" value="de" --> -<!--#set var="TITLE" value="Kein passendes Objekt gefunden!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="de" +--><!--#set var="TITLE" value="Kein passendes Objekt gefunden!" +--><!--#include virtual="include/top.html" --> Unter dem angeforderten URL konnte kein geeignetes Objekt auf dem Server gefunden werden, das dem vom Browser @@ -15,8 +15,8 @@ Body:----------de-- Content-language: en Content-type: text/html; charset=ISO-8859-1 Body:----------en-- -<!--#set var="TITLE" value="No acceptable object found!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="TITLE" value="No acceptable object found!" +--><!--#include virtual="include/top.html" --> An appropriate representation of the requested resource could not be found on this server. @@ -27,9 +27,9 @@ Body:----------en-- Content-language: es Content-type: text/html; charset=ISO-8859-1 Body:----------es-- -<!--#set var="CONTENT_LANGUAGE" value="es" --> -<!--#set var="TITLE" value="No acceptable object found!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="es" +--><!--#set var="TITLE" value="No acceptable object found!" +--><!--#include virtual="include/top.html" --> Una representación apropiada de los recursos solicitados no ha podido ser localizada en @@ -41,9 +41,9 @@ Body:----------es-- Content-language: fr Content-type: text/html; charset=ISO-8859-1 Body:----------fr-- -<!--#set var="CONTENT_LANGUAGE" value="fr" --> -<!--#set var="TITLE" value="L'objet trouvé n'est pas acceptable!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="fr" +--><!--#set var="TITLE" value="L'objet trouvé n'est pas acceptable!" +--><!--#include virtual="include/top.html" --> Une représentation appropriée de la ressource requise n'a pu être trouvée sur ce serveur. @@ -54,9 +54,9 @@ Body:----------fr-- Content-language: nl Content-type: text/html; charset=ISO-8859-1 Body:----------nl-- -<!--#set var="CONTENT_LANGUAGE" value="nl" --> -<!--#set var="TITLE" value="Geen acceptabel object gevonden!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="nl" +--><!--#set var="TITLE" value="Geen acceptabel object gevonden!" +--><!--#include virtual="include/top.html" --> Een toereikende representatie van het gevraagde object kon niet gevonden worden op deze server. @@ -67,9 +67,9 @@ Body:----------nl-- Content-language: sv Content-type: text/html; charset=ISO-8859-1 Body:----------sv-- -<!--#set var="CONTENT_LANGUAGE" value="sv" --> -<!--#set var="TITLE" value="Inget acceptabelt objekt hittat!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="sv" +--><!--#set var="TITLE" value="Inget acceptabelt objekt hittat!" +--><!--#include virtual="include/top.html" --> En lämplig representation av den efterfrågade resursen kunde inte hittas på denna server. @@ -80,9 +80,9 @@ Body:----------sv-- Content-language: it Content-type: text/html; charset=ISO-8859-1 Body:----------it-- -<!--#set var="CONTENT_LANGUAGE" value="it" --> -<!--#set var="TITLE" value="Nessun oggetto accettabile!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="it" +--><!--#set var="TITLE" value="Nessun oggetto accettabile!" +--><!--#include virtual="include/top.html" --> Questo server non riesce a trovare una rappresentazione appropriata per la risorsa richiesta. @@ -93,11 +93,13 @@ Body:----------it-- Content-language: pt-br Content-type: text/html; charset=ISO-8859-1 Body:-------pt-br-- -<!--#set var="TITLE" value="Objeto apropriado não encontrado!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="pt-br" +--><!--#set var="TITLE" value="Objeto apropriado não encontrado!" +--><!--#include virtual="include/top.html" --> Não existe uma representação apropriada para o recurso requisitado neste servidor. <!--#include virtual="include/bottom.html" --> -------pt-br-- + diff --git a/docs/error/HTTP_NOT_FOUND.html.var b/docs/error/HTTP_NOT_FOUND.html.var index f54b86e176..36f4744d08 100644 --- a/docs/error/HTTP_NOT_FOUND.html.var +++ b/docs/error/HTTP_NOT_FOUND.html.var @@ -1,19 +1,19 @@ Content-language: de Content-type: text/html; charset=ISO-8859-1 Body:----------de-- -<!--#set var="CONTENT_LANGUAGE" value="de" --> -<!--#set var="TITLE" value="Objekt nicht gefunden!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="de" +--><!--#set var="TITLE" value="Objekt nicht gefunden!" +--><!--#include virtual="include/top.html" --> Der angeforderte URL konnte auf dem Server nicht gefunden werden. <!--#if expr="$HTTP_REFERER" --> Der Link auf der - <a href="<!--#echo encoding="url" var="HTTP_REFERER"-->">verweisenden + <a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">verweisenden Seite</a> scheint falsch oder nicht mehr aktuell zu sein. Bitte informieren Sie den Autor - <a href="<!--#echo encoding="url" var="HTTP_REFERER"-->">dieser Seite</a> + <a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">dieser Seite</a> über den Fehler. <!--#else --> @@ -29,17 +29,17 @@ Body:----------de-- Content-language: en Content-type: text/html; charset=ISO-8859-1 Body:----------en-- -<!--#set var="TITLE" value="Object not found!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="TITLE" value="Object not found!" +--><!--#include virtual="include/top.html" --> The requested URL was not found on this server. <!--#if expr="$HTTP_REFERER" --> The link on the - <a href="<!--#echo encoding="url" var="HTTP_REFERER"-->">referring + <a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">referring page</a> seems to be wrong or outdated. Please inform the author of - <a href="<!--#echo encoding="url" var="HTTP_REFERER"-->">that page</a> + <a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">that page</a> about the error. <!--#else --> @@ -55,9 +55,9 @@ Body:----------en-- Content-language: es Content-type: text/html; charset=ISO-8859-1 Body:----------es-- -<!--#set var="CONTENT_LANGUAGE" value="es" --> -<!--#set var="TITLE" value="Object not found!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="es" +--><!--#set var="TITLE" value="Object not found!" +--><!--#include virtual="include/top.html" --> El URL requerido no ha sido localizado en este servidor. @@ -65,10 +65,10 @@ Body:----------es-- <!--#if expr="$HTTP_REFERER" --> El URL en la - <a href="<!--#echo encoding="url" var="HTTP_REFERER"-->">página + <a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">página referida</a> parece tener algun error o estar fuera de tiempo. Porfavor comunique al autor de - <a href="<!--#echo encoding="url" var="HTTP_REFERER"-->">la + <a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">la página</a> acerca del error. <!--#else --> @@ -84,20 +84,20 @@ Body:----------es-- Content-language: fr Content-type: text/html; charset=ISO-8859-1 Body:----------fr-- -<!--#set var="CONTENT_LANGUAGE" value="fr" --> -<!--#set var="TITLE" value="Objet non trouvé!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="fr" +--><!--#set var="TITLE" value="Objet non trouvé!" +--><!--#include virtual="include/top.html" --> L'URL requise n'a pu etre trouvée sur ce serveur. <!--#if expr="$HTTP_REFERER" --> La référence sur - <a href="<!--#echo encoding="url" var="HTTP_REFERER"-->">la page + <a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">la page citée</a> semble être erronée ou perimée. Nous vous prions d'informer l'auteur de - <a href="<!--#echo encoding="url" var="HTTP_REFERER"-->">cette page</a> + <a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">cette page</a> de cette erreur. <!--#else --> @@ -113,18 +113,18 @@ Body:----------fr-- Content-language: nl Content-type: text/html; charset=ISO-8859-1 Body:----------nl-- -<!--#set var="CONTENT_LANGUAGE" value="nl" --> -<!--#set var="TITLE" value="Object niet gevonden!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="nl" +--><!--#set var="TITLE" value="Object niet gevonden!" +--><!--#include virtual="include/top.html" --> De gevraagde URL was niet gevonden op deze server. <!--#if expr="$HTTP_REFERER" --> De link op - <a href="<!--#echo encoding="url" var="HTTP_REFERER"-->">deze pagina + <a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">deze pagina pagina</a> is verkeerd of achterhaald. Gelieve de auteur van - <a href="<!--#echo encoding="url" var="HTTP_REFERER"-->">die pagina</a> + <a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">die pagina</a> in te lichten over deze fout. <!--#else --> @@ -140,18 +140,18 @@ Body:----------nl-- Content-language: sv Content-type: text/html; charset=ISO-8859-1 Body:----------sv-- -<!--#set var="CONTENT_LANGUAGE" value="sv" --> -<!--#set var="TITLE" value="Objektet hittas ej!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="sv" +--><!--#set var="TITLE" value="Objektet hittas ej!" +--><!--#include virtual="include/top.html" --> Den efterfrågade adressen hittades inte på denna server. <!--#if expr="$HTTP_REFERER" --> Länken på den - <a href="<!--#echo encoding="url" var="HTTP_REFERER"-->">tidigare sidan</a> + <a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">tidigare sidan</a> verkar vara felaktig eller inaktuell. Vänligen informera författaren av - <a href="<!--#echo encoding="url" var="HTTP_REFERER"-->">sidan</a> + <a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">sidan</a> om felet. <!--#else --> @@ -167,19 +167,19 @@ Body:----------sv-- Content-language: it Content-type: text/html; charset=ISO-8859-1 Body:----------it-- -<!--#set var="CONTENT_LANGUAGE" value="it" --> -<!--#set var="TITLE" value="Oggetto non trovato!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="it" +--><!--#set var="TITLE" value="Oggetto non trovato!" +--><!--#include virtual="include/top.html" --> L'URL richiesto non esiste su questo server. <!--#if expr="$HTTP_REFERER" --> Il link della - <a href="<!--#echo encoding="url" var="HTTP_REFERER"-->">pagina da cui + <a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">pagina da cui sei arrivato</a> potrebbe essere errato o non essere più valido. Per favore, informa dell'errore l'autore della - <a href="<!--#echo encoding="url" var="HTTP_REFERER"-->">pagina</a>. + <a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">pagina</a>. <!--#else --> @@ -194,17 +194,18 @@ Body:----------it-- Content-language: pt-br Content-type: text/html; charset=ISO-8859-1 Body:-------pt-br-- -<!--#set var="TITLE" value="Objeto não encontrado!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="pt-br" +--><!--#set var="TITLE" value="Objeto não encontrado!" +--><!--#include virtual="include/top.html" --> A URL requisitada não foi encontrada neste servidor. <!--#if expr="$HTTP_REFERER" --> O link na - <a href="<!--#echo encoding="url" var="HTTP_REFERER"-->">página + <a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">página referida</a> parece estar com algum erro ou desatualizado. Por favor informe o - autor <a href="<!--#echo encoding="url" var="HTTP_REFERER"-->">desta + autor <a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">desta página</a> sobre o erro. <!--#else --> @@ -216,3 +217,4 @@ Body:-------pt-br-- <!--#include virtual="include/bottom.html" --> -------pt-br-- + diff --git a/docs/error/HTTP_NOT_IMPLEMENTED.html.var b/docs/error/HTTP_NOT_IMPLEMENTED.html.var index d6693153cf..3de21f8b75 100644 --- a/docs/error/HTTP_NOT_IMPLEMENTED.html.var +++ b/docs/error/HTTP_NOT_IMPLEMENTED.html.var @@ -1,9 +1,9 @@ Content-language: de Content-type: text/html; charset=ISO-8859-1 Body:----------de-- -<!--#set var="CONTENT_LANGUAGE" value="de" --> -<!--#set var="TITLE" value="Anfrage nicht ausführbar!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="de" +--><!--#set var="TITLE" value="Anfrage nicht ausführbar!" +--><!--#include virtual="include/top.html" --> Die vom Browser angeforderte Aktion wird vom Server nicht unterstützt. @@ -14,8 +14,8 @@ Body:----------de-- Content-language: en Content-type: text/html; charset=ISO-8859-1 Body:----------en-- -<!--#set var="TITLE" value="Cannot process request!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="TITLE" value="Cannot process request!" +--><!--#include virtual="include/top.html" --> The server does not support the action requested by the browser. @@ -25,9 +25,9 @@ Body:----------en-- Content-language: es Content-type: text/html; charset=ISO-8859-1 Body:----------es-- -<!--#set var="CONTENT_LANGUAGE" value="es" --> -<!--#set var="TITLE" value="Cannot proceed request!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="es" +--><!--#set var="TITLE" value="Cannot proceed request!" +--><!--#include virtual="include/top.html" --> El buscador esta solicitando una acción que no puede ser procesada. @@ -38,9 +38,9 @@ Body:----------es-- Content-language: fr Content-type: text/html; charset=ISO-8859-1 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" --> +<!--#set var="CONTENT_LANGUAGE" value="fr" +--><!--#set var="TITLE" value="La requête ne peut être effectuée!" +--><!--#include virtual="include/top.html" --> Le serveur n'est pas en mesure d'effectuer l'action requise par le navigateur. @@ -51,9 +51,9 @@ Body:----------fr-- Content-language: nl Content-type: text/html; charset=ISO-8859-1 Body:----------nl-- -<!--#set var="CONTENT_LANGUAGE" value="nl" --> -<!--#set var="TITLE" value="Kan vraag niet verwerken!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="nl" +--><!--#set var="TITLE" value="Kan vraag niet verwerken!" +--><!--#include virtual="include/top.html" --> De server ondersteunt de actie, gevraagd door de browser, niet. @@ -63,9 +63,9 @@ Body:----------nl-- Content-language: sv Content-type: text/html; charset=ISO-8859-1 Body:----------sv-- -<!--#set var="CONTENT_LANGUAGE" value="sv" --> -<!--#set var="TITLE" value="Kan ej utföra förfrågan!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="sv" +--><!--#set var="TITLE" value="Kan ej utföra förfrågan!" +--><!--#include virtual="include/top.html" --> Servern stödjer inte den handling som önskades av webbläsaren. @@ -76,9 +76,9 @@ Body:----------sv-- Content-language: it Content-type: text/html; charset=ISO-8859-1 Body:----------it-- -<!--#set var="CONTENT_LANGUAGE" value="it" --> -<!--#set var="TITLE" value="La richiesta non può essere soddisfatta!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="it" +--><!--#set var="TITLE" value="La richiesta non può essere soddisfatta!" +--><!--#include virtual="include/top.html" --> Il server non supporta il tipo di azione richiesta dal browser. @@ -88,11 +88,13 @@ Body:----------it-- Content-language: pt-br Content-type: text/html; charset=ISO-8859-1 Body:-------pt-br-- -<!--#set var="TITLE" value="A requisição não pode ser processada!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="pt-br" +--><!--#set var="TITLE" value="A requisição não pode ser processada!" +--><!--#include virtual="include/top.html" --> O servidor não suporta a ação requisitada pelo seu "browser". <!--#include virtual="include/bottom.html" --> -------pt-br-- + diff --git a/docs/error/HTTP_PRECONDITION_FAILED.html.var b/docs/error/HTTP_PRECONDITION_FAILED.html.var index 4ea5a05239..58b7741665 100644 --- a/docs/error/HTTP_PRECONDITION_FAILED.html.var +++ b/docs/error/HTTP_PRECONDITION_FAILED.html.var @@ -1,9 +1,9 @@ Content-language: de Content-type: text/html; charset=ISO-8859-1 Body:----------de-- -<!--#set var="CONTENT_LANGUAGE" value="de" --> -<!--#set var="TITLE" value="Vorbedingung negativ!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="de" +--><!--#set var="TITLE" value="Vorbedingung negativ!" +--><!--#include virtual="include/top.html" --> Die Vorbedingung unter dem angeforderten URL wurde negativ ausgewertet. @@ -14,8 +14,8 @@ Body:----------de-- Content-language: en Content-type: text/html; charset=ISO-8859-1 Body:----------en-- -<!--#set var="TITLE" value="Precondition failed!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="TITLE" value="Precondition failed!" +--><!--#include virtual="include/top.html" --> The precondition on the request for the URL failed positive evaluation. @@ -25,9 +25,9 @@ Body:----------en-- Content-language: es Content-type: text/html; charset=ISO-8859-1 Body:----------es-- -<!--#set var="CONTENT_LANGUAGE" value="es" --> -<!--#set var="TITLE" value="Precondition failed!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="es" +--><!--#set var="TITLE" value="Precondition failed!" +--><!--#include virtual="include/top.html" --> La precondicion para que exista una conección al URL solicitado es falsa. @@ -38,9 +38,9 @@ Body:----------es-- Content-language: fr Content-type: text/html; charset=ISO-8859-1 Body:----------fr-- -<!--#set var="CONTENT_LANGUAGE" value="fr" --> -<!--#set var="TITLE" value="Précondition négative!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="fr" +--><!--#set var="TITLE" value="Précondition négative!" +--><!--#include virtual="include/top.html" --> La précondition pour l'URL requise a été évaluée négativement. @@ -51,9 +51,9 @@ Body:----------fr-- Content-language: nl Content-type: text/html; charset=ISO-8859-1 Body:----------nl-- -<!--#set var="CONTENT_LANGUAGE" value="nl" --> -<!--#set var="TITLE" value="Startvoorwaarde niet voldaan!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="nl" +--><!--#set var="TITLE" value="Startvoorwaarde niet voldaan!" +--><!--#include virtual="include/top.html" --> Een startvoorwaarde werd niet voldaan bij verwerking van de vraag naar de URL. @@ -63,9 +63,9 @@ Body:----------nl-- Content-language: sv Content-type: text/html; charset=ISO-8859-1 Body:----------sv-- -<!--#set var="CONTENT_LANGUAGE" value="sv" --> -<!--#set var="TITLE" value="Nödvändig förutsättning misslyckades!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="sv" +--><!--#set var="TITLE" value="Nödvändig förutsättning misslyckades!" +--><!--#include virtual="include/top.html" --> Den nödvändiga förutsättningen för adressförfrågan passerade inte utvärderingen @@ -77,9 +77,9 @@ Body:----------sv-- Content-language: it Content-type: text/html; charset=ISO-8859-1 Body:----------it-- -<!--#set var="CONTENT_LANGUAGE" value="it" --> -<!--#set var="TITLE" value="Criteri di precondizione non soddisfatti!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="it" +--><!--#set var="TITLE" value="Criteri di precondizione non soddisfatti!" +--><!--#include virtual="include/top.html" --> I criteri di precondizione per consentire l'invio dell'URL richiesto non sono stati soddisfatti. @@ -90,11 +90,13 @@ Body:----------it-- Content-language: pt-br Content-type: text/html; charset=ISO-8859-1 Body:-------pt-br-- -<!--#set var="TITLE" value="Falha de precondição!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="pt-br" +--><!--#set var="TITLE" value="Falha de precondição!" +--><!--#include virtual="include/top.html" --> A condição necessária para a - requisição da URL foi avaliada como falsa. + requisição da URL foi avaliada como falsa. <!--#include virtual="include/bottom.html" --> -------pt-br-- + diff --git a/docs/error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var b/docs/error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var index 017d0bfc5d..86bd6521d1 100644 --- a/docs/error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var +++ b/docs/error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var @@ -1,12 +1,12 @@ Content-language: de Content-type: text/html; charset=ISO-8859-1 Body:----------de-- -<!--#set var="CONTENT_LANGUAGE" value="de" --> -<!--#set var="TITLE" value="Übergebene Daten zu groß!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="de" +--><!--#set var="TITLE" value="Übergebene Daten zu groß!" +--><!--#include virtual="include/top.html" --> Die bei der Anfrage übermittelten Daten sind für - die <!--#echo var="REDIRECT_REQUEST_METHOD"-->-Methode + die <!--#echo var="REDIRECT_REQUEST_METHOD" -->-Methode nicht erlaubt oder die Datenmenge hat das Maximum überschritten. <!--#include virtual="include/bottom.html" --> @@ -15,10 +15,10 @@ Body:----------de-- Content-language: en Content-type: text/html; charset=ISO-8859-1 Body:----------en-- -<!--#set var="TITLE" value="Request entity too large!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="TITLE" value="Request entity too large!" +--><!--#include virtual="include/top.html" --> - The <!--#echo var="REDIRECT_REQUEST_METHOD"--> + The <!--#echo var="REDIRECT_REQUEST_METHOD" --> method does not allow the data transmitted, or the data volume exceeds the capacity limit. @@ -28,12 +28,12 @@ Body:----------en-- Content-language: es Content-type: text/html; charset=ISO-8859-1 Body:----------es-- -<!--#set var="CONTENT_LANGUAGE" value="es" --> -<!--#set var="TITLE" value="Request entity too large!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="es" +--><!--#set var="TITLE" value="Request entity too large!" +--><!--#include virtual="include/top.html" --> Los recursos establecidos no permiten peticiones con - el <!--#echo var="REDIRECT_REQUEST_METHOD"--> método + el <!--#echo var="REDIRECT_REQUEST_METHOD" --> método suministrado por su solicitud, o, la cantidad de datos provistos exceden los límites de capacidad. @@ -43,11 +43,11 @@ Body:----------es-- Content-language: fr Content-type: text/html; charset=ISO-8859-1 Body:----------fr-- -<!--#set var="CONTENT_LANGUAGE" value="fr" --> -<!--#set var="TITLE" value="Volume de la demande trop grand!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="fr" +--><!--#set var="TITLE" value="Volume de la demande trop grand!" +--><!--#include virtual="include/top.html" --> - La méthode <!--#echo var="REDIRECT_REQUEST_METHOD"--> + La méthode <!--#echo var="REDIRECT_REQUEST_METHOD" --> n'autorise pas le transfert de ces données ou bien le volume des données excède la limite de capacité. @@ -57,12 +57,12 @@ Body:----------fr-- Content-language: nl Content-type: text/html; charset=ISO-8859-1 Body:----------nl-- -<!--#set var="CONTENT_LANGUAGE" value="nl" --> -<!--#set var="TITLE" value="Volume van gevraagde entiteit te groot!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="nl" +--><!--#set var="TITLE" value="Volume van gevraagde entiteit te groot!" +--><!--#include virtual="include/top.html" --> - Het <!--#echo var="REDIRECT_REQUEST_METHOD"--> type methode laat niet toe data - te versturen of het datavolume is groter dan maximaal toegelaten. + Het <!--#echo var="REDIRECT_REQUEST_METHOD" --> type methode laat niet toe + data te versturen of het datavolume is groter dan maximaal toegelaten. <!--#include virtual="include/bottom.html" --> ----------nl-- @@ -70,12 +70,13 @@ Body:----------nl-- Content-language: sv Content-type: text/html; charset=ISO-8859-1 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" --> +<!--#set var="CONTENT_LANGUAGE" value="sv" +--><!--#set var="TITLE" value="För stor enhet vid förfrågan!" +--><!--#include virtual="include/top.html" --> - <!--#echo var="REDIRECT_REQUEST_METHOD"--> metoden tillåter - inte den skickade datan eller så överskrider datavolymen kapacitetsnivån. + <!--#echo var="REDIRECT_REQUEST_METHOD" --> metoden tillåter + inte den skickade datan eller så överskrider datavolymen + kapacitetsnivån. <!--#include virtual="include/bottom.html" --> ----------sv-- @@ -83,12 +84,12 @@ Body:----------sv-- Content-language: it Content-type: text/html; charset=ISO-8859-1 Body:----------it-- -<!--#set var="CONTENT_LANGUAGE" value="it" --> -<!--#set var="TITLE" value="Richiesta troppo grande!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="it" +--><!--#set var="TITLE" value="Richiesta troppo grande!" +--><!--#include virtual="include/top.html" --> - Il metodo <!--#echo var="REDIRECT_REQUEST_METHOD"--> - non consente di trasferire dati, oppure la quantità di dati + Il metodo <!--#echo var="REDIRECT_REQUEST_METHOD" --> + non consente di trasferire dati, oppure la quantità di dati richiesti è eccessiva. <!--#include virtual="include/bottom.html" --> @@ -97,12 +98,14 @@ Body:----------it-- Content-language: pt-br Content-type: text/html; charset=ISO-8859-1 Body:-------pt-br-- -<!--#set var="TITLE" value="Volume da dados muito grande!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="pt-br" +--><!--#set var="TITLE" value="Volume da dados muito grande!" +--><!--#include virtual="include/top.html" --> - O método <!--#echo var="REDIRECT_REQUEST_METHOD"--> + O método <!--#echo var="REDIRECT_REQUEST_METHOD" --> não permite a transmissão dos dados, ou o volume de dados excede a capacidade limite. <!--#include virtual="include/bottom.html" --> -------pt-br-- + diff --git a/docs/error/HTTP_REQUEST_TIME_OUT.html.var b/docs/error/HTTP_REQUEST_TIME_OUT.html.var index 858f259eb1..f9fa02e572 100644 --- a/docs/error/HTTP_REQUEST_TIME_OUT.html.var +++ b/docs/error/HTTP_REQUEST_TIME_OUT.html.var @@ -1,9 +1,9 @@ Content-language: de Content-type: text/html; charset=ISO-8859-1 Body:----------de-- -<!--#set var="CONTENT_LANGUAGE" value="de" --> -<!--#set var="TITLE" value="Zeitlimit überschritten!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="de" +--><!--#set var="TITLE" value="Zeitlimit überschritten!" +--><!--#include virtual="include/top.html" --> Der Server konnte nicht mehr länger auf die Beendigung der Browseranfrage warten; die Netzwerkverbindung wurde @@ -15,8 +15,8 @@ Body:----------de-- Content-language: en Content-type: text/html; charset=ISO-8859-1 Body:----------en-- -<!--#set var="TITLE" value="Request time-out!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="TITLE" value="Request time-out!" +--><!--#include virtual="include/top.html" --> The server closed the network connection because the browser didn't finish the request within the specified time. @@ -27,9 +27,9 @@ Body:----------en-- Content-language: es Content-type: text/html; charset=ISO-8859-1 Body:----------es-- -<!--#set var="CONTENT_LANGUAGE" value="es" --> -<!--#set var="TITLE" value="Request time-out!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="es" +--><!--#set var="TITLE" value="Request time-out!" +--><!--#include virtual="include/top.html" --> El servidor ha cerrado la conección de red debido a que el buscador no termino la solicitud @@ -41,9 +41,9 @@ Body:----------es-- Content-language: fr Content-type: text/html; charset=ISO-8859-1 Body:----------fr-- -<!--#set var="CONTENT_LANGUAGE" value="fr" --> -<!--#set var="TITLE" value="Requête trop longue !" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="fr" +--><!--#set var="TITLE" value="Requête trop longue !" +--><!--#include virtual="include/top.html" --> Le serveur a fermé la connection car le navigateur n'a pas fini la requête dans le temps spécifié. @@ -54,9 +54,9 @@ Body:----------fr-- Content-language: nl Content-type: text/html; charset=ISO-8859-1 Body:----------nl-- -<!--#set var="CONTENT_LANGUAGE" value="nl" --> -<!--#set var="TITLE" value="Tijdlimiet overschreden!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="nl" +--><!--#set var="TITLE" value="Tijdlimiet overschreden!" +--><!--#include virtual="include/top.html" --> De server heeft de netwerkverbinding gesloten omdat de browser de vraag niet heeft beëindigd binnen een gestelde tijd. @@ -67,9 +67,9 @@ Body:----------nl-- Content-language: sv Content-type: text/html; charset=ISO-8859-1 Body:----------sv-- -<!--#set var="CONTENT_LANGUAGE" value="sv" --> -<!--#set var="TITLE" value="Request time-out!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="sv" +--><!--#set var="TITLE" value="Request time-out!" +--><!--#include virtual="include/top.html" --> Servern stängde förbindelsen därför att webbläsaren inte avslutade förfrågan inom @@ -81,9 +81,9 @@ Body:----------sv-- Content-language: it Content-type: text/html; charset=ISO-8859-1 Body:----------it-- -<!--#set var="CONTENT_LANGUAGE" value="it" --> -<!--#set var="TITLE" value="Time-out della richiesta!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="it" +--><!--#set var="TITLE" value="Time-out della richiesta!" +--><!--#include virtual="include/top.html" --> Il server ha chiuso la connessione in quanto è stato superato il limite di tempo entro il quale il browser avrebbe @@ -95,8 +95,9 @@ Body:----------it-- Content-language: pt-br Content-type: text/html; charset=ISO-8859-1 Body:-------pt-br-- -<!--#set var="TITLE" value="Tempo excedido!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="pt-br" +--><!--#set var="TITLE" value="Tempo excedido!" +--><!--#include virtual="include/top.html" --> O servidor encerrou a conexão porque o "browser" não finalizou a requisição dentro @@ -104,3 +105,4 @@ Body:-------pt-br-- <!--#include virtual="include/bottom.html" --> -------pt-br-- + diff --git a/docs/error/HTTP_REQUEST_URI_TOO_LARGE.html.var b/docs/error/HTTP_REQUEST_URI_TOO_LARGE.html.var index 219ef8d48b..26c6f6dc1c 100644 --- a/docs/error/HTTP_REQUEST_URI_TOO_LARGE.html.var +++ b/docs/error/HTTP_REQUEST_URI_TOO_LARGE.html.var @@ -1,9 +1,9 @@ Content-language: de Content-type: text/html; charset=ISO-8859-1 Body:----------de-- -<!--#set var="CONTENT_LANGUAGE" value="de" --> -<!--#set var="TITLE" value="Übergebener URI zu groß!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="de" +--><!--#set var="TITLE" value="Übergebener URI zu groß!" +--><!--#include virtual="include/top.html" --> Der bei der Anfrage übermittelte URI überschreitet die maximale Länge. @@ -15,8 +15,8 @@ Body:----------de-- Content-language: en Content-type: text/html; charset=ISO-8859-1 Body:----------en-- -<!--#set var="TITLE" value="Submitted URI too large!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="TITLE" value="Submitted URI too large!" +--><!--#include virtual="include/top.html" --> The length of the requested URL exceeds the capacity limit for this server. The request cannot be processed. @@ -27,9 +27,9 @@ Body:----------en-- Content-language: es Content-type: text/html; charset=ISO-8859-1 Body:----------es-- -<!--#set var="CONTENT_LANGUAGE" value="es" --> -<!--#set var="TITLE" value="Submitted URI too large!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="es" +--><!--#set var="TITLE" value="Submitted URI too large!" +--><!--#include virtual="include/top.html" --> Su solicitud no puede procesarse debido a que la longitud del URL excede la capacidad limite del @@ -41,9 +41,9 @@ Body:----------es-- Content-language: fr Content-type: text/html; charset=ISO-8859-1 Body:----------fr-- -<!--#set var="CONTENT_LANGUAGE" value="fr" --> -<!--#set var="TITLE" value="L'URI demandee est trop longue!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="fr" +--><!--#set var="TITLE" value="L'URI demandee est trop longue!" +--><!--#include virtual="include/top.html" --> La longueur de l'URL demandée excède la limite de capacitè pour ce serveur. Nous ne pouvons donner suite @@ -55,9 +55,9 @@ Body:----------fr-- Content-language: nl Content-type: text/html; charset=ISO-8859-1 Body:----------nl-- -<!--#set var="CONTENT_LANGUAGE" value="nl" --> -<!--#set var="TITLE" value="Aangeboden URI te groot!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="nl" +--><!--#set var="TITLE" value="Aangeboden URI te groot!" +--><!--#include virtual="include/top.html" --> De lengte van de aangeboden URL overschreidt het maximum voor deze server. De vraag kan niet verwerkt worden. @@ -68,9 +68,9 @@ Body:----------nl-- Content-language: sv Content-type: text/html; charset=ISO-8859-1 Body:----------sv-- -<!--#set var="CONTENT_LANGUAGE" value="sv" --> -<!--#set var="TITLE" value="Efterfrågad URI för stor!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="sv" +--><!--#set var="TITLE" value="Efterfrågad URI för stor!" +--><!--#include virtual="include/top.html" --> Längden på adressen som efterfrågas överskrider kapacitetsgränsen för denna server. Förfrågan kan @@ -82,9 +82,9 @@ Body:----------sv-- Content-language: it Content-type: text/html; charset=ISO-8859-1 Body:----------it-- -<!--#set var="CONTENT_LANGUAGE" value="it" --> -<!--#set var="TITLE" value="URI troppo lungo!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="it" +--><!--#set var="TITLE" value="URI troppo lungo!" +--><!--#include virtual="include/top.html" --> La lunghezza dell'indirizzo (URL) trasmesso supera il limite massimo imposto da questo server. @@ -96,8 +96,9 @@ Body:----------it-- Content-language: pt-br Content-type: text/html; charset=ISO-8859-1 Body:-------pt-br-- -<!--#set var="TITLE" value="URL excede limite!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="pt-br" +--><!--#set var="TITLE" value="URL excede limite!" +--><!--#include virtual="include/top.html" --> O tamanho do endereço (URL) excede a capacidade limite desse servidor. A requisição não pode ser @@ -105,3 +106,4 @@ Body:-------pt-br-- <!--#include virtual="include/bottom.html" --> -------pt-br-- + diff --git a/docs/error/HTTP_SERVICE_UNAVAILABLE.html.var b/docs/error/HTTP_SERVICE_UNAVAILABLE.html.var index eb0fadd843..016d2502c1 100644 --- a/docs/error/HTTP_SERVICE_UNAVAILABLE.html.var +++ b/docs/error/HTTP_SERVICE_UNAVAILABLE.html.var @@ -1,9 +1,9 @@ Content-language: de Content-type: text/html; charset=ISO-8859-1 Body:----------de-- -<!--#set var="CONTENT_LANGUAGE" value="de" --> -<!--#set var="TITLE" value="Zugriff nicht möglich!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="de" +--><!--#set var="TITLE" value="Zugriff nicht möglich!" +--><!--#include virtual="include/top.html" --> Der Server ist derzeit nicht in der Lage die Anfrage zu bearbeiten. Entweder ist der Server derzeit überlastet @@ -16,8 +16,8 @@ Body:----------de-- Content-language: en Content-type: text/html; charset=ISO-8859-1 Body:----------en-- -<!--#set var="TITLE" value="Service unavailable!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="TITLE" value="Service unavailable!" +--><!--#include virtual="include/top.html" --> The server is temporarily unable to service your request due to maintenance downtime or capacity @@ -29,9 +29,9 @@ Body:----------en-- Content-language: es Content-type: text/html; charset=ISO-8859-1 Body:----------es-- -<!--#set var="CONTENT_LANGUAGE" value="es" --> -<!--#set var="TITLE" value="Service unavailable!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="es" +--><!--#set var="TITLE" value="Service unavailable!" +--><!--#include virtual="include/top.html" --> El servidor no puede atender su solicitud por el momento debido a problemas de mantenimiento @@ -46,9 +46,9 @@ Body:----------es-- Content-language: fr Content-type: text/html; charset=ISO-8859-1 Body:----------fr-- -<!--#set var="CONTENT_LANGUAGE" value="fr" --> -<!--#set var="TITLE" value="Service inaccessible!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="fr" +--><!--#set var="TITLE" value="Service inaccessible!" +--><!--#include virtual="include/top.html" --> En raison de travaux de maintenance ou de problèmes de capacité le serveur n'est pas en mesure de répondre @@ -61,9 +61,9 @@ Body:----------fr-- Content-language: nl Content-type: text/html; charset=ISO-8859-1 Body:----------nl-- -<!--#set var="CONTENT_LANGUAGE" value="nl" --> -<!--#set var="TITLE" value="Dienst niet beschikbaar!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="nl" +--><!--#set var="TITLE" value="Dienst niet beschikbaar!" +--><!--#include virtual="include/top.html" --> De server kan tijdelijk uw vraag niet verwerken door onderhoud of problemen met de capaciteit van de server. @@ -75,9 +75,9 @@ Body:----------nl-- Content-language: sv Content-type: text/html; charset=ISO-8859-1 Body:----------sv-- -<!--#set var="CONTENT_LANGUAGE" value="sv" --> -<!--#set var="TITLE" value="Tjänsten ej tillgänglig!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="sv" +--><!--#set var="TITLE" value="Tjänsten ej tillgänglig!" +--><!--#include virtual="include/top.html" --> Servern är för tillfället oförmögen att utföra din förfrågan på grund av underhåll @@ -90,9 +90,9 @@ Body:----------sv-- Content-language: it Content-type: text/html; charset=ISO-8859-1 Body:----------it-- -<!--#set var="CONTENT_LANGUAGE" value="it" --> -<!--#set var="TITLE" value="Servizio non disponibile!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="it" +--><!--#set var="TITLE" value="Servizio non disponibile!" +--><!--#include virtual="include/top.html" --> Il server in questo momento non è in grado di soddisfare la richiesta per motivi di manutenzione @@ -105,8 +105,9 @@ Body:----------it-- Content-language: pt-br Content-type: text/html; charset=ISO-8859-1 Body:-------pt-br-- -<!--#set var="TITLE" value="Serviço indisponível!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="pt-br" +--><!--#set var="TITLE" value="Serviço indisponível!" +--><!--#include virtual="include/top.html" --> O servidor está temporariamente fora de serviço para manutanção ou devido a problemas de capacidade. @@ -114,3 +115,4 @@ Body:-------pt-br-- <!--#include virtual="include/bottom.html" --> -------pt-br-- + diff --git a/docs/error/HTTP_UNAUTHORIZED.html.var b/docs/error/HTTP_UNAUTHORIZED.html.var index 921f98ac4a..947627633b 100644 --- a/docs/error/HTTP_UNAUTHORIZED.html.var +++ b/docs/error/HTTP_UNAUTHORIZED.html.var @@ -1,9 +1,9 @@ Content-language: de Content-type: text/html; charset=ISO-8859-1 Body:----------de-- -<!--#set var="CONTENT_LANGUAGE" value="de" --> -<!--#set var="TITLE" value="Authentisierung fehlgeschlagen!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="de" +--><!--#set var="TITLE" value="Authentisierung fehlgeschlagen!" +--><!--#include virtual="include/top.html" --> Der Server konnte nicht verifizieren, ob Sie autorisiert sind, auf den URL "<!--#echo encoding="url" var="REDIRECT_URL"-->" zuzugreifen. @@ -14,8 +14,8 @@ Body:----------de-- <!--#include virtual="include/spacer.html" --> Sofern Sie für den Zugriff berechtigt sind, überprüfen - Sie bitte die eingegebene User-ID und das Passwort und versuchen Sie - es erneut. + Sie bitte die eingegebene User-ID und das Passwort und versuchen Sie + es erneut. <!--#include virtual="include/bottom.html" --> ----------de-- @@ -23,8 +23,8 @@ Body:----------de-- Content-language: en Content-type: text/html; charset=ISO-8859-1 Body:----------en-- -<!--#set var="TITLE" value="Authentication required!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="TITLE" value="Authentication required!" +--><!--#include virtual="include/top.html" --> This server could not verify that you are authorized to access the URL "<!--#echo encoding="url" var="REDIRECT_URL" -->". @@ -42,9 +42,9 @@ Body:----------en-- Content-language: es Content-type: text/html; charset=ISO-8859-1 Body:----------es-- -<!--#set var="CONTENT_LANGUAGE" value="es" --> -<!--#set var="TITLE" value="Authentication required!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="es" +--><!--#set var="TITLE" value="Authentication required!" +--><!--#include virtual="include/top.html" --> El servidor no puede certificar que usted este autorizado para accesar el URL "<!--#echo encoding="url" var="REDIRECT_URL" -->". @@ -65,9 +65,9 @@ Body:----------es-- Content-language: fr Content-type: text/html; charset=ISO-8859-1 Body:----------fr-- -<!--#set var="CONTENT_LANGUAGE" value="fr" --> -<!--#set var="TITLE" value="Autorisation requise!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="fr" +--><!--#set var="TITLE" value="Autorisation requise!" +--><!--#include virtual="include/top.html" --> Ce server n'a pas été en mesure de vérifier que vous êtes autorisé à accéder à cette @@ -89,9 +89,9 @@ Body:----------fr-- Content-language: nl Content-type: text/html; charset=ISO-8859-1 Body:----------nl-- -<!--#set var="CONTENT_LANGUAGE" value="nl" --> -<!--#set var="TITLE" value="Authenticatie nodig!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="nl" +--><!--#set var="TITLE" value="Authenticatie nodig!" +--><!--#include virtual="include/top.html" --> De server kon niet controleren of u gemachtigd bent om toegang te krijgen tot de URL "<!--#echo encoding="url" var="REDIRECT_URL" -->". @@ -109,9 +109,9 @@ Body:----------nl-- Content-language: sv Content-type: text/html; charset=ISO-8859-1 Body:----------sv-- -<!--#set var="CONTENT_LANGUAGE" value="sv" --> -<!--#set var="TITLE" value="Autentisering krävs!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="sv" +--><!--#set var="TITLE" value="Autentisering krävs!" +--><!--#include virtual="include/top.html" --> Servern kunde inte verifiera att du har tillåtelse att besöka adressen "<!--#echo encoding="url" var="REDIRECT_URL" -->". @@ -129,9 +129,9 @@ Body:----------sv-- Content-language: it Content-type: text/html; charset=ISO-8859-1 Body:----------it-- -<!--#set var="CONTENT_LANGUAGE" value="it" --> -<!--#set var="TITLE" value="Autorizzazione necessaria!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="it" +--><!--#set var="TITLE" value="Autorizzazione necessaria!" +--><!--#include virtual="include/top.html" --> Questo server non può verificare l'autorizzazione all'accesso a "<!--#echo encoding="url" var="REDIRECT_URL" -->". @@ -150,8 +150,9 @@ Body:----------it-- Content-language: pt-br Content-type: text/html; charset=ISO-8859-1 Body:-------pt-br-- -<!--#set var="TITLE" value="Autenticação Requerida!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="pt-br" +--><!--#set var="TITLE" value="Autenticação Requerida!" +--><!--#include virtual="include/top.html" --> Este servidor não pode autorizar o seu acesso à URL "<!--#echo encoding="url" var="REDIRECT_URL" -->". @@ -165,3 +166,4 @@ Body:-------pt-br-- <!--#include virtual="include/bottom.html" --> -------pt-br-- + diff --git a/docs/error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var b/docs/error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var index b187d1fdd8..34d7fd09a3 100644 --- a/docs/error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var +++ b/docs/error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var @@ -1,9 +1,9 @@ Content-language: de Content-type: text/html; charset=ISO-8859-1 Body:----------de-- -<!--#set var="CONTENT_LANGUAGE" value="de" --> -<!--#set var="TITLE" value="Nicht unterstütztes Format!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="de" +--><!--#set var="TITLE" value="Nicht unterstütztes Format!" +--><!--#include virtual="include/top.html" --> Das bei der Anfrage übermittelte Format (Media Type) wird vom Server nicht unterstützt. @@ -14,8 +14,8 @@ Body:----------de-- Content-language: en Content-type: text/html; charset=ISO-8859-1 Body:----------en-- -<!--#set var="TITLE" value="Unsupported media type!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="TITLE" value="Unsupported media type!" +--><!--#include virtual="include/top.html" --> The server does not support the media type transmitted in the request. @@ -25,9 +25,9 @@ Body:----------en-- Content-language: es Content-type: text/html; charset=ISO-8859-1 Body:----------es-- -<!--#set var="CONTENT_LANGUAGE" value="es" --> -<!--#set var="TITLE" value="Unsupported media type!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="es" +--><!--#set var="TITLE" value="Unsupported media type!" +--><!--#include virtual="include/top.html" --> Los datos de su solicitud no se encuentran en un formato aceptado por este recurso. @@ -38,22 +38,22 @@ Body:----------es-- Content-language: fr Content-type: text/html; charset=ISO-8859-1 Body:----------fr-- -<!--#set var="CONTENT_LANGUAGE" value="fr" --> -<!--#set var="TITLE" value="Type de média invalide!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="fr" +--><!--#set var="TITLE" value="Type de média invalide!" +--><!--#include virtual="include/top.html" --> Le serveur ne supporte pas le type de média utilisé dans votre requête. -<!--#include virtual="include/bottom.html" --> +<!--#include virtual="include/bottom.html"--> ----------fr-- Content-language: nl Content-type: text/html; charset=ISO-8859-1 Body:----------nl-- -<!--#set var="CONTENT_LANGUAGE" value="nl" --> -<!--#set var="TITLE" value="Niet ondersteund formaat!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="nl" +--><!--#set var="TITLE" value="Niet ondersteund formaat!" +--><!--#include virtual="include/top.html" --> De server ondersteunt het gevraagde formaat ( media type ) niet. @@ -63,9 +63,9 @@ Body:----------nl-- Content-language: sv Content-type: text/html; charset=ISO-8859-1 Body:----------sv-- -<!--#set var="CONTENT_LANGUAGE" value="sv" --> -<!--#set var="TITLE" value="Mediatypen stöds ej!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="sv" +--><!--#set var="TITLE" value="Mediatypen stöds ej!" +--><!--#include virtual="include/top.html" --> Servern stödjer inte den mediatyp som skickats i förfrågan. @@ -75,9 +75,9 @@ Body:----------sv-- Content-language: it Content-type: text/html; charset=ISO-8859-1 Body:----------it-- -<!--#set var="CONTENT_LANGUAGE" value="it" --> -<!--#set var="TITLE" value="Tipo di dato non supportato!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="it" +--><!--#set var="TITLE" value="Tipo di dato non supportato!" +--><!--#include virtual="include/top.html" --> Il server non è in grado di gestire il tipo del formato dei dati trasmesso nella richiesta. @@ -88,11 +88,13 @@ Body:----------it-- Content-language: pt-br Content-type: text/html; charset=ISO-8859-1 Body:-------pt-br-- -<!--#set var="TITLE" value="Tipo de media não suportado!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="pt-br" +--><!--#set var="TITLE" value="Tipo de media não suportado!" +--><!--#include virtual="include/top.html" --> O servidor não suporta o tipo de mídia transmitida nesta requisição. <!--#include virtual="include/bottom.html" --> -------pt-br-- + diff --git a/docs/error/HTTP_VARIANT_ALSO_VARIES.html.var b/docs/error/HTTP_VARIANT_ALSO_VARIES.html.var index 6dbd3b4419..da12c7ae8f 100644 --- a/docs/error/HTTP_VARIANT_ALSO_VARIES.html.var +++ b/docs/error/HTTP_VARIANT_ALSO_VARIES.html.var @@ -1,9 +1,9 @@ Content-language: de Content-type: text/html; charset=ISO-8859-1 Body:----------de-- -<!--#set var="CONTENT_LANGUAGE" value="de" --> -<!--#set var="TITLE" value="Variante ebenfalls veränderlich!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="de" +--><!--#set var="TITLE" value="Variante ebenfalls veränderlich!" +--><!--#include virtual="include/top.html" --> Ein Zugriff auf das angeforderte Objekt bzw. einer Variante dieses Objektes ist nicht möglich, da es ebenfalls @@ -15,8 +15,8 @@ Body:----------de-- Content-language: en Content-type: text/html; charset=ISO-8859-1 Body:----------en-- -<!--#set var="TITLE" value="Variant also varies!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="TITLE" value="Variant also varies!" +--><!--#include virtual="include/top.html" --> A variant for the requested entity is itself a negotiable resource. @@ -28,9 +28,9 @@ Body:----------en-- Content-language: es Content-type: text/html; charset=ISO-8859-1 Body:----------es-- -<!--#set var="CONTENT_LANGUAGE" value="es" --> -<!--#set var="TITLE" value="Variant also varies!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="es" +--><!--#set var="TITLE" value="Variant also varies!" +--><!--#include virtual="include/top.html" --> No es posible tener acceso debido a que una variante de la solicitud es por si @@ -42,9 +42,9 @@ Body:----------es-- Content-language: fr Content-type: text/html; charset=ISO-8859-1 Body:----------fr-- -<!--#set var="CONTENT_LANGUAGE" value="fr" --> -<!--#set var="TITLE" value="La variante varie elle-même!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="fr" +--><!--#set var="TITLE" value="La variante varie elle-même!" +--><!--#include virtual="include/top.html" --> Une variante pour l'entité requise est elle-même une ressource négociable. @@ -56,9 +56,9 @@ Body:----------fr-- Content-language: nl Content-type: text/html; charset=ISO-8859-1 Body:----------nl-- -<!--#set var="CONTENT_LANGUAGE" value="nl" --> -<!--#set var="TITLE" value="Variant varieert ook!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="nl" +--><!--#set var="TITLE" value="Variant varieert ook!" +--><!--#include virtual="include/top.html" --> Een variant van het gevraagde object is op zich ook een te onderhandelen variant. @@ -70,9 +70,9 @@ Body:----------nl-- Content-language: sv Content-type: text/html; charset=ISO-8859-1 Body:----------sv-- -<!--#set var="CONTENT_LANGUAGE" value="sv" --> -<!--#set var="TITLE" value="Variant also varies!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="sv" +--><!--#set var="TITLE" value="Variant also varies!" +--><!--#include virtual="include/top.html" --> En variant av den förfrågade enheten är i sig själv en giltig resurs. Åtkomst är inte @@ -84,9 +84,9 @@ Body:----------sv-- Content-language: it Content-type: text/html; charset=ISO-8859-1 Body:----------it-- -<!--#set var="CONTENT_LANGUAGE" value="it" --> -<!--#set var="TITLE" value="La versione variante varia essa stessa!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="it" +--><!--#set var="TITLE" value="La versione variante varia essa stessa!" +--><!--#include virtual="include/top.html" --> Non è possibile accedere all'entità richiesta perché ` essa stessa @@ -98,8 +98,9 @@ Body:----------it-- Content-language: pt-br Content-type: text/html; charset=ISO-8859-1 Body:-------pt-br-- -<!--#set var="TITLE" value="Variante auto-negociável!" --> -<!--#include virtual="include/top.html" --> +<!--#set var="CONTENT_LANGUAGE" value="pt-br" +--><!--#set var="TITLE" value="Variante auto-negociável!" +--><!--#include virtual="include/top.html" --> Uma variante da entidade de requisição é por si mesma um recurso negociável. @@ -107,3 +108,4 @@ Body:-------pt-br-- <!--#include virtual="include/bottom.html" --> -------pt-br-- + diff --git a/docs/error/contact.html.var b/docs/error/contact.html.var index a1f952dacd..90a95e04e8 100644 --- a/docs/error/contact.html.var +++ b/docs/error/contact.html.var @@ -3,7 +3,7 @@ Content-type: text/html; charset=ISO-8859-1 Body:----------de-- Sofern Sie dies für eine Fehlfunktion des Servers halten, informieren Sie bitte den -<a href="mailto:<!--#echo encoding="none" var="SERVER_ADMIN" -->">Webmaster</a> +<a href="mailto:<!--#echo encoding="url" var="SERVER_ADMIN" -->">Webmaster</a> hierüber. ----------de-- @@ -11,14 +11,14 @@ Content-language: en Content-type: text/html; charset=ISO-8859-1 Body:----------en-- If you think this is a server error, please contact -the <a href="mailto:<!--#echo encoding="none" var="SERVER_ADMIN" -->">webmaster</a>. +the <a href="mailto:<!--#echo encoding="url" var="SERVER_ADMIN" -->">webmaster</a>. ----------en-- Content-language: es Content-type: text/html; charset=ISO-8859-1 Body:----------es-- Favor de contactar al -<a href="mailto:<!--#echo encoding="none" var="SERVER_ADMIN" -->">webmaster</a> +<a href="mailto:<!--#echo encoding="url" var="SERVER_ADMIN" -->">webmaster</a> en caso de que usted crea que existe un error en el servidor. ----------es-- @@ -26,28 +26,28 @@ Content-language: fr Content-type: text/html; charset=ISO-8859-1 Body:----------fr-- Si vous pensez qu'il s'agit d'une erreur du serveur, veuillez contacter le -<a href="mailto:<!--#echo encoding="none" var="SERVER_ADMIN" -->">gestionnaire du site</a>. +<a href="mailto:<!--#echo encoding="url" var="SERVER_ADMIN" -->">gestionnaire du site</a>. ----------fr-- Content-language: nl Content-type: text/html; charset=ISO-8859-1 Body:----------nl-- Indien u van oordeel bent dat deze server in fout is, gelieve -de <a href="mailto:<!--#echo encoding="none" var="SERVER_ADMIN" -->">webmaster</a> te contacteren. +de <a href="mailto:<!--#echo encoding="url" var="SERVER_ADMIN" -->">webmaster</a> te contacteren. ----------nl-- Content-language: sv Content-type: text/html; charset=ISO-8859-1 Body:----------sv-- Om du tror att detta beror på ett serverfel, vänligen kontakta -<a href="mailto:<!--#echo encoding="none" var="SERVER_ADMIN" -->">webbansvarig</a>. +<a href="mailto:<!--#echo encoding="url" var="SERVER_ADMIN" -->">webbansvarig</a>. ----------sv-- Content-language: it Content-type: text/html; charset=ISO-8859-1 Body:----------it-- Se pensi che questo sia un errore del server, per favore contatta il -<a href="mailto:<!--#echo encoding="none" var="SERVER_ADMIN" -->">webmaster</a>. +<a href="mailto:<!--#echo encoding="url" var="SERVER_ADMIN" -->">webmaster</a>. ----------it-- Content-language: pt-br @@ -55,5 +55,6 @@ Content-type: text/html; charset=ISO-8859-1 Body:-------pt-br-- Se você acredita ter encontrado um problema no servidor, por favor entre em contato com o -<a href="mailto:<!--#echo encoding="none" var="SERVER_ADMIN" -->">webmaster</a>. +<a href="mailto:<!--#echo encoding="url" var="SERVER_ADMIN" -->">webmaster</a>. -------pt-br-- + diff --git a/docs/error/include/bottom.html b/docs/error/include/bottom.html index ad44d9c9e3..e8522b6e9b 100644 --- a/docs/error/include/bottom.html +++ b/docs/error/include/bottom.html @@ -1,19 +1,14 @@ -</dd></dl><dl><dd> +</p> +<p> <!--#include virtual="../contact.html.var" --> -</dd></dl> +</p> <h2>Error <!--#echo encoding="none" var="REDIRECT_STATUS" --></h2> -<dl> -<dd> <address> - <a href="/"><!--#echo encoding="none" var="SERVER_NAME" --></a> - <br /> + <a href="/"><!--#echo var="SERVER_NAME" --></a><br /> <!--#config timefmt="%c" --> - <small><!--#echo encoding="none" var="DATE_LOCAL" --></small> - <br /> - <small><!--#echo encoding="none" var="SERVER_SOFTWARE" --></small> + <span><!--#echo var="DATE_LOCAL" --><br /> + <!--#echo var="SERVER_SOFTWARE" --></span> </address> -</dd> -</dl> </body> </html> diff --git a/docs/error/include/spacer.html b/docs/error/include/spacer.html index d8f5c2b4d6..7d5e59531b 100644 --- a/docs/error/include/spacer.html +++ b/docs/error/include/spacer.html @@ -1 +1,2 @@ -</dd></dl><dl><dd> +</p> +<p> diff --git a/docs/error/include/top.html b/docs/error/include/top.html index 7f69e5815c..64b1170ed3 100644 --- a/docs/error/include/top.html +++ b/docs/error/include/top.html @@ -1,25 +1,24 @@ -<!--#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 encoding="none" 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="<!--#echo encoding="none" var="CONTENT_LANGUAGE" -->"> +<!--#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.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="<!--#echo var="CONTENT_LANGUAGE" -->" xml:lang="<!--#echo var="CONTENT_LANGUAGE" -->"> <head> <title><!--#echo var="TITLE" --></title> -<link rev="made" href="mailto:<!--#echo encoding="none" var="SERVER_ADMIN" -->" /> -<style type="text/css"> -<!-- -body { color: #000000; background-color: #FFFFFF; } -a:link { color: #0000CC; } ---> -</style> +<link rev="made" href="mailto:<!--#echo encoding="url" var="SERVER_ADMIN" -->" /> +<style type="text/css"><!--/*--><![CDATA[/*><!--*/ + body { color: #000000; background-color: #FFFFFF; } + a:link { color: #0000CC; } + p, address {margin-left: 3em;} + span {font-size: smaller;} +/*]]>*/--></style> </head> <body> <h1><!--#echo encoding="none" var="TITLE" --></h1> -<dl> -<dd> +<p>
\ No newline at end of file |