translate($text); } function T_ngettext($single, $plural, $number) { global $l10n; return $l10n->ngettext($single, $plural, $number); } ?>