SquirrelMail internal gettext functions
Alternate to the system's built-in gettext. Relies on .po files (can't read .mo easily). Uses the session for caching (speed increase). Possible use in other PHP scripts? The only SM-specific thing is $sm_language, I think.
Almost everything requires global.php...
Alternative php bindtextdomain function
Sets path to directory containing domain translations
Converts .po file into array and stores it in session.
Used internally by _($str) function
Alternative php textdomain function
Sets default domain name
Alternative php gettext function (short form)
Documentation generated on Sat, 18 May 2013 04:21:29 +0200 by phpDocumentor 1.4.3