The error messages look all look fine to me now. I have a few more comments on Readme.es, I will submit that as a separate mail
Un saludo DAniel On Sun, Dec 07, 2003 at 10:00:35PM +0100, Simó wrote: > ========================================================== > Spanish custom error messages in the Apache HTTP Server v6 > ========================================================== > http://0k.hn.org/httpd-apache-error/es/ > > > PD: Thanks Daniel > --- httpd-apache-error-def/HTTP_BAD_GATEWAY.html.var 2003-12-06 > 00:26:43.000000000 +0100 > +++ httpd-apache-error-es+def/HTTP_BAD_GATEWAY.html.var 2003-12-07 > 19:47:35.000000000 +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 origen 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.000000000 +0100 > +++ httpd-apache-error-es+def/HTTP_BAD_REQUEST.html.var 2003-12-07 > 19:48:04.000000000 +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.000000000 +0100 > +++ httpd-apache-error-es+def/HTTP_FORBIDDEN.html.var 2003-12-07 > 19:48:49.000000000 +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.000000000 > +0100 > +++ httpd-apache-error-es+def/HTTP_GONE.html.var 2003-12-07 > 21:37:49.000000000 +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 > - este servidor y no existe una dirección alterna. > + Los recursos solicitados ya no están disponibles en > + este servidor y no existe una dirección alternativa. > > <!--#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 referente</a> que el enlace está obsoleto. > > <!--#else --> > > - Si usted siguio el URL desde una página externa, > - porfavor contacte al autor de esa página. > + Si usted siguió el enlace desde una página externa, > + 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.000000000 +0100 > +++ httpd-apache-error-es+def/HTTP_INTERNAL_SERVER_ERROR.html.var > 2003-12-07 19:50:23.000000000 +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.000000000 +0100 > +++ httpd-apache-error-es+def/HTTP_LENGTH_REQUIRED.html.var 2003-12-07 > 19:50:47.000000000 +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 con 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.000000000 +0100 > +++ httpd-apache-error-es+def/HTTP_METHOD_NOT_ALLOWED.html.var > 2003-12-07 19:51:24.000000000 +0100 > @@ -41,12 +41,12 @@ > 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 > - permitido por el URL. > + método utilizado por su solicitud no está > + permitido por el enlace. > > <!--#include virtual="include/bottom.html" --> > ----------es-- > --- httpd-apache-error-def/HTTP_NOT_ACCEPTABLE.html.var 2003-12-06 > 00:26:43.000000000 +0100 > +++ httpd-apache-error-es+def/HTTP_NOT_ACCEPTABLE.html.var 2003-12-07 > 19:30:55.000000000 +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="¡No se encontró ningú > objeto aceptable!" > --><!--#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.000000000 +0100 > +++ httpd-apache-error-es+def/HTTP_NOT_FOUND.html.var 2003-12-07 > 21:39:30.000000000 +0100 > @@ -84,25 +84,25 @@ > 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 > + El enlace requerido no ha sido localizado en > este servidor. > > <!--#if expr="$HTTP_REFERER" --> > > - El URL en la > + El enlace en la > <a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">página > - referida</a> parece tener algun error o estar fuera de tiempo. Porfavor > + referente</a> parece tener algun error o ha expirado. Por favor > comunique al autor de > <a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">la > - página</a> acerca del error. > + página</a> el error. > > <!--#else --> > > - Si usted provisiono el URL de manera manual le solicitamos > - que porfavor revise los datos e intente de nuevo. > + Si usted proporcionó el enlace de manera manual le solicitamos > + que por favor revise los datos e intentelo de nuevo. > > <!--#endif --> > > --- httpd-apache-error-def/HTTP_NOT_IMPLEMENTED.html.var 2003-12-06 > 00:26:43.000000000 +0100 > +++ httpd-apache-error-es+def/HTTP_NOT_IMPLEMENTED.html.var 2003-12-07 > 19:53:12.000000000 +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.000000000 +0100 > +++ httpd-apache-error-es+def/HTTP_PRECONDITION_FAILED.html.var > 2003-12-07 19:53:37.000000000 +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 > + conexió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.000000000 +0100 > +++ httpd-apache-error-es+def/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var > 2003-12-07 19:54:16.000000000 +0100 > @@ -44,7 +44,7 @@ > 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 > --- httpd-apache-error-def/HTTP_REQUEST_TIME_OUT.html.var 2003-12-06 > 00:26:43.000000000 +0100 > +++ httpd-apache-error-es+def/HTTP_REQUEST_TIME_OUT.html.var 2003-12-07 > 21:40:18.000000000 +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="¡La solicitud ha excedido el tiempo de > espera permitido!" > --><!--#include virtual="include/top.html" --> > > - El servidor ha cerrado la conección de red > - debido a que el buscador no termino la solicitud > + El servidor ha cerrado la conexión de red > + debido a que el navegador no terminó 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.000000000 +0100 > +++ httpd-apache-error-es+def/HTTP_REQUEST_URI_TOO_LARGE.html.var > 2003-12-07 19:55:05.000000000 +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="Submitted URI too large!" > +--><!--#set var="TITLE" value="¡Dirección suministrada > demasiado larga!" > --><!--#include virtual="include/top.html" --> > > Su solicitud no puede procesarse debido a que la > - longitud del URL excede la capacidad limite del > + longitud del enlace excede la capacidad límite del > servidor. > > <!--#include virtual="include/bottom.html" --> > --- httpd-apache-error-def/HTTP_SERVICE_UNAVAILABLE.html.var 2003-12-06 > 00:26:43.000000000 +0100 > +++ httpd-apache-error-es+def/HTTP_SERVICE_UNAVAILABLE.html.var > 2003-12-07 19:55:43.000000000 +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.000000000 +0100 > +++ httpd-apache-error-es+def/HTTP_UNAUTHORIZED.html.var 2003-12-07 > 19:56:47.000000000 +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 enlace "<!--#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.000000000 +0100 > +++ httpd-apache-error-es+def/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var > 2003-12-07 19:57:55.000000000 +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.000000000 +0100 > +++ httpd-apache-error-es+def/HTTP_VARIANT_ALSO_VARIES.html.var > 2003-12-07 19:57:15.000000000 +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.000000000 > +0100 > +++ httpd-apache-error-es+def/contact.html.var 2003-12-07 > 21:40:39.949221144 +0100 > @@ -24,7 +24,7 @@ > Content-language: es > Content-type: text/html; charset=ISO-8859-1 > Body:----------es-- > -Favor de contactar al > +Por favor contacte 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-- -- Teach Yourself Apache 2 -- http://apacheworld.org/ty24/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]