Divide the Compose options screen in two sections: General and Forwarding/Replying.
[squirrelmail.git] / plugins / translate / config-sample.php
index 1b4432284b57f8e73cad68fd385db8590816f7a8..15d711c2c5ff870c353807874934373a21cbb321 100644 (file)
@@ -2,10 +2,10 @@
 /**
  * SquirrelMail translate plugin sample configuration
  *
- * WARNING: This is only an example config. Don't use it for your 
+ * WARNING: This is only an example config. Don't use it for your
  * configuration. Almisbar translation engine is not public.
  *
- * 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$
@@ -51,13 +51,6 @@ $disable_compose_translate=true;
 
 /** Custom translation engine setup */
 
-/**
- * Controls inclusion of custom translation engines.
- *
- * If you enable custon translation engines, you must include
- * translate_custom(), translate_custom_showtrad() and
- * $translate_custom_showoption() functions in your config.
- */
 global $translate_custom_enabled;
 $translate_custom_enabled=true;