]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
update Japanese translations
authorTakashi Sato <takashi@apache.org>
Thu, 22 May 2014 16:41:12 +0000 (16:41 +0000)
committerTakashi Sato <takashi@apache.org>
Thu, 22 May 2014 16:41:12 +0000 (16:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1596917 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_dav_lock.xml.ja
docs/manual/mod/mod_echo.xml.ja
docs/manual/mod/mod_ident.xml.ja
docs/manual/mod/mod_version.xml.ja
docs/manual/mod/quickreference.xml.ja
docs/manual/ssl/index.xml.ja

index 788e158a64a6a5bbf975a931540ea1912ce2b599..f7a2168a969590ae7f3988f84241be86656d9d37 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: 662627:1437836 (outdated) -->
+<!-- English Revision: 1437836 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
@@ -27,7 +27,6 @@
 <status>Extension</status>
 <sourcefile>mod_dav_lock.c</sourcefile>
 <identifier>dav_lock_module</identifier>
-  <compatibility>バージョン 2.1 以降</compatibility>
 
 <summary>
     <p>このモジュールは <module>mod_dav</module> のどのバックエンド
@@ -37,7 +36,7 @@
     そのような場合はサーバに読み込むべきではありません。
     <module>mod_dav_lock</module>
     を実際に利用するバックエンドモジュールの例としては subversion
-    プロバイダモジュールの <a href="http://subversion.tigris.org/"
+    プロバイダモジュールの <a href="http://subversion.apache.org/"
     >mod_dav_svn</a> があります。</p>
 
     <p><module>mod_dav_fs</module> は特化された専用のバージョンを
     ロックを追跡するのに SDBM データベースを使います。</p>
 
     <example><title>例</title>
+    <highlight language="config">
       DavGenericLockDB var/DavLock
+      </highlight>
     </example>
 
     <p>ロックデータベースファイルのあるディレクトリは
-    Apache が実行されている <directive module="mpm_common">User</directive>
-    と <directive module="mpm_common" >Group</directive> によって
+    Apache が実行されている <directive module="mod_unixd">User</directive>
+    と <directive module="mod_unixd" >Group</directive> によって
     書き込み可能でなければなりません。セキュリティ上の理由から、
     既存のディレクトリのパーミッションを変更するのではなく、
     専用のディレクトリを作るのが良いでしょう。上の例では、
index 0289827cc8928263fcb08d72e199617e672d6020..83f8aa2af10879f963fe3548419e00615007b843 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: 1174747:1421821 (outdated) -->
+<!-- English Revision: 1421821 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
@@ -28,7 +28,6 @@
 <status>Experimental</status>
 <sourcefile>mod_echo.c</sourcefile>
 <identifier>echo_module</identifier>
-<compatibility>Apache 2.0 以降</compatibility>
 
 <summary>
     <p>本モジュールはコンセプトを伝えるためのプロトコルモジュールの
 <default>ProtocolEcho Off</default>
 <contextlist><context>server config</context>
 <context>virtual host</context></contextlist>
-<compatibility>Apache 2.0 以降</compatibility>
 
 <usage>
     <p><directive>ProtocolEcho</directive> ディレクティブで
     エコーサーバの有効無効を設定します。</p>
 
     <example><title>例</title>
+    <highlight language="config">
       ProtocolEcho On
+    </highlight>
     </example>
 </usage>
 
index 4991031bbc83b596a923acdc58c96e9e9cd54f91..330df974cc6bc593888231f9b0b25c609b788514 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: 420993:1421821 (outdated) -->
+<!-- English Revision: 1421821 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index b38928d0797ec77163820f65e50c537a94f96a8a..259ae4cc00ad08f948b70133a25ce23e6495bad6 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: 1174747:1421821 (outdated) -->
+<!-- English Revision: 1421821 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
@@ -26,7 +26,6 @@
 <status>Extension</status>
 <sourcefile>mod_version.c</sourcefile>
 <identifier>version_module</identifier>
-<compatibility>バージョン 2.0.56 以降</compatibility>
 
 <summary>
     <p>様々なバージョンの httpd の異なる設定を扱うことになる、
     バージョンチェックができるようになります。</p>
 
     <example><title>例</title>
-      &lt;IfVersion 2.1.0&gt;<br />
-      <indent>
-        # current httpd version is exactly 2.1.0<br />
-      </indent>
-      &lt;/IfVersion&gt;<br />
-      <br />
-      &lt;IfVersion >= 2.2&gt;<br />
-      <indent>
-        # use really new features :-)<br />
-      </indent>
-      &lt;/IfVersion&gt;
+    <highlight language="config">
+&lt;IfVersion 2.4.2&gt;
+    # current httpd version is exactly 2.4.2
+&lt;/IfVersion&gt;
+
+&lt;IfVersion >= 2.5&gt;
+    # use really new features :-)
+&lt;/IfVersion&gt;
+      </highlight>
     </example>
 
     <p>詳細は以下を読んでください。</p>
     </table>
 
     <example><title>例</title>
-      &lt;IfVersion >= 2.1&gt;<br />
-      <indent>
-        # this happens only in versions greater or<br />
-        # equal 2.1.0.<br />
-      </indent>
-      &lt;/IfVersion&gt;
+    <highlight language="config">
+&lt;IfVersion >= 2.3&gt;
+    # this happens only in versions greater or
+    # equal 2.3.0.
+&lt;/IfVersion&gt;
+      </highlight>
     </example>
 
     <p>数値比較に加えて、http のバージョン番号に対して
     </table>
 
     <example><title>例</title>
-      &lt;IfVersion = /^2.1.[01234]$/&gt;<br />
-      <indent>
-        # e.g. workaround for buggy versions
-      </indent>
-      &lt;/IfVersion&gt;
+    <highlight language="config">
+&lt;IfVersion = /^2.4.[01234]$/&gt;
+    # e.g. workaround for buggy versions
+&lt;/IfVersion&gt;
+      </highlight>
     </example>
 
     <p>マッチングの否定を表現するために、すべてのオペレータは前に
     感嘆符 (<code>!</code>)を付けることができます:</p>
 
-    <example>
-      &lt;IfVersion !~ ^2.1.[01234]$&gt;<br />
-      <indent>
-        # not for those versions<br />
-      </indent>
-      &lt;/IfVersion&gt;
-    </example>
+    <highlight language="config">
+&lt;IfVersion !~ ^2.4.[01234]$&gt;
+    # not for those versions
+&lt;/IfVersion&gt;
+    </highlight>
 
     <p><var>operator</var> が省略されたときは <code>=</code> と
     みなされます。</p>
index d016d935e913442aadc3625a4b8dcfc7ec1d19e9..e93f89fa777c69159c8ce42097a2e7104c5baf7b 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE quickreference SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 636495:1070904 (outdated) -->
+<!-- English Revision: 1070904 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
@@ -31,8 +31,8 @@
 
     <p>第 1 列目はディレクティブの名前と使用方法です。
     第 2 列目は (もしあれば) デフォルト値となっています。
-    デフォルト値が長すぎて表示しきれない場合は、最初の文字列の後ろに
-    ã\80\8c + ã\80\8dã\81\8cç¶\9aã\81\8dます。</p>
+    デフォルト値が長すぎて表示しきれない場合は、途中まで表示した上で、、
+    ã\80\8c + ã\80\8dã\81§ç¶\9aã\81\8dã\81\8cã\81\82ã\82\8bã\81\93ã\81¨ã\82\92示ã\81\97ã\81¦ã\81\84ます。</p>
 
     <p>第 3, 4 列は、下の表の注釈に従って、
     ディレクティブの使用できるコンテキストと、
index 94bb18303cb5e5dd7a6f7120feb77a23fa8d0c7e..85200d95f93d948f743cd1e253ec97cb000212b6 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 420990:1328159 (outdated) -->
+<!-- English Revision: 1328159 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
 <a href="http://www.openssl.org/">OpenSSL</a>
 ライブラリへのインターフェースを提供していますが、これは
 Secure Sockts Layer と Transport Layer Security
-プロトコルを用いた強力な暗号化を提供します。
-このモジュールやこの文書は Ralf S. Engelschall の mod_ssl
-プロジェクトに基づいています。</p>
+プロトコルを用いた強力な暗号化を提供します。</p>
 </summary>
 
 <section id="documentation"><title>Documentation</title>
 <ul>
-<li><a href="ssl_intro.html">はじめに</a></li>
+<li><a href="ssl_howto.html">mod_ssl Configuration How-To</a></li>
+<li><a href="ssl_intro.html">Introduction To SSL</a></li>
 <li><a href="ssl_compat.html">互換性</a></li>
-<li><a href="ssl_howto.html">How-To</a></li>
 <li><a href="ssl_faq.html">よくある質問</a></li>
 <li><a href="../glossary.html">用語</a></li>
 </ul>