Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions language-snippets.ent
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 69fe083419b7888f6d424595771d54fe2d850d9d Maintainer: takagi Status: working -->
<!-- EN-Revision: c6fb604f39a0fa7bf1ae872064b2a3a24f23d855 Maintainer: takagi Status: working -->
<!-- Credits: hirokawa,haruki,shimooka,mumumu,jdkfx -->

<!ENTITY installation.enabled.disable 'この拡張モジュールはデフォルトで有効になっています。無効にしたい場合は、次のオプションを指定してコンパイルします。'>
Expand Down Expand Up @@ -856,7 +856,7 @@ DLL ファイルを PHP のフォルダから Windows のシステムディレ

<!-- OpenSSL -->
<!ENTITY openssl.param.x509 '<varlistentry xmlns="http://docbook.org/ns/docbook">
<term><parameter>x509</parameter></term>
<term><parameter>certificate</parameter></term>
<listitem>
<para>
使用できる値の一覧は <link
Expand Down Expand Up @@ -1251,6 +1251,15 @@ $font = 'SomeFont';

<!ENTITY intl.property.example 'さまざまなプロパティの例'>

<!ENTITY intl.param.grapheme.locale '<simpara>使用するロケール。</simpara>'>

<!ENTITY intl.changelog.grapheme.locale '<row xmlns="http://docbook.org/ns/docbook">
<entry>8.5.0</entry>
<entry>
オプションのパラメータ <parameter>locale</parameter> が追加されました。
</entry>
</row>'>

<!-- LDAP notes -->

<!ENTITY ldap.parameter.ldap '<function xmlns="http://docbook.org/ns/docbook">ldap_connect</function> が返す <classname xmlns="http://docbook.org/ns/docbook">LDAP\Connection</classname> クラスのインスタンス。'>
Expand Down Expand Up @@ -1924,8 +1933,7 @@ object</parameter></term><listitem><para>手続き型のみ: <function>date_crea
</entry>
</row>'>

<!ENTITY odbc.changelog.connection-return '&odbc.changelog.connection-param;
<row xmlns="http://docbook.org/ns/docbook">
<!ENTITY odbc.changelog.connection-return '<row xmlns="http://docbook.org/ns/docbook">
<entry>8.4.0</entry>
<entry>
この関数は <classname>Odbc\Connection</classname> クラスのインスタンスを返すようになりました。
Expand Down
Loading