Sfoglia il codice sorgente

sync Japanese document with r17023.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17106 44c647ce-9c0f-0410-b52a-842ac1e357ba
takagi 16 anni fa
parent
commit
62a00f2940

+ 2 - 2
documentation/manual/ja/module_specs/Zend_Db_Adapter.xml

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Reviewed: no -->
-<!-- EN-Revision: 16920 -->
+<!-- EN-Revision: 17023 -->
 <sect1 id="zend.db.adapter">
 
     <title>Zend_Db_Adapter</title>
@@ -1690,7 +1690,7 @@ $db->closeConnection();
             </para>
 
             <example id="zend.db.adapter.connecting.persistence.example">
-                <title>Using the Persitence Flag with the Oracle Adapter</title>
+                <title>Oracle アダプタでの持続的接続の使用</title>
                 <programlisting language="php"><![CDATA[
 $db = Zend_Db::factory('Oracle', array(
     'host'       => '127.0.0.1',