Spanish custom error messages in the Apache HTTP Server v3
http://0k.hn.org/httpd-apache-error/es/
El Fri, 5 Dec 2003 13:39:31 -0800
Daniel va escriure:
> 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 :)
i'm sorry than patch of default custom errors
--- 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
00:29:07.089896288 +0100
@@ -56,11 +56,11 @@
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
- inválida por parte del servidor destino.
+ El servidor fuente recibi� informaci�n
+ inv�lida por parte del servidor destino.
<!--#if expr="$REDIRECT_ERROR_NOTES" -->
<!--#include virtual="include/spacer.html" -->
--- 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
00:29:26.630925600 +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
00:29:47.651729952 +0100
@@ -70,15 +70,15 @@
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 = /\/$/" -->
- Usted no tiene permiso para accesar a la dirección
+ Usted no tiene permiso para accesar a la direcci�n
solicitada. Existe la posibilidad de que el directorio
este protegido contra lectura o que no exista la
- documentación requerida.
+ documentaci�n requerida.
<!--#else -->
--- 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
00:30:14.904586888 +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 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.
+ Si usted siguio el URL 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.956655848 +0100
+++ httpd-apache-error-es+def/HTTP_INTERNAL_SERVER_ERROR.html.var
2003-12-06 00:31:21.221505184 +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" -->
@@ -105,7 +105,7 @@
El servidor encontro un error interno y fue
imposible completar su solicitud.
Existe tambien la posibilidad de que el servidor
- este sobrecargado o de algún error en un
+ este sobrecargado o de alg�n error en un
programa de CGI.
<!--#endif -->
--- 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
00:31:57.238029840 +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
00:32:39.046673960 +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
00:33:02.395124456 +0100
@@ -42,10 +42,10 @@
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
+ Una representaci�n apropiada de los recursos
solicitados no ha podido ser localizada en
este servidor.
--- 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
00:33:23.528911632 +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
@@ -93,16 +93,16 @@
<!--#if expr="$HTTP_REFERER" -->
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
+ <a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">p�gina
+ 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.
+ p�gina</a> acerca del error.
<!--#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
00:33:42.068093248 +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
00:34:17.365727192 +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 00:34:40.123267520 +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
+ 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
00:35:11.893437720 +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
+ El servidor ha cerrado la conecci�n de red
+ 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 00:35:36.258733632 +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
00:36:18.211355864 +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
00:36:45.567197144 +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
- como suministrar la información requerida.
+ 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 contrasenya.
<!--#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 00:37:10.162458096 +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
00:37:43.676363208 +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 00:28:40.790894344
+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]