diff options
author | Rich Bowen <rbowen@apache.org> | 2010-12-07 15:31:16 +0100 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2010-12-07 15:31:16 +0100 |
commit | caa201c39f88f7717cedcdd2ffc1cd048fb818ce (patch) | |
tree | 84912fb550000cd15617d21a9c0358ce2e18d79f | |
parent | tid43258 - Improvements to Spanish translation of HTTP Length Required (diff) | |
download | apache2-caa201c39f88f7717cedcdd2ffc1cd048fb818ce.tar.xz apache2-caa201c39f88f7717cedcdd2ffc1cd048fb818ce.zip |
Improve "method not allowed" spanish translation - from Alejandro Lay -
tid43259
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1043061 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | docs/error/HTTP_METHOD_NOT_ALLOWED.html.var | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/docs/error/HTTP_METHOD_NOT_ALLOWED.html.var b/docs/error/HTTP_METHOD_NOT_ALLOWED.html.var index 5ed103a53d..896a64103e 100644 --- a/docs/error/HTTP_METHOD_NOT_ALLOWED.html.var +++ b/docs/error/HTTP_METHOD_NOT_ALLOWED.html.var @@ -37,16 +37,14 @@ Body:----------en-- ----------en-- Content-language: es -Content-type: text/html; charset=UTF-8 +Content-type: text/html Body:----------es-- -<!--#set var="CONTENT_LANGUAGE" value="es" ---><!--#set var="TITLE" value="¡Método no permitido!" ---><!--#include virtual="include/top.html" --> +<!--#set var="TITLE" value="Método no permitido!" --> +<!--#include virtual="include/top.html" --> + + El método <!--#echo encoding="none" var="REDIRECT_REQUEST_METHOD"--> + no está permitido para el URL solicitado. - El <!--#echo var="REDIRECT_REQUEST_METHOD" --> - método utilizado por su solicitud no está - permitido por el enlace. - <!--#include virtual="include/bottom.html" --> ----------es-- |