Spanish custom error messages in the Apache HTTP Server v4
http://0k.hn.org/httpd-apache-error/es/
El Fri, 5 Dec 2003 13:39:31 -0800
Daniel va escriure:
>
> Simo,
>
> - El servidor fuente recibio información
> - inválida por parte del servidor destino.
> + El servidor fuente recibio informaci�n
> + inv�lida por parte del servidor destino.
>
> Do not replace the HTTP that are used to represent entities for special
> spanish characters like tilde for accents (you have done this in all the
> documents)
ok
> The translation for "bad" as "mala" is too literal. "incorrecta" o "err�nea"
> would be much better.
ok
> There are also a few accented letters missing, such as
> in "recibio", "estan", "esta" etc.
ok?
> Browser should be translated as "navegador" not "buscador"
ok
> "estar fuera de tiempo" does not make much sense, should be something like
> "ha expirado"
ok
> Many error titles are missing the leading exclamation mark.
ok?
> "porfavor" needs to be "por favor"
ok
> And a few others, can you correct those and resubmit? I feel weird creating
> a patch of a patch :)
The attachments are a patch of a default custom error
For patch of "the" patch view mail:
Spanish custom error messages in the Apache HTTP Server [patch v4 of a patch
v1]
--- httpd-apache-error-def/HTTP_BAD_GATEWAY.html.var 2003-12-06
00:26:43.955656000 +0100
+++ httpd-apache-error-es+def/HTTP_BAD_GATEWAY.html.var 2003-12-06
02:32:18.196277328 +0100
@@ -56,10 +56,10 @@
Content-type: text/html; charset=ISO-8859-1
Body:----------es--
<!--#set var="CONTENT_LANGUAGE" value="es"
---><!--#set var="TITLE" value="Bad Gateway!"
+--><!--#set var="TITLE" value="�Puerta de enlace errónea!"
--><!--#include virtual="include/top.html" -->
- El servidor fuente recibio información
+ El servidor fuente recibió información
inválida por parte del servidor destino.
<!--#if expr="$REDIRECT_ERROR_NOTES" -->
--- httpd-apache-error-def/HTTP_BAD_REQUEST.html.var 2003-12-06
00:26:43.956655848 +0100
+++ httpd-apache-error-es+def/HTTP_BAD_REQUEST.html.var 2003-12-06
02:32:18.196277328 +0100
@@ -41,10 +41,10 @@
Content-type: text/html; charset=ISO-8859-1
Body:----------es--
<!--#set var="CONTENT_LANGUAGE" value="es"
---><!--#set var="TITLE" value="Bad request!"
+--><!--#set var="TITLE" value="�Solicitud errónea!"
--><!--#include virtual="include/top.html" -->
- El buscador ha solicitado una operación
+ El navegador ha solicitado una operación
que no puede ser procesada por el servidor.
<!--#include virtual="include/bottom.html" -->
--- httpd-apache-error-def/HTTP_FORBIDDEN.html.var 2003-12-06
00:26:43.956655848 +0100
+++ httpd-apache-error-es+def/HTTP_FORBIDDEN.html.var 2003-12-06
02:32:18.196277328 +0100
@@ -70,7 +70,7 @@
Content-type: text/html; charset=ISO-8859-1
Body:----------es--
<!--#set var="CONTENT_LANGUAGE" value="es"
---><!--#set var="TITLE" value="Access forbidden!"
+--><!--#set var="TITLE" value="�Acceso prohibido!"
--><!--#include virtual="include/top.html" -->
<!--#if expr="$REDIRECT_URL = /\/$/" -->
--- httpd-apache-error-def/HTTP_GONE.html.var 2003-12-06 00:26:43.955656000
+0100
+++ httpd-apache-error-es+def/HTTP_GONE.html.var 2003-12-06
02:32:18.196277328 +0100
@@ -81,22 +81,22 @@
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!"
+--><!--#set var="TITLE" value="�Recurso no disponible!"
--><!--#include virtual="include/top.html" -->
- Los recursos solicitados ya no estan disponibles en
+ Los recursos solicitados ya no están disponibles en
este servidor y no existe una dirección alterna.
<!--#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.
+ -->">página referida</a> que el URL está caducada.
<!--#else -->
Si usted siguio el URL desde una página externa,
- porfavor contacte al autor de esa página.
+ por favor contacte con el autor de esa página.
<!--#endif -->
--- httpd-apache-error-def/HTTP_INTERNAL_SERVER_ERROR.html.var 2003-12-06
00:26:43.956655848 +0100
+++ httpd-apache-error-es+def/HTTP_INTERNAL_SERVER_ERROR.html.var
2003-12-06 02:32:18.197277176 +0100
@@ -87,7 +87,7 @@
Content-type: text/html; charset=ISO-8859-1
Body:----------es--
<!--#set var="CONTENT_LANGUAGE" value="es"
---><!--#set var="TITLE" value="Server error!"
+--><!--#set var="TITLE" value="�Error en el servidor!"
--><!--#include virtual="include/top.html" -->
<!--#if expr="$REDIRECT_ERROR_NOTES" -->
--- httpd-apache-error-def/HTTP_LENGTH_REQUIRED.html.var 2003-12-06
00:26:43.957655696 +0100
+++ httpd-apache-error-es+def/HTTP_LENGTH_REQUIRED.html.var 2003-12-06
02:32:18.197277176 +0100
@@ -39,6 +39,18 @@
<!--#include virtual="include/bottom.html" -->
----------en--
+Content-language: es
+Content-type: text/html; charset=ISO-8859-1
+Body:----------es--
+<!--#set var="TITLE" value="�Content-Length erróneo!"
+--><!--#include virtual="include/top.html" -->
+
+ Una solicitud com el método <!--#echo var="REDIRECT_REQUEST_METHOD"
-->
+ necesita una cabecera <code>Content-Length</code> válida.
+
+<!--#include virtual="include/bottom.html" -->
+----------es--
+
Content-language: fr
Content-type: text/html; charset=ISO-8859-1
Body:----------fr--
--- httpd-apache-error-def/HTTP_METHOD_NOT_ALLOWED.html.var 2003-12-06
00:26:43.955656000 +0100
+++ httpd-apache-error-es+def/HTTP_METHOD_NOT_ALLOWED.html.var 2003-12-06
02:32:18.197277176 +0100
@@ -41,11 +41,11 @@
Content-type: text/html; charset=ISO-8859-1
Body:----------es--
<!--#set var="CONTENT_LANGUAGE" value="es"
---><!--#set var="TITLE" value="Method not allowed!"
+--><!--#set var="TITLE" value="�Método no permitido!"
--><!--#include virtual="include/top.html" -->
El <!--#echo var="REDIRECT_REQUEST_METHOD" -->
- método utilizado por su solicitud no esta
+ método utilizado por su solicitud no está
permitido por el URL.
<!--#include virtual="include/bottom.html" -->
--- httpd-apache-error-def/HTTP_NOT_ACCEPTABLE.html.var 2003-12-06
00:26:43.955656000 +0100
+++ httpd-apache-error-es+def/HTTP_NOT_ACCEPTABLE.html.var 2003-12-06
02:32:18.197277176 +0100
@@ -42,7 +42,7 @@
Content-type: text/html; charset=ISO-8859-1
Body:----------es--
<!--#set var="CONTENT_LANGUAGE" value="es"
---><!--#set var="TITLE" value="No acceptable object found!"
+--><!--#set var="TITLE" value="�Objeto encontrado no acceptable!"
--><!--#include virtual="include/top.html" -->
Una representación apropiada de los recursos
--- httpd-apache-error-def/HTTP_NOT_FOUND.html.var 2003-12-06
00:26:43.957655696 +0100
+++ httpd-apache-error-es+def/HTTP_NOT_FOUND.html.var 2003-12-06
02:32:18.197277176 +0100
@@ -84,7 +84,7 @@
Content-type: text/html; charset=ISO-8859-1
Body:----------es--
<!--#set var="CONTENT_LANGUAGE" value="es"
---><!--#set var="TITLE" value="Object not found!"
+--><!--#set var="TITLE" value="�Objeto no encontrado!"
--><!--#include virtual="include/top.html" -->
El URL requerido no ha sido localizado en
@@ -94,7 +94,7 @@
El URL en la
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">página
- referida</a> parece tener algun error o estar fuera de tiempo. Porfavor
+ referida</a> parece tener algun error o ha expirado. Porfavor
comunique al autor de
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">la
página</a> acerca del error.
@@ -102,7 +102,7 @@
<!--#else -->
Si usted provisiono el URL de manera manual le solicitamos
- que porfavor revise los datos e intente de nuevo.
+ que por favor revise los datos e intente de nuevo.
<!--#endif -->
--- httpd-apache-error-def/HTTP_NOT_IMPLEMENTED.html.var 2003-12-06
00:26:43.956655848 +0100
+++ httpd-apache-error-es+def/HTTP_NOT_IMPLEMENTED.html.var 2003-12-06
02:32:18.197277176 +0100
@@ -39,10 +39,10 @@
Content-type: text/html; charset=ISO-8859-1
Body:----------es--
<!--#set var="CONTENT_LANGUAGE" value="es"
---><!--#set var="TITLE" value="Cannot proceed request!"
+--><!--#set var="TITLE" value="�Solicitud no procesada!"
--><!--#include virtual="include/top.html" -->
- El buscador esta solicitando una acción
+ El navegador está solicitando una acción
que no puede ser procesada.
<!--#include virtual="include/bottom.html" -->
--- httpd-apache-error-def/HTTP_PRECONDITION_FAILED.html.var 2003-12-06
00:26:43.955656000 +0100
+++ httpd-apache-error-es+def/HTTP_PRECONDITION_FAILED.html.var 2003-12-06
02:32:18.198277024 +0100
@@ -40,11 +40,11 @@
Content-type: text/html; charset=ISO-8859-1
Body:----------es--
<!--#set var="CONTENT_LANGUAGE" value="es"
---><!--#set var="TITLE" value="Precondition failed!"
+--><!--#set var="TITLE" value="�Precondición errónea!"
--><!--#include virtual="include/top.html" -->
- La precondicion para que exista una
- conección al URL solicitado es falsa.
+ La precondición para que exista una
+ conección a la dirección solicitada es falsa.
<!--#include virtual="include/bottom.html" -->
----------es--
--- httpd-apache-error-def/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
2003-12-06 00:26:43.954656152 +0100
+++ httpd-apache-error-es+def/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
2003-12-06 02:32:18.198277024 +0100
@@ -44,13 +44,13 @@
Content-type: text/html; charset=ISO-8859-1
Body:----------es--
<!--#set var="CONTENT_LANGUAGE" value="es"
---><!--#set var="TITLE" value="Request entity too large!"
+--><!--#set var="TITLE" value="�Entidad solicitada demasiado larga!"
--><!--#include virtual="include/top.html" -->
Los recursos establecidos no permiten peticiones con
el <!--#echo var="REDIRECT_REQUEST_METHOD" --> método
suministrado por su solicitud, o, la cantidad de datos
- provistos exceden los límites de capacidad.
+ provistos exceden los límites de capacidad.
<!--#include virtual="include/bottom.html" -->
----------es--
--- httpd-apache-error-def/HTTP_REQUEST_TIME_OUT.html.var 2003-12-06
00:26:43.955656000 +0100
+++ httpd-apache-error-es+def/HTTP_REQUEST_TIME_OUT.html.var 2003-12-06
02:32:18.198277024 +0100
@@ -42,11 +42,11 @@
Content-type: text/html; charset=ISO-8859-1
Body:----------es--
<!--#set var="CONTENT_LANGUAGE" value="es"
---><!--#set var="TITLE" value="Request time-out!"
+--><!--#set var="TITLE" value="�Solicitud fuera de tiempo!"
--><!--#include virtual="include/top.html" -->
El servidor ha cerrado la conección de red
- debido a que el buscador no termino la solicitud
+ debido a que el navegador no termino la solicitud
dentro del tiempo especificado.
<!--#include virtual="include/bottom.html" -->
--- httpd-apache-error-def/HTTP_REQUEST_URI_TOO_LARGE.html.var 2003-12-06
00:26:43.957655696 +0100
+++ httpd-apache-error-es+def/HTTP_REQUEST_URI_TOO_LARGE.html.var
2003-12-06 02:32:18.198277024 +0100
@@ -42,7 +42,7 @@
Content-type: text/html; charset=ISO-8859-1
Body:----------es--
<!--#set var="CONTENT_LANGUAGE" value="es"
---><!--#set var="TITLE" value="Submitted URI too large!"
+--><!--#set var="TITLE" value="�Dirección subministrada demasiado
larga!"
--><!--#include virtual="include/top.html" -->
Su solicitud no puede procesarse debido a que la
--- httpd-apache-error-def/HTTP_SERVICE_UNAVAILABLE.html.var 2003-12-06
00:26:43.956655848 +0100
+++ httpd-apache-error-es+def/HTTP_SERVICE_UNAVAILABLE.html.var 2003-12-06
02:32:18.198277024 +0100
@@ -45,15 +45,15 @@
Content-type: text/html; charset=ISO-8859-1
Body:----------es--
<!--#set var="CONTENT_LANGUAGE" value="es"
---><!--#set var="TITLE" value="Service unavailable!"
+--><!--#set var="TITLE" value="�Servicio no disponible!"
--><!--#include virtual="include/top.html" -->
El servidor no puede atender su solicitud por
el momento debido a problemas de mantenimiento
o de capacidad.
- Le solicitamos que porfavor repita la operación
- mas tarde.
+ Le solicitamos que por favor repita la operación
+ más tarde.
<!--#include virtual="include/bottom.html" -->
----------es--
--- httpd-apache-error-def/HTTP_UNAUTHORIZED.html.var 2003-12-06
00:26:43.955656000 +0100
+++ httpd-apache-error-es+def/HTTP_UNAUTHORIZED.html.var 2003-12-06
02:32:18.199276872 +0100
@@ -64,21 +64,21 @@
Content-type: text/html; charset=ISO-8859-1
Body:----------es--
<!--#set var="CONTENT_LANGUAGE" value="es"
---><!--#set var="TITLE" value="Authentication required!"
+--><!--#set var="TITLE" value="�Autentificación requerida!"
--><!--#include virtual="include/top.html" -->
El servidor no puede certificar que usted este autorizado
- para accesar el URL "<!--#echo encoding="url" var="REDIRECT_URL" -->".
- Usted pudo suministrar información incorrecta accidentalmente
- (ejem. una contraseña inválida) o, el buscador no sabe
+ para acceder al URL "<!--#echo encoding="url" var="REDIRECT_URL" -->".
+ Usted pudo suministrar información errónea accidentalmente
+ (ejem. una contraseña inválida) o, el navegador no sabe
como suministrar la información requerida.
<!--#include virtual="include/spacer.html" -->
En caso de que a usted le este permitido el uso del
- documento requerido, le solicitamos de la manera mas atenta
- que porfavor vuelva a intentar la operación suministrando
- nuevamente su numero de identificación y su contraseña.
+ documento requerido, le solicitamos de la manera más atenta
+ que por favor vuelva a intentar la operación suministrando
+ nuevamente su identificador y su contraseña.
<!--#include virtual="include/bottom.html" -->
----------es--
--- httpd-apache-error-def/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var 2003-12-06
00:26:43.954656152 +0100
+++ httpd-apache-error-es+def/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var
2003-12-06 02:32:18.199276872 +0100
@@ -39,7 +39,7 @@
Content-type: text/html; charset=ISO-8859-1
Body:----------es--
<!--#set var="CONTENT_LANGUAGE" value="es"
---><!--#set var="TITLE" value="Unsupported media type!"
+--><!--#set var="TITLE" value="�Tipo de datos no soportados!"
--><!--#include virtual="include/top.html" -->
Los datos de su solicitud no se encuentran en
--- httpd-apache-error-def/HTTP_VARIANT_ALSO_VARIES.html.var 2003-12-06
00:26:43.956655848 +0100
+++ httpd-apache-error-es+def/HTTP_VARIANT_ALSO_VARIES.html.var 2003-12-06
02:32:18.199276872 +0100
@@ -42,7 +42,7 @@
Content-type: text/html; charset=ISO-8859-1
Body:----------es--
<!--#set var="CONTENT_LANGUAGE" value="es"
---><!--#set var="TITLE" value="Variant also varies!"
+--><!--#set var="TITLE" value="�Variante negociable!"
--><!--#include virtual="include/top.html" -->
No es posible tener acceso debido a que
--- httpd-apache-error-def/contact.html.var 2003-12-06 00:26:43.956655848
+0100
+++ httpd-apache-error-es+def/contact.html.var 2003-12-06 02:32:18.196277328
+0100
@@ -24,7 +24,7 @@
Content-language: es
Content-type: text/html; charset=ISO-8859-1
Body:----------es--
-Favor de contactar al
+Por favor contactar con el
<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--
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]