Просмотр исходного кода

sync Japanese document with r16831.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16899 44c647ce-9c0f-0410-b52a-842ac1e357ba
takagi 16 лет назад
Родитель
Сommit
4863d6f323

+ 7 - 7
documentation/manual/ja/module_specs/Zend_Db_Table.xml

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Reviewed: no -->
-<!-- EN-Revision: 16772 -->
+<!-- EN-Revision: 16831 -->
 <sect1 id="zend.db.table">
 
     <title>Zend_Db_Table</title>
@@ -28,32 +28,32 @@
 
     <sect2 id="zend.db.table.concrete">
         <title>Zend_Db_Table を具象クラスとして使用する方法</title>
-        
+
         <para>
             ZF 1.9 以降では、Zend_Db_Table のインスタンスを作成することができます。
             つまり、一つのテーブルに対して select、insert、update、delete
             などといった単純な操作を行うためだけにわざわざ基底クラスを継承して設定する必要がなくなるということです。
             以下に、もっとも単純な使用例を示します。
         </para>
-        
+
         <example id="zend.db.table.defining.concrete-instantiation.example1">
 
             <title>文字列で名前を指定するだけのテーブルクラスの宣言</title>
-        
+
                 <programlisting language="php"><![CDATA[
 Zend_Db_Table::setDefaultAdapter($dbAdapter);
 $bugTable = new Zend_Db_Table('bug');
 ]]></programlisting>
 
         </example>
-        
+
         <para>
             これが、もっとも単純な使用例です。
             以下で説明する Zend_Db_Table のオプションはまったく設定していません。
             具象クラスの使用例に加えてより複雑なリレーション機能を使いたくなったときは
             Zend_Db_Table_Definition のドキュメントを参照ください。
         </para>
-        
+
     </sect2>
 
     <sect2 id="zend.db.table.defining">
