]> granicus.if.org Git - apache/commitdiff
update Japanese translation
authorTakashi Sato <takashi@apache.org>
Fri, 13 Jun 2014 00:42:37 +0000 (00:42 +0000)
committerTakashi Sato <takashi@apache.org>
Fri, 13 Jun 2014 00:42:37 +0000 (00:42 +0000)
(simply copy from trunk except revision ref)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1602319 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authn_anon.xml.ja

index 5c7735b879fe77fe8f5b60a3a5d9838acc670286..6d85cdb92c1b0e9d3c41324251b527cf985a2920 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 659902:1334008 (outdated) -->
+<!-- English Revision: 1334008 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
     </ul>
 
     <example><title>例</title>
-      &lt;Directory /foo&gt;
-      <indent>
-        AuthName "Use 'anonymous' &amp; Email address for guest entry"<br />
-        AuthType Basic<br />
-        AuthBasicProvider file anon<br />
-        AuthUserFile /path/to/your/.htpasswd<br />
-        <br />
-        Anonymous_NoUserID off<br />
-        Anonymous_MustGiveEmail on<br />
-        Anonymous_VerifyEmail on<br />
-        Anonymous_LogEmail on<br />
-        Anonymous anonymous guest www test welcome<br />
-        <br />
-        Order Deny,Allow<br />
-        Allow from all<br />
-        <br />
-        Require valid-user<br />
-      </indent>
-      &lt;/Directory&gt;
+    <highlight language="config">
+&lt;Directory /var/www/html/private&gt;
+    AuthName "Use 'anonymous' &amp; Email address for guest entry"
+    AuthType Basic
+    AuthBasicProvider file anon
+    AuthUserFile /path/to/your/.htpasswd
+    
+    Anonymous_NoUserID off
+    Anonymous_MustGiveEmail on
+    Anonymous_VerifyEmail on
+    Anonymous_LogEmail on
+    Anonymous anonymous guest www test welcome
+    
+    Require valid-user
+&lt;/Directory&gt;
+      </highlight>
     </example>
 </section>
 
     含むようにすることは強く推奨されています。</p>
 
     <example><title>例:</title>
+    <highlight language="config">
       Anonymous anonymous "Not Registered" "I don't know"
+    </highlight>
     </example>
 
     <p>これは、userID "anonymous",