95b3c31f182f609adb89daaa933aaeb7d0f7a2a1
5 * Copyright (c) 2003-2004 The SquirrelMail Project Team
6 * Licensed under the GNU GPL. For full terms see the file COPYING.
8 * This contains internal squirrelmail functions needed to handle
9 * translations when php gettext extension is missing or some functions
13 * @package squirrelmail
17 /** Load all php-gettext classes */
18 include_once(SM_PATH
. 'class/l10n/streams.class.php');
19 include_once(SM_PATH
. 'class/l10n/gettext.class.php');