summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Ferradal <dferradal@apache.org>2024-02-17 19:44:27 +0100
committerDaniel Ferradal <dferradal@apache.org>2024-02-17 19:44:27 +0100
commit0d4b6fc3bb91658d6a009d5d6899aebab24cfe89 (patch)
tree69811fe2215aa4dbb5c4faf3fed829e62b79c9e1
parentAdd missing changes-entries. (diff)
downloadapache2-0d4b6fc3bb91658d6a009d5d6899aebab24cfe89.tar.xz
apache2-0d4b6fc3bb91658d6a009d5d6899aebab24cfe89.zip
Added inicial dso.xml.es translation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915841 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/dso.html4
-rw-r--r--docs/manual/dso.xml.meta1
-rw-r--r--docs/manual/mod/core.html.es.utf82
-rw-r--r--docs/manual/mod/mod_alias.html.es.utf818
4 files changed, 22 insertions, 3 deletions
diff --git a/docs/manual/dso.html b/docs/manual/dso.html
index 21f37b93c5..d8b19975a8 100644
--- a/docs/manual/dso.html
+++ b/docs/manual/dso.html
@@ -4,6 +4,10 @@ URI: dso.html.en.utf8
Content-Language: en
Content-type: text/html; charset=UTF-8
+URI: dso.html.es.utf8
+Content-Language: es
+Content-type: text/html; charset=UTF-8
+
URI: dso.html.fr.utf8
Content-Language: fr
Content-type: text/html; charset=UTF-8
diff --git a/docs/manual/dso.xml.meta b/docs/manual/dso.xml.meta
index 1daba392ad..88524fe2bf 100644
--- a/docs/manual/dso.xml.meta
+++ b/docs/manual/dso.xml.meta
@@ -8,6 +8,7 @@
<variants>
<variant>en</variant>
+ <variant>es</variant>
<variant>fr</variant>
<variant outdated="yes">ja</variant>
<variant outdated="yes">ko</variant>
diff --git a/docs/manual/mod/core.html.es.utf8 b/docs/manual/mod/core.html.es.utf8
index bb59c6947d..c589abb213 100644
--- a/docs/manual/mod/core.html.es.utf8
+++ b/docs/manual/mod/core.html.es.utf8
@@ -1628,7 +1628,7 @@ to the network</td></tr>
<tr><th><a href="directive-dict.html#Description">Descripción:</a></th><td>Threshold above which pending data are flushed to the
network</td></tr>
<tr><th><a href="directive-dict.html#Syntax">Sintaxis:</a></th><td><code>FlushMaxThreshold <var>number-of-bytes</var></code></td></tr>
-<tr><th><a href="directive-dict.html#Default">Valor por defecto:</a></th><td><code>FlushMaxThreshold 65536</code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Valor por defecto:</a></th><td><code>FlushMaxThreshold 65535</code></td></tr>
<tr><th><a href="directive-dict.html#Context">Contexto:</a></th><td>server config, virtual host</td></tr>
<tr><th><a href="directive-dict.html#Status">Estado:</a></th><td>Core</td></tr>
<tr><th><a href="directive-dict.html#Module">Módulo:</a></th><td>core</td></tr>
diff --git a/docs/manual/mod/mod_alias.html.es.utf8 b/docs/manual/mod/mod_alias.html.es.utf8
index e10e7249a1..5805bdb28f 100644
--- a/docs/manual/mod/mod_alias.html.es.utf8
+++ b/docs/manual/mod/mod_alias.html.es.utf8
@@ -70,6 +70,7 @@
<ul id="toc">
<li><img alt="" src="../images/down.gif" /> <a href="#alias">Alias</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#aliasmatch">AliasMatch</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#aliaspreservepath">AliasPreservePath</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#redirect">Redirect</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#redirectmatch">RedirectMatch</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#redirectpermanent">RedirectPermanent</a></li>
@@ -255,6 +256,19 @@ AliasMatch "^/image/(.*)\.gif$" "/files/gif.images/$1.gif"</pre>
</div>
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="directive-section"><h2><a name="aliaspreservepath" id="aliaspreservepath">Directiva</a> <a name="AliasPreservePath" id="AliasPreservePath">AliasPreservePath</a> <a title="Enlace permanente" href="#aliaspreservepath" class="permalink">&para;</a></h2>
+<table class="directive">
+<tr><th><a href="directive-dict.html#Description">Descripción:</a></th><td>Map the full path after the alias in a location.</td></tr>
+<tr><th><a href="directive-dict.html#Syntax">Sintaxis:</a></th><td><code>AliasPreservePath OFF|ON</code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Valor por defecto:</a></th><td><code>AliasPreservePath OFF</code></td></tr>
+<tr><th><a href="directive-dict.html#Context">Contexto:</a></th><td>server config, virtual host, directory</td></tr>
+<tr><th><a href="directive-dict.html#Status">Estado:</a></th><td>Base</td></tr>
+<tr><th><a href="directive-dict.html#Module">Módulo:</a></th><td>mod_alias</td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Compatibilidad:</a></th><td>2.5.1 and later</td></tr>
+</table><p>The documentation for this directive has
+ not been translated yet. Please have a look at the English
+ version.</p></div>
+<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="directive-section"><h2><a name="redirect" id="redirect">Directiva</a> <a name="Redirect" id="Redirect">Redirect</a> <a title="Enlace permanente" href="#redirect" class="permalink">&para;</a></h2>
<table class="directive">
<tr><th><a href="directive-dict.html#Description">Descripción:</a></th><td>Envía una redirección externa indicando al cliente que solicite una URL distinta</td></tr>
@@ -404,8 +418,8 @@ Redirect 303 "/three" "http://example.com/other"</pre>
<div class="directive-section"><h2><a name="redirectrelative" id="redirectrelative">Directiva</a> <a name="RedirectRelative" id="RedirectRelative">RedirectRelative</a> <a title="Enlace permanente" href="#redirectrelative" class="permalink">&para;</a></h2>
<table class="directive">
<tr><th><a href="directive-dict.html#Description">Descripción:</a></th><td>Allows relative redirect targets.</td></tr>
-<tr><th><a href="directive-dict.html#Syntax">Sintaxis:</a></th><td><code>RedirectRelative OFF|ON</code></td></tr>
-<tr><th><a href="directive-dict.html#Default">Valor por defecto:</a></th><td><code>RedirectRelative OFF</code></td></tr>
+<tr><th><a href="directive-dict.html#Syntax">Sintaxis:</a></th><td><code>RedirectRelative On|Off</code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Valor por defecto:</a></th><td><code>RedirectRelative Off</code></td></tr>
<tr><th><a href="directive-dict.html#Context">Contexto:</a></th><td>server config, virtual host, directory</td></tr>
<tr><th><a href="directive-dict.html#Status">Estado:</a></th><td>Base</td></tr>
<tr><th><a href="directive-dict.html#Module">Módulo:</a></th><td>mod_alias</td></tr>