Browse Source

[DOCUMENT] only few localized texts are there.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@24496 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 14 years ago
parent
commit
4fd6970314
1 changed files with 0 additions and 82 deletions
  1. 0 82
      documentation/manual/ja/module_specs/Zend_Tool_Project-Providers.xml

+ 0 - 82
documentation/manual/ja/module_specs/Zend_Tool_Project-Providers.xml

@@ -1,82 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Reviewed: no -->
-<!-- EN-Revision: 21741 -->
-<sect1 id="zend.tool.project.providers">
-    <title>Zend_Tool プロジェクトプロバイダー</title>
-
-    <para>
-        下記は <classname>Zend_Tool_Project</classname> とともに出荷されたプロバイダーすべての一覧です。
-    </para>
-
-    <table id="zend.tool.project.project-provider">
-        <title>プロジェクトプロバイダーオプション</title>
-
-        <tgroup cols="4">
-            <thead>
-                <row>
-                    <entry>プロバイダー名</entry>
-                    <entry>可能なアクション</entry>
-                    <entry>パラメータ</entry>
-                    <entry><acronym>CLI</acronym> 使用法</entry>
-                </row>
-            </thead>
-
-            <tbody>
-                <row>
-                    <entry>Controller</entry>
-                    <entry>Create</entry>
-                    <entry>create - [name, indexActionIncluded=true]</entry>
-                    <entry><command>zf create controller foo</command></entry>
-                </row>
-
-                <row>
-                    <entry>Action</entry>
-                    <entry>Create</entry>
-                    <entry>create - [name, controllerName=index, viewIncluded=true]</entry>
-
-                    <entry>
-                        <command>zf create action bar foo</command>
-                        (または <command>zf create action --name bar --controlller-name=foo</command>)
-                    </entry>
-                </row>
-
-                <row>
-                    <entry>Controller</entry>
-                    <entry>Create</entry>
-                    <entry>create - [name, indexActionIncluded=true]</entry>
-                    <entry><command>zf create controller foo</command></entry>
-                </row>
-
-                <row>
-                    <entry>Profile</entry><entry>Show
-                    </entry>
-                    <entry>show - []</entry>
-                    <entry><command>zf show profile</command></entry>
-                </row>
-
-                <row>
-                    <entry>View</entry>
-                    <entry>Create</entry>
-                    <entry>create - [controllerName,actionNameOrSimpleName]</entry>
-
-                    <entry>
-                        <command>zf create view foo bar</command>
-                        (または <command>zf create view -c foo -a bar</command>)
-                    </entry>
-                </row>
-
-                <row>
-                    <entry>Test</entry>
-                    <entry>Create / Enable / Disable</entry>
-                    <entry>create - [libraryClassName]</entry>
-
-                    <entry>
-                        <command>zf create test My_Foo_Baz</command> /
-                        <command>zf disable test</command> /
-                        <command>zf enable test</command>
-                    </entry>
-                </row>
-            </tbody>
-        </tgroup>
-    </table>
-</sect1>