@@ -907,7 +907,7 @@ $rows = $table->fetchAll(
 
 // 単一の行を取得します
 $row = $table->fetchRow(
-    'bug_status = "NEW"', 
+    'bug_status = "NEW"',
     'bug_id ASC'
     );
 $row = $table->fetchRow(

+ 20 - 9
documentation/manual/ja/module_specs/Zend_Ldap-API-Ldap-Ldif-Encoder.xml

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Reviewed: no -->
-<!-- EN-Revision: 16641 -->
+<!-- EN-Revision: 16831 -->
 <sect3 id="zend.ldap.api.reference.zend-ldap-ldif-encoder">
     <title>Zend_Ldif_Encoder</title>
 
@@ -36,22 +36,33 @@
                             <varlistentry>
                                 <term><code>'sort'</code></term>
                                 <listitem>
-                                <code>objectClass</code>に続く<code>dn</code>で、
-                                そして、アルファベット順に分類された他の属性全てに続けて
-                                与えられた属性を分類してください。
-                                デフォルトは <code>true</code> です。</listitem>
+                                    <para>
+                                        <code>objectClass</code>に続く<code>dn</code>で、
+                                        そして、アルファベット順に分類された他の属性全てに続けて
+                                        与えられた属性を分類してください。
+                                        デフォルトは <code>true</code> です。
+                                    </para>
+                                </listitem>
                             </varlistentry>
 
                             <varlistentry>
                                 <term><code>'version'</code></term>
-                                <listitem><acronym>LDIF</acronym> 形式バージョン。
-                                デフォルトは <code>1</code> です。</listitem>
+                                <listitem>
+                                    <para>
+                                        <acronym>LDIF</acronym> 形式バージョン。
+                                        デフォルトは <code>1</code> です。
+                                    </para>
+                                </listitem>
                             </varlistentry>
 
                             <varlistentry>
                                 <term><code>'wrap'</code></term>
-                                <listitem>行の長さ。<acronym>LDIF</acronym>仕様に従って、
-                                デフォルトは <code>78</code> です。</listitem>
+                                <listitem>
+                                <para>
+                                    行の長さ。<acronym>LDIF</acronym>仕様に従って、
+                                    デフォルトは <code>78</code> です。
+                                </para>
+                                </listitem>
                             </varlistentry>
                         </variablelist>
                     </entry>

+ 25 - 9
documentation/manual/ja/module_specs/Zend_Ldap-API.xml

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- Reviewed: no -->
-<!-- EN-Revision: 16825 -->
+<!-- EN-Revision: 16831 -->
 <sect1 id="zend.ldap.api" xmlns:xi="http://www.w3.org/2001/XInclude">
     <title>API概要</title>
 
@@ -185,13 +185,29 @@
             <para><emphasis>斜体</emphasis>のメソッド名は static メソッドです。</para>
         </note>
 
-    <xi:include href="Zend_Ldap-API-Ldap.xml" />
-    <xi:include href="Zend_Ldap-API-Ldap-Attribute.xml" />
-    <xi:include href="Zend_Ldap-API-Ldap-Dn.xml" />
-    <xi:include href="Zend_Ldap-API-Ldap-Filter.xml" />
-    <xi:include href="Zend_Ldap-API-Ldap-Node.xml" />
-    <xi:include href="Zend_Ldap-API-Ldap-Node-RootDse.xml" />
-    <xi:include href="Zend_Ldap-API-Ldap-Node-Schema.xml" />
-    <xi:include href="Zend_Ldap-API-Ldap-Ldif-Encoder.xml" />
+        <xi:include href="Zend_Ldap-API-Ldap.xml">
+            <xi:fallback><xi:include href="../../en/module_specs/Zend_Ldap-API-Ldap.xml" /></xi:fallback>
+        </xi:include>
+        <xi:include href="Zend_Ldap-API-Ldap-Attribute.xml">
+            <xi:fallback><xi:include href="../../en/module_specs/Zend_Ldap-API-Ldap-Attribute.xml" /></xi:fallback>
+        </xi:include>
+        <xi:include href="Zend_Ldap-API-Ldap-Dn.xml">
+            <xi:fallback><xi:include href="../../en/module_specs/Zend_Ldap-API-Ldap-Dn.xml" /></xi:fallback>
+        </xi:include>
+        <xi:include href="Zend_Ldap-API-Ldap-Filter.xml">
+            <xi:fallback><xi:include href="../../en/module_specs/Zend_Ldap-API-Ldap-Filter.xml" /></xi:fallback>
+        </xi:include>
+        <xi:include href="Zend_Ldap-API-Ldap-Node.xml">
+            <xi:fallback><xi:include href="../../en/module_specs/Zend_Ldap-API-Ldap-Node.xml" /></xi:fallback>
+        </xi:include>
+        <xi:include href="Zend_Ldap-API-Ldap-Node-RootDse.xml">
+            <xi:fallback><xi:include href="../../en/module_specs/Zend_Ldap-API-Ldap-Node-RootDse.xml" /></xi:fallback>
+        </xi:include>
+        <xi:include href="Zend_Ldap-API-Ldap-Node-Schema.xml">
+            <xi:fallback><xi:include href="../../en/module_specs/Zend_Ldap-API-Ldap-Node-Schema.xml" /></xi:fallback>
+        </xi:include>
+        <xi:include href="Zend_Ldap-API-Ldap-Ldif-Encoder.xml">
+            <xi:fallback><xi:include href="../../en/module_specs/Zend_Ldap-API-Ldap-Ldif-Encoder.xml" /></xi:fallback>
+        </xi:include>
     </sect2>
 </sect1>

+ 2 - 2
documentation/manual/ja/module_specs/Zend_Ldap-LDIF.xml

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Reviewed: no -->
-<!-- EN-Revision: 16633 -->
+<!-- EN-Revision: 16831 -->
 <sect1 id="zend.ldap.ldif">
     <title>LDIFへ、または、からのLDAPデータシリアライズ</title>
     <sect2 id="zend.ldap.ldif.encode">
@@ -66,7 +66,7 @@ title;lang-en: Sales, Director
 
     </sect2>
 
-    <sect2 id="zend.ldap.ldif.encode">
+    <sect2 id="zend.ldap.ldif.decode">
         <title>LDIF文字列をLDAP項目に非シリアライズ化</title>
 
         <programlisting language="php"><![CDATA[

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

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Reviewed: no -->
-<!-- EN-Revision: 16783 -->
+<!-- EN-Revision: 16831 -->
 <appendix id="coding-standard">
   <title>Zend Framework PHP 標準コーディング規約</title>
     <sect1 id="coding-standard.overview">