Exemplo n.º 1
0
 function ngettext($msgid1, $msgid2, $n)
 {
     return fbGettext::ngettext($msgid1, $msgid2, $n);
 }