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 Mon, 13 Jan 2020 04:24:39 +0100 by phpDocumentor 1.4.3