Exemplo n.º 1
0
function T_dcpgettext($domain, $context, $msgid, $category)
{
    if (_check_locale_and_function('dcpgettext')) {
        return dcpgettext($domain, $context, $msgid, $category);
    } else {
        return _dcpgettext($domain, $context, $msgid, $category);
    }
}
Exemplo n.º 2
0
function dpgettext($domain, $msg_ctxt, $msgid)
{
    return dcpgettext($domain, $msg_ctxt, $msgid, LC_MESSAGES);
}