agresive_decoding changed to aggressive_decoding.
[squirrelmail.git] / functions / gettext.php
index ccb087516ce3fc97d966cc62a8772f98cf5268df..f11f13f426b0e3a90da56715b6fd2c8404e9d570 100644 (file)
@@ -1,9 +1,8 @@
 <?php
-
 /**
- * gettext.php
+ * SquirrelMail internal gettext functions
  *
- * Copyright (c) 1999-2003 The SquirrelMail Project Team
+ * Copyright (c) 1999-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Alternate to the system's built-in gettext.
@@ -13,9 +12,9 @@
  *   $sm_language, I think
  *
  * @link http://www.php.net/gettext Original php gettext manual
- *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
+ * @subpackage i18n
  */
 
 /** Almost everything requires global.php... */