Kaynağa Gözat

sync Japanese document with r17325, r17326, r17327, r17427, and r17428.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17495 44c647ce-9c0f-0410-b52a-842ac1e357ba
takagi 16 yıl önce
ebeveyn
işleme
0b93d43d20

+ 1 - 1
documentation/manual/ja/ref/installation.xml

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Reviewed: no -->
-<!-- EN-Revision: 17057 -->
+<!-- EN-Revision: 17427 -->
 <sect1 id="introduction.installation">
 
     <title>インストール</title>

+ 1 - 1
documentation/manual/ja/ref/overview.xml

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Reviewed: no -->
-<!-- EN-Revision: 16626 -->
+<!-- EN-Revision: 17427 -->
 <sect1 id="introduction.overview">
 
     <title>概要</title>

+ 2 - 2
documentation/manual/ja/ref/requirements.xml

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Reviewed: no -->
-<!-- EN-Revision: 17057 -->
+<!-- EN-Revision: 17428 -->
 <appendix id="requirements" xmlns:xi="http://www.w3.org/2001/XInclude">
 
     <title>Zend Framework のシステム要件</title>
@@ -18,7 +18,7 @@
             たとえば、一つの例としては Apache 環境の mod_rewrite があります。
             これは、"<filename>http://www.example.com/user/edit</filename>" のようないわゆる "pretty <acronym>URL</acronym>"
             を実装するために使用します。mod_rewrite が有効になっていない場合は、
-            ZF は "<command>http://www.example.com?controller=user&amp;action=edit</command>"
+            Zend Framework は "<command>http://www.example.com?controller=user&amp;action=edit</command>"
             のような URL をサポートするように設定されます。Pretty <acronym>URL</acronym>
             を使うのは <acronym>URL</acronym> を短縮したりサーチエンジン対策の最適化 (<acronym>SEO</acronym>)
             をしたりするためですが、これがアプリケーションの機能に直接影響することはありません。