|
|
@@ -19,10 +19,10 @@
|
|
|
</para>
|
|
|
|
|
|
<example id="zend.application.available-resources.view.configExample">
|
|
|
- <title>サンプルビューリソースの設定</title>
|
|
|
+ <title>ビューリソースの設定例</title>
|
|
|
|
|
|
<para>
|
|
|
- 下記はビューリソースを設定する方法を示す <acronym>INI</acronym> スニペットサンプルです。
|
|
|
+ 下記はビューリソースを設定する方法を示す <acronym>INI</acronym> スニペット例です。
|
|
|
</para>
|
|
|
|
|
|
<programlisting language="ini"><![CDATA[
|
|
|
@@ -32,19 +32,19 @@ resources.view.basePath = APPLICATION_PATH "/views/"
|
|
|
</example>
|
|
|
|
|
|
<sect3 id="zend.application.available-resources.view.doctype">
|
|
|
- <title>Defining doctype to use</title>
|
|
|
+ <title>使用する doctype を定義</title>
|
|
|
|
|
|
<para>
|
|
|
- If you want to obtain more information about values, see <link
|
|
|
- linkend="zend.view.helpers.initial.doctype">Doctype Helper
|
|
|
- </link>.
|
|
|
+ 値について詳しくは、<link
|
|
|
+ linkend="zend.view.helpers.initial.doctype">Doctype Helper</link>
|
|
|
+ をご覧ください。
|
|
|
</para>
|
|
|
|
|
|
<example id="zend.application.available-resources.view.doctypeExample">
|
|
|
- <title>Sample doctype configuration</title>
|
|
|
+ <title>doctype 設定例</title>
|
|
|
|
|
|
<para>
|
|
|
- The following snippet shows how to set a doctype.
|
|
|
+ 下記のスニペットは、doctype を設定する方法を示します。
|
|
|
</para>
|
|
|
|
|
|
<programlisting language="ini"><![CDATA[
|
|
|
@@ -54,19 +54,19 @@ resources.view.doctype = "HTML5"
|
|
|
</sect3>
|
|
|
|
|
|
<sect3 id="zend.application.available-resources.view.contentType">
|
|
|
- <title>Defining content type and encoding to use</title>
|
|
|
+ <title>使用するコンテンツタイプとエンコーディングを定義</title>
|
|
|
|
|
|
<para>
|
|
|
- If you want to obtain more information about values, see <link
|
|
|
- linkend="zend.view.helpers.initial.headmeta">HeadMeta Helper
|
|
|
- </link>.
|
|
|
+ 値について詳しくは、<link
|
|
|
+ linkend="zend.view.helpers.initial.headmeta">HeadMeta Helper</link>
|
|
|
+ をご覧ください。
|
|
|
</para>
|
|
|
|
|
|
<example id="zend.application.available-resources.view.contentTypeExample">
|
|
|
- <title>Sample content type and encoding configuration</title>
|
|
|
+ <title>コンテンツタイプとエンコーディングの設定例</title>
|
|
|
|
|
|
<para>
|
|
|
- The following snippet shows how to set a meta Content-Type.
|
|
|
+ 下記のスニペットは、メタ Content-Type を設定する方法を示します。
|
|
|
</para>
|
|
|
|
|
|
<programlisting language="ini"><![CDATA[
|
|
|
@@ -75,10 +75,10 @@ resources.view.contentType = "text/html; charset=UTF-8"
|
|
|
</example>
|
|
|
|
|
|
<example id="zend.application.available-resources.view.charsetExample">
|
|
|
- <title>Sample encoding configuration for a HTML5 document</title>
|
|
|
+ <title>HTML5 ドキュメント用のエンコーディング設定例</title>
|
|
|
|
|
|
<para>
|
|
|
- The following snippet shows how to set a meta charset in HTML5-style.
|
|
|
+ 下記のスニペットは、メタ charset を HTML5 スタイルで設定する方法を示します。
|
|
|
</para>
|
|
|
|
|
|
<programlisting language="ini"><![CDATA[
|