one more identity action to process
[squirrelmail.git] / class / l10n.class.php
index 95b3c31f182f609adb89daaa933aaeb7d0f7a2a1..033bd714ba44776a9358b2c9e9abaf75bbe38c39 100644 (file)
@@ -2,10 +2,10 @@
 /**
  * l10n.class
  *
 /**
  * l10n.class
  *
- * Copyright (c) 2003-2004 The SquirrelMail Project Team
+ * Copyright (c) 2003-2005 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
- * This contains internal squirrelmail functions needed to handle
+ * This contains internal SquirrelMail functions needed to handle
  * translations when php gettext extension is missing or some functions
  * are not available.
  *
  * translations when php gettext extension is missing or some functions
  * are not available.
  *
@@ -14,6 +14,9 @@
  * @subpackage i18n
  */
 
  * @subpackage i18n
  */
 
+/** @ignore */
+if (! defined('SM_PATH')) define('SM_PATH','../');
+
 /** Load all php-gettext classes */
 include_once(SM_PATH . 'class/l10n/streams.class.php');
 include_once(SM_PATH . 'class/l10n/gettext.class.php');
 /** Load all php-gettext classes */
 include_once(SM_PATH . 'class/l10n/streams.class.php');
 include_once(SM_PATH . 'class/l10n/gettext.class.php');