reference/gettext/functions/dcngettext.xml
ad2b7b45a27512d0e381b79641fecf6c713c4fb4
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xml:id='function.dcngettext' xmlns="http://docbook.org/ns/docbook">
3
+
<refentry xml:id="function.dcngettext" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>dcngettext</refname>
6
6
<refpurpose>Plural version of dcgettext</refpurpose>
...
...
@@ -10,9 +10,9 @@
10
10
<methodsynopsis>
11
11
<type>string</type><methodname>dcngettext</methodname>
12
12
<methodparam><type>string</type><parameter>domain</parameter></methodparam>
13
-
<methodparam><type>string</type><parameter>msgid1</parameter></methodparam>
14
-
<methodparam><type>string</type><parameter>msgid2</parameter></methodparam>
15
-
<methodparam><type>int</type><parameter>n</parameter></methodparam>
13
+
<methodparam><type>string</type><parameter>singular</parameter></methodparam>
14
+
<methodparam><type>string</type><parameter>plural</parameter></methodparam>
15
+
<methodparam><type>int</type><parameter>count</parameter></methodparam>
16
16
<methodparam><type>int</type><parameter>category</parameter></methodparam>
17
17
</methodsynopsis>
18
18
<para>
...
...
@@ -34,21 +34,21 @@
34
34
</listitem>
35
35
</varlistentry>
36
36
<varlistentry>
37
-
<term><parameter>msgid1</parameter></term>
37
+
<term><parameter>singular</parameter></term>
38
38
<listitem>
39
39
<para>
40
40
</para>
41
41
</listitem>
42
42
</varlistentry>
43
43
<varlistentry>
44
-
<term><parameter>msgid2</parameter></term>
44
+
<term><parameter>plural</parameter></term>
45
45
<listitem>
46
46
<para>
47
47
</para>
48
48
</listitem>
49
49
</varlistentry>
50
50
<varlistentry>
51
-
<term><parameter>n</parameter></term>
51
+
<term><parameter>count</parameter></term>
52
52
<listitem>
53
53
<para>
54
54
</para>
...
...
@@ -81,7 +81,6 @@
81
81
</para>
82
82
</refsect1>
83
83
</refentry>
84
-

85
84
<!-- Keep this comment at the end of the file
86
85
Local variables:
87
86
mode: sgml
88
87