From 0737be15d3044c4a1809166d9c6d1005d2c9f373 Mon Sep 17 00:00:00 2001 From: Daniel Ferradal Date: Thu, 22 Jun 2017 19:20:36 +0000 Subject: [PATCH] Added updates to files referencing new Spanish translation of mod_alias r1799605 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1799606 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/allmodules.xml | 1 - docs/manual/mod/allmodules.xml.de | 1 - docs/manual/mod/allmodules.xml.es | 3 +-- docs/manual/mod/allmodules.xml.fr | 1 - docs/manual/mod/allmodules.xml.ja | 1 - docs/manual/mod/allmodules.xml.ko | 1 - docs/manual/mod/allmodules.xml.tr | 1 - docs/manual/mod/allmodules.xml.zh-cn | 1 - docs/manual/mod/index.html.es | 4 ++-- docs/manual/mod/mod_alias.html | 4 ++++ docs/manual/mod/mod_alias.html.en | 2 ++ docs/manual/mod/mod_alias.html.fr | 2 ++ docs/manual/mod/mod_alias.html.ja.utf8 | 2 ++ docs/manual/mod/mod_alias.html.ko.euc-kr | 2 ++ docs/manual/mod/mod_alias.html.tr.utf8 | 2 ++ docs/manual/mod/mod_alias.xml.meta | 1 + docs/manual/mod/quickreference.html.es | 25 ++++++++++-------------- 17 files changed, 28 insertions(+), 26 deletions(-) diff --git a/docs/manual/mod/allmodules.xml b/docs/manual/mod/allmodules.xml index dc36c860d7..ed1068e2d7 100644 --- a/docs/manual/mod/allmodules.xml +++ b/docs/manual/mod/allmodules.xml @@ -135,7 +135,6 @@ event.xml mpm_netware.xml mpmt_os2.xml - overrides.xml prefork.xml mpm_winnt.xml worker.xml diff --git a/docs/manual/mod/allmodules.xml.de b/docs/manual/mod/allmodules.xml.de index fdf94c40a9..38a0739c41 100644 --- a/docs/manual/mod/allmodules.xml.de +++ b/docs/manual/mod/allmodules.xml.de @@ -135,7 +135,6 @@ event.xml mpm_netware.xml mpmt_os2.xml - overrides.xml prefork.xml.de mpm_winnt.xml.de worker.xml.de diff --git a/docs/manual/mod/allmodules.xml.es b/docs/manual/mod/allmodules.xml.es index 511c208fea..76d7dac5a6 100644 --- a/docs/manual/mod/allmodules.xml.es +++ b/docs/manual/mod/allmodules.xml.es @@ -5,7 +5,7 @@ core.xml.es mod_access_compat.xml.es mod_actions.xml.es - mod_alias.xml + mod_alias.xml.es mod_allowhandlers.xml mod_allowmethods.xml mod_asis.xml @@ -135,7 +135,6 @@ event.xml mpm_netware.xml mpmt_os2.xml - overrides.xml prefork.xml mpm_winnt.xml worker.xml diff --git a/docs/manual/mod/allmodules.xml.fr b/docs/manual/mod/allmodules.xml.fr index 301b80dd3f..4e900ce7ed 100644 --- a/docs/manual/mod/allmodules.xml.fr +++ b/docs/manual/mod/allmodules.xml.fr @@ -135,7 +135,6 @@ event.xml.fr mpm_netware.xml.fr mpmt_os2.xml.fr - overrides.xml prefork.xml.fr mpm_winnt.xml.fr worker.xml.fr diff --git a/docs/manual/mod/allmodules.xml.ja b/docs/manual/mod/allmodules.xml.ja index 8e6ad81cf1..b6abff8809 100644 --- a/docs/manual/mod/allmodules.xml.ja +++ b/docs/manual/mod/allmodules.xml.ja @@ -135,7 +135,6 @@ event.xml mpm_netware.xml mpmt_os2.xml - overrides.xml prefork.xml.ja mpm_winnt.xml.ja worker.xml.ja diff --git a/docs/manual/mod/allmodules.xml.ko b/docs/manual/mod/allmodules.xml.ko index ecddc3dede..5b243a67d7 100644 --- a/docs/manual/mod/allmodules.xml.ko +++ b/docs/manual/mod/allmodules.xml.ko @@ -135,7 +135,6 @@ event.xml mpm_netware.xml mpmt_os2.xml - overrides.xml prefork.xml mpm_winnt.xml worker.xml diff --git a/docs/manual/mod/allmodules.xml.tr b/docs/manual/mod/allmodules.xml.tr index 751e25e0dc..7272e8d5e8 100644 --- a/docs/manual/mod/allmodules.xml.tr +++ b/docs/manual/mod/allmodules.xml.tr @@ -135,7 +135,6 @@ event.xml mpm_netware.xml mpmt_os2.xml - overrides.xml prefork.xml.tr mpm_winnt.xml worker.xml.tr diff --git a/docs/manual/mod/allmodules.xml.zh-cn b/docs/manual/mod/allmodules.xml.zh-cn index dc36c860d7..ed1068e2d7 100644 --- a/docs/manual/mod/allmodules.xml.zh-cn +++ b/docs/manual/mod/allmodules.xml.zh-cn @@ -135,7 +135,6 @@ event.xml mpm_netware.xml mpmt_os2.xml - overrides.xml prefork.xml mpm_winnt.xml worker.xml diff --git a/docs/manual/mod/index.html.es b/docs/manual/mod/index.html.es index b8b15deef3..6d09e6ffb4 100644 --- a/docs/manual/mod/index.html.es +++ b/docs/manual/mod/index.html.es @@ -73,8 +73,8 @@ of consuming threads only for connections with active processing

 A  |  B  |  C  |  D  |  E  |  F  |  H  |  I  |  J  |  L  |  M  |  N  |  P  |  R  |  S  |  U  |  V  |  W  |  X 

