diff options
author | Erik Abele <erikabele@apache.org> | 2002-10-08 21:20:01 +0200 |
---|---|---|
committer | Erik Abele <erikabele@apache.org> | 2002-10-08 21:20:01 +0200 |
commit | a001787e39e281e81c4c6d9b3e089147b4534f1a (patch) | |
tree | 49813e10d8f9fe3ce2f1822f5c911f14a191e417 /docs/error/HTTP_REQUEST_URI_TOO_LARGE.html.var | |
parent | core.xml: revert turns to <pre>formatted examples and use (diff) | |
download | apache2-a001787e39e281e81c4c6d9b3e089147b4534f1a.tar.xz apache2-a001787e39e281e81c4c6d9b3e089147b4534f1a.zip |
Added portuguese-brazilian error-messages.
Translated by: Ricardo Leite <ricleite@asbyte.com.br>
Submitted/reviewed by: Luiz Rocha <lsdr@lsdr.net>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97147 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/error/HTTP_REQUEST_URI_TOO_LARGE.html.var')
-rw-r--r-- | docs/error/HTTP_REQUEST_URI_TOO_LARGE.html.var | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/docs/error/HTTP_REQUEST_URI_TOO_LARGE.html.var b/docs/error/HTTP_REQUEST_URI_TOO_LARGE.html.var index be7487b8a8..219ef8d48b 100644 --- a/docs/error/HTTP_REQUEST_URI_TOO_LARGE.html.var +++ b/docs/error/HTTP_REQUEST_URI_TOO_LARGE.html.var @@ -18,8 +18,8 @@ Body:----------en-- <!--#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. + The length of the requested URL exceeds the capacity limit for + this server. The request cannot be processed. <!--#include virtual="include/bottom.html" --> ----------en-- @@ -59,8 +59,8 @@ Body:----------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. + De lengte van de aangeboden URL overschreidt het maximum + voor deze server. De vraag kan niet verwerkt worden. <!--#include virtual="include/bottom.html" --> ----------nl-- @@ -92,3 +92,16 @@ Body:----------it-- <!--#include virtual="include/bottom.html" --> ----------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" --> + + O tamanho do endereço (URL) excede a capacidade limite + desse servidor. A requisição não pode ser + processada. + +<!--#include virtual="include/bottom.html" --> +-------pt-br-- |