moved functions from setup.php
[squirrelmail.git] / plugins / translate / config_default.php
index e69670fc92a5dfa5adeb525b7fe81a286d717eb4..5a8d49a6b0a654d589c39edcc0bf20315cb8d5e7 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Default SquirrelMail translate plugin configuration
  *
- * Copyright (c) 2004 The SquirrelMail Project Team
+ * Copyright (c) 2004-2005 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * @version $Id$
@@ -103,7 +103,7 @@ $disable_compose_translate=true;
  * If you enable custom translation engines, you must include
  * translate_form_custom(), translate_custom_showtrad() and
  * $translate_custom_showoption() functions in your config.
- * See example in config-sample.php
+ * @example plugins/translate/config_sample.php
  * @global bool $translate_custom_enabled
  */
 global $translate_custom_enabled;