Преглед изворни кода

sync Japanese document with r16595.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16598 44c647ce-9c0f-0410-b52a-842ac1e357ba
takagi пре 16 година
родитељ
комит
ea8f2268f5

+ 4 - 1
documentation/manual/ja/module_specs/Zend_Controller-Plugins.xml

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Reviewed: no -->
-<!-- EN-Revision: 16178 -->
+<!-- EN-Revision: 16595 -->
 <sect1 id="zend.controller.plugins" xmlns:xi="http://www.w3.org/2001/XInclude">
     <title>プラグイン</title>
 
@@ -226,6 +226,9 @@ $front->dispatch();
 
         <xi:include href="Zend_Controller-Plugins-ActionStack.xml" />
         <xi:include href="Zend_Controller-Plugins-ErrorHandler.xml" />
+        <xi:include href="Zend_Controller-Plugins-PutHandler.xml">
+            <xi:fallback><xi:include href="../../en/module_specs/Zend_Controller-Plugins-PutHandler.xml" /></xi:fallback>
+        </xi:include>
     </sect2>
 </sect1>
 <!--

+ 4 - 1
documentation/manual/ja/module_specs/Zend_Controller-Router.xml

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Reviewed: no -->
-<!-- EN-Revision: 16441 -->
+<!-- EN-Revision: 16595 -->
 <sect1 id="zend.controller.router" xmlns:xi="http://www.w3.org/2001/XInclude">
     <title>標準のルータ</title>
     <sect2 id="zend.controller.router.introduction">
@@ -379,6 +379,9 @@ $router->setGlobalParam('lang', 'en');
         <xi:include href="Zend_Controller-Router-Route-Chain.xml">
             <xi:fallback><xi:include href="../../en/module_specs/Zend_Controller-Router-Route-Chain.xml" /></xi:fallback>
         </xi:include>
+        <xi:include href="Zend_Controller-Router-Route-Rest.xml">
+            <xi:fallback><xi:include href="../../en/module_specs/Zend_Controller-Router-Route-Rest.xml" /></xi:fallback>
+        </xi:include>
     </sect2>
 
     <sect2 id="zend.controller.router.add-config">