mod_access_compat
Autorizaciones de grupo basadas en el host (nombre o dirección IP)
mod_actions
Ejecuta scripts CGI basándose en el tipo de medio o método de la petición.
-
mod_alias
Provides for mapping different parts of the host - filesystem in the document tree and for URL redirection
+
mod_alias
Facilita el mapeo a diferentes partes del sistema de ficheros del host en el árbol de documentos y la redirección de URLs +
mod_allowhandlers
Easily restrict what HTTP handlers can be used on the server
mod_allowmethods
Easily restrict what HTTP methods can be used on the server
mod_asis
Sends files that contain their own diff --git a/docs/manual/mod/mod_alias.html b/docs/manual/mod/mod_alias.html index 7bf1274e07..450b6694d4 100644 --- a/docs/manual/mod/mod_alias.html +++ b/docs/manual/mod/mod_alias.html @@ -4,6 +4,10 @@ URI: mod_alias.html.en Content-Language: en Content-type: text/html; charset=ISO-8859-1 +URI: mod_alias.html.es +Content-Language: es +Content-type: text/html; charset=ISO-8859-1 + URI: mod_alias.html.fr Content-Language: fr Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_alias.html.en b/docs/manual/mod/mod_alias.html.en index 1cdd12b90e..3bbf0b28df 100644 --- a/docs/manual/mod/mod_alias.html.en +++ b/docs/manual/mod/mod_alias.html.en @@ -27,6 +27,7 @@

Apache Module mod_alias

Available Languages:  en  | + es  |  fr  |  ja  |  ko  | @@ -607,6 +608,7 @@ and designates the target as a CGI script

Available Languages:  en  | + es  |  fr  |  ja  |  ko  | diff --git a/docs/manual/mod/mod_alias.html.fr b/docs/manual/mod/mod_alias.html.fr index 0e2f50a806..38de977365 100644 --- a/docs/manual/mod/mod_alias.html.fr +++ b/docs/manual/mod/mod_alias.html.fr @@ -27,6 +27,7 @@

Module Apache mod_alias

Langues Disponibles:  en  | + es  |  fr  |  ja  |  ko  | @@ -615,6 +616,7 @@ comme un script CGI

Langues Disponibles:  en  | + es  |  fr  |  ja  |  ko  | diff --git a/docs/manual/mod/mod_alias.html.ja.utf8 b/docs/manual/mod/mod_alias.html.ja.utf8 index f20fe47e31..c77861d78e 100644 --- a/docs/manual/mod/mod_alias.html.ja.utf8 +++ b/docs/manual/mod/mod_alias.html.ja.utf8 @@ -27,6 +27,7 @@

Apache モジュール mod_alias

翻訳済み言語:  en  | + es  |  fr  |  ja  |  ko  | @@ -388,6 +389,7 @@ CGI スクリプトに指定

翻訳済み言語:  en  | + es  |  fr  |  ja  |  ko  | diff --git a/docs/manual/mod/mod_alias.html.ko.euc-kr b/docs/manual/mod/mod_alias.html.ko.euc-kr index 9689c78a9b..d44dc3cb0b 100644 --- a/docs/manual/mod/mod_alias.html.ko.euc-kr +++ b/docs/manual/mod/mod_alias.html.ko.euc-kr @@ -27,6 +27,7 @@

