|
|
@@ -75,10 +75,11 @@ $translate->addTranslation(
|
|
|
</row>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
- <row>
|
|
|
+ <row>
|
|
|
<entry>adapter</entry>
|
|
|
- <entry><classname>Zend_Translate</classname> only</entry>
|
|
|
+ <entry><classname>Zend_Translate</classname> のみ</entry>
|
|
|
|
|
|
+ <!-- TODO : to be translated -->
|
|
|
<entry>
|
|
|
Defines the adapter which will be used for the translation. This option
|
|
|
can only be given when a new instance of
|
|
|
@@ -102,8 +103,9 @@ $translate->addTranslation(
|
|
|
|
|
|
<row>
|
|
|
<entry>cache</entry>
|
|
|
- <entry>all</entry>
|
|
|
+ <entry>すべて</entry>
|
|
|
|
|
|
+ <!-- TODO : to be translated -->
|
|
|
<entry>
|
|
|
Sets a cache for the translation adapter. This must be a instance of
|
|
|
<classname>Zend_Cache_Core</classname>
|
|
|
@@ -171,14 +173,14 @@ $translate->addTranslation(
|
|
|
ログに書き込まれるメッセージ
|
|
|
</entry>
|
|
|
<entry>
|
|
|
- <emphasis>Untranslated message within '%locale%': %message%</emphasis>
|
|
|
+ <emphasis>'%locale%': %message% 内で翻訳されていないメッセージ</emphasis>
|
|
|
</entry>
|
|
|
</row>
|
|
|
|
|
|
<row>
|
|
|
<entry>logPriority</entry>
|
|
|
- <entry>all</entry>
|
|
|
- <entry>The priority which is used to write the message into the log</entry>
|
|
|
+ <entry>すべて</entry>
|
|
|
+ <entry>ログにメッセージを書き込むために使用される優先度</entry>
|
|
|
|
|
|
<entry>
|
|
|
<emphasis>5</emphasis>
|
|
|
@@ -208,8 +210,9 @@ $translate->addTranslation(
|
|
|
|
|
|
<row>
|
|
|
<entry>route</entry>
|
|
|
- <entry>all</entry>
|
|
|
+ <entry>すべて</entry>
|
|
|
|
|
|
+ <!-- TODO : to be translated -->
|
|
|
<entry>
|
|
|
This option allows to use reroute from non existing translations to
|
|
|
other languages. See the <link
|
|
|
@@ -237,8 +240,9 @@ $translate->addTranslation(
|
|
|
|
|
|
<row>
|
|
|
<entry>tag</entry>
|
|
|
- <entry>all</entry>
|
|
|
+ <entry>すべて</entry>
|
|
|
|
|
|
+ <!-- TODO : to be translated -->
|
|
|
<entry>
|
|
|
Sets an individual tag which is used for the attached cache. Using this
|
|
|
option allows to use and clear the cache for single instances. When this
|
|
|
@@ -490,8 +494,9 @@ $translate->getLocale();
|
|
|
</sect3>
|
|
|
|
|
|
<sect3 id="zend.translate.additional.languages.territory">
|
|
|
- <title>Using a country as language</title>
|
|
|
+ <title>言語として国を使用</title>
|
|
|
|
|
|
+ <!-- TODO : to be translated -->
|
|
|
<para>
|
|
|
You can also use a country as locale parameter. This could be useful when you
|
|
|
provide your user with flags, which represent the country in which he lives, and
|
|
|
@@ -538,7 +543,7 @@ $translate = new Zend_Translate(
|
|
|
|
|
|
<sect2 id="zend.translate.additional.detection">
|
|
|
|
|
|
- <title>自動的なソースの検出</title>
|
|
|
+ <title>自動的なソース検出</title>
|
|
|
|
|
|
<para>
|
|
|
<classname>Zend_Translate</classname> は、翻訳ソースを自動的に検出できます。
|
|
|
@@ -782,8 +787,9 @@ $translate = new Zend_Translate(
|
|
|
</sect3>
|
|
|
|
|
|
<sect3 id="zend.translate.additional.detection.ignore">
|
|
|
- <title>Ignoring special files and directories</title>
|
|
|
+ <title>特定のファイルやディレクトリを無視</title>
|
|
|
|
|
|
+ <!-- TODO : to be translated -->
|
|
|
<para>
|
|
|
Sometimes it is useful to exclude files or even directories from being added
|
|
|
automatically. Therefor you can use the <property>ignore</property> option which
|
|
|
@@ -1176,6 +1182,7 @@ $translate->translate('unknown string');
|
|
|
]]></programlisting>
|
|
|
</example>
|
|
|
|
|
|
+ <!-- TODO : to be translated -->
|
|
|
<para>
|
|
|
Additionally you are also able to change the priority which is used to write the message
|
|
|
into the log. Per default the priority <emphasis>Zend_Log::NOTICE</emphasis> is used.
|