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