예제 #1
0
파일: Gettext.php 프로젝트: Artea/freebeer
 function ngettext($msgid1, $msgid2, $n)
 {
     return fbGettext::ngettext($msgid1, $msgid2, $n);
 }