Seriously? The variable is named as an array and initialized as a string? Well, I...
[squirrelmail.git] / plugins / translate / config_default.php
index 101a74f39b4c722a69396993228744ac2fdbe97c..f8f5e8d8730fadd1472470d67fe0e0af7474db61 100644 (file)
@@ -1,10 +1,10 @@
 <?php
+
 /**
  * Default SquirrelMail translate plugin configuration
  *
- * Copyright (c) 2004 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
+ * @copyright 2004-2017 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
  * @subpackage translate
@@ -100,12 +100,11 @@ $disable_compose_translate=true;
 /**
  * Controls inclusion of custom translation engine.
  *
- * If you enable custon translation engines, you must include
+ * If you enable custom translation engines, you must include
  * translate_form_custom(), translate_custom_showtrad() and
  * $translate_custom_showoption() functions in your config.
- * @example config-sample.php
+ * @example plugins/translate/config_sample.php
  * @global bool $translate_custom_enabled
  */
 global $translate_custom_enabled;
 $translate_custom_enabled=false;
-?>
\ No newline at end of file