PHP Manual: ngettext
ngettext
Description
string ngettext ( string msgid1, string msgid2, int n )The plural version of gettext(). Some languages have more than one form for plural messages dependent on the count.
The plural version of gettext(). Some languages have more than one form for plural messages dependent on the count.