¾ÆÆÄÄ¡ ¸ðµâ mod_alias

°¡´ÉÇÑ ¾ð¾î:  en  | + es  |  fr  |  ja  |  ko  | @@ -355,6 +356,7 @@ Alias /foo /gaq

°¡´ÉÇÑ ¾ð¾î:  en  | + es  |  fr  |  ja  |  ko  | diff --git a/docs/manual/mod/mod_alias.html.tr.utf8 b/docs/manual/mod/mod_alias.html.tr.utf8 index e4361c294f..1f37fb0f27 100644 --- a/docs/manual/mod/mod_alias.html.tr.utf8 +++ b/docs/manual/mod/mod_alias.html.tr.utf8 @@ -27,6 +27,7 @@

Apache Modülü mod_alias

Mevcut Diller:  en  | + es  |  fr  |  ja  |  ko  | @@ -532,6 +533,7 @@ eşler ve hedefi bir CGI betiği olarak çalıştırır.

Mevcut Diller:  en  | + es  |  fr  |  ja  |  ko  | diff --git a/docs/manual/mod/mod_alias.xml.meta b/docs/manual/mod/mod_alias.xml.meta index 547a2db773..aebcb7f755 100644 --- a/docs/manual/mod/mod_alias.xml.meta +++ b/docs/manual/mod/mod_alias.xml.meta @@ -8,6 +8,7 @@ en + es fr ja ko diff --git a/docs/manual/mod/quickreference.html.es b/docs/manual/mod/quickreference.html.es index df50e7d4ef..a448e6ed38 100644 --- a/docs/manual/mod/quickreference.html.es +++ b/docs/manual/mod/quickreference.html.es @@ -117,10 +117,9 @@ responses from the server [extension] ...svdhBMaps the given filename extensions onto the specified content type Alias [URL-path] -file-path|directory-pathsvdBMaps URLs to filesystem locations +file-path|directory-pathsvdBMapea URLs a rutas del sistema de ficheros AliasMatch regex -file-path|directory-pathsvBMaps URLs to filesystem locations using regular -expressions +file-path|directory-pathsvBMapea URLs a ubicaciones del sistema de ficheros usando expresiones regulares Allow from all|host|env=[!]env-variable [host|env=[!]env-variable] ...dhEControla qué hosts pueden acceder a un área del servidor AllowCONNECT port[-port] @@ -871,15 +870,12 @@ header for proxied requests of the index listing ReceiveBufferSize bytes 0 sMTCP receive buffer size Redirect [status] [URL-path] -URLsvdhBSends an external redirect asking the client to fetch -a different URL +URLsvdhBEnvía una redirección externa indicando al cliente que solicite una URL distinta RedirectMatch [status] regex -URLsvdhBSends an external redirect based on a regular expression match -of the current URL -RedirectPermanent URL-path URLsvdhBSends an external permanent redirect asking the client to fetch -a different URL -RedirectTemp URL-path URLsvdhBSends an external temporary redirect asking the client to fetch -a different URL +URLsvdhBEnvía una redirección externa basada en una coincidencia de expresión regular con la URL actual + +RedirectPermanent URL-path URLsvdhBEnvía una redirección externa permanente indicando al cliente que solicite una URL diferente +RedirectTemp URL-path URLsvdhBEnvía una redirección externa temporal indicando al cliente que solicite una URL diferente ReflectorHeader inputheader [outputheader]svdhBReflect an input header to the output headers RegisterHttpMethod method [method [...]]sCRegister non-standard HTTP methods RemoteIPHeader header-fieldsvBDeclare the header field which should be parsed for useragent IP addresses @@ -952,11 +948,10 @@ processes launched by Apache httpd children the child processes Script method cgi-scriptsvdBActiva un script CGI para peticiones con un método concreto. ScriptAlias [URL-path] -file-path|directory-pathsvdBMaps a URL to a filesystem location and designates the -target as a CGI script +file-path|directory-pathsvdBMapea una URL a una ubicación del sistema de ficheros y designa el destino como un script CGI ScriptAliasMatch regex -file-path|directory-pathsvBMaps a URL to a filesystem location using a regular expression -and designates the target as a CGI script +file-path|directory-pathsvBMapea una URL a una ubicación del sistema de ficheros usando +una expresión regular y designa el destino como un script CGI ScriptInterpreterSource Registry|Registry-Strict|Script Script svdhCTechnique for locating the interpreter for CGI scripts ScriptLog file-pathsvBLocation of the CGI script error logfile -- 2.40.0