Skip to content

Commit 7ab9bfd

Browse files
language-snippets.ent の翻訳を更新 (#359)
language-snippets.ent を php/doc-en@c6fb604 に同期。 - openssl.param.x509: パラメータ名を `x509` → `certificate` に修正 - intl.param.grapheme.locale, intl.changelog.grapheme.locale: 新規エンティティ追加 - odbc.changelog.connection-return: 削除済みエンティティ参照の除去
1 parent 4cedab0 commit 7ab9bfd

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

language-snippets.ent

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 69fe083419b7888f6d424595771d54fe2d850d9d Maintainer: takagi Status: working -->
3+
<!-- EN-Revision: c6fb604f39a0fa7bf1ae872064b2a3a24f23d855 Maintainer: takagi Status: working -->
44
<!-- Credits: hirokawa,haruki,shimooka,mumumu,jdkfx -->
55

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

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

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

1254+
<!ENTITY intl.param.grapheme.locale '<simpara>使用するロケール。</simpara>'>
1255+
1256+
<!ENTITY intl.changelog.grapheme.locale '<row xmlns="http://docbook.org/ns/docbook">
1257+
<entry>8.5.0</entry>
1258+
<entry>
1259+
オプションのパラメータ <parameter>locale</parameter> が追加されました。
1260+
</entry>
1261+
</row>'>
1262+
12541263
<!-- LDAP notes -->
12551264

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

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

0 commit comments

Comments
 (0)