]> granicus.if.org Git - apache/commitdiff
Updated .fr translation to latest .en version
authorVincent Deffontaines <gryzor@apache.org>
Mon, 18 Dec 2017 20:27:25 +0000 (20:27 +0000)
committerVincent Deffontaines <gryzor@apache.org>
Mon, 18 Dec 2017 20:27:25 +0000 (20:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1818620 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_substitute.xml.fr

index 47cd75bb2d3089073d54e9d32f088787afd84244..ced6f7d9c434b9dfad19b1f43085a2bce3010355 100644 (file)
@@ -1,8 +1,9 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1815480:1818201 (outdated) -->
+<!-- English Revision: 1818201 -->
 <!-- French translation : Lucien GENTIS -->
+<!-- Reviewed by : Vincent Deffontaines -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
@@ -113,8 +114,8 @@ réponse</description>
         <highlight language="config">
 &lt;Location "/"&gt;
     AddOutputFilterByType SUBSTITUTE text/html
-    # "foo=k,bar=k" -> "foo/bar=k" 
-    Substitute "s|foo=(\w+),bar=\1|foo/bar=$1"
+    # "foo=k,bar=k" -> "foo/bar=k"
+    Substitute "s|foo=(\w+),bar=\1|foo/bar=$1|"
 &lt;/Location&gt;
     </highlight>
     </example>
@@ -132,7 +133,7 @@ réponse</description>
 
     <example><title>Réécriture des URLs intégrées à un contenu mandaté</title>
     <highlight language="config">
-ProxyPass "/blog/" "http://internal.blog.example.com"
+ProxyPass        "/blog/" "http://internal.blog.example.com/"
 ProxyPassReverse "/blog/" "http://internal.blog.example.com/"
 
 Substitute "s|http://internal.blog.example.com/|http://www.example.com/blog/|i"