Commit cf1093c5 authored by Daniel Ferradal's avatar Daniel Ferradal
Browse files

Updates to files referencing new Spanish translation of mod_allowmethods r1800183

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1800184 13f79535-47bb-0310-9956-ffa450edef68
parent 008bde6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
  <modulefile>mod_actions.xml.es</modulefile>
  <modulefile>mod_alias.xml.es</modulefile>
  <modulefile>mod_allowhandlers.xml.es</modulefile>
  <modulefile>mod_allowmethods.xml</modulefile>
  <modulefile>mod_allowmethods.xml.es</modulefile>
  <modulefile>mod_asis.xml</modulefile>
  <modulefile>mod_auth_basic.xml</modulefile>
  <modulefile>mod_auth_digest.xml</modulefile>
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ of consuming threads only for connections with active processing</dd>
<dt><a href="mod_alias.html">mod_alias</a></dt><dd>Facilita el mapeo a diferentes partes del sistema de ficheros del host en el rbol de documentos y la redireccin de URLs
</dd>
<dt><a href="mod_allowhandlers.html">mod_allowhandlers</a></dt><dd>Restringir fcilmente qu handlers HTTP pueden ser usados en el servidor</dd>
<dt><a href="mod_allowmethods.html">mod_allowmethods</a></dt><dd>Easily restrict what HTTP methods can be used on the server</dd>
<dt><a href="mod_allowmethods.html">mod_allowmethods</a></dt><dd>Restringe fcilmente qu mtodos HTTP pueden ser usados en el servidor</dd>
<dt><a href="mod_asis.html">mod_asis</a></dt><dd>Sends files that contain their own
HTTP headers</dd>
<dt><a href="mod_auth_basic.html">mod_auth_basic</a></dt><dd>Basic HTTP authentication</dd>
+4 −0
Original line number Diff line number Diff line
@@ -4,6 +4,10 @@ URI: mod_allowmethods.html.en
Content-Language: en
Content-type: text/html; charset=ISO-8859-1

URI: mod_allowmethods.html.es
Content-Language: es
Content-type: text/html; charset=ISO-8859-1

URI: mod_allowmethods.html.fr
Content-Language: fr
Content-type: text/html; charset=ISO-8859-1
+2 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@
<div id="preamble"><h1>Apache Module mod_allowmethods</h1>
<div class="toplang">
<p><span>Available Languages: </span><a href="../en/mod/mod_allowmethods.html" title="English">&nbsp;en&nbsp;</a> |
<a href="../es/mod/mod_allowmethods.html" hreflang="es" rel="alternate" title="Espaol">&nbsp;es&nbsp;</a> |
<a href="../fr/mod/mod_allowmethods.html" hreflang="fr" rel="alternate" title="Franais">&nbsp;fr&nbsp;</a></p>
</div>
<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Easily restrict what HTTP methods can be used on the server</td></tr>
@@ -87,6 +88,7 @@ kludgy implementation of <code class="directive"><a href="../mod/core.html#limit
</div>
<div class="bottomlang">
<p><span>Available Languages: </span><a href="../en/mod/mod_allowmethods.html" title="English">&nbsp;en&nbsp;</a> |
<a href="../es/mod/mod_allowmethods.html" hreflang="es" rel="alternate" title="Espaol">&nbsp;es&nbsp;</a> |
<a href="../fr/mod/mod_allowmethods.html" hreflang="fr" rel="alternate" title="Franais">&nbsp;fr&nbsp;</a></p>
</div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div>
<script type="text/javascript"><!--//--><![CDATA[//><!--
+2 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@
<div id="preamble"><h1>Module Apache mod_allowmethods</h1>
<div class="toplang">
<p><span>Langues Disponibles: </span><a href="../en/mod/mod_allowmethods.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
<a href="../es/mod/mod_allowmethods.html" hreflang="es" rel="alternate" title="Espaol">&nbsp;es&nbsp;</a> |
<a href="../fr/mod/mod_allowmethods.html" title="Franais">&nbsp;fr&nbsp;</a></p>
</div>
<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Limitation simple des mthodes HTTP acceptes par e serveur</td></tr>
@@ -89,6 +90,7 @@ remplacer l'impl
</div>
<div class="bottomlang">
<p><span>Langues Disponibles: </span><a href="../en/mod/mod_allowmethods.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
<a href="../es/mod/mod_allowmethods.html" hreflang="es" rel="alternate" title="Espaol">&nbsp;es&nbsp;</a> |
<a href="../fr/mod/mod_allowmethods.html" title="Franais">&nbsp;fr&nbsp;</a></p>
</div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div>
<script type="text/javascript"><!--//--><![CDATA[//><!--
